Searched defs:sentinel (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_hw.c375 uint32_t sentinel; local
451 sentinel = ipw2200_csr_get32(sc, IPW2200_CSR_AUTOINC_ADDR);
455 "ipw2200_load_fw(): sentinel=%x\n", sentinel));
465 if (val >= sentinel)
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ho.c503 struct addrinfo sentinel, *cur; local
507 memset(&sentinel, 0, sizeof(sentinel));
508 cur = &sentinel;
549 if (sentinel.ai_next == NULL)
552 return(sentinel.ai_next);
H A Ddns_ho.c560 struct addrinfo sentinel, *cur; local
566 memset(&sentinel, 0, sizeof(sentinel));
567 cur = &sentinel;
658 return(sentinel.ai_next);
695 struct addrinfo sentinel, *cur, ai; local
700 memset(&sentinel, 0, sizeof(sentinel));
701 cur = &sentinel;
1002 sentinel
[all...]
H A Dgetaddrinfo.c325 struct addrinfo sentinel; local
332 memset(&sentinel, 0, sizeof(sentinel));
333 cur = &sentinel;
496 if (sentinel.ai_next)
583 if (sentinel.ai_next) {
585 *res = sentinel.ai_next;
598 if (sentinel.ai_next)
599 freeaddrinfo(sentinel.ai_next);
697 struct addrinfo sentinel, *cu local
740 struct addrinfo sentinel; local
787 struct addrinfo sentinel; local
1163 struct addrinfo sentinel, *cur; local
[all...]

Completed in 65 milliseconds