HomeSort by: relevance | last modified time | path
    Searched refs:TAILQ_FIRST (Results 1 - 25 of 436) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/atari/dev/
dma.c 122 if ((req = TAILQ_FIRST(&dma_free)) == NULL)
131 if (TAILQ_FIRST(&dma_active) != req) {
173 if ((req = TAILQ_FIRST(&dma_active)) == NULL)
185 if ((req = TAILQ_FIRST(&dma_active)) != NULL) {
205 return TAILQ_NEXT(TAILQ_FIRST(&dma_active), entries) != NULL;
215 if (TAILQ_FIRST(&dma_active) != NULL) {
220 int_func = TAILQ_FIRST(&dma_active)->int_func;
221 softc = TAILQ_FIRST(&dma_active)->softc;
  /src/external/bsd/nvi/dist/vi/
v_screen.c 60 else if (TAILQ_FIRST(&sp->wp->scrq) == sp) {
64 sp->nextdisp = TAILQ_FIRST(&sp->wp->scrq);
  /src/sys/arch/arm/arm/
fiq.c 101 if ((ofh = TAILQ_FIRST(&fiqhandler_stack)) != NULL) {
147 if (fh == TAILQ_FIRST(&fiqhandler_stack)) {
151 if ((ofh = TAILQ_FIRST(&fiqhandler_stack)) != NULL) {
159 if (TAILQ_FIRST(&fiqhandler_stack) == NULL) {
  /src/external/bsd/pkg_install/dist/lib/
lpkg.c 66 for (lpp = TAILQ_FIRST(qp); lpp; lpp = TAILQ_NEXT(lpp, lp_link))
  /src/sys/kern/
bufq_readprio.c 125 bq = TAILQ_FIRST(&prio->bq_write);
168 if (TAILQ_FIRST(&prio->bq_read) == NULL) {
172 bp = prio->bq_next = TAILQ_FIRST(&prio->bq_read);
183 prio->bq_next = TAILQ_FIRST(&prio->bq_read);
188 prio->bq_next = TAILQ_FIRST(&prio->bq_read);
209 TAILQ_FIRST(&prio->bq_write);
247 TAILQ_FIRST(&prio->bq_write);
bufq_disksort.c 114 bq = TAILQ_FIRST(&disksort->bq_head);
187 bp = TAILQ_FIRST(&disksort->bq_head);
  /src/external/mpl/dhcp/dist/keama/
data.h 62 #define TAILQ_FIRST(head) ((head)->tqh_first)
65 for ((var) = TAILQ_FIRST((head)); \
70 for ((var) = TAILQ_FIRST((head)); \
75 TAILQ_FIRST((head)) = NULL; \
76 (head)->tqh_last = &TAILQ_FIRST((head)); \
98 if ((TAILQ_NEXT((elm)) = TAILQ_FIRST((head))) != NULL) \
99 TAILQ_FIRST((head))->next.tqe_prev = \
103 TAILQ_FIRST((head)) = (elm); \
104 (elm)->next.tqe_prev = &TAILQ_FIRST((head)); \
  /src/share/examples/puffs/pgfs/
pgfs_waitq.c 76 w = TAILQ_FIRST(wq);
  /src/external/bsd/nvi/dist/common/
gs.c 115 while ((sp = TAILQ_FIRST(&wp->scrq)) != NULL)
151 while ((wp = TAILQ_FIRST(&gp->dq)) != NULL)
153 while ((sp = TAILQ_FIRST(&gp->hq)) != NULL)
163 while ((frp = TAILQ_FIRST(&gp->frefq)) != NULL) {
  /src/sbin/fsck/
preen.c 169 nextdisk = TAILQ_FIRST(&diskh);
196 p = TAILQ_FIRST(&d->d_part);
224 if (TAILQ_FIRST(&d->d_part) == NULL)
228 if (TAILQ_FIRST(&d->d_part) != NULL) {
242 nextdisk = TAILQ_FIRST(&diskh);
243 if (TAILQ_FIRST(&nextdisk->d_part)
258 p = TAILQ_FIRST(&badh);
361 struct partentry *p = TAILQ_FIRST(&d->d_part);
  /src/sys/ufs/chfs/
chfs_erase.c 67 cheb = TAILQ_FIRST(&chmp->chm_erasable_pending_wbuf_queue);
82 cheb = TAILQ_FIRST(&chmp->chm_erase_pending_queue);
ebh_misc.h 74 while ((var = TAILQ_FIRST(head))) { \
  /src/external/bsd/tmux/dist/
layout-set.c 253 layout_make_leaf(lcmain, TAILQ_FIRST(&w->panes));
260 wp = TAILQ_NEXT(TAILQ_FIRST(&w->panes), entry);
269 if (wp == TAILQ_FIRST(&w->panes))
352 wp = TAILQ_NEXT(TAILQ_FIRST(&w->panes), entry);
361 if (wp == TAILQ_FIRST(&w->panes))
374 layout_make_leaf(lcmain, TAILQ_FIRST(&w->panes));
449 layout_make_leaf(lcmain, TAILQ_FIRST(&w->panes));
456 wp = TAILQ_NEXT(TAILQ_FIRST(&w->panes), entry);
465 if (wp == TAILQ_FIRST(&w->panes))
548 wp = TAILQ_NEXT(TAILQ_FIRST(&w->panes), entry)
    [all...]
cmd-rotate-window.c 83 wp = TAILQ_FIRST(&w->panes);
106 wp = TAILQ_FIRST(&w->panes);
  /src/crypto/dist/ipsec-tools/src/racoon/
schedule.c 58 for (elm = TAILQ_FIRST(head); elm; elm = TAILQ_NEXT(elm, field))
111 timercmp(&TAILQ_FIRST(&sctree)->xtime, &now, <=)) {
114 p = TAILQ_FIRST(&sctree);
120 p = TAILQ_FIRST(&sctree);
202 p = TAILQ_FIRST(&sctree);
  /src/dist/pf/sbin/pfctl/
pfctl_optimize.c 282 while ((r = TAILQ_FIRST(rs->rules[PF_RULESET_FILTER].inactive.ptr))
289 if (TAILQ_FIRST(&r->rpool.list) != NULL) {
315 while ((block = TAILQ_FIRST(&superblocks))) {
318 while ((por = TAILQ_FIRST(&block->sb_rules))) {
337 while ((por = TAILQ_FIRST(&opt_queue))) {
351 while ((block = TAILQ_FIRST(&superblocks))) {
400 if (!TAILQ_NEXT(TAILQ_FIRST(&block->sb_rules), por_entry))
418 TAILQ_FIRST(&block->sb_rules)->por_rule.quick &&
449 for (por1 = TAILQ_FIRST(&block->sb_rules); por1; por1 = por_next) {
559 for (p1 = TAILQ_FIRST(&block->sb_rules); p1; p1 = por_next)
    [all...]
  /src/external/bsd/libevent/dist/
evrpc.c 104 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) {
108 while ((pause = TAILQ_FIRST(&base->paused_requests)) != NULL) {
112 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) {
116 while ((hook = TAILQ_FIRST(&base->output_hooks)) != NULL) {
306 if (TAILQ_FIRST(&rpc->base->input_hooks) != NULL) {
431 if (TAILQ_FIRST(&rpc->base->output_hooks) != NULL) {
550 while ((request = TAILQ_FIRST(&pool->requests)) != NULL) {
555 while ((pause = TAILQ_FIRST(&pool->paused_requests)) != NULL) {
560 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) {
565 while ((hook = TAILQ_FIRST(&pool->input_hooks)) != NULL)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
evrpc.c 102 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) {
106 while ((pause = TAILQ_FIRST(&base->paused_requests)) != NULL) {
110 while ((hook = TAILQ_FIRST(&base->input_hooks)) != NULL) {
114 while ((hook = TAILQ_FIRST(&base->output_hooks)) != NULL) {
304 if (TAILQ_FIRST(&rpc->base->input_hooks) != NULL) {
429 if (TAILQ_FIRST(&rpc->base->output_hooks) != NULL) {
548 while ((request = TAILQ_FIRST(&pool->requests)) != NULL) {
553 while ((pause = TAILQ_FIRST(&pool->paused_requests)) != NULL) {
558 while ((connection = TAILQ_FIRST(&pool->connections)) != NULL) {
563 while ((hook = TAILQ_FIRST(&pool->input_hooks)) != NULL)
    [all...]
  /src/lib/libresolv/
res_update.c 163 n = res_nmkupdate(statp, TAILQ_FIRST(&zptr->z_rrlist),
195 zptr = TAILQ_FIRST(&zgrps);
197 res_freeupdrec(TAILQ_FIRST(&zptr->z_rrlist));
  /src/sys/net/
bpf_stub.c 127 for (lag = TAILQ_FIRST(&lagdrvs); lag; lag = lag_next) {
135 while ((lag = TAILQ_FIRST(&rmlist)) != NULL) {
189 while ((lag = TAILQ_FIRST(&lagdrvs)) != NULL) {
  /src/crypto/dist/ipsec-tools/src/include-glibc/sys/
queue.h 340 #define TAILQ_FIRST(head) ((head)->tqh_first)
343 for ((var) = TAILQ_FIRST((head)); \
353 TAILQ_FIRST((head)) = NULL; \
354 (head)->tqh_last = &TAILQ_FIRST((head)); \
375 if ((TAILQ_NEXT((elm), field) = TAILQ_FIRST((head))) != NULL) \
376 TAILQ_FIRST((head))->field.tqe_prev = \
380 TAILQ_FIRST((head)) = (elm); \
381 (elm)->field.tqe_prev = &TAILQ_FIRST((head)); \
  /src/sys/arch/evbarm/ifpga/
ifpga_intr.c 152 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
186 if (TAILQ_FIRST(&iq->iq_list) != NULL)
188 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
341 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
  /src/sys/stand/efiboot/
overlay.c 104 while ((d = TAILQ_FIRST(&dtoverlay_entries)) != NULL) {
  /src/external/bsd/nvi/dist/ex/
ex_tag.c 192 if ((tqp = TAILQ_FIRST(&exp->tq)) == NULL) {
232 if ((tqp = TAILQ_FIRST(&exp->tq)) == NULL) {
372 dtqp = TAILQ_FIRST(&exp->tq);
398 for (tqp = TAILQ_FIRST(&exp->tq);
402 if (tqp == TAILQ_FIRST(&exp->tq))
487 tqp = TAILQ_FIRST(&exp->tq);
496 if (TAILQ_NEXT(TAILQ_FIRST(&exp->tq), q) == NULL)
497 tagq_free(sp, TAILQ_FIRST(&exp->tq));
547 for (cnt = 1, tqp = TAILQ_FIRST(&exp->tq); !INTERRUPTED(sp) &&
550 if (tp == TAILQ_FIRST(&tqp->tagq)
    [all...]
  /src/usr.bin/man/
manconf.c 190 type = (char)((TAILQ_FIRST(&tp->entrylist) != NULL) ?
191 *(TAILQ_FIRST(&tp->entrylist)->s) : '\0');

Completed in 61 milliseconds

1 2 3 4 5 6 7 8 91011>>