| /freebsd-14-stable/sys/riscv/riscv/ |
| HD | autoconf.c | 55 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL); 57 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL); 59 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
|
| HD | riscv_console.c | 135 SYSINIT(cndev, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE, cn_drvinit, NULL);
|
| /freebsd-14-stable/sys/arm64/arm64/ |
| HD | autoconf.c | 52 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL); 54 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL); 56 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
|
| HD | cpu_errata.c | 241 SYSINIT(install_cpu_errata_late, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE,
|
| /freebsd-14-stable/sys/arm/arm/ |
| HD | autoconf.c | 67 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL); 69 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL); 71 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
|
| /freebsd-14-stable/sys/x86/x86/ |
| HD | autoconf.c | 78 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL); 80 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL); 82 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
|
| HD | identcpu.c | 1366 SYSINIT(hook_tsc_freq, SI_SUB_CONFIGURE, SI_ORDER_ANY, hook_tsc_freq, NULL);
|
| /freebsd-14-stable/sys/powerpc/powerpc/ |
| HD | autoconf.c | 52 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL); 54 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL); 56 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
|
| /freebsd-14-stable/sys/cddl/compat/opensolaris/kern/ |
| HD | opensolaris_taskq.c | 54 SYSINIT(system_taskq_init, SI_SUB_CONFIGURE, SI_ORDER_ANY, system_taskq_init, NULL); 63 SYSUNINIT(system_taskq_fini, SI_SUB_CONFIGURE, SI_ORDER_ANY, system_taskq_fini, NULL);
|
| /freebsd-14-stable/sys/powerpc/amigaone/ |
| HD | platform_amigaone.c | 121 SYSINIT(aeon_setup_intr, SI_SUB_CONFIGURE, SI_ORDER_ANY, aeon_setup_intr, NULL);
|
| /freebsd-14-stable/sys/powerpc/mambo/ |
| HD | mambo_console.c | 97 SYSINIT(cndev, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE, cn_drvinit, NULL);
|
| /freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/spl/ |
| HD | spl_taskq.c | 97 SYSINIT(system_taskq_init, SI_SUB_CONFIGURE, SI_ORDER_ANY, system_taskq_init, 116 SYSUNINIT(system_taskq_fini, SI_SUB_CONFIGURE, SI_ORDER_ANY, system_taskq_fini,
|
| /freebsd-14-stable/sys/cam/ctl/ |
| HD | ctl_backend.h | 78 DECLARE_MODULE(name, name ## _mod, SI_SUB_CONFIGURE, SI_ORDER_FOURTH); \
|
| HD | ctl_frontend.h | 83 DECLARE_MODULE(name, name ## _mod, SI_SUB_CONFIGURE, SI_ORDER_FOURTH); \
|
| /freebsd-14-stable/sys/dev/ofw/ |
| HD | ofw_console.c | 107 SYSINIT(cndev, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE, cn_drvinit, NULL);
|
| /freebsd-14-stable/sys/dev/cfe/ |
| HD | cfe_console.c | 226 SYSINIT(cndev, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE, cn_drvinit, NULL);
|
| /freebsd-14-stable/sys/dev/fb/ |
| HD | fbd.c | 72 SYSINIT(fbd_evh_init, SI_SUB_CONFIGURE, SI_ORDER_SECOND, fbd_evh_init, NULL);
|
| /freebsd-14-stable/sys/sys/ |
| HD | eventhandler.h | 127 SYSINIT(name ## _evh_init, SI_SUB_CONFIGURE, SI_ORDER_ANY, \
|
| HD | kernel.h | 148 SI_SUB_CONFIGURE = 0x3800000, /* Configure devices */ enumerator
|
| /freebsd-14-stable/sys/dev/acpica/ |
| HD | acpi_cpu.c | 490 SYSINIT(acpi_cpu, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE,
|
| /freebsd-14-stable/sys/dev/hptrr/ |
| HD | hptrr_osm_bsd.c | 1183 SYSINIT(hptinit, SI_SUB_CONFIGURE, SI_ORDER_FIRST, hpt_init, NULL);
|
| /freebsd-14-stable/sys/dev/hpt27xx/ |
| HD | hpt27xx_osm_bsd.c | 1250 SYSINIT(hptinit, SI_SUB_CONFIGURE, SI_ORDER_FIRST, hpt_init, NULL);
|
| /freebsd-14-stable/sys/dev/hptnr/ |
| HD | hptnr_osm_bsd.c | 1540 SYSINIT(hptinit, SI_SUB_CONFIGURE, SI_ORDER_FIRST, hpt_init, NULL);
|
| /freebsd-14-stable/sys/kern/ |
| HD | subr_vmem.c | 823 SYSINIT(vfs, SI_SUB_CONFIGURE, SI_ORDER_ANY, vmem_start_callout, NULL);
|
| /freebsd-14-stable/sys/dev/mpt/ |
| HD | mpt.c | 391 SYSINIT(mptdev, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE, mpt_postattach, NULL);
|