Searched refs:SI_SUB_EVENTHANDLER (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_current.c | 308 SYSINIT(linux_current, SI_SUB_EVENTHANDLER + 1, SI_ORDER_SECOND, 342 SYSUNINIT(linux_current, SI_SUB_EVENTHANDLER + 1, SI_ORDER_SECOND,
|
/freebsd/sys/gnu/gcov/ |
H A D | gcov_subr.c | 159 SYSINIT(gcov_init, SI_SUB_EVENTHANDLER, SI_ORDER_ANY, gcov_init, NULL);
|
/freebsd/sys/kern/ |
H A D | subr_eventhandler.c | 64 SYSINIT(eventhandlers, SI_SUB_EVENTHANDLER, SI_ORDER_FIRST, eventhandler_init,
|
H A D | kern_umtx.c | 183 SYSINIT(umtx, SI_SUB_EVENTHANDLER+1, SI_ORDER_MIDDLE, umtxq_sysinit, NULL);
|
/freebsd/sys/sys/ |
H A D | eventhandler.h | 106 SYSINIT(name ## _ehl_init, SI_SUB_EVENTHANDLER, SI_ORDER_ANY, \
|
H A D | kernel.h | 110 SI_SUB_EVENTHANDLER = 0x1C00000, /* eventhandler init */ enumerator
|
/freebsd/sys/net/ |
H A D | debugnet.c | 920 SYSINIT(dn_evh_init, SI_SUB_EVENTHANDLER + 1, SI_ORDER_ANY, dn_evh_init, NULL);
|