Symbol: DRIVER_MODULE_ORDERED
sys/amd64/vmm/amd/ivrs_drv.c
759
DRIVER_MODULE_ORDERED(ivhd, acpi, ivhd_driver, 0, 0, SI_ORDER_ANY);
sys/dev/acpica/acpi_spmc.c
656
DRIVER_MODULE_ORDERED(acpi_spmc, acpi, acpi_spmc_driver, NULL, NULL, SI_ORDER_ANY);
sys/dev/bwn/if_bwn_pci.c
279
DRIVER_MODULE_ORDERED(bwn_pci, pci, bwn_pci_driver, NULL, NULL, SI_ORDER_ANY);
sys/dev/dc/if_dc.c
351
DRIVER_MODULE_ORDERED(dc, pci, dc_driver, NULL, NULL, SI_ORDER_ANY);
sys/dev/dpaa2/dpaa2_mc_acpi.c
394
DRIVER_MODULE_ORDERED(dpaa2_mc, acpi, dpaa2_mc_acpi_driver, NULL, NULL,
sys/dev/drm2/drm_dp_iic_helper.c
275
DRIVER_MODULE_ORDERED(drm_iic_dp_aux, drmn, drm_iic_dp_aux_driver, 0, 0,
sys/dev/enetc/if_enetc.c
168
DRIVER_MODULE_ORDERED(enetc, pci, enetc_driver, NULL, NULL, SI_ORDER_ANY);
sys/dev/etherswitch/e6000sw/e6000sw.c
200
DRIVER_MODULE_ORDERED(etherswitch, e6000sw, etherswitch_driver, 0, 0, SI_ORDER_ANY);
sys/dev/etherswitch/felix/felix.c
143
DRIVER_MODULE_ORDERED(felix, pci, felix_driver, NULL, NULL, SI_ORDER_ANY);
sys/dev/fxp/if_fxp.c
304
DRIVER_MODULE_ORDERED(fxp, pci, fxp_driver, NULL, NULL, SI_ORDER_ANY);
sys/dev/ichiic/ig4_acpi.c
201
DRIVER_MODULE_ORDERED(ig4iic, acpi, ig4iic_acpi_driver, 0, 0, SI_ORDER_ANY);
sys/dev/ichiic/ig4_pci.c
470
DRIVER_MODULE_ORDERED(ig4iic, pci, ig4iic_pci_driver, 0, 0, SI_ORDER_ANY);
sys/dev/iicbus/controller/qcom/geni_iic_acpi.c
187
DRIVER_MODULE_ORDERED(geniiic, acpi, geniiic_acpi_driver, 0, 0, SI_ORDER_ANY);
sys/dev/intpm/intpm.c
918
DRIVER_MODULE_ORDERED(intsmb, pci, intsmb_driver, 0, 0, SI_ORDER_ANY);
sys/dev/mgb/if_mgb.c
213
DRIVER_MODULE_ORDERED(miibus, mgb, miibus_driver, NULL, NULL,
sys/dev/netmap/if_ptnet.c
243
DRIVER_MODULE_ORDERED(ptnet, pci, ptnet_driver, NULL, NULL,
sys/dev/netmap/netmap_freebsd.c
799
DRIVER_MODULE_ORDERED(ptn_memdev, pci, ptn_memdev_driver, NULL, NULL,
sys/dev/qat/qat/qat_ocf.c
1283
DRIVER_MODULE_ORDERED(qat,
sys/dev/qat/qat_hw/qat_200xx/adf_drv.c
289
DRIVER_MODULE_ORDERED(qat_200xx, pci, adf_driver, NULL, NULL, SI_ORDER_THIRD);
sys/dev/qat/qat_hw/qat_4xxx/adf_drv.c
352
DRIVER_MODULE_ORDERED(qat_4xxx, pci, adf_driver, NULL, NULL, SI_ORDER_THIRD);
sys/dev/qat/qat_hw/qat_4xxxvf/adf_drv.c
278
DRIVER_MODULE_ORDERED(qat_4xxxvf,
sys/dev/qat/qat_hw/qat_c3xxx/adf_drv.c
278
DRIVER_MODULE_ORDERED(qat_c3xxx, pci, adf_driver, NULL, NULL, SI_ORDER_THIRD);
sys/dev/qat/qat_hw/qat_c4xxx/adf_drv.c
277
DRIVER_MODULE_ORDERED(qat_c4xxx, pci, adf_driver, NULL, NULL, SI_ORDER_THIRD);
sys/dev/qat/qat_hw/qat_c62x/adf_drv.c
279
DRIVER_MODULE_ORDERED(qat_c62x, pci, adf_driver, NULL, NULL, SI_ORDER_THIRD);
sys/dev/qat/qat_hw/qat_dh895xcc/adf_drv.c
267
DRIVER_MODULE_ORDERED(qat_dh895xcc,
sys/dev/rge/if_rge.c
2695
DRIVER_MODULE_ORDERED(rge, pci, rge_driver, NULL, NULL, SI_ORDER_ANY);
sys/dev/sound/pci/hda/hdac.c
2218
DRIVER_MODULE_ORDERED(snd_hda, pci, hdac_driver, NULL, NULL, SI_ORDER_ANY);
sys/dev/sound/usb/uaudio.c
6255
DRIVER_MODULE_ORDERED(snd_uaudio, uhub, uaudio_driver, NULL, NULL, SI_ORDER_ANY);
sys/dev/thunderbolt/nhi_pci.c
119
DRIVER_MODULE_ORDERED(nhi, pci, nhi_pci_driver, NULL, NULL,
sys/dev/thunderbolt/tb_acpi_pcib.c
179
DRIVER_MODULE_ORDERED(tb_acpi_pcib, pci, tb_acpi_pcib_driver,
sys/dev/thunderbolt/tb_pcib.c
554
DRIVER_MODULE_ORDERED(tb_pcib, pci, tb_pcib_driver,
sys/dev/usb/net/if_rue.c
212
DRIVER_MODULE_ORDERED(rue, uhub, rue_driver, NULL, NULL, SI_ORDER_ANY);
sys/dev/xen/grant_table/grant_table.c
666
DRIVER_MODULE_ORDERED(granttable, xenpv, granttable_driver, NULL, NULL,
sys/dev/xl/if_xl.c
330
DRIVER_MODULE_ORDERED(xl, pci, xl_driver, NULL, NULL, SI_ORDER_ANY);