Searched defs:SYSINIT (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/xen/pcifront/ |
H A D | pcifront.c | 434 SYSINIT(pciif, SI_SUB_PSEUDO, SI_ORDER_ANY, pcifront_init, NULL) in SYSINIT() function
|
/freebsd/sys/sys/ |
H A D | kernel.h | 287 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ macro
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.h | 98 #define SYSINIT(uniq, subs, order, _func, _data) \ macro
|