| /f-stack/freebsd/sys/ |
| H A D | kernel.h | 190 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 D | rmlock.h | 114 SYSINIT(name##_rm_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \ 116 SYSUNINIT(name##_rm_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
|
| H A D | sx.h | 143 SYSINIT(name##_sx_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \ 145 SYSUNINIT(name##_sx_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
|
| H A D | rwlock.h | 258 SYSINIT(name##_rw_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \ 260 SYSUNINIT(name##_rw_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
|
| H A D | sched.h | 209 SYSINIT(name, SI_SUB_LAST, SI_ORDER_MIDDLE, name ## _add_proc, NULL);
|
| H A D | mutex.h | 532 SYSINIT(name##_mtx_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \ 534 SYSUNINIT(name##_mtx_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
|
| H A D | sysent.h | 226 DECLARE_MODULE(name, name##_mod, SI_SUB_SYSCALLS, SI_ORDER_MIDDLE)
|
| H A D | conf.h | 246 DEV_MODULE_ORDERED(name, evh, arg, SI_ORDER_MIDDLE)
|
| /f-stack/freebsd/amd64/sgx/ |
| H A D | sgx_linux.c | 103 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 D | usb_init.c | 90 SYSINIT(nlm_usb_init, SI_SUB_CPU, SI_ORDER_MIDDLE,
|
| H A D | cms.c | 467 SYSINIT(start_msgring_threads, SI_SUB_SMP, SI_ORDER_MIDDLE,
|
| /f-stack/freebsd/kern/ |
| H A D | tty_tty.c | 99 SYSINIT(cttydev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE,ctty_drvinit,NULL);
|
| H A D | subr_atomic64.c | 147 SYSINIT(atomic64_mtxinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, atomic64_mtxinit, NULL);
|
| H A D | subr_log.c | 311 SYSINIT(logdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE,log_drvinit,NULL);
|
| H A D | imgact_binmisc.c | 733 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 D | kern_ntptime.c | 666 SYSINIT(ntpclocks, SI_SUB_CLOCKS, SI_ORDER_MIDDLE, ntp_init, NULL); 1086 SYSINIT(periodic_resettodr, SI_SUB_LAST, SI_ORDER_MIDDLE,
|
| H A D | kern_poll.c | 278 SYSINIT(device_poll, SI_SUB_SOFTINTR, SI_ORDER_MIDDLE, init_device_poll, NULL);
|
| H A D | kern_cons.c | 648 SYSINIT(cndev, SI_SUB_DRIVERS, SI_ORDER_MIDDLE, cn_drvinit, NULL);
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_trigger.c | 179 SYSINIT(audit_trigger_cdev_init, SI_SUB_DRIVERS, SI_ORDER_MIDDLE,
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 240 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 D | xform_ipcomp.c | 772 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 D | xform_ah.c | 1161 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 D | xform_esp.c | 1059 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 D | elan-mmcr.c | 511 SYSINIT(elan, SI_SUB_PSEUDO, SI_ORDER_MIDDLE, elan_drvinit, NULL);
|
| /f-stack/freebsd/net/ |
| H A D | if_epair.c | 1019 SYSUNINIT(epair_uninit, SI_SUB_INIT_IF, SI_ORDER_MIDDLE, 1053 DECLARE_MODULE(if_epair, epair_mod, SI_SUB_PSEUDO, SI_ORDER_MIDDLE);
|