Home
last modified time | relevance | path

Searched refs:SIMPLEQ_NEXT (Results 1 – 25 of 27) sorted by relevance

12

/openbsd/sys/dev/pcmcia/
H A Dpcmcia.c129 pf = SIMPLEQ_NEXT(pf, pf_list)) { in pcmcia_activate()
138 pf = SIMPLEQ_NEXT(pf, pf_list)) { in pcmcia_activate()
203 pf = SIMPLEQ_NEXT(pf, pf_list)) { in pcmcia_card_attach()
212 pf = SIMPLEQ_NEXT(pf, pf_list)) { in pcmcia_card_attach()
255 pf = SIMPLEQ_NEXT(pf, pf_list)) { in pcmcia_card_detach()
283 pf = SIMPLEQ_NEXT(pf, pf_list)) { in pcmcia_card_deactivate()
364 if (pf == NULL || (SIMPLEQ_NEXT(pf, pf_list) == NULL && in pcmcia_card_gettype()
833 pf = SIMPLEQ_NEXT(pf, pf_list)) { in pcmcia_card_intr()
H A Dpcmcia_cis_quirks.c252 cfe_next = SIMPLEQ_NEXT(cfe, cfe_list); in pcmcia_check_cis_quirks()
255 pf_next = SIMPLEQ_NEXT(pf, pf_list); in pcmcia_check_cis_quirks()
H A Daic_pcmcia.c109 cfe = SIMPLEQ_NEXT(cfe, cfe_list)) { in aic_pcmcia_attach()
H A Dpcmciavar.h243 SIMPLEQ_NEXT(SIMPLEQ_FIRST(&(sc)->card.pf_head), pf_list))
H A Dcom_pcmcia.c235 cfe = SIMPLEQ_NEXT(cfe, cfe_list)) { in com_pcmcia_attach()
H A Dwdc_pcmcia.c234 cfe = SIMPLEQ_NEXT(cfe, cfe_list)) { in wdc_pcmcia_attach()
H A Dif_ne_pcmcia.c618 cfe = SIMPLEQ_NEXT(cfe, cfe_list)) { in ne_pcmcia_attach()
H A Dpcmcia_cis.c720 pfnext = SIMPLEQ_NEXT(pf, pf_list); in pcmcia_parse_cis_tuple()
/openbsd/sys/arch/i386/pci/
H A Dpci_intr_fixup.c261 l = SIMPLEQ_NEXT(l, list)) in pciintr_link_lookup()
430 l = SIMPLEQ_NEXT(l, list)) { in pciintr_guess_irq()
459 l = SIMPLEQ_NEXT(l, list)) { in pciintr_link_fixup()
500 l = SIMPLEQ_NEXT(l, list)) in pciintr_link_fixup()
522 l = SIMPLEQ_NEXT(l, list)) { in pciintr_link_fixup()
624 l != NULL; l = SIMPLEQ_NEXT(l, list)) in pci_intr_post_fixup()
/openbsd/sys/sys/
H A Dqueue.h270 #define SIMPLEQ_NEXT(elm, field) ((elm)->field.sqe_next) macro
275 (var) = SIMPLEQ_NEXT(var, field))
279 (var) && ((tvar) = SIMPLEQ_NEXT(var, field), 1); \
/openbsd/usr.bin/ctfconv/
H A Dparse.c943 while ((die = SIMPLEQ_NEXT(die, die_next)) != NULL) { in subparse_subrange()
985 while ((die = SIMPLEQ_NEXT(die, die_next)) != NULL) { in subparse_enumerator()
1075 while ((die = SIMPLEQ_NEXT(die, die_next)) != NULL) { in subparse_member()
1152 while ((die = SIMPLEQ_NEXT(die, die_next)) != NULL) { in subparse_arguments()
/openbsd/sys/dev/acpi/
H A Dacpidebug.c236 node = SIMPLEQ_NEXT(node, sib); in db_aml_walktree()
H A Dacpipwrres.c138 (SIMPLEQ_NEXT(cons, cs_next) == NULL) ? "" : ","); in acpipwrres_attach()
/openbsd/sys/dev/cardbus/
H A Dcardslot.c262 if ((ce2 = SIMPLEQ_NEXT(ce1, ce_q)) == NULL) in cardslot_process_event()
H A Dcardbus.c225 p = SIMPLEQ_NEXT(p, next)) { in cardbus_read_tuples()
/openbsd/sys/dev/ic/
H A Di82365.c458 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) in pcic_event_process()
482 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) in pcic_event_process()
H A Dmpi.c2414 next = SIMPLEQ_NEXT(rcb, rcb_link); in mpi_evt_sas_detach()
2525 next = SIMPLEQ_NEXT(rcb, rcb_link); in mpi_eventack()
H A Dar5008.c885 nbf = SIMPLEQ_NEXT(bf, bf_list); in ar5008_rx_process()
H A Dar9003.c1155 txq->wait = SIMPLEQ_NEXT(txq->wait, bf_list); in ar9003_tx_process()
/openbsd/sys/dev/sdmmc/
H A Dsdmmc.c424 sfnext = SIMPLEQ_NEXT(sf, sf_list); in sdmmc_card_detach()
/openbsd/usr.bin/vmstat/
H A Dvmstat.c1068 addr = (u_long)SIMPLEQ_NEXT(pp, pr_poollist); in dopool_kvm()
/openbsd/sys/dev/pci/
H A Dmpii.c1606 next = SIMPLEQ_NEXT(rcb, rcb_link); in mpii_eventack()
1903 next = SIMPLEQ_NEXT(rcb, rcb_link); in mpii_event_sas()
3095 if (SIMPLEQ_NEXT(tccb, ccb_link) == ccb) { in mpii_scsi_cmd_done()
H A Dmfii.c2674 list = SIMPLEQ_NEXT(ccb, ccb_link); in mfii_abort_task()
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c1200 nti = SIMPLEQ_NEXT(ti, entries); in print_tabledef()
/openbsd/sys/dev/usb/
H A Dxhci.c811 while ((xfer = SIMPLEQ_NEXT(last, next)) != NULL) in xhci_skip_all()

12