Home
last modified time | relevance | path

Searched refs:SI_SUB_CONFIGURE (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Dautoconf.c93 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
95 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
97 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dautoconf.c102 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
104 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
106 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
/dragonfly/sys/sys/
H A Dkernel.h188 SI_SUB_CONFIGURE = 0x3800000, /* Configure devices */ enumerator
/dragonfly/sys/bus/u4b/controller/
H A Dusb_controller.c909 SYSUNINIT(usb_bus_unload, SI_SUB_CONFIGURE, SI_ORDER_ANY, usb_bus_unload, NULL);
/dragonfly/sys/kern/
H A Dlwkt_ipiq.c1150 SYSINIT(lwkt_ipiq_latency, SI_SUB_CONFIGURE, SI_ORDER_ANY,
H A Dkern_exit.c1587 SYSINIT(deadlwpinit, SI_SUB_CONFIGURE, SI_ORDER_ANY, deadlwp_init, NULL);
/dragonfly/sys/dev/disk/nata/
H A Data-all.c1041 DECLARE_MODULE(ata, ata_moduledata, SI_SUB_CONFIGURE, SI_ORDER_SECOND);
/dragonfly/sys/dev/raid/hptrr/
H A Dhptrr_osm_bsd.c1186 SYSINIT(hptinit, SI_SUB_CONFIGURE, SI_ORDER_FIRST, hpt_init, NULL);
/dragonfly/sys/dev/raid/hpt27xx/
H A Dhpt27xx_osm_bsd.c1206 SYSINIT(hptinit, SI_SUB_CONFIGURE, SI_ORDER_FIRST, hpt_init, NULL);
/dragonfly/sys/dev/disk/mpt/
H A Dmpt.c388 SYSINIT(mptdev, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE, mpt_postattach, NULL);
/dragonfly/sys/dev/raid/hptmv/
H A Dentry.c1264 SYSINIT(hptinit, SI_SUB_CONFIGURE, SI_ORDER_FIRST, hpt_init, NULL);
/dragonfly/sys/bus/cam/
H A Dcam_xpt.c740 DECLARE_MODULE(cam, cam_moduledata, SI_SUB_CONFIGURE, SI_ORDER_SECOND);