dist/pf/sbin/pfctl/parse.y
1200
for (ti = SIMPLEQ_FIRST(&$5.init_nodes);
lib/libc/citrus/citrus_db_factory.c
100
while ((de = SIMPLEQ_FIRST(&df->df_entries)) != NULL) {
lib/libc/citrus/citrus_pivot_factory.c
100
while ((se = SIMPLEQ_FIRST(sh)) != NULL) {
lib/libc/citrus/modules/citrus_mapper_serial.c
116
while ((ml = SIMPLEQ_FIRST(&sr->sr_mappers)) != NULL) {
lib/libisns/isns_task.c
488
if ((task_p = SIMPLEQ_FIRST(&cfg_p->taskq_head)) != NULL)
libexec/httpd/bozohttpd.c
365
for (hdr = SIMPLEQ_FIRST(&request->hr_headers); hdr;
libexec/httpd/bozohttpd.c
374
for (hdr = SIMPLEQ_FIRST(&request->hr_replheaders); hdr;
libexec/ld.elf_so/map_object.c
511
while ((entry = SIMPLEQ_FIRST(&obj->names)) != NULL) {
libexec/ld.elf_so/map_object.c
515
while ((elm = SIMPLEQ_FIRST(&obj->dldags)) != NULL) {
libexec/ld.elf_so/map_object.c
519
while ((elm = SIMPLEQ_FIRST(&obj->dagmembers)) != NULL) {
libexec/ld.elf_so/rtld.c
2144
Objlist_Entry* elm = SIMPLEQ_FIRST(list);
sbin/efi/bootvar.c
255
bb = SIMPLEQ_FIRST(&head);
sbin/ifconfig/parse.c
763
while ((b = SIMPLEQ_FIRST(&pb->pb_branches)) != NULL) {
sbin/ifconfig/parse.c
780
while ((b = SIMPLEQ_FIRST(&pb->pb_branches)) != NULL) {
sbin/ifconfig/parse.c
871
while ((k = SIMPLEQ_FIRST(&pk->pk_keywords)) != NULL) {
sys/arch/arm/nvidia/tegra_drm.c
246
SIMPLEQ_FIRST(&sc->sc_tasks);
sys/arch/arm/rockchip/rk_drm.c
203
struct rk_drm_task *const task = SIMPLEQ_FIRST(&sc->sc_tasks);
sys/arch/arm/s3c2xx0/s3c2440_dma.c
592
dxs = SIMPLEQ_FIRST(&dc->dc_queue);
sys/arch/arm/sunxi/sunxi_drm.c
210
SIMPLEQ_FIRST(&sc->sc_tasks);
sys/arch/arm/ti/ti_lcdc.c
472
SIMPLEQ_FIRST(&sc->sc_tasks);
sys/arch/arm/xscale/pxa2x0_dmac.c
1275
ndxs = SIMPLEQ_FIRST(
sys/arch/arm/xscale/pxa2x0_dmac.c
972
ndxs = SIMPLEQ_FIRST(&sc->sc_periph[dxs->dxs_peripheral].sp_queue);
sys/arch/arm/xscale/pxa2x0_dmac.c
999
(dxs = SIMPLEQ_FIRST(&sc->sc_queue[priority])) != NULL &&
sys/arch/dreamcast/dev/maple/maple.c
1188
for (u = SIMPLEQ_FIRST(&sc->sc_retryq); u; u = nextu) {
sys/arch/dreamcast/dev/maple/maple.c
1226
for (u = SIMPLEQ_FIRST(&sc->sc_dmaq), maple_begin_txbuf(sc);
sys/arch/dreamcast/dev/maple/mlcd.c
312
while ((bp = SIMPLEQ_FIRST(&sc->sc_q)) != NULL) {
sys/arch/dreamcast/dev/maple/mlcd.c
519
if ((bp = SIMPLEQ_FIRST(&sc->sc_q)) == NULL) {
sys/arch/evbsh3/ap_ms104_sh4/shpcmcia.c
375
if ((pe = SIMPLEQ_FIRST(&h->events)) == NULL) {
sys/arch/evbsh3/ap_ms104_sh4/shpcmcia.c
395
if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
sys/arch/evbsh3/ap_ms104_sh4/shpcmcia.c
420
if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
sys/arch/hpcmips/dev/plumpcmcia.c
941
while ((pe = SIMPLEQ_FIRST(&sc->sc_event_head))) {
sys/arch/hpcsh/dev/hd64461/hd64461pcmcia.c
322
while ((pe = SIMPLEQ_FIRST(&sc->sc_event_head))) {
sys/arch/hpcsh/dev/hd64465/hd64465pcmcia.c
258
while ((pe = SIMPLEQ_FIRST(&sc->sc_event_head))) {
sys/arch/i386/pci/pci_intr_fixup.c
301
lstart = SIMPLEQ_FIRST(&pciintr_link_map_list);
sys/arch/i386/pnpbios/pnpbios.c
1274
io = SIMPLEQ_FIRST(&resc->io);
sys/arch/i386/pnpbios/pnpbios.c
1292
io = SIMPLEQ_FIRST(&resc->io);
sys/arch/i386/pnpbios/pnpbios.c
1308
io = SIMPLEQ_FIRST(&resc->io);
sys/arch/i386/pnpbios/pnpbios.c
1328
io = SIMPLEQ_FIRST(&resc->io);
sys/arch/i386/pnpbios/pnpbios.c
1346
irq = SIMPLEQ_FIRST(&resc->irq);
sys/arch/i386/pnpbios/pnpbios.c
1365
irq = SIMPLEQ_FIRST(&resc->irq);
sys/arch/i386/pnpbios/pnpbios.c
1385
dma = SIMPLEQ_FIRST(&resc->dma);
sys/arch/i386/pnpbios/pnpbios.c
696
mem = SIMPLEQ_FIRST(&r->mem);
sys/arch/i386/pnpbios/pnpbios.c
707
io = SIMPLEQ_FIRST(&r->io);
sys/arch/i386/pnpbios/pnpbios.c
719
irq = SIMPLEQ_FIRST(&r->irq);
sys/arch/i386/pnpbios/pnpbios.c
728
dma = SIMPLEQ_FIRST(&r->dma);
sys/arch/mac68k/mac68k/iop.c
316
msg = SIMPLEQ_FIRST(&iop->sendq[chan]);
sys/arch/mac68k/mac68k/iop.c
324
if (!(msg = SIMPLEQ_FIRST(&iop->sendq[chan]))) {
sys/arch/mac68k/mac68k/iop.c
340
msg = SIMPLEQ_FIRST(&iop->recvq[chan]);
sys/arch/mac68k/mac68k/iop.c
362
if ((msg = SIMPLEQ_FIRST(&iop->recvq[chan])) != NULL) {
sys/arch/mac68k/mac68k/iop.c
393
if (msg == SIMPLEQ_FIRST(&iop->sendq[chan])) {
sys/arch/mac68k/mac68k/iop.c
430
if (msg == SIMPLEQ_FIRST(&iop->recvq[chan])) {
sys/arch/mips/adm5120/dev/ahci.c
1002
return ahci_device_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/arch/mips/adm5120/dev/ahci.c
1141
return ahci_device_bulk_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/arch/mips/adm5120/dev/ahci.c
502
xfer = SIMPLEQ_FIRST(&sc->sc_free_xfers);
sys/arch/mips/adm5120/dev/ahci.c
736
return ahci_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/arch/mips/adm5120/dev/ahci.c
821
return ahci_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/arch/mips/atheros/dev/if_ae.c
1148
while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
sys/arch/mips/atheros/dev/if_ae.c
1572
while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
sys/arch/mips/atheros/dev/if_ae.c
571
while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL &&
sys/arch/mips/cavium/dev/if_cnmac.c
658
sqe = SIMPLEQ_FIRST(&sc->sc_sendq);
sys/arch/mips/ralink/ralink_eth.c
1175
while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL) {
sys/arch/mips/ralink/ralink_eth.c
1584
while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
sys/arch/mmeye/dev/mmeyepcmcia.c
383
if ((pe = SIMPLEQ_FIRST(&h->events)) == NULL) {
sys/arch/mmeye/dev/mmeyepcmcia.c
403
if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
sys/arch/mmeye/dev/mmeyepcmcia.c
427
if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
sys/arch/pmax/tc/dt.c
306
pend = SIMPLEQ_FIRST(&sc->sc_queue);
sys/arch/pmax/tc/dt.c
329
msg = SIMPLEQ_FIRST(&sc->sc_queue);
sys/arch/powerpc/mpc5200/mpc5200_pci.c
242
pbi = SIMPLEQ_FIRST(&pa->pa_pc->pc_pbi);
sys/arch/powerpc/mpc5200/mpc5200_pci.c
262
pbi = SIMPLEQ_FIRST(&pa->pa_pc->pc_pbi);
sys/arch/powerpc/oea/pmap.c
2865
pup = SIMPLEQ_FIRST(&pup_head);
sys/arch/powerpc/pci/pci_machdep_ofw.c
405
pbi = SIMPLEQ_FIRST(&pa->pa_pc->pc_pbi);
sys/arch/powerpc/pci/pci_machdep_ofw.c
427
pbi = SIMPLEQ_FIRST(&pa->pa_pc->pc_pbi);
sys/arch/powerpc/pci/pcib.c
176
pbi = SIMPLEQ_FIRST(&genppc_pct->pc_pbi);
sys/arch/prep/pci/pci_machdep.c
140
pbi = SIMPLEQ_FIRST(&genppc_pct->pc_pbi);
sys/arch/prep/pci/pci_machdep.c
172
pbi = SIMPLEQ_FIRST(&genppc_pct->pc_pbi);
sys/arch/prep/pci/pci_machdep.c
194
pbi = SIMPLEQ_FIRST(&genppc_pct->pc_pbi);
sys/arch/prep/pnpbus/if_we_pnpbus.c
237
for (i = 0, irq = SIMPLEQ_FIRST(&pna->pna_res.irq);
sys/arch/prep/pnpbus/pnpbus.c
501
irq = SIMPLEQ_FIRST(&r->irq);
sys/arch/prep/pnpbus/pnpbus.c
531
irq = SIMPLEQ_FIRST(&r->irq);
sys/arch/prep/pnpbus/pnpbus.c
550
dma = SIMPLEQ_FIRST(&r->dma);
sys/arch/prep/pnpbus/pnpbus.c
567
io = SIMPLEQ_FIRST(&r->io);
sys/arch/prep/pnpbus/pnpbus.c
587
io = SIMPLEQ_FIRST(&r->io);
sys/arch/prep/pnpbus/pnpbus.c
605
io = SIMPLEQ_FIRST(&r->io);
sys/arch/prep/pnpbus/pnpbus.c
620
mem = SIMPLEQ_FIRST(&r->iomem);
sys/arch/prep/pnpbus/pnpbus.c
640
mem = SIMPLEQ_FIRST(&r->iomem);
sys/arch/prep/pnpbus/pnpbus.c
658
mem = SIMPLEQ_FIRST(&r->mem);
sys/arch/prep/prep/autoconf.c
157
io = SIMPLEQ_FIRST(&pna->pna_res.io);
sys/arch/prep/prep/ibm_machdep.c
52
pbi = SIMPLEQ_FIRST(&genppc_pct->pc_pbi);
sys/arch/vax/include/cpu.h
190
#define CPU_INFO_FOREACH(cii, ci) ci = SIMPLEQ_FIRST(&cpus); \
sys/arch/vax/vax/multicpu.c
68
while ((q = SIMPLEQ_FIRST(&cpuq))) {
sys/arch/vax/vax/pmap.c
415
SIMPLEQ_FIRST(&cpus) = ci;
sys/arch/vax/vsa/vsbus.c
374
vd = SIMPLEQ_FIRST(&vsbus_dma);
sys/arch/xen/xenbus/xenbus_xs.c
125
msg = SIMPLEQ_FIRST(&xs_state.reply_list);
sys/arch/xen/xenbus/xenbus_xs.c
650
for (msg = SIMPLEQ_FIRST(&watch_events); msg != NULL; msg = next_msg) {
sys/arch/xen/xenbus/xenbus_xs.c
659
while ((msg = SIMPLEQ_FIRST(&gclist)) != NULL) {
sys/arch/xen/xenbus/xenbus_xs.c
702
while ((msg = SIMPLEQ_FIRST(&events_to_proces)) != NULL) {
sys/dev/acpi/acpi_resource.c
568
ar = SIMPLEQ_FIRST(&res->ar_io);
sys/dev/acpi/acpi_resource.c
575
ar = SIMPLEQ_FIRST(&res->ar_iorange);
sys/dev/acpi/acpi_resource.c
582
ar = SIMPLEQ_FIRST(&res->ar_mem);
sys/dev/acpi/acpi_resource.c
589
ar = SIMPLEQ_FIRST(&res->ar_memrange);
sys/dev/acpi/acpi_resource.c
596
ar = SIMPLEQ_FIRST(&res->ar_irq);
sys/dev/acpi/acpi_resource.c
603
ar = SIMPLEQ_FIRST(&res->ar_drq);
sys/dev/acpi/aibs_acpi.c
184
while (SIMPLEQ_FIRST(&sc->as_head) != NULL) {
sys/dev/acpi/aibs_acpi.c
185
as = SIMPLEQ_FIRST(&sc->as_head);
sys/dev/acpi/wmi/wmi_acpi.c
258
while (SIMPLEQ_FIRST(&sc->wmi_head) != NULL) {
sys/dev/acpi/wmi/wmi_acpi.c
259
wmi = SIMPLEQ_FIRST(&sc->wmi_head);
sys/dev/ata/ata.c
1079
SIMPLEQ_FIRST(&chp->ch_queue->queue_xfer) != xfer) {
sys/dev/ata/ata.c
1144
if ((xfer = SIMPLEQ_FIRST(&chp->ch_queue->queue_xfer)) == NULL) {
sys/dev/ata/ata.c
1515
while ((xfer = SIMPLEQ_FIRST(&chq->queue_xfer))) {
sys/dev/ata/ld_ataraid.c
325
while ((cbp = SIMPLEQ_FIRST(&sc->sc_cbufq)) != NULL) {
sys/dev/ata/ld_ataraid.c
370
while ((cbp = SIMPLEQ_FIRST(&sc->sc_cbufq)) != NULL) {
sys/dev/ata/ld_ataraid.c
460
while ((cbp = SIMPLEQ_FIRST(&sc->sc_cbufq)) != NULL) {
sys/dev/cardbus/cardbus.c
252
while ((p = SIMPLEQ_FIRST(&rom_image)) != NULL) {
sys/dev/cardbus/cardslot.c
317
if ((ce = SIMPLEQ_FIRST(&sc->sc_events)) == NULL) {
sys/dev/cardbus/cardslot.c
334
if ((ce1 = SIMPLEQ_FIRST(&sc->sc_events)) == NULL) {
sys/dev/ccd.c
831
while ((cbp = SIMPLEQ_FIRST(&cbufq)) != NULL) {
sys/dev/ccd.c
846
while ((cbp = SIMPLEQ_FIRST(&cbufq)) != NULL) {
sys/dev/dtv/dtv_buffer.c
183
db = SIMPLEQ_FIRST(&ds->ds_egress);
sys/dev/dtv/dtv_buffer.c
218
while (SIMPLEQ_FIRST(&ds->ds_ingress))
sys/dev/dtv/dtv_buffer.c
222
while (SIMPLEQ_FIRST(&ds->ds_egress))
sys/dev/dtv/dtv_buffer.c
255
db = SIMPLEQ_FIRST(&ds->ds_egress);
sys/dev/dtv/dtv_buffer.c
70
db = SIMPLEQ_FIRST(&ds->ds_ingress);
sys/dev/gpio/gpioirq.c
324
chp = SIMPLEQ_FIRST(&sc->sc_read_queue);
sys/dev/gpio/gpioirq.c
381
while ((q = SIMPLEQ_FIRST(&sc->sc_read_queue)) != NULL) {
sys/dev/gpio/gpioirq.c
449
while ((q = SIMPLEQ_FIRST(&sc->sc_read_queue)) != NULL) {
sys/dev/hyperv/hvs.c
1109
ccb = SIMPLEQ_FIRST(&sc->sc_ccb_fq);
sys/dev/hyperv/vmbus.c
2227
vce = SIMPLEQ_FIRST(&sc->sc_chevq);
sys/dev/hyperv/vmbus.c
2312
vd = SIMPLEQ_FIRST(&sc->sc_devq);
sys/dev/hyperv/vmbus.c
2384
vd = SIMPLEQ_FIRST(&sc->sc_subch_devq);
sys/dev/i2c/sht3x.c
1500
pp = SIMPLEQ_FIRST(&sc->sc_read_queue);
sys/dev/i2c/sht3x.c
1566
while ((pp = SIMPLEQ_FIRST(&sc->sc_read_queue)) != NULL) {
sys/dev/i2c/sht3x.c
1614
while ((pp = SIMPLEQ_FIRST(&sc->sc_read_queue)) != NULL) {
sys/dev/ic/aac.c
1154
while ((ac = SIMPLEQ_FIRST(&sc->sc_ccb_complete)) != NULL) {
sys/dev/ic/aac.c
1294
ac = SIMPLEQ_FIRST(&sc->sc_ccb_free);
sys/dev/ic/aac.c
1300
ac = SIMPLEQ_FIRST(&sc->sc_ccb_free);
sys/dev/ic/aac.c
1410
while ((ac = SIMPLEQ_FIRST(&sc->sc_ccb_queue)) != NULL) {
sys/dev/ic/arn5008.c
1322
bf = SIMPLEQ_FIRST(&sc->sc_txbufs);
sys/dev/ic/arn5008.c
718
AR_WRITE(sc, AR_RXDP, SIMPLEQ_FIRST(&rxq->head)->bf_daddr);
sys/dev/ic/arn5008.c
799
bf = SIMPLEQ_FIRST(&rxq->head);
sys/dev/ic/arn5008.c
977
bf = SIMPLEQ_FIRST(&txq->head);
sys/dev/ic/arn9003.c
1123
bf = SIMPLEQ_FIRST(&txq->head);
sys/dev/ic/arn9003.c
1475
bf = SIMPLEQ_FIRST(&sc->sc_txbufs);
sys/dev/ic/arn9003.c
948
bf = SIMPLEQ_FIRST(&rxq->head);
sys/dev/ic/athn.c
1818
while ((bf = SIMPLEQ_FIRST(&txq->head)) != NULL) {
sys/dev/ic/athn.c
207
sc->sc_bcnbuf = SIMPLEQ_FIRST(&sc->sc_txbufs);
sys/dev/ic/atw.c
2600
while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
sys/dev/ic/atw.c
3290
while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
sys/dev/ic/atw.c
3541
while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL &&
sys/dev/ic/cac.c
437
while ((ccb = SIMPLEQ_FIRST(&sc->sc_ccb_queue)) != NULL) {
sys/dev/ic/cac.c
506
if ((ccb = SIMPLEQ_FIRST(&sc->sc_ccb_free)) != NULL) {
sys/dev/ic/gem.c
1399
while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL &&
sys/dev/ic/gem.c
1659
while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
sys/dev/ic/gem.c
736
while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
sys/dev/ic/i82365.c
537
if ((pe = SIMPLEQ_FIRST(&h->events)) == NULL) {
sys/dev/ic/i82365.c
565
if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
sys/dev/ic/i82365.c
590
if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
sys/dev/ic/icp.c
1029
SIMPLEQ_FIRST(&icp->icp_ucmd_queue)) != NULL)) {
sys/dev/ic/icp.c
1054
SIMPLEQ_FIRST(&icp->icp_ccb_queue)) != NULL)) {
sys/dev/ic/icp.c
968
SIMPLEQ_FIRST(&icp->icp_ccb_freelist)) == NULL)) {
sys/dev/ic/icp.c
986
while ((ic = SIMPLEQ_FIRST(&icp->icp_ccb_freelist)) == NULL) {
sys/dev/ic/mlx.c
1897
while ((mc = SIMPLEQ_FIRST(&mlx->mlx_ccb_queue)) != NULL) {
sys/dev/ic/nvme.c
1839
ccb = SIMPLEQ_FIRST(&q->q_ccb_list);
sys/dev/ic/nvme.c
1873
ccb = SIMPLEQ_FIRST(&q->q_ccb_list);
sys/dev/ic/nvme.c
1917
while ((ccb = SIMPLEQ_FIRST(&q->q_ccb_list)) != NULL) {
sys/dev/ic/rtl81x9.c
1106
while ((txd = SIMPLEQ_FIRST(&sc->rtk_tx_dirty)) != NULL) {
sys/dev/ic/rtl81x9.c
1237
while ((txd = SIMPLEQ_FIRST(&sc->rtk_tx_free)) != NULL) {
sys/dev/ic/rtl81x9.c
1496
while ((txd = SIMPLEQ_FIRST(&sc->rtk_tx_dirty)) != NULL) {
sys/dev/ic/rtl81x9.c
779
while ((txd = SIMPLEQ_FIRST(&sc->rtk_tx_dirty)) != NULL)
sys/dev/ic/rtl81x9.c
781
while ((txd = SIMPLEQ_FIRST(&sc->rtk_tx_free)) != NULL)
sys/dev/ic/rtw.c
1697
while ((ts = SIMPLEQ_FIRST(&tsb->tsb_dirtyq)) != NULL) {
sys/dev/ic/rtw.c
1778
while ((ts = SIMPLEQ_FIRST(&tsb->tsb_dirtyq)) != NULL) {
sys/dev/ic/rtw.c
3350
ts = SIMPLEQ_FIRST(&tsb->tsb_freeq);
sys/dev/ic/sl811hs.c
849
error = xfer->ux_pipe->up_methods->upm_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/ic/tcic2.c
462
if ((pe = SIMPLEQ_FIRST(&h->events)) == NULL) {
sys/dev/ic/tulip.c
1414
while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
sys/dev/ic/tulip.c
2040
while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
sys/dev/ic/tulip.c
2748
txs = SIMPLEQ_FIRST(&sc->sc_txfreeq);
sys/dev/ic/tulip.c
714
while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL &&
sys/dev/marvell/if_mvgbe.c
1794
entry = SIMPLEQ_FIRST(&sc->sc_txmap_head);
sys/dev/marvell/if_mvgbe.c
922
while ((entry = SIMPLEQ_FIRST(&sc->sc_txmap_head)) != NULL) {
sys/dev/marvell/mvxpsec.c
2190
while ( (mv_p = SIMPLEQ_FIRST(&ret_queue)) != NULL) {
sys/dev/marvell/mvxpsec.c
2260
mv_p = SIMPLEQ_FIRST(&sc->sc_run_queue);
sys/dev/marvell/mvxpsec.c
591
while ( (mv_p = SIMPLEQ_FIRST(&sc->sc_run_queue)) != NULL) {
sys/dev/pci/amr.c
1098
while (SIMPLEQ_FIRST(&amr->amr_ccb_queue) != NULL) {
sys/dev/pci/amr.c
1100
if ((ac = SIMPLEQ_FIRST(&amr->amr_ccb_queue)) != NULL) {
sys/dev/pci/if_iavf.c
3707
aqb = SIMPLEQ_FIRST(q);
sys/dev/pci/if_iavf.c
3747
while ((aqb = SIMPLEQ_FIRST(q)) != NULL) {
sys/dev/pci/if_iavf.c
3948
while ((aqb = SIMPLEQ_FIRST(&aqbs)) != NULL) {
sys/dev/pci/if_ixl.c
5318
aqb = SIMPLEQ_FIRST(&sc->sc_arq_idle);
sys/dev/pci/if_ixl.c
5376
while ((aqb = SIMPLEQ_FIRST(&sc->sc_arq_idle)) != NULL) {
sys/dev/pci/if_sip.c
1564
while ((txs = SIMPLEQ_FIRST(&sc->sc_txfreeq)) != NULL) {
sys/dev/pci/if_sip.c
2048
while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
sys/dev/pci/if_sip.c
2904
while ((txs = SIMPLEQ_FIRST(&sc->sc_txdirtyq)) != NULL) {
sys/dev/pci/if_sk.c
1849
entry = SIMPLEQ_FIRST(&sc_if->sk_txmap_head);
sys/dev/pci/if_ti.c
1024
while ((dma = SIMPLEQ_FIRST(&sc->txdma_list))) {
sys/dev/pci/if_ti.c
1159
while ((mc = SIMPLEQ_FIRST(&sc->ti_mc_listhead)) != NULL) {
sys/dev/pci/if_ti.c
1203
while ((mc = SIMPLEQ_FIRST(&sc->ti_mc_listhead)) != NULL) {
sys/dev/pci/if_ti.c
2216
dma = SIMPLEQ_FIRST(&sc->txdma_list);
sys/dev/pci/if_ti.c
2319
dma = SIMPLEQ_FIRST(&sc->txdma_list);
sys/dev/pci/if_ti.c
634
entry = SIMPLEQ_FIRST(&sc->ti_jfree_listhead);
sys/dev/pci/if_ti.c
672
entry = SIMPLEQ_FIRST(&sc->ti_jinuse_listhead);
sys/dev/pci/mfii.c
2259
while ((ccb = SIMPLEQ_FIRST(&ccbs)) != NULL) {
sys/dev/pci/mfii.c
2717
start_abort = (SIMPLEQ_FIRST(&sc->sc_abort_list) == 0);
sys/dev/pci/mfii.c
2731
list = SIMPLEQ_FIRST(&sc->sc_abort_list);
sys/dev/pci/mfii.c
2808
ccb = SIMPLEQ_FIRST(&sc->sc_ccb_freeq);
sys/dev/pci/mly.c
1347
while ((mc = SIMPLEQ_FIRST(&mly->mly_ccb_queue)) != NULL) {
sys/dev/pci/mpii.c
1556
next = SIMPLEQ_FIRST(&sc->sc_evt_ack_queue);
sys/dev/pci/mpii.c
1930
start_wk = (SIMPLEQ_FIRST(&sc->sc_evt_sas_queue) == 0);
sys/dev/pci/mpii.c
1953
next = SIMPLEQ_FIRST(&sc->sc_evt_sas_queue);
sys/dev/pci/mpii.c
2118
need_start = (SIMPLEQ_FIRST(&sc->sc_evt_ack_queue) == 0);
sys/dev/pci/mpii.c
2704
ccb = SIMPLEQ_FIRST(&sc->sc_ccb_free);
sys/dev/pci/mpii.c
3083
start_work = (SIMPLEQ_FIRST(&sc->sc_ccb_tmos) == 0);
sys/dev/pci/mpii.c
3104
next = SIMPLEQ_FIRST(&sc->sc_ccb_tmos);
sys/dev/pci/mpii.c
810
while ((ccb = SIMPLEQ_FIRST(&ccbs)) != NULL) {
sys/dev/pci/mpii.c
814
while ((rcb = SIMPLEQ_FIRST(&evts)) != NULL) {
sys/dev/pci/pci_resource.c
955
uint8_t startbus = SIMPLEQ_FIRST(&busarena->list)->start;
sys/dev/pci/qat/qat_ae.c
1735
if (SIMPLEQ_FIRST(qabi_list) == NULL)
sys/dev/pci/qat/qat_ae.c
3003
while ((qabi = SIMPLEQ_FIRST(&qafu->qafu_lm_init[ae])) != NULL) {
sys/dev/pci/twe.c
1653
while ((ccb = SIMPLEQ_FIRST(&sc->sc_ccb_queue)) != NULL) {
sys/dev/pci/ubsec.c
1163
q = SIMPLEQ_FIRST(&sc->sc_freequeue);
sys/dev/pci/ubsec.c
1873
q = SIMPLEQ_FIRST(&sc->sc_queue2);
sys/dev/pci/ubsec.c
1883
q = SIMPLEQ_FIRST(&sc->sc_queue2);
sys/dev/pci/ubsec.c
1901
q = SIMPLEQ_FIRST(&sc->sc_queue4);
sys/dev/pci/ubsec.c
2264
q = SIMPLEQ_FIRST(&sc->sc_qchip);
sys/dev/pci/ubsec.c
2387
q = SIMPLEQ_FIRST(&sc->sc_q2free);
sys/dev/pci/ubsec.c
659
q = SIMPLEQ_FIRST(&sc->sc_qchip);
sys/dev/pci/ubsec.c
666
q = SIMPLEQ_FIRST(&sc->sc_qchip);
sys/dev/pci/ubsec.c
702
q2 = SIMPLEQ_FIRST(&sc->sc_qchip2);
sys/dev/pci/ubsec.c
722
q2 = SIMPLEQ_FIRST(&sc->sc_qchip2);
sys/dev/pci/ubsec.c
738
q2 = SIMPLEQ_FIRST(&sc->sc_qchip4);
sys/dev/pci/ubsec.c
865
q = SIMPLEQ_FIRST(&sc->sc_queue);
sys/dev/pci/ubsec.c
878
q2 = SIMPLEQ_FIRST(&sc->sc_queue);
sys/dev/pci/ubsec.c
884
q2= SIMPLEQ_FIRST(&sc->sc_queue);
sys/dev/pci/ubsec.c
920
q = SIMPLEQ_FIRST(&sc->sc_queue);
sys/dev/pci/ubsec.c
939
q = SIMPLEQ_FIRST(&sc->sc_queue);
sys/dev/pcmcia/if_cnw.c
490
pcmcia_function_init(sc->sc_pf, SIMPLEQ_FIRST(&sc->sc_pf->cfe_head));
sys/dev/pcmcia/pcmcia.c
168
SIMPLEQ_FIRST(&sc->card.pf_head) = NULL;
sys/dev/pcmcia/pcmcia_cis.c
92
for (pf = SIMPLEQ_FIRST(pfhead); pf != NULL; pf = npf) {
sys/dev/pcmcia/pcmcia_cis.c
94
for (cfe = SIMPLEQ_FIRST(&pf->cfe_head); cfe != NULL;
sys/dev/pcmcia/pcmciavar.h
280
SIMPLEQ_NEXT(SIMPLEQ_FIRST(&(sc)->card.pf_head), pf_list))
sys/dev/pcmcia/xirc.c
365
cfe = SIMPLEQ_FIRST(&sc->sc_pf->cfe_head);
sys/dev/qbus/uba.c
121
while ((uu = SIMPLEQ_FIRST(&uh->uh_resq))) {
sys/dev/qbus/uba.c
225
ur = SIMPLEQ_FIRST(&uh->uh_resetq);
sys/dev/sbus/stp4020.c
561
if ((e = SIMPLEQ_FIRST(&sc->events)) == NULL) {
sys/dev/sdmmc/sdmmc.c
521
for (sf = SIMPLEQ_FIRST(&sc->sf_head); sf != NULL; sf = sfnext) {
sys/dev/spi/spi.c
812
while ((ce = SIMPLEQ_FIRST(&ck_q)) != NULL) {
sys/dev/spi/spivar.h
152
SIMPLEQ_FIRST(q)
sys/dev/sysmon/sysmon_power.c
631
ped = SIMPLEQ_FIRST(&pev_dict_list);
sys/dev/usb/ehci.c
1039
if (&ex->ex_xfer != SIMPLEQ_FIRST(&ex->ex_xfer.ux_pipe->up_queue))
sys/dev/usb/ehci.c
1084
if (&ex->ex_xfer != SIMPLEQ_FIRST(&ex->ex_xfer.ux_pipe->up_queue))
sys/dev/usb/ehci.c
2829
return ehci_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/ehci.c
3703
return ehci_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/ehci.c
3983
return ehci_device_bulk_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/ehci.c
4182
return ehci_device_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/motg.c
1014
return motg_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/motg.c
1269
return motg_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/motg.c
1305
xfer = SIMPLEQ_FIRST(&otgpipe->pipe.up_queue);
sys/dev/usb/motg.c
1708
return motg_device_data_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/motg.c
1749
xfer = SIMPLEQ_FIRST(&otgpipe->pipe.up_queue);
sys/dev/usb/ohci.c
2638
return ohci_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/ohci.c
2784
return ohci_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/ohci.c
3066
return ohci_device_bulk_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/ohci.c
3261
return ohci_device_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/ucom.c
1651
ub = SIMPLEQ_FIRST(&sc->sc_obuff_free);
sys/dev/usb/ucom.c
1659
if (SIMPLEQ_FIRST(&sc->sc_obuff_free) == NULL)
sys/dev/usb/ucom.c
1742
if ((ub = SIMPLEQ_FIRST(&sc->sc_obuff_full)) != NULL)
sys/dev/usb/ucom.c
1771
ucom_write_status(sc, SIMPLEQ_FIRST(&sc->sc_obuff_full), status);
sys/dev/usb/ucom.c
1817
ub = SIMPLEQ_FIRST(&sc->sc_obuff_full);
sys/dev/usb/ucom.c
1839
ub = SIMPLEQ_FIRST(&sc->sc_ibuff_full);
sys/dev/usb/ucom.c
1856
ub = SIMPLEQ_FIRST(&sc->sc_ibuff_full);
sys/dev/usb/ucom.c
1897
ub = SIMPLEQ_FIRST(&sc->sc_ibuff_full);
sys/dev/usb/ucom.c
1959
ub = SIMPLEQ_FIRST(&sc->sc_ibuff_full);
sys/dev/usb/ucom.c
1984
ub = SIMPLEQ_FIRST(&sc->sc_ibuff_empty);
sys/dev/usb/ucom.c
2138
if ((ub = SIMPLEQ_FIRST(&sc->sc_ibuff_empty)) != NULL) {
sys/dev/usb/ucom.c
2141
} else if ((ub = SIMPLEQ_FIRST(&sc->sc_ibuff_full)) != NULL) {
sys/dev/usb/uhci.c
2252
return uhci_device_bulk_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/uhci.c
2467
return uhci_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/uhci.c
2657
return uhci_device_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/uhci.c
3818
return uhci_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/umcpmio.c
1641
while ((r = SIMPLEQ_FIRST(&sc->sc_received[slave])) != NULL) {
sys/dev/usb/umcpmio_spi.c
202
while ((r = SIMPLEQ_FIRST(&sc->sc_received[slave])) != NULL) {
sys/dev/usb/umcpmio_spi.c
457
while ((r = SIMPLEQ_FIRST(&sc->sc_received[slave])) != NULL) {
sys/dev/usb/usb.c
1243
ueq = SIMPLEQ_FIRST(&usb_events);
sys/dev/usb/usbdi.c
1059
while ((xfer = SIMPLEQ_FIRST(&pipe->up_queue)) != NULL) {
sys/dev/usb/usbdi.c
1153
KASSERTMSG(xfer == SIMPLEQ_FIRST(&pipe->up_queue),
sys/dev/usb/usbdi.c
1155
SIMPLEQ_FIRST(&pipe->up_queue));
sys/dev/usb/usbdi.c
1163
(uintptr_t)xfer, repeat, (uintptr_t)SIMPLEQ_FIRST(&pipe->up_queue),
sys/dev/usb/usbdi.c
1253
xfer = SIMPLEQ_FIRST(&pipe->up_queue);
sys/dev/usb/usbroothub.c
348
return roothub_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/uvideo.c
1299
while ((format = SIMPLEQ_FIRST(&vs->vs_formats)) != NULL) {
sys/dev/usb/uvideo.c
1303
while ((pixel_format = SIMPLEQ_FIRST(&vs->vs_pixel_formats)) != NULL) {
sys/dev/usb/vhci.c
597
return vhci_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/vhci.c
700
return vhci_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/xhci.c
2332
xfer = SIMPLEQ_FIRST(&pipe->up_queue);
sys/dev/usb/xhci.c
4378
return xhci_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/xhci.c
4469
return xhci_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/xhci.c
4755
return xhci_device_bulk_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/usb/xhci.c
4885
return xhci_device_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/dev/video.c
1855
vb = SIMPLEQ_FIRST(&vs->vs_egress);
sys/dev/video.c
1857
vb = SIMPLEQ_FIRST(&vs->vs_egress);
sys/dev/video.c
2513
while (SIMPLEQ_FIRST(&vs->vs_ingress) != NULL)
sys/dev/video.c
2515
while (SIMPLEQ_FIRST(&vs->vs_egress) != NULL)
sys/dev/video.c
2651
vb = SIMPLEQ_FIRST(&vs->vs_egress);
sys/dev/video.c
2693
vb = SIMPLEQ_FIRST(&vs->vs_ingress);
sys/dev/video.c
2736
vb = SIMPLEQ_FIRST(&vs->vs_ingress);
sys/kern/kern_softint.c
587
sh = SIMPLEQ_FIRST(&si->si_q);
sys/kern/subr_workqueue.c
148
for (wk = SIMPLEQ_FIRST(list); wk != NULL; wk = next) {
sys/kern/vfs_wapbl.c
1722
while ((we = SIMPLEQ_FIRST(&wl->wl_entries)) &&
sys/kern/vfs_wapbl.c
809
while ((we = SIMPLEQ_FIRST(&wl->wl_entries)) != NULL) {
sys/miscfs/kernfs/kernfs_vnops.c
1013
dkt = SIMPLEQ_FIRST(&ks->ks_entries);
sys/miscfs/kernfs/kernfs_vnops.c
941
dkt = SIMPLEQ_FIRST(&dyn_kern_targets);
sys/net/lagg/if_lagg.c
2419
SIMPLEQ_FIRST(&sc->sc_ports) == lp ? true : false;
sys/net/lagg/if_lagg.c
2453
lp0 = SIMPLEQ_FIRST(&sc->sc_ports);
sys/net/lagg/if_laggproto.h
214
#define LAGG_PORTS_FIRST(_sc) SIMPLEQ_FIRST(&(_sc)->sc_ports)
sys/netbt/hci_ioctl.c
200
unit = SIMPLEQ_FIRST(&hci_unit_list);
sys/netbt/rfcomm_session.c
244
while ((credit = SIMPLEQ_FIRST(&rs->rs_credits)) != NULL) {
sys/netbt/rfcomm_session.c
458
credit = SIMPLEQ_FIRST(&rs->rs_credits);
sys/nfs/nfs_srvsocket.c
525
nd = SIMPLEQ_FIRST(&slp->ns_sendq);
sys/rump/dev/lib/libugenhc/ugenhc.c
405
return rumpusb_device_ctrl_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/rump/dev/lib/libugenhc/ugenhc.c
536
return rumpusb_root_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/rump/dev/lib/libugenhc/ugenhc.c
684
struct usbd_xfer *xfer = SIMPLEQ_FIRST(&pipe->up_queue);
sys/rump/dev/lib/libugenhc/ugenhc.c
704
SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue));
sys/rump/dev/lib/libugenhc/ugenhc.c
736
while ((xfer = SIMPLEQ_FIRST(&pipe->up_queue)) != NULL)
usr.bin/sdiff/sdiff.c
854
divc = SIMPLEQ_FIRST(&diffhead)->div;
usr.bin/sdiff/sdiff.c
880
diffp = SIMPLEQ_FIRST(&diffhead);
usr.bin/sdiff/sdiff.c
959
del = SIMPLEQ_FIRST(&delqhead);
usr.bin/sdiff/sdiff.c
986
filep = SIMPLEQ_FIRST(&delqhead);
usr.sbin/envstat/envstat.c
613
while ((sensor = SIMPLEQ_FIRST(&sensors_list))) {