Symbol: SI_SUB_CONFIGURE
sys/bus/cam/cam_xpt.c
740
DECLARE_MODULE(cam, cam_moduledata, SI_SUB_CONFIGURE, SI_ORDER_SECOND);
sys/bus/u4b/controller/usb_controller.c
909
SYSUNINIT(usb_bus_unload, SI_SUB_CONFIGURE, SI_ORDER_ANY, usb_bus_unload, NULL);
sys/dev/disk/mpt/mpt.c
388
SYSINIT(mptdev, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE, mpt_postattach, NULL);
sys/dev/disk/nata/ata-all.c
1041
DECLARE_MODULE(ata, ata_moduledata, SI_SUB_CONFIGURE, SI_ORDER_SECOND);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
1206
SYSINIT(hptinit, SI_SUB_CONFIGURE, SI_ORDER_FIRST, hpt_init, NULL);
sys/dev/raid/hptmv/entry.c
1264
SYSINIT(hptinit, SI_SUB_CONFIGURE, SI_ORDER_FIRST, hpt_init, NULL);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
1186
SYSINIT(hptinit, SI_SUB_CONFIGURE, SI_ORDER_FIRST, hpt_init, NULL);
sys/kern/kern_exit.c
1589
SYSINIT(deadlwpinit, SI_SUB_CONFIGURE, SI_ORDER_ANY, deadlwp_init, NULL);
sys/kern/lwkt_ipiq.c
1150
SYSINIT(lwkt_ipiq_latency, SI_SUB_CONFIGURE, SI_ORDER_ANY,
sys/platform/pc64/x86_64/autoconf.c
93
SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
sys/platform/pc64/x86_64/autoconf.c
95
SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
sys/platform/pc64/x86_64/autoconf.c
97
SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
sys/platform/vkernel64/x86_64/autoconf.c
102
SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
sys/platform/vkernel64/x86_64/autoconf.c
104
SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
sys/platform/vkernel64/x86_64/autoconf.c
106
SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);