Searched refs:SI_SUB_LAST (Results 1 – 10 of 10) sorted by relevance
| /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) 115 SYSUNINIT(zfs_ ## fn, SI_SUB_LAST, SI_ORDER_FIRST, wrap_ ## fn, NULL)
|
| /f-stack/freebsd/sys/ |
| H A D | sched.h | 209 SYSINIT(name, SI_SUB_LAST, SI_ORDER_MIDDLE, name ## _add_proc, NULL);
|
| H A D | kernel.h | 175 SI_SUB_LAST = 0xfffffff /* final initialization */ enumerator
|
| /f-stack/freebsd/kern/ |
| H A D | init_main.c | 378 SYSINIT(witwarn2, SI_SUB_LAST, SI_ORDER_FOURTH, 387 SYSINIT(diagwarn2, SI_SUB_LAST, SI_ORDER_FIFTH,
|
| H A D | kern_kcov.c | 581 SYSINIT(kcovdev, SI_SUB_LAST, SI_ORDER_ANY, kcov_init, NULL);
|
| H A D | kern_alq.c | 971 DECLARE_MODULE(alq, alq_mod, SI_SUB_LAST, SI_ORDER_ANY);
|
| H A D | kern_ntptime.c | 1086 SYSINIT(periodic_resettodr, SI_SUB_LAST, SI_ORDER_MIDDLE,
|
| H A D | sched_4bsd.c | 152 SYSINIT(schedcpu, SI_SUB_LAST, SI_ORDER_FIRST, kproc_start,
|
| /f-stack/freebsd/amd64/sgx/ |
| H A D | sgx.c | 1220 DECLARE_MODULE(sgx, sgx_kmod, SI_SUB_LAST, SI_ORDER_ANY);
|
| /f-stack/freebsd/netinet/ |
| H A D | siftr.c | 1597 DECLARE_MODULE(siftr, siftr_mod, SI_SUB_LAST, SI_ORDER_ANY);
|