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

/freebsd-10.2-release/lib/libc/net/
H A Dgetaddrinfo.c375 struct addrinfo sentinel; local
395 memset(&sentinel, 0, sizeof(sentinel));
396 cur = &sentinel;
590 if (sentinel.ai_next) {
607 sentinel.ai_next->ai_canonname;
608 sentinel.ai_next->ai_canonname = NULL;
609 (void)reorder(&sentinel);
610 if (sentinel.ai_next->ai_canonname ==
612 sentinel
638 reorder(struct addrinfo *sentinel) argument
1093 struct addrinfo sentinel, *cur; local
1795 struct addrinfo new_ai, *result, *sentinel, *lasts; local
1921 struct addrinfo sentinel, *cur; local
2131 addr4sort(struct addrinfo *sentinel, res_state res) argument
2198 struct addrinfo sentinel, *cur; local
2395 struct addrinfo sentinel, *cur; local
2424 struct addrinfo sentinel, *cur; local
2500 struct addrinfo sentinel, *cur; local
[all...]
/freebsd-10.2-release/lib/clang/include/llvm/Support/
H A DDataTypes.h104 #define END_WITH_NULL __attribute__((sentinel))
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache-inprocess.c63 struct cache_page *sentinel; member in struct:inprocess_cache_t
102 * structs (inclusive of the sentinel) from CACHE_POOL.)
139 /* Inserts PAGE after CACHE's sentinel. */
144 struct cache_page *pred = cache->sentinel;
160 SVN_ERR_ASSERT(page != cache->sentinel);
340 struct cache_page *oldest_page = cache->sentinel->prev;
342 SVN_ERR_ASSERT(oldest_page != cache->sentinel);
633 cache->sentinel = apr_pcalloc(pool, sizeof(*(cache->sentinel)));
634 cache->sentinel
[all...]
/freebsd-10.2-release/usr.sbin/faithd/
H A Dprefix.c267 struct config sentinel; local
277 p = &sentinel;
278 sentinel.next = NULL;
286 config_list = sentinel.next;
/freebsd-10.2-release/contrib/apr/include/
H A Dapr_strings.h149 __attribute__((sentinel))
H A Dapr_tables.h409 __attribute__((sentinel))
/freebsd-10.2-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c579 int done, nbytes, sentinel; local
587 sentinel = 0;
593 sentinel = 1;
603 * If the sentinel is not set, it means it did not match any
609 if (sentinel == 0)
/freebsd-10.2-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-10.2-release/sys/kern/
H A Dvfs_bio.c317 #define QUEUE_SENTINEL 1024 /* not an queue index, but mark for sentinel */
2668 struct buf *sentinel; local
2681 sentinel = malloc(sizeof(struct buf), M_TEMP, M_WAITOK | M_ZERO);
2682 sentinel->b_qindex = QUEUE_SENTINEL;
2684 TAILQ_INSERT_HEAD(&bufqueues[queue], sentinel, b_freelist);
2689 bp = TAILQ_NEXT(sentinel, b_freelist);
2691 TAILQ_REMOVE(&bufqueues[queue], sentinel, b_freelist);
2692 TAILQ_INSERT_AFTER(&bufqueues[queue], bp, sentinel,
2795 TAILQ_REMOVE(&bufqueues[queue], sentinel, b_freelist);
2797 free(sentinel, M_TEM
[all...]
/freebsd-10.2-release/sys/ufs/ffs/
H A Dffs_softdep.c675 static MALLOC_DEFINE(M_SENTINEL, "sentinel", "Worklist sentinel");
1756 struct worklist sentinel; local
1774 sentinel.wk_mp = NULL;
1775 sentinel.wk_type = D_SENTINEL;
1776 LIST_INSERT_HEAD(&ump->softdep_workitem_pending, &sentinel, wk_list);
1777 for (wk = LIST_NEXT(&sentinel, wk_list); wk != NULL;
1778 wk = LIST_NEXT(&sentinel, wk_list)) {
1780 LIST_REMOVE(&sentinel, wk_list);
1781 LIST_INSERT_AFTER(wk, &sentinel, wk_lis
12421 struct bmsafemap *sentinel; local
[all...]
/freebsd-10.2-release/contrib/gcc/
H A Dc-common.c282 /* Warn about using __null (as NULL in C++) as sentinel. For code compiled
655 { "sentinel", 0, 1, false, true, true,
5668 tree attr = lookup_attribute ("sentinel", attrs);
5681 "not enough variable arguments to fit a sentinel");
5684 tree sentinel, end;
5693 sentinel = end = params;
5695 /* Advance `end' ahead of `sentinel' by `pos' positions. */
5704 "not enough variable arguments to fit a sentinel");
5712 sentinel = TREE_CHAIN (sentinel);
5667 tree sentinel, end; local
[all...]
/freebsd-10.2-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-10.2-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 212 milliseconds