Searched refs:next_addr (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Libc-1044.1.2/db/hash/FreeBSD/
H A Dpage.h88 u_int16_t next_addr; member in struct:__anon2707
H A Dhash_bigkey.c572 if ( (ret->next_addr = __find_last_page(hashp, &big_keyp)) ) {
574 __get_buf(hashp, ret->next_addr, big_keyp, 0)))
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dkmod.h105 uint32_t next_addr; member in struct:kmod_info_32_v1
122 uint64_t next_addr; member in struct:kmod_info_64_v1
/macosx-10.10/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFDebugAranges.cpp200 uint64_t next_addr = 0;
204 if (pos != begin && pos->LoPC != next_addr)
206 next_addr = pos->HiPC();
/macosx-10.10/text_cmds-88/ed/
H A Dmain.c284 while ((addr = next_addr()) >= 0) {
308 /* next_addr: return the next line address in the command buffer */
310 next_addr(void) function
H A Ded.h236 long next_addr(void);
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-sita.c387 pcap_addr_t *addr, *next_addr; local
391 for (addr = iff->addresses; addr != NULL; addr = next_addr) {
392 next_addr = addr->next;
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dresolver.c982 dns_adbaddrinfo_t *addr, *next_addr; local
988 addr = next_addr) {
989 next_addr = ISC_LIST_NEXT(addr, publink);
997 dns_adbaddrinfo_t *addr, *next_addr; local
1003 addr = next_addr) {
1004 next_addr = ISC_LIST_NEXT(addr, publink);

Completed in 141 milliseconds