/src/usr.sbin/faithd/ |
prefix.c | 267 struct config sentinel; local in function:config_load 277 p = &sentinel; 278 sentinel.next = NULL; 286 config_list = sentinel.next;
|
prefix.c | 267 struct config sentinel; local in function:config_load 277 p = &sentinel; 278 sentinel.next = NULL; 286 config_list = sentinel.next;
|
/src/sys/dev/pci/ |
if_iwi.c | 2081 uint32_t sentinel, ctl, sum; local in function:iwi_load_firmware 2160 /* Write a fictive final command block (sentinel) */ 2161 sentinel = CSR_READ_4(sc, IWI_CSR_AUTOINC_ADDR); 2172 if (MEM_READ_4(sc, 0x3000d0) >= sentinel)
|
if_iwi.c | 2081 uint32_t sentinel, ctl, sum; local in function:iwi_load_firmware 2160 /* Write a fictive final command block (sentinel) */ 2161 sentinel = CSR_READ_4(sc, IWI_CSR_AUTOINC_ADDR); 2172 if (MEM_READ_4(sc, 0x3000d0) >= sentinel)
|
/src/lib/libc/net/ |
getaddrinfo.c | 457 struct addrinfo sentinel; local in function:getaddrinfo 474 memset(&sentinel, 0, sizeof(sentinel)); 475 cur = &sentinel; 603 if (sentinel.ai_next) { 654 if (sentinel.ai_next) 660 if (sentinel.ai_next) { 677 canonname = sentinel.ai_next->ai_canonname; 678 sentinel.ai_next->ai_canonname = NULL; 679 (void)reorder(&sentinel, &svd) 1226 struct addrinfo sentinel; local in function:explore_null 1292 struct addrinfo sentinel; local in function:explore_numeric 1705 struct addrinfo sentinel, *cur; local in function:getanswer 2033 struct addrinfo sentinel, *cur, *ai; local in function:_dns_query 2099 struct addrinfo sentinel, *cur, *ai; local in function:_dns_srv_lookup 2172 struct addrinfo sentinel, *ai; local in function:_dns_host_lookup 2368 struct addrinfo sentinel, *cur; local in function:_files_getaddrinfo 2400 struct addrinfo sentinel, *cur; local in function:_yphostent 2480 struct addrinfo sentinel, *cur; local in function:_yp_getaddrinfo [all...] |
getaddrinfo.c | 457 struct addrinfo sentinel; local in function:getaddrinfo 474 memset(&sentinel, 0, sizeof(sentinel)); 475 cur = &sentinel; 603 if (sentinel.ai_next) { 654 if (sentinel.ai_next) 660 if (sentinel.ai_next) { 677 canonname = sentinel.ai_next->ai_canonname; 678 sentinel.ai_next->ai_canonname = NULL; 679 (void)reorder(&sentinel, &svd) 1226 struct addrinfo sentinel; local in function:explore_null 1292 struct addrinfo sentinel; local in function:explore_numeric 1705 struct addrinfo sentinel, *cur; local in function:getanswer 2033 struct addrinfo sentinel, *cur, *ai; local in function:_dns_query 2099 struct addrinfo sentinel, *cur, *ai; local in function:_dns_srv_lookup 2172 struct addrinfo sentinel, *ai; local in function:_dns_host_lookup 2368 struct addrinfo sentinel, *cur; local in function:_files_getaddrinfo 2400 struct addrinfo sentinel, *cur; local in function:_yphostent 2480 struct addrinfo sentinel, *cur; local in function:_yp_getaddrinfo [all...] |
/src/lib/libcurses/ |
curses_private.h | 88 unsigned int sentinel; /* try to catch line overflows */ member in struct:__line
|
curses_private.h | 88 unsigned int sentinel; /* try to catch line overflows */ member in struct:__line
|