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

/freebsd-10-stable/lib/libc/net/
H A Dgetaddrinfo.c377 struct addrinfo sentinel; local
397 memset(&sentinel, 0, sizeof(sentinel));
398 cur = &sentinel;
610 if (sentinel.ai_next) {
627 sentinel.ai_next->ai_canonname;
628 sentinel.ai_next->ai_canonname = NULL;
629 (void)reorder(&sentinel);
630 if (sentinel.ai_next->ai_canonname ==
632 sentinel
658 reorder(struct addrinfo *sentinel) argument
1139 struct addrinfo sentinel, *cur; local
1861 struct addrinfo new_ai, *result, *sentinel, *lasts; local
1985 struct addrinfo sentinel, *cur; local
2199 addr4sort(struct addrinfo *sentinel, res_state res) argument
2266 struct addrinfo sentinel, *cur; local
2494 struct addrinfo sentinel, *cur; local
2530 struct addrinfo sentinel, *cur; local
2609 struct addrinfo sentinel, *cur; local
[all...]
/freebsd-10-stable/lib/clang/include/llvm/Support/
H A DDataTypes.h104 #define END_WITH_NULL __attribute__((sentinel))
/freebsd-10-stable/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);
384 struct cache_page *oldest_page = cache->sentinel->prev;
386 SVN_ERR_ASSERT(oldest_page != cache->sentinel);
678 cache->sentinel = apr_pcalloc(pool, sizeof(*(cache->sentinel)));
679 cache->sentinel
[all...]
/freebsd-10-stable/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-stable/contrib/apr/include/
H A Dapr_strings.h149 __attribute__((sentinel))
H A Dapr_tables.h409 __attribute__((sentinel))
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h95 /** Macro used to mark functions that require a final null sentinel argument.
102 # define SVN_NEEDS_SENTINEL_NULL __attribute__((sentinel))
107 # define SVN_NEEDS_SENTINEL_NULL __attribute__((sentinel))
164 /** Null pointer constant used as a sentinel in variable argument lists.
/freebsd-10-stable/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-stable/contrib/llvm/include/llvm/Support/
H A DDataTypes.h.in193 #define END_WITH_NULL __attribute__((sentinel))
/freebsd-10-stable/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-stable/sys/kern/
H A Dvfs_bio.c317 #define QUEUE_SENTINEL 1024 /* not an queue index, but mark for sentinel */
2674 struct buf *sentinel; local
2687 sentinel = malloc(sizeof(struct buf), M_TEMP, M_WAITOK | M_ZERO);
2688 sentinel->b_qindex = QUEUE_SENTINEL;
2690 TAILQ_INSERT_HEAD(&bufqueues[queue], sentinel, b_freelist);
2695 bp = TAILQ_NEXT(sentinel, b_freelist);
2697 TAILQ_REMOVE(&bufqueues[queue], sentinel, b_freelist);
2698 TAILQ_INSERT_AFTER(&bufqueues[queue], bp, sentinel,
2801 TAILQ_REMOVE(&bufqueues[queue], sentinel, b_freelist);
2803 free(sentinel, M_TEM
[all...]
/freebsd-10-stable/sys/ufs/ffs/
H A Dffs_softdep.c675 static MALLOC_DEFINE(M_SENTINEL, "sentinel", "Worklist sentinel");
1755 struct worklist sentinel; local
1773 sentinel.wk_mp = NULL;
1774 sentinel.wk_type = D_SENTINEL;
1775 LIST_INSERT_HEAD(&ump->softdep_workitem_pending, &sentinel, wk_list);
1776 for (wk = LIST_NEXT(&sentinel, wk_list); wk != NULL;
1777 wk = LIST_NEXT(&sentinel, wk_list)) {
1779 LIST_REMOVE(&sentinel, wk_list);
1780 LIST_INSERT_AFTER(wk, &sentinel, wk_lis
12533 struct bmsafemap *sentinel; local
[all...]
/freebsd-10-stable/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-stable/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-stable/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 240 milliseconds