HomeSort by: relevance | last modified time | path
    Searched refs:TAILQ_FIRST (Results 1 - 25 of 325) 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/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/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);
bufq_fcfs.c 111 bp = TAILQ_FIRST(&fcfs->bq_head);
  /src/share/examples/puffs/pgfs/
pgfs_waitq.c 76 w = TAILQ_FIRST(wq);
  /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/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/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/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) {
module.c 142 while ((bm = TAILQ_FIRST(&boot_modules)) != NULL) {
  /src/usr.bin/man/
manconf.c 190 type = (char)((TAILQ_FIRST(&tp->entrylist) != NULL) ?
191 *(TAILQ_FIRST(&tp->entrylist)->s) : '\0');
  /src/sys/arch/arm/at91/
at91aic.c 138 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
175 if (TAILQ_FIRST(&iq->iq_list) != NULL)
322 if (TAILQ_FIRST(&iq->iq_list) == NULL || (iq->iq_type & ~type) == 0) {
388 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
  /src/sys/arch/evbarm/iq80310/
iq80310_intr.c 156 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
241 if (TAILQ_FIRST(&iq->iq_list) != NULL)
243 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
460 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
  /src/sys/fs/nfs/client/
nfsmount.h 118 #define NFSMNT_MDSSESSION(m) (&(TAILQ_FIRST(&((m)->nm_sess))->nfsclds_sess))
nfs_clnfsiod.c 259 || !TAILQ_FIRST(&nmp->nm_bufq)) {
280 if (nmp && TAILQ_FIRST(&nmp->nm_bufq))
287 while ((bp = TAILQ_FIRST(&nmp->nm_bufq)) != NULL) {
  /src/sys/dev/dmover/
dmover_process.c 175 if ((dreq = TAILQ_FIRST(&dmover_completed_q)) != NULL)
  /src/regress/sys/uvm/pdsim/
lirs.c 126 bp = TAILQ_FIRST(&q_q);
141 bp = TAILQ_FIRST(&q_s);
164 bp = TAILQ_FIRST(&q_s);
  /src/sys/arch/arm/xscale/
becc_icu.c 176 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
210 if (TAILQ_FIRST(&iq->iq_list) != NULL)
212 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
ixp425_intr.c 201 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
249 if (TAILQ_FIRST(&iq->iq_list) != NULL)
251 for (ih = TAILQ_FIRST(&iq->iq_list); ih != NULL;
  /src/sys/dev/dm/
dm_dev.c 281 while (TAILQ_FIRST(&dm_dev_list) != NULL) {
282 dmv = TAILQ_FIRST(&dm_dev_list);
284 TAILQ_REMOVE(&dm_dev_list, TAILQ_FIRST(&dm_dev_list),

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 91011>>