Home
last modified time | relevance | path

Searched refs:SYSUNINIT (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dmodule.h83 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/
Dkernel.h163 #define SYSUNINIT(uniquifier, subsystem, order, func, ident) \ macro