Symbol: TAILQ_LAST
crypto/dist/ipsec-tools/src/include-glibc/sys/queue.h
348
for ((var) = TAILQ_LAST((head), headname); \
crypto/dist/ipsec-tools/src/racoon/genlist.c
100
while ((p = TAILQ_LAST(head, genlist)) != NULL) {
lib/libc/citrus/modules/citrus_big5.c
227
exclude = TAILQ_LAST(&ei->excludes, _BIG5ExcludeList);
lib/libform/driver.c
293
fieldp = TAILQ_LAST(&form->sorted_fields,
lib/libform/internals.c
3246
if (cur == TAILQ_LAST(&form->sorted_fields, _formi_sort_head))
lib/libform/internals.c
423
(cur == TAILQ_LAST(&form->sorted_fields,
lib/libpanel/below.c
40
below = TAILQ_LAST(&_deck, deck);
lib/libpanel/del.c
57
if (TAILQ_LAST(&_deck, deck) == &_stdscr_panel) {
sbin/fsck_lfs/bufcache.c
183
if (TAILQ_LAST(dp, bqueues) == bp)
sys/altq/altq_hfsc.c
1196
if ((p = TAILQ_LAST(hif->hif_eligible, _eligible)) == NULL ||
sys/altq/altq_hfsc.c
1234
last = TAILQ_LAST(hif->hif_eligible, _eligible);
sys/altq/altq_hfsc.c
1297
if ((p = TAILQ_LAST(cl->cl_parent->cl_actc, _active)) == NULL
sys/altq/altq_hfsc.c
1333
last = TAILQ_LAST(cl->cl_parent->cl_actc, _active);
sys/altq/altq_hfsc.h
230
#define actlist_last(s) TAILQ_LAST(s, _active)
sys/altq/altq_jobs.h
87
#define tslist_last(s) TAILQ_LAST(s, _timestamps)
sys/altq/altq_red.c
1204
fve = TAILQ_LAST(&fv->fv_flowlist, fv_flowhead);
sys/altq/altq_subr.c
1657
fp = TAILQ_LAST(&ip4f_list, ip4f_list);
sys/dev/ic/adw.c
921
while((ccb = TAILQ_LAST(&sc->sc_pending_ccb,
sys/dev/ic/ciss.c
107
if ((ccb = TAILQ_LAST(&sc->sc_free_ccb, ciss_queue_head))) {
sys/dev/microcode/aic7xxx/aicasm.c
796
cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1077
last_scope = TAILQ_LAST(&scope_context->inner_scope,
sys/dev/microcode/aic7xxx/aicasm_gram.y
1102
last_scope = TAILQ_LAST(&scope_context->inner_scope,
sys/dev/microcode/aic7xxx/aicasm_gram.y
996
cs = TAILQ_LAST(&cs_tailq, cs_tailq);
sys/dist/pf/net/pf_ioctl.c
1470
tail = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr,
sys/dist/pf/net/pf_ioctl.c
1583
tail = TAILQ_LAST(ruleset->rules[rs_num].active.ptr,
sys/dist/pf/net/pf_ioctl.c
1823
oldrule = TAILQ_LAST(
sys/dist/pf/net/pf_ioctl.c
2547
oldpa = TAILQ_LAST(&pool->list, pf_palist);
sys/dist/pf/net/pf_ioctl.c
495
rule = TAILQ_LAST(ruleset->rules[rs_num].active.ptr,
sys/dist/pf/net/pf_ioctl.c
504
rule = TAILQ_LAST(ruleset->rules[rs_num].inactive.ptr,
sys/dist/pf/net/pf_norm.c
219
while ((frag = TAILQ_LAST(&pf_fragqueue, pf_fragqueue)) != NULL) {
sys/dist/pf/net/pf_norm.c
228
while ((frag = TAILQ_LAST(&pf_cachequeue, pf_cachequeue)) != NULL) {
sys/dist/pf/net/pf_norm.c
236
TAILQ_LAST(&pf_cachequeue, pf_cachequeue) != frag);
sys/dist/pf/net/pf_norm.c
254
frag = TAILQ_LAST(&pf_fragqueue, pf_fragqueue);
sys/dist/pf/net/pf_norm.c
265
frag = TAILQ_LAST(&pf_cachequeue, pf_cachequeue);
sys/fs/nfs/client/nfs_clstate.c
2588
dp = TAILQ_LAST(&clp->nfsc_deleg, nfscldeleghead);
sys/fs/nfs/client/nfs_clstate.c
2667
lyp = TAILQ_LAST(&clp->nfsc_layout, nfscllayouthead);
sys/kern/kern_ksyms.c
1257
last = TAILQ_LAST(&ksyms_symtabs, ksyms_symtab_queue);
sys/kern/kern_ksyms.c
488
last = TAILQ_LAST(&ksyms_symtabs, ksyms_symtab_queue);
sys/kern/subr_autoconf.c
3916
di->di_prev = TAILQ_LAST(&alldevs, devicelist);
sys/kern/sys_aio.c
642
*aiost = TAILQ_LAST(&sp->freelist, aiost_list);
sys/netinet/dccp_tfrc.c
1569
li_elm = TAILQ_LAST(&(cb->li_hist), li_hist_head);
sys/netinet/ip_flow.c
419
ipf = TAILQ_LAST(&ipflowlist, ipflowhead);
sys/netinet/ip_flow.c
435
struct ipflow *maybe_ipf = TAILQ_LAST(&ipflowlist, ipflowhead);
sys/netinet/ip_reass.c
286
p = TAILQ_LAST(&fp->ipq_fragq, ipfr_qent_head);
sys/netinet/ip_reass.c
361
p = TAILQ_LAST(&fp->ipq_fragq, ipfr_qent_head);
sys/netinet/sctp_output.c
4484
chk = TAILQ_LAST(&tmp, sctpchunk_listhead);
sys/netinet/sctp_output.c
9661
chk = TAILQ_LAST(&tmp, sctpchunk_listhead);
sys/netinet/tcp_input.c
493
if ((p = TAILQ_LAST(&tp->segq, ipqehead)) != NULL) {
sys/netinet6/ip6_flow.c
440
ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead);
sys/netinet6/ip6_flow.c
456
struct ip6flow *maybe_ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead);
sys/sys/queue.h
438
for ((var) = TAILQ_LAST((head), headname); \
sys/sys/queue.h
443
for ((var) = TAILQ_LAST((head), headname); \
sys/ufs/ffs/ffs_snapshot.c
1457
xp = TAILQ_LAST(&si->si_snapshots, inodelst);
sys/ufs/ffs/ffs_snapshot.c
1839
xp = TAILQ_LAST(&si->si_snapshots, inodelst);
sys/uvm/uvm_pglist.c
492
(uintmax_t) VM_PAGE_TO_PHYS(TAILQ_LAST(rlist, pglist)));
sys/uvm/uvm_pglist.c
685
(uintmax_t) VM_PAGE_TO_PHYS(TAILQ_LAST(rlist, pglist)));
usr.sbin/makemandb/apropos-utils.c
329
dbpath = TAILQ_LAST(&tp->entrylist, tqh)->s;
usr.sbin/ypserv/ypserv/ypserv_db.c
192
last = TAILQ_LAST(&maps, mapq);