Searched refs:sentinel (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/lib/libc/net/
H A Dgetaddrinfo.c374 struct addrinfo sentinel; local
394 memset(&sentinel, 0, sizeof(sentinel));
395 cur = &sentinel;
589 if (sentinel.ai_next) {
606 sentinel.ai_next->ai_canonname;
607 sentinel.ai_next->ai_canonname = NULL;
608 (void)reorder(&sentinel);
609 if (sentinel.ai_next->ai_canonname ==
611 sentinel
637 reorder(struct addrinfo *sentinel) argument
1091 struct addrinfo sentinel, *cur; local
1790 struct addrinfo new_ai, *result, *sentinel, *lasts; local
1916 struct addrinfo sentinel, *cur; local
2126 addr4sort(struct addrinfo *sentinel, res_state res) argument
2193 struct addrinfo sentinel, *cur; local
2390 struct addrinfo sentinel, *cur; local
2419 struct addrinfo sentinel, *cur; local
2495 struct addrinfo sentinel, *cur; local
[all...]
/freebsd-9.3-release/lib/clang/include/llvm/Support/
H A DDataTypes.h104 #define END_WITH_NULL __attribute__((sentinel))
/freebsd-9.3-release/usr.sbin/faithd/
H A Dprefix.c271 struct config sentinel; local
281 p = &sentinel;
282 sentinel.next = NULL;
290 config_list = sentinel.next;
/freebsd-9.3-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c581 int done, nbytes, sentinel; local
589 sentinel = 0;
595 sentinel = 1;
605 * If the sentinel is not set, it means it did not match any
611 if (sentinel == 0)
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DDataTypes.h.in193 #define END_WITH_NULL __attribute__((sentinel))
/freebsd-9.3-release/gnu/usr.bin/gdb/libgdb/
H A DMakefile47 scm-exp.c scm-lang.c scm-valprint.c sentinel-frame.c ser-pipe.c \
/freebsd-9.3-release/sys/kern/
H A Dvfs_bio.c296 #define QUEUE_SENTINEL 1024 /* not an queue index, but mark for sentinel */
2668 struct buf *sentinel; local
2686 sentinel = malloc(sizeof(struct buf), M_TEMP, M_WAITOK | M_ZERO);
2687 sentinel->b_qindex = QUEUE_SENTINEL;
2689 TAILQ_INSERT_HEAD(&bufqueues[queue], sentinel, b_freelist);
2691 bp = TAILQ_NEXT(sentinel, b_freelist);
2693 TAILQ_REMOVE(&bufqueues[queue], sentinel, b_freelist);
2694 TAILQ_INSERT_AFTER(&bufqueues[queue], bp, sentinel,
2796 TAILQ_REMOVE(&bufqueues[queue], sentinel, b_freelist);
2798 free(sentinel, M_TEM
[all...]
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c718 static MALLOC_DEFINE(M_SENTINEL, "sentinel", "Worklist sentinel");
1763 struct worklist sentinel; local
1781 sentinel.wk_mp = NULL;
1782 sentinel.wk_type = D_SENTINEL;
1783 LIST_INSERT_HEAD(&ump->softdep_workitem_pending, &sentinel, wk_list);
1784 for (wk = LIST_NEXT(&sentinel, wk_list); wk != NULL;
1785 wk = LIST_NEXT(&sentinel, wk_list)) {
1787 LIST_REMOVE(&sentinel, wk_list);
1788 LIST_INSERT_AFTER(wk, &sentinel, wk_lis
12183 struct bmsafemap *sentinel; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dc-common.c282 /* Warn about using __null (as NULL in C++) as sentinel. For code compiled
652 { "sentinel", 0, 1, false, true, true,
5630 tree attr = lookup_attribute ("sentinel", attrs);
5643 "not enough variable arguments to fit a sentinel");
5646 tree sentinel, end;
5655 sentinel = end = params;
5657 /* Advance `end' ahead of `sentinel' by `pos' positions. */
5666 "not enough variable arguments to fit a sentinel");
5674 sentinel = TREE_CHAIN (sentinel);
5629 tree sentinel, end; local
[all...]
/freebsd-9.3-release/sys/dev/iwi/
H A Dif_iwi.c2407 uint32_t sentinel, ctl, src, dst, sum, len, mlen, tmp; local
2454 /* write a fictive final command block (sentinel) */
2455 sentinel = CSR_READ_4(sc, IWI_CSR_AUTOINC_ADDR);
2465 /* wait until the adapter reaches the sentinel */
2467 if (MEM_READ_4(sc, 0x3000d0) >= sentinel)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp2568 unsigned sentinel = 0; local
2586 sentinel = Idx.getZExtValue();
2653 SentinelAttr(Attr.getRange(), S.Context, sentinel, nullPos,

Completed in 153 milliseconds