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

/freebsd-10.0-release/lib/libc/net/
H A Dgetaddrinfo.c367 struct addrinfo sentinel; local
387 memset(&sentinel, 0, sizeof(sentinel));
388 cur = &sentinel;
582 if (sentinel.ai_next) {
599 sentinel.ai_next->ai_canonname;
600 sentinel.ai_next->ai_canonname = NULL;
601 (void)reorder(&sentinel);
602 if (sentinel.ai_next->ai_canonname ==
604 sentinel
630 reorder(struct addrinfo *sentinel) argument
1084 struct addrinfo sentinel, *cur; local
1740 struct addrinfo new_ai, *result, *sentinel, *lasts; local
1866 struct addrinfo sentinel, *cur; local
2076 addr4sort(struct addrinfo *sentinel, res_state res) argument
2143 struct addrinfo sentinel, *cur; local
2340 struct addrinfo sentinel, *cur; local
2369 struct addrinfo sentinel, *cur; local
2445 struct addrinfo sentinel, *cur; local
[all...]
/freebsd-10.0-release/lib/clang/include/llvm/Support/
H A DDataTypes.h104 #define END_WITH_NULL __attribute__((sentinel))
/freebsd-10.0-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.0-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.0-release/contrib/apr/include/
H A Dapr_strings.h149 __attribute__((sentinel))
H A Dapr_tables.h397 __attribute__((sentinel))
/freebsd-10.0-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.0-release/contrib/llvm/include/llvm/Support/
H A DDataTypes.h.in191 #define END_WITH_NULL __attribute__((sentinel))
/freebsd-10.0-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.0-release/sys/kern/
H A Dvfs_bio.c317 #define QUEUE_SENTINEL 1024 /* not an queue index, but mark for sentinel */
2627 struct buf *sentinel; local
2639 sentinel = malloc(sizeof(struct buf), M_TEMP, M_WAITOK | M_ZERO);
2640 sentinel->b_qindex = QUEUE_SENTINEL;
2642 TAILQ_INSERT_HEAD(&bufqueues[queue], sentinel, b_freelist);
2647 bp = TAILQ_NEXT(sentinel, b_freelist);
2649 TAILQ_REMOVE(&bufqueues[queue], sentinel, b_freelist);
2650 TAILQ_INSERT_AFTER(&bufqueues[queue], bp, sentinel,
2722 TAILQ_REMOVE(&bufqueues[queue], sentinel, b_freelist);
2724 free(sentinel, M_TEM
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dc-common.c278 /* Warn about using __null (as NULL in C++) as sentinel. For code compiled
641 { "sentinel", 0, 1, false, true, true,
5458 tree attr = lookup_attribute ("sentinel", attrs);
5471 "not enough variable arguments to fit a sentinel");
5474 tree sentinel, end;
5483 sentinel = end = params;
5485 /* Advance `end' ahead of `sentinel' by `pos' positions. */
5494 "not enough variable arguments to fit a sentinel");
5502 sentinel = TREE_CHAIN (sentinel);
5457 tree sentinel, end; local
[all...]
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c719 static MALLOC_DEFINE(M_SENTINEL, "sentinel", "Worklist sentinel");
1758 struct worklist sentinel; local
1776 sentinel.wk_mp = NULL;
1777 sentinel.wk_type = D_SENTINEL;
1778 LIST_INSERT_HEAD(&ump->softdep_workitem_pending, &sentinel, wk_list);
1779 for (wk = LIST_NEXT(&sentinel, wk_list); wk != NULL;
1780 wk = LIST_NEXT(&sentinel, wk_list)) {
1782 LIST_REMOVE(&sentinel, wk_list);
1783 LIST_INSERT_AFTER(wk, &sentinel, wk_lis
12181 struct bmsafemap *sentinel; local
[all...]
/freebsd-10.0-release/sys/dev/iwi/
H A Dif_iwi.c2415 uint32_t sentinel, ctl, src, dst, sum, len, mlen, tmp; local
2462 /* write a fictive final command block (sentinel) */
2463 sentinel = CSR_READ_4(sc, IWI_CSR_AUTOINC_ADDR);
2473 /* wait until the adapter reaches the sentinel */
2475 if (MEM_READ_4(sc, 0x3000d0) >= sentinel)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp2551 unsigned sentinel = 0; local
2558 << "sentinel" << 1 << E->getSourceRange();
2568 sentinel = Idx.getZExtValue();
2578 << "sentinel" << 2 << E->getSourceRange();
2634 SentinelAttr(Attr.getRange(), S.Context, sentinel, nullPos,

Completed in 319 milliseconds