HomeSort by: relevance | last modified time | path
    Searched refs:sentinel (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/net/
getaddrinfo.c 457 struct addrinfo sentinel; local
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)
1229 struct addrinfo sentinel; local
1295 struct addrinfo sentinel; local
1708 struct addrinfo sentinel, *cur; local
2036 struct addrinfo sentinel, *cur, *ai; local
2102 struct addrinfo sentinel, *cur, *ai; local
2175 struct addrinfo sentinel, *ai; local
2371 struct addrinfo sentinel, *cur; local
2403 struct addrinfo sentinel, *cur; local
2483 struct addrinfo sentinel, *cur; local
    [all...]
  /src/lib/libcurses/
add_wch.c 106 assert(win->alines[i]->sentinel == SENTINEL_VALUE);
newwin.c 244 lp->sentinel = SENTINEL_VALUE;
333 lp->sentinel = SENTINEL_VALUE;
resize.c 312 lp->sentinel = SENTINEL_VALUE;
329 lp->sentinel = SENTINEL_VALUE;
addbytes.c 135 assert(win->alines[i]->sentinel == SENTINEL_VALUE);
189 assert(win->alines[i]->sentinel == SENTINEL_VALUE);
curses_private.h 88 unsigned int sentinel; /* try to catch line overflows */ member in struct:__line
  /src/usr.sbin/faithd/
prefix.c 267 struct config sentinel; local
277 p = &sentinel;
278 sentinel.next = NULL;
286 config_list = sentinel.next;
  /src/lib/csu/arch/sh3/
crtbegin.S 191 not r9, r0 ! sentinel at __CTOR_LIST__[0] is -1
  /src/sys/dev/pci/
if_iwi.c 2081 uint32_t sentinel, ctl, sum; local
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)

Completed in 20 milliseconds