Home
last modified time | relevance | path

Searched refs:SI_ORDER_MIDDLE (Results 1 – 25 of 52) sorted by relevance

123

/f-stack/freebsd/sys/
H A Dkernel.h190 SI_ORDER_MIDDLE = 0x1000000, /* somewhere in the middle */ enumerator
326 SI_SUB_TUNABLES, SI_ORDER_MIDDLE, tunable_int_init, \
345 SI_SUB_TUNABLES, SI_ORDER_MIDDLE, tunable_long_init,\
364 SI_SUB_TUNABLES, SI_ORDER_MIDDLE, tunable_ulong_init, \
383 SI_SUB_TUNABLES, SI_ORDER_MIDDLE, tunable_int64_init, \
402 SI_SUB_TUNABLES, SI_ORDER_MIDDLE, tunable_uint64_init, \
421 SI_SUB_TUNABLES, SI_ORDER_MIDDLE, tunable_quad_init, \
440 SI_SUB_TUNABLES, SI_ORDER_MIDDLE, tunable_bool_init, \
458 SI_SUB_TUNABLES, SI_ORDER_MIDDLE, tunable_str_init, \
H A Drmlock.h114 SYSINIT(name##_rm_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
116 SYSUNINIT(name##_rm_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
H A Dsx.h143 SYSINIT(name##_sx_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
145 SYSUNINIT(name##_sx_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
H A Drwlock.h258 SYSINIT(name##_rw_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
260 SYSUNINIT(name##_rw_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
H A Dsched.h209 SYSINIT(name, SI_SUB_LAST, SI_ORDER_MIDDLE, name ## _add_proc, NULL);
H A Dmutex.h532 SYSINIT(name##_mtx_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
534 SYSUNINIT(name##_mtx_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
H A Dsysent.h226 DECLARE_MODULE(name, name##_mod, SI_SUB_SYSCALLS, SI_ORDER_MIDDLE)
H A Dconf.h246 DEV_MODULE_ORDERED(name, evh, arg, SI_ORDER_MIDDLE)
/f-stack/freebsd/amd64/sgx/
H A Dsgx_linux.c103 SYSINIT(sgx_linux_register, SI_SUB_KLD, SI_ORDER_MIDDLE,
105 SYSUNINIT(sgx_linux_unregister, SI_SUB_KLD, SI_ORDER_MIDDLE,
/f-stack/freebsd/mips/nlm/
H A Dusb_init.c90 SYSINIT(nlm_usb_init, SI_SUB_CPU, SI_ORDER_MIDDLE,
H A Dcms.c467 SYSINIT(start_msgring_threads, SI_SUB_SMP, SI_ORDER_MIDDLE,
/f-stack/freebsd/kern/
H A Dtty_tty.c99 SYSINIT(cttydev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE,ctty_drvinit,NULL);
H A Dsubr_atomic64.c147 SYSINIT(atomic64_mtxinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, atomic64_mtxinit, NULL);
H A Dsubr_log.c311 SYSINIT(logdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE,log_drvinit,NULL);
H A Dimgact_binmisc.c733 SYSINIT(imgact_binmisc, SI_SUB_EXEC, SI_ORDER_MIDDLE, imgact_binmisc_init,
735 SYSUNINIT(imgact_binmisc, SI_SUB_EXEC, SI_ORDER_MIDDLE, imgact_binmisc_fini,
H A Dkern_ntptime.c666 SYSINIT(ntpclocks, SI_SUB_CLOCKS, SI_ORDER_MIDDLE, ntp_init, NULL);
1086 SYSINIT(periodic_resettodr, SI_SUB_LAST, SI_ORDER_MIDDLE,
H A Dkern_poll.c278 SYSINIT(device_poll, SI_SUB_SOFTINTR, SI_ORDER_MIDDLE, init_device_poll, NULL);
H A Dkern_cons.c648 SYSINIT(cndev, SI_SUB_DRIVERS, SI_ORDER_MIDDLE, cn_drvinit, NULL);
/f-stack/freebsd/security/audit/
H A Daudit_trigger.c179 SYSINIT(audit_trigger_cdev_init, SI_SUB_DRIVERS, SI_ORDER_MIDDLE,
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h240 SYSINIT(name##_sema_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
242 SYSUNINIT(name##_sema_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
/f-stack/freebsd/netipsec/
H A Dxform_ipcomp.c772 SYSINIT(ipcomp_xform_init, SI_SUB_PROTO_DOMAIN, SI_ORDER_MIDDLE,
774 SYSUNINIT(ipcomp_xform_uninit, SI_SUB_PROTO_DOMAIN, SI_ORDER_MIDDLE,
H A Dxform_ah.c1161 SYSINIT(ah_xform_init, SI_SUB_PROTO_DOMAIN, SI_ORDER_MIDDLE,
1163 SYSUNINIT(ah_xform_uninit, SI_SUB_PROTO_DOMAIN, SI_ORDER_MIDDLE,
H A Dxform_esp.c1059 SYSINIT(esp_xform_init, SI_SUB_PROTO_DOMAIN, SI_ORDER_MIDDLE,
1061 SYSUNINIT(esp_xform_uninit, SI_SUB_PROTO_DOMAIN, SI_ORDER_MIDDLE,
/f-stack/freebsd/i386/i386/
H A Delan-mmcr.c511 SYSINIT(elan, SI_SUB_PSEUDO, SI_ORDER_MIDDLE, elan_drvinit, NULL);
/f-stack/freebsd/net/
H A Dif_epair.c1019 SYSUNINIT(epair_uninit, SI_SUB_INIT_IF, SI_ORDER_MIDDLE,
1053 DECLARE_MODULE(if_epair, epair_mod, SI_SUB_PSEUDO, SI_ORDER_MIDDLE);

123