Searched refs:SYSINIT (Results 1 - 25 of 380) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/riscv/riscv/
H A Dautoconf.c57 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
59 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
61 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
/freebsd-11-stable/sys/arm/arm/
H A Dautoconf.c67 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-11-stable/sys/powerpc/powerpc/
H A Dautoconf.c52 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-11-stable/sys/sparc64/sparc64/
H A Dautoconf.c49 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
51 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
53 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
/freebsd-11-stable/sys/arm64/arm64/
H A Dautoconf.c55 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);
/freebsd-11-stable/sys/sys/
H A Ddomain.h81 SYSINIT(domain_add_ ## name, SI_SUB_PROTO_DOMAIN, \
83 SYSINIT(domain_init_ ## name, SI_SUB_PROTO_DOMAIN, \
87 SYSINIT(domain_add_ ## name, SI_SUB_PROTO_DOMAIN, \
H A Dkernel.h194 * to discern SYSINIT's which take non-constant data pointers and
195 * SYSINIT's which take constant data pointers,
225 * The C_ version of SYSINIT is for data pointers to const
227 * At the moment it is no different from SYSINIT and thus
243 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ macro
268 * in a SYSINIT function at SI_SUB_TUNABLES with SI_ORDER_ANY.
288 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
307 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
326 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
345 SYSINIT(__CONCA
[all...]
H A Dgtaskqueue.h93 SYSINIT(taskqgroup_##name, SI_SUB_TASKQ, SI_ORDER_FIRST, \
102 SYSINIT(taskqgroup_adj_##name, SI_SUB_SMP, SI_ORDER_ANY, \
/freebsd-11-stable/sys/mips/mips/
H A Dautoconf.c74 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);
H A Docteon_cop2.c62 SYSINIT(octeon_cop2, SI_SUB_CPU, SI_ORDER_FIRST, octeon_cop2_init, NULL);
/freebsd-11-stable/sys/x86/x86/
H A Dautoconf.c83 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
85 SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
87 SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_misc.c53 SYSINIT(opensolaris_utsname_init, SI_SUB_TUNABLES, SI_ORDER_ANY,
H A Dopensolaris.c68 SYSINIT(opensolaris_register, SI_SUB_OPENSOLARIS, SI_ORDER_FIRST, opensolaris_load, NULL);
/freebsd-11-stable/sys/dev/tdfx/
H A Dtdfx_linux.h46 SYSINIT(n##register, SI_SUB_KLD, SI_ORDER_MIDDLE,\
/freebsd-11-stable/sys/kern/
H A Dstack_protector.c30 SYSINIT(stack_chk, SI_SUB_RANDOM, SI_ORDER_ANY, __stack_chk_init, NULL);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h84 SYSINIT(fn, SI_SUB_OFED_MODINIT, SI_ORDER_FIRST, _module_run, (fn))
94 SYSINIT(fn, SI_SUB_OFED_MODINIT, (order), _module_run, (fn))
/freebsd-11-stable/sys/dev/vt/
H A Dvt_consolectl.c82 SYSINIT(consolectl, SI_SUB_DRIVERS, SI_ORDER_MIDDLE, consolectl_drvinit, NULL);
/freebsd-11-stable/sys/i386/xbox/
H A Dxbox.c63 SYSINIT(xbox, SI_SUB_DRIVERS, SI_ORDER_FIRST, xbox_init, NULL);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_vdso.h61 SYSINIT(__elfN(name ## _sym_init), SI_SUB_EXEC, \
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_linux.c62 SYSINIT (mfi_register, SI_SUB_KLD, SI_ORDER_MIDDLE,
70 SYSINIT (mfi_register2, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_linux.c81 SYSINIT(mrsas_register, SI_SUB_KLD, SI_ORDER_MIDDLE,
89 SYSINIT(mrsas_register2, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-11-stable/sys/dev/aac/
H A Daac_linux.c60 SYSINIT (aac_linux_register, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_linux.c64 SYSINIT (aacraid_linux_register, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-11-stable/sys/dev/amr/
H A Damr_linux.c58 SYSINIT (amr_register, SI_SUB_KLD, SI_ORDER_MIDDLE,
/freebsd-11-stable/sys/mips/nlm/
H A Dusb_init.c90 SYSINIT(nlm_usb_init, SI_SUB_CPU, SI_ORDER_MIDDLE,

Completed in 198 milliseconds

1234567891011>>