/src/sys/netbt/ |
hci_misc.c | 67 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) { 84 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) { 97 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) {
|
hci_ioctl.c | 64 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) { 180 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) {
|
/src/libexec/httpd/ |
netbsd_queue.h | 66 #define SIMPLEQ_FOREACH(var, head, field) \
|
lua-bozo.c | 360 SIMPLEQ_FOREACH(map, &httpd->lua_states, s_next) { 364 SIMPLEQ_FOREACH(hndlr, &map->handlers, h_next) { 407 SIMPLEQ_FOREACH(headp, &request->hr_headers, h_next)
|
/src/usr.sbin/mlxctl/ |
dklist.c | 111 SIMPLEQ_FOREACH(md, &mlx_disks, chain) 124 SIMPLEQ_FOREACH(md, &mlx_disks, chain)
|
/src/lib/libc/gen/ |
pthread_atfork.c | 222 * at the head and tail as appropriate so that SIMPLEQ_FOREACH() 251 SIMPLEQ_FOREACH(iter, &prepareq, next) 263 SIMPLEQ_FOREACH(iter, &parentq, next) 269 SIMPLEQ_FOREACH(iter, &childq, next)
|
/src/bin/ps/ |
ps.c | 420 SIMPLEQ_FOREACH(vent, &sortlist, next) { 428 SIMPLEQ_FOREACH(vent, &displaylist, next) 481 SIMPLEQ_FOREACH(vent, &displaylist, next) 488 SIMPLEQ_FOREACH(vent, &displaylist, next) 516 SIMPLEQ_FOREACH(vent, &displaylist, next) { 529 SIMPLEQ_FOREACH(vent, &displaylist, next) { 648 SIMPLEQ_FOREACH(vent, &displaylist, next) { 680 SIMPLEQ_FOREACH(ve, &sortlist, next) {
|
/src/sys/dev/acpi/ |
ehci_acpi.c | 212 SIMPLEQ_FOREACH(ad, &acpi_softc->sc_head, ad_list) { 252 SIMPLEQ_FOREACH(ad, &hubad->ad_child_head, ad_child_list) { 271 SIMPLEQ_FOREACH(ad, &aa->aa_node->ad_child_head, ad_child_list) {
|
acpi_resource.c | 503 SIMPLEQ_FOREACH(ar, &res->ar_io, ar_list) { 519 SIMPLEQ_FOREACH(ar, &res->ar_mem, ar_list) { 537 SIMPLEQ_FOREACH(ar, &res->ar_irq, ar_list) { 548 SIMPLEQ_FOREACH(ar, &res->ar_drq, ar_list) { 617 SIMPLEQ_FOREACH(ar, &res->ar_io, ar_list) { 629 SIMPLEQ_FOREACH(ar, &res->ar_iorange, ar_list) { 641 SIMPLEQ_FOREACH(ar, &res->ar_mem, ar_list) { 653 SIMPLEQ_FOREACH(ar, &res->ar_memrange, ar_list) { 665 SIMPLEQ_FOREACH(ar, &res->ar_irq, ar_list) { 677 SIMPLEQ_FOREACH(ar, &res->ar_drq, ar_list) [all...] |
acpi_pci.c | 306 SIMPLEQ_FOREACH(child, &ad->ad_child_head, ad_child_list) { 374 SIMPLEQ_FOREACH(ad, &sc->sc_head, ad_list) { 422 SIMPLEQ_FOREACH(ad, &sc->sc_head, ad_list) {
|
acpi_i2c.c | 89 SIMPLEQ_FOREACH(ad, &acpi_softc->sc_head, ad_list) { 173 SIMPLEQ_FOREACH(ad, &acpi_softc->sc_head, ad_list) { 223 SIMPLEQ_FOREACH(ad, &devnode->ad_child_head, ad_child_list) {
|
/src/sys/arch/alpha/eisa/ |
eisa_machdep.c | 423 SIMPLEQ_FOREACH(ecud, &ecu_data_list, ecud_list) { 591 SIMPLEQ_FOREACH(ecud, &ecu_data_list, ecud_list) { 608 SIMPLEQ_FOREACH(ecuf, &ecud->ecud_funcs, ecuf_list) { 626 SIMPLEQ_FOREACH(ecum, &ecuf->ecuf_mem, ecum_list) { 648 SIMPLEQ_FOREACH(ecui, &ecuf->ecuf_irq, ecui_list) { 670 SIMPLEQ_FOREACH(ecud, &ecuf->ecuf_dma, ecud_list) { 692 SIMPLEQ_FOREACH(ecuio, &ecuf->ecuf_io, ecuio_list) {
|
/src/sys/arch/i386/pci/ |
pci_intr_fixup.c | 236 SIMPLEQ_FOREACH(l, &pciintr_link_map_list, list) { 430 SIMPLEQ_FOREACH(l, &pciintr_link_map_list, list) { 460 SIMPLEQ_FOREACH(l, &pciintr_link_map_list, list) { 502 SIMPLEQ_FOREACH(l, &pciintr_link_map_list, list) { 526 SIMPLEQ_FOREACH(l, &pciintr_link_map_list, list) { 552 SIMPLEQ_FOREACH(l, &pciintr_link_map_list, list) {
|
/src/sys/arch/bebox/bebox/ |
mainbus.c | 167 SIMPLEQ_FOREACH(pbi, &genppc_pct->pc_pbi, next)
|
/src/sys/dev/pcmcia/ |
pcmcia.c | 192 SIMPLEQ_FOREACH(pf, &sc->card.pf_head, pf_list) { 230 SIMPLEQ_FOREACH(pf, &sc->card.pf_head, pf_list) { 268 SIMPLEQ_FOREACH(pf, &sc->card.pf_head, pf_list) { 298 SIMPLEQ_FOREACH(pf, &sc->card.pf_head, pf_list) { 324 SIMPLEQ_FOREACH(pf, &sc->card.pf_head, pf_list) { 501 SIMPLEQ_FOREACH(tmp, &sc->card.pf_head, pf_list) { 570 SIMPLEQ_FOREACH(tmp, &sc->card.pf_head, pf_list) { 644 SIMPLEQ_FOREACH(tmp, &sc->card.pf_head, pf_list) { 887 SIMPLEQ_FOREACH(cfe, &pf->cfe_head, cfe_list) {
|
/src/lib/libc/citrus/ |
citrus_pivot_factory.c | 68 SIMPLEQ_FOREACH(se, sh, se_entry) { 175 SIMPLEQ_FOREACH(se, sh, se_entry) {
|
/src/lib/libc/citrus/modules/ |
citrus_mapper_serial.c | 224 SIMPLEQ_FOREACH(ml, &sr->sr_mappers, ml_entry) { 247 SIMPLEQ_FOREACH(ml, &sr->sr_mappers, ml_entry) {
|
/src/libexec/ld.elf_so/ |
symver.c | 91 SIMPLEQ_FOREACH(entry, &obj->names, link) { 106 SIMPLEQ_FOREACH(entry, &_rtld_list_main, link) {
|
/src/sys/arch/arm/gemini/ |
gemini_ipi.c | 119 SIMPLEQ_FOREACH(iqp, &sc->sc_intrq, iq_q) { 135 SIMPLEQ_FOREACH(iqp, &sc->sc_intrq, iq_q)
|
gemini_lpchc.c | 112 SIMPLEQ_FOREACH(iqp, &sc->sc_intrq, iq_q) { 131 SIMPLEQ_FOREACH(iqp, &sc->sc_intrq, iq_q) {
|
/src/usr.bin/mkesdb/ |
yacc.y | 186 SIMPLEQ_FOREACH(csid, &named_csids, ci_entry) { 249 SIMPLEQ_FOREACH(csid, &named_csids, ci_entry) {
|
/src/sys/arch/arm/pci/ |
pci_msi_machdep.c | 55 SIMPLEQ_FOREACH(msip, &arm_pci_msi_list, msi_link) 74 SIMPLEQ_FOREACH(msip, &arm_pci_msi_list, msi_link)
|
/src/sys/dev/i2c/ |
i2cmux.c | 218 SIMPLEQ_FOREACH(ad, &devnode->ad_child_head, ad_child_list) { 234 SIMPLEQ_FOREACH(ad, &devnode->ad_child_head, ad_child_list) {
|
/src/sys/arch/prep/pnpbus/ |
pnpbus.c | 423 SIMPLEQ_FOREACH(mem, &r->mem, next) { 435 SIMPLEQ_FOREACH(io, &r->io, next) { 446 SIMPLEQ_FOREACH(mem, &r->iomem, next) { 458 SIMPLEQ_FOREACH(irq, &r->irq, next) { 466 SIMPLEQ_FOREACH(dma, &r->dma, next) {
|
/src/sys/dev/acpi/wmi/ |
wmi_acpi.c | 272 SIMPLEQ_FOREACH(wmi, &sc->wmi_head, wmi_link) { 354 SIMPLEQ_FOREACH(wmi, &sc->wmi_head, wmi_link) { 401 SIMPLEQ_FOREACH(wmi, &sc->wmi_head, wmi_link) { 430 SIMPLEQ_FOREACH(wmi, &sc->wmi_head, wmi_link) { 479 SIMPLEQ_FOREACH(wmi, &sc->wmi_head, wmi_link) {
|