| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | mod_os.h | 99 SYSINIT(zfs_ ## fn, SI_SUB_LAST, SI_ORDER_FIRST, wrap_ ## fn, NULL) 107 SYSINIT(zfs_ ## fn, SI_SUB_INT_CONFIG_HOOKS, SI_ORDER_FIRST, wrap_ ## fn, NULL) 115 SYSUNINIT(zfs_ ## fn, SI_SUB_LAST, SI_ORDER_FIRST, wrap_ ## fn, NULL)
|
| /f-stack/tools/compat/include/sys/ |
| H A D | domain.h | 82 SI_ORDER_FIRST, domain_add, & name ## domain); \ 88 SI_ORDER_FIRST, domain_add, & name ## domain); \
|
| /f-stack/freebsd/sys/ |
| H A D | domain.h | 85 SI_ORDER_FIRST, domain_add, & name ## domain); \ 91 SI_ORDER_FIRST, domain_add, & name ## domain); \
|
| H A D | gtaskqueue.h | 109 SYSINIT(taskqgroup_##name, SI_SUB_TASKQ, SI_ORDER_FIRST, \
|
| /f-stack/freebsd/x86/acpica/ |
| H A D | srat.c | 56 SYSINIT(parse_acpi_tables, SI_SUB_VM - 1, SI_ORDER_FIRST, parse_acpi_tables,
|
| /f-stack/freebsd/mips/mips/ |
| H A D | octeon_cop2.c | 64 SYSINIT(octeon_cop2, SI_SUB_CPU, SI_ORDER_FIRST, octeon_cop2_init, NULL);
|
| H A D | autoconf.c | 76 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | autoconf.c | 55 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
|
| /f-stack/freebsd/arm/arm/ |
| H A D | autoconf.c | 69 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
|
| /f-stack/freebsd/x86/x86/ |
| H A D | autoconf.c | 80 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_idle.c | 46 SYSINIT(idle_setup, SI_SUB_SCHED_IDLE, SI_ORDER_FIRST, idle_setup, NULL);
|
| H A D | init_main.c | 367 SYSINIT(announce, SI_SUB_COPYRIGHT, SI_ORDER_FIRST, print_caddr_t, 626 SYSINIT(p0init, SI_SUB_INTRINSIC, SI_ORDER_FIRST, proc0_init, NULL); 664 SYSINIT(p0post, SI_SUB_INTRINSIC_POST, SI_ORDER_FIRST, proc0_post, NULL); 831 SYSINIT(init, SI_SUB_CREATE_INIT, SI_ORDER_FIRST, create_init, NULL);
|
| H A D | kern_mtxpool.c | 188 SYSINIT(mtxpooli2, SI_SUB_MTX_POOL_DYNAMIC, SI_ORDER_FIRST,
|
| H A D | subr_pcpu.c | 131 SYSINIT(dpcpu, SI_SUB_KLD, SI_ORDER_FIRST, dpcpu_startup, NULL); 157 SYSINIT(pcpu_zones, SI_SUB_COUNTER, SI_ORDER_FIRST, pcpu_zones_startup, NULL);
|
| H A D | kern_hhook.c | 514 VNET_SYSINIT(hhook_vnet_init, SI_SUB_INIT_IF, SI_ORDER_FIRST, 522 VNET_SYSUNINIT(hhook_vnet_uninit, SI_SUB_INIT_IF, SI_ORDER_FIRST,
|
| /f-stack/lib/ |
| H A D | ff_kern_synch.c | 70 SYSINIT(synch_setup, SI_SUB_INTR, SI_ORDER_FIRST, synch_setup,
|
| H A D | ff_init_main.c | 523 SYSINIT(p0init, SI_SUB_INTRINSIC, SI_ORDER_FIRST, proc0_init, NULL); 538 SYSINIT(p0post, SI_SUB_INTRINSIC_POST, SI_ORDER_FIRST, proc0_post, NULL);
|
| /f-stack/freebsd/x86/xen/ |
| H A D | hvm.c | 425 SYSINIT(xen_hvm_init, SI_SUB_HYPERVISOR, SI_ORDER_FIRST, xen_hvm_sysinit, NULL); 491 SYSINIT(xen_hvm_cpu_init, SI_SUB_INTR, SI_ORDER_FIRST, xen_hvm_cpu_init, NULL);
|
| H A D | pvcpu_enum.c | 264 SYSINIT(xenpv_register, SI_SUB_TUNABLES - 1, SI_ORDER_FIRST, xenpv_register, NULL);
|
| /f-stack/freebsd/arm64/coresight/ |
| H A D | coresight.c | 126 SYSINIT(coresight, SI_SUB_DRIVERS, SI_ORDER_FIRST, coresight_init, NULL);
|
| /f-stack/freebsd/crypto/rc4/ |
| H A D | rc4.c | 127 DECLARE_MODULE(rc4, rc4_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | callb.c | 372 SYSINIT(sol_callb, SI_SUB_DRIVERS, SI_ORDER_FIRST, callb_init, NULL); 373 SYSUNINIT(sol_callb, SI_SUB_DRIVERS, SI_ORDER_FIRST, callb_fini, NULL);
|
| /f-stack/freebsd/vm/ |
| H A D | vm_init.c | 106 SYSINIT(vm_mem, SI_SUB_VM, SI_ORDER_FIRST, vm_mem_init, NULL);
|
| /f-stack/freebsd/net/ |
| H A D | vnet.c | 314 SYSINIT(vnet_init_prelink, SI_SUB_VNET_PRELINK, SI_ORDER_FIRST, 331 SYSINIT(vnet0_init, SI_SUB_VNET, SI_ORDER_FIRST, vnet0_init, NULL); 356 SYSINIT(vnet_data, SI_SUB_KLD, SI_ORDER_FIRST, vnet_data_startup, NULL);
|
| H A D | vnet.h | 120 SI_ORDER_FIRST, vnet_ ## name ## _init, NULL) 129 SI_ORDER_FIRST, vnet_ ## name ## _uninit, NULL)
|