Searched refs:SI_ORDER_FIRST (Results 1 - 25 of 202) sorted by relevance

123456789

/freebsd-11-stable/sys/riscv/riscv/
H A Dautoconf.c57 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
/freebsd-11-stable/sys/mips/mips/
H A Docteon_cop2.c62 SYSINIT(octeon_cop2, SI_SUB_CPU, SI_ORDER_FIRST, octeon_cop2_init, NULL);
H A Dautoconf.c74 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris.c68 SYSINIT(opensolaris_register, SI_SUB_OPENSOLARIS, SI_ORDER_FIRST, opensolaris_load, NULL);
76 SYSUNINIT(opensolaris_unregister, SI_SUB_OPENSOLARIS, SI_ORDER_FIRST, opensolaris_unload, NULL);
/freebsd-11-stable/sys/sys/
H A Ddomain.h82 SI_ORDER_FIRST, domain_add, & name ## domain); \
88 SI_ORDER_FIRST, domain_add, & name ## domain); \
H A Dgtaskqueue.h93 SYSINIT(taskqgroup_##name, SI_SUB_TASKQ, SI_ORDER_FIRST, \
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_t3fw.c48 DECLARE_MODULE(cxgb_t3fw, cxgb_t3fw_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
81 DECLARE_MODULE(cxgb_t3b_protocol_sram, cxgb_t3b_protocol_sram_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
114 DECLARE_MODULE(cxgb_t3b_tp_eeprom, cxgb_t3b_tp_eeprom_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
147 DECLARE_MODULE(cxgb_t3c_protocol_sram, cxgb_t3c_protocol_sram_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
180 DECLARE_MODULE(cxgb_t3c_tp_eeprom, cxgb_t3c_tp_eeprom_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
/freebsd-11-stable/sys/arm/arm/
H A Dautoconf.c67 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
/freebsd-11-stable/sys/dev/mxge/
H A Dmxge_eth_z8e.c44 DECLARE_MODULE(mxge_eth_z8e_fw, mxge_eth_z8e_fw_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
H A Dmxge_ethp_z8e.c44 DECLARE_MODULE(mxge_ethp_z8e_fw, mxge_ethp_z8e_fw_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
H A Dmxge_rss_eth_z8e.c44 DECLARE_MODULE(mxge_rss_eth_z8e_fw, mxge_rss_eth_z8e_fw_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
H A Dmxge_rss_ethp_z8e.c44 DECLARE_MODULE(mxge_rss_ethp_z8e_fw, mxge_rss_ethp_z8e_fw_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dautoconf.c52 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dautoconf.c49 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, 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/arm64/arm64/
H A Dautoconf.c55 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_vdso.h62 SI_ORDER_FIRST, __elfN(linux_vdso_sym_init), &name ## sym); \
/freebsd-11-stable/sys/dev/random/
H A Drandom_infra.c76 SYSINIT(random_device_h_init, SI_SUB_RANDOM, SI_ORDER_FIRST, random_infra_sysinit, NULL);
104 SYSUNINIT(random_device_h_init, SI_SUB_RANDOM, SI_ORDER_FIRST, random_infra_sysuninit, NULL);
/freebsd-11-stable/sys/kern/
H A Dkern_idle.c44 SYSINIT(idle_setup, SI_SUB_SCHED_IDLE, SI_ORDER_FIRST, idle_setup, NULL);
H A Dkern_dtrace.c126 SYSINIT(kdtrace, SI_SUB_KDTRACE, SI_ORDER_FIRST, init_dtrace, 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))
H A Didr.h69 SYSINIT(name##_idr_sysinit, SI_SUB_DRIVERS, SI_ORDER_FIRST, \
75 SYSINIT(name##_ida_sysinit, SI_SUB_DRIVERS, SI_ORDER_FIRST, \
/freebsd-11-stable/sys/crypto/rc4/
H A Drc4.c127 DECLARE_MODULE(rc4, rc4_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
/freebsd-11-stable/sys/x86/x86/
H A Dautoconf.c83 SYSINIT(configure1, SI_SUB_CONFIGURE, SI_ORDER_FIRST, configure_first, NULL);
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dhyperv.c261 SYSINIT(hyperv_initialize, SI_SUB_HYPERVISOR, SI_ORDER_FIRST, hyperv_init,
318 SYSINIT(hypercall_ctor, SI_SUB_DRIVERS, SI_ORDER_FIRST, hypercall_create, NULL);
336 SYSUNINIT(hypercall_dtor, SI_SUB_DRIVERS, SI_ORDER_FIRST, hypercall_destroy,

Completed in 145 milliseconds

123456789