Searched refs:SYSUNINIT (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | module.h | 83 SYSUNINIT(fn, SI_SUB_OFED_MODINIT, SI_ORDER_SECOND, _module_run, (fn)) 93 SYSUNINIT(fn, SI_SUB_OFED_MODINIT, (order), _module_run, (fn))
|
/third_party/FreeBSD/sys/sys/ |
D | kernel.h | 163 #define SYSUNINIT(uniquifier, subsystem, order, func, ident) \ macro
|