Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 25 of 37) sorted by relevance

12

/lib/libc/posix/
Dmman.c35 mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset) in mmap()
55 munmap(void *addr, size_t len) in munmap()
63 mprotect(void *addr, size_t len, int prot) in mprotect()
71 madvise(void *addr, size_t len, int behav) in madvise()
/sys/amd64/
Dpci.c23 uint32_t addr = PCIGetAddr(bus, slot, func, reg); in PCICfgRead8() local
33 uint32_t addr = PCIGetAddr(bus, slot, func, reg); in PCICfgRead16() local
45 uint32_t addr = PCIGetAddr(bus, slot, func, reg); in PCICfgRead32() local
58 uint32_t addr = PCIGetAddr(bus, slot, func, reg); in PCICfgWrite8() local
69 uint32_t addr = PCIGetAddr(bus, slot, func, reg); in PCICfgWrite16() local
80 uint32_t addr = PCIGetAddr(bus, slot, func, reg); in PCICfgWrite32() local
Dioapic.c32 uint32_t volatile *addr = (uint32_t volatile *)DMPA2VA(IOAPICBASE); in IOAPIC_Read() local
44 uint32_t volatile *addr = (uint32_t volatile *)DMPA2VA(IOAPICBASE); in IOAPIC_Write() local
Dmbentry.c81 MachineBoot_Entry(unsigned long magic, unsigned long addr) in MachineBoot_Entry()
Ddebug.c171 uint64_t addr = Debug_StrToInt(argv[1]); in Debug_SetBreakpoint() local
/lib/liblwip/src/core/ipv4/
Dip_addr.c55 ip4_addr_isbroadcast(u32_t addr, const struct netif *netif) in ip4_addr_isbroadcast()
152 ipaddr_aton(const char *cp, ip_addr_t *addr) in ipaddr_aton()
261 ipaddr_ntoa(const ip_addr_t *addr) in ipaddr_ntoa()
276 char *ipaddr_ntoa_r(const ip_addr_t *addr, char *buf, int buflen) in ipaddr_ntoa_r()
Dinet_chksum.c277 u32_t addr; in inet_chksum_pseudo() local
337 u32_t addr; in inet_chksum_pseudo_partial() local
Digmp.c290 igmp_lookfor_group(struct netif *ifp, ip_addr_t *addr) in igmp_lookfor_group()
316 igmp_lookup_group(struct netif *ifp, ip_addr_t *addr) in igmp_lookup_group()
Dautoip.c202 u32_t addr = ntohl(LWIP_AUTOIP_CREATE_SEED_ADDR(netif)); in autoip_create_addr() local
/lib/libc/
Dsyscall.c41 OSMemMap(void *addr, uint64_t len, int flags) in OSMemMap()
47 OSMemUnmap(void *addr, uint64_t len) in OSMemUnmap()
53 OSMemProtect(void *addr, uint64_t len, int flags) in OSMemProtect()
59 OSRead(uint64_t fd, void *addr, uint64_t off, uint64_t length) in OSRead()
65 OSWrite(uint64_t fd, const void *addr, uint64_t off, uint64_t length) in OSWrite()
Dmalloc.c71 char *addr = (char *)pool[idx].top; in grow_small() local
128 Header *addr; in malloc_large() local
/lib/liblwip/src/api/
Dnetdb.c53 ip_addr_t addr; member
88 ip_addr_t addr; in lwip_gethostbyname() local
271 ip_addr_t addr; in lwip_getaddrinfo() local
Dapi_lib.c135 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local) in netconn_getaddr()
166 netconn_bind(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_bind()
192 netconn_connect(struct netconn *conn, ip_addr_t *addr, u16_t port) in netconn_connect()
549 netconn_sendto(struct netconn *conn, struct netbuf *buf, ip_addr_t *addr, u16_t port) in netconn_sendto()
753 netconn_gethostbyname(const char *name, ip_addr_t *addr) in netconn_gethostbyname()
Dapi_msg.c79 ip_addr_t *addr) in recv_raw()
145 ip_addr_t *addr, u16_t port)
/lib/liblwip/src/include/ipv4/lwip/
Dinet.h99 #define inet_aton(cp, addr) ipaddr_aton(cp, (ip_addr_t*)addr) argument
100 #define inet_ntoa(addr) ipaddr_ntoa((ip_addr_t*)&(addr)) argument
101 #define inet_ntoa_r(addr, buf, buflen) ipaddr_ntoa_r((ip_addr_t*)&(addr), buf, buflen) argument
/tests/
Dlwiptest.c16 static ip_addr_t addr, mask, gw; in main() local
/lib/liblwip/src/core/ipv6/
Dip6_addr.c68 ip_addr_isany(struct ip_addr *addr) in ip_addr_isany()
/sys/kern/
Dsyscall.c178 Syscall_MMap(uint64_t addr, uint64_t len, uint64_t prot) in Syscall_MMap()
194 Syscall_MUnmap(uint64_t addr, uint64_t len) in Syscall_MUnmap()
211 Syscall_MProtect(uint64_t addr, uint64_t len, uint64_t prot) in Syscall_MProtect()
219 Syscall_Read(uint64_t fd, uint64_t addr, uint64_t off, uint64_t length) in Syscall_Read()
237 Syscall_Write(uint64_t fd, uint64_t addr, uint64_t off, uint64_t length) in Syscall_Write()
/lib/liblwip/src/core/
Ddns.c379 dns_local_removehost(const char *hostname, const ip_addr_t *addr) in dns_local_removehost()
414 dns_local_addhost(const char *hostname, const ip_addr_t *addr) in dns_local_addhost()
454 u32_t addr; in dns_lookup() local
733 dns_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in dns_recv()
936 dns_gethostbyname(const char *hostname, ip_addr_t *addr, dns_found_callback found, in dns_gethostbyname()
/lib/liblwip/src/include/lwip/
Dmem.h116 #define LWIP_MEM_ALIGN(addr) ((void *)(((mem_ptr_t)(addr) + MEM_ALIGNMENT - 1) & ~(mem_ptr_t)(MEM_A… argument
Ddns.h86 ip_addr_t addr; member
Dnetbuf.h50 ip_addr_t addr; member
/sys/dev/
De1000.c96 volatile uint64_t addr; // Address member
111 volatile uint64_t addr; // Address member
193 MMIO_Read32(E1000Dev *dev, uint64_t addr) in MMIO_Read32()
199 MMIO_Write32(E1000Dev *dev, uint64_t addr, uint32_t val) in MMIO_Write32()
205 E1000_EEPROM_Read(E1000Dev *dev, uint8_t addr) in E1000_EEPROM_Read()
/lib/liblwip/src/netif/ppp/
Dauth.c1177 auth_ip_addr(int unit, u32_t addr) in auth_ip_addr()
1183 ip_addr_check(u32_t addr, struct wordlist *addrs) in ip_addr_check()
1204 bad_ip_adrs(u32_t addr) in bad_ip_adrs()
/sys/amd64/include/
Dmultiboot.h122 uint32_t addr; member
132 uint32_t addr; member
226 uint64_t addr; member

12