/lib/libc/posix/ |
D | mman.c | 35 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/ |
D | pci.c | 23 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
|
D | ioapic.c | 32 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
|
D | mbentry.c | 81 MachineBoot_Entry(unsigned long magic, unsigned long addr) in MachineBoot_Entry()
|
D | debug.c | 171 uint64_t addr = Debug_StrToInt(argv[1]); in Debug_SetBreakpoint() local
|
/lib/liblwip/src/core/ipv4/ |
D | ip_addr.c | 55 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()
|
D | inet_chksum.c | 277 u32_t addr; in inet_chksum_pseudo() local 337 u32_t addr; in inet_chksum_pseudo_partial() local
|
D | igmp.c | 290 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()
|
D | autoip.c | 202 u32_t addr = ntohl(LWIP_AUTOIP_CREATE_SEED_ADDR(netif)); in autoip_create_addr() local
|
/lib/libc/ |
D | syscall.c | 41 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()
|
D | malloc.c | 71 char *addr = (char *)pool[idx].top; in grow_small() local 128 Header *addr; in malloc_large() local
|
/lib/liblwip/src/api/ |
D | netdb.c | 53 ip_addr_t addr; member 88 ip_addr_t addr; in lwip_gethostbyname() local 271 ip_addr_t addr; in lwip_getaddrinfo() local
|
D | api_lib.c | 135 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()
|
D | api_msg.c | 79 ip_addr_t *addr) in recv_raw() 145 ip_addr_t *addr, u16_t port)
|
/lib/liblwip/src/include/ipv4/lwip/ |
D | inet.h | 99 #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/ |
D | lwiptest.c | 16 static ip_addr_t addr, mask, gw; in main() local
|
/lib/liblwip/src/core/ipv6/ |
D | ip6_addr.c | 68 ip_addr_isany(struct ip_addr *addr) in ip_addr_isany()
|
/sys/kern/ |
D | syscall.c | 178 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/ |
D | dns.c | 379 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/ |
D | mem.h | 116 #define LWIP_MEM_ALIGN(addr) ((void *)(((mem_ptr_t)(addr) + MEM_ALIGNMENT - 1) & ~(mem_ptr_t)(MEM_A… argument
|
D | dns.h | 86 ip_addr_t addr; member
|
D | netbuf.h | 50 ip_addr_t addr; member
|
/sys/dev/ |
D | e1000.c | 96 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/ |
D | auth.c | 1177 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/ |
D | multiboot.h | 122 uint32_t addr; member 132 uint32_t addr; member 226 uint64_t addr; member
|