| /freebsd-13-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-13-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-13-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-13-stable/sys/mips/mips/ |
| HD | autoconf.c | 74 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL); 76 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL); 78 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
|
| /freebsd-13-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 | 1356 SYSINIT(hook_tsc_freq, SI_SUB_CONFIGURE, SI_ORDER_ANY, hook_tsc_freq, NULL);
|
| /freebsd-13-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-13-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-13-stable/sys/powerpc/amigaone/ |
| HD | platform_amigaone.c | 121 SYSINIT(aeon_setup_intr, SI_SUB_CONFIGURE, SI_ORDER_ANY, aeon_setup_intr, NULL);
|
| /freebsd-13-stable/sys/powerpc/mambo/ |
| HD | mambo_console.c | 97 SYSINIT(cndev, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE, cn_drvinit, NULL);
|
| /freebsd-13-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-13-stable/sys/dev/ofw/ |
| HD | ofw_console.c | 107 SYSINIT(cndev, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE, cn_drvinit, NULL);
|
| /freebsd-13-stable/sys/dev/cfe/ |
| HD | cfe_console.c | 226 SYSINIT(cndev, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE, cn_drvinit, NULL);
|
| /freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/ |
| HD | spl_taskq.c | 104 SYSINIT(system_taskq_init, SI_SUB_CONFIGURE, SI_ORDER_ANY, system_taskq_init, 123 SYSUNINIT(system_taskq_fini, SI_SUB_CONFIGURE, SI_ORDER_ANY, system_taskq_fini,
|
| /freebsd-13-stable/sys/dev/gxemul/cons/ |
| HD | gxemul_cons.c | 287 SYSINIT(gxemul_cons_ttyinit, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE,
|
| /freebsd-13-stable/sys/dev/fb/ |
| HD | fbd.c | 72 SYSINIT(fbd_evh_init, SI_SUB_CONFIGURE, SI_ORDER_SECOND, fbd_evh_init, NULL);
|
| /freebsd-13-stable/sys/sys/ |
| HD | eventhandler.h | 127 SYSINIT(name ## _evh_init, SI_SUB_CONFIGURE, SI_ORDER_ANY, \
|
| HD | kernel.h | 140 SI_SUB_CONFIGURE = 0x3800000, /* Configure devices */ enumerator
|
| /freebsd-13-stable/sys/dev/acpica/ |
| HD | acpi_cpu.c | 489 SYSINIT(acpi_cpu, SI_SUB_CONFIGURE, SI_ORDER_MIDDLE,
|
| /freebsd-13-stable/sys/dev/ata/ |
| HD | ata-all.c | 1226 DECLARE_MODULE(ata, ata_moduledata, SI_SUB_CONFIGURE, SI_ORDER_SECOND);
|
| /freebsd-13-stable/sys/dev/hptrr/ |
| HD | hptrr_osm_bsd.c | 1182 SYSINIT(hptinit, SI_SUB_CONFIGURE, SI_ORDER_FIRST, hpt_init, NULL);
|
| /freebsd-13-stable/sys/dev/hpt27xx/ |
| HD | hpt27xx_osm_bsd.c | 1249 SYSINIT(hptinit, SI_SUB_CONFIGURE, SI_ORDER_FIRST, hpt_init, NULL);
|