Home
last modified time | relevance | path

Searched defs:SYSINIT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/xen/pcifront/
H A Dpcifront.c434 SYSINIT(pciif, SI_SUB_PSEUDO, SI_ORDER_ANY, pcifront_init, NULL) in SYSINIT() function
/freebsd/sys/sys/
H A Dkernel.h287 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ macro
/freebsd/stand/kshim/
H A Dbsd_kernel.h98 #define SYSINIT(uniq, subs, order, _func, _data) \ macro