Searched refs:SI_SUB_DUMMY (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dkernel.h85 SI_SUB_DUMMY = 0x0000000, /* not executed; for linker*/ enumerator in enum:sysinit_sub_id
/freebsd-11-stable/sys/kern/
H A Dinit_main.c138 * symbol is not undefined. A sybsystem ID of SI_SUB_DUMMY is never
141 SYSINIT(placeholder, SI_SUB_DUMMY, SI_ORDER_ANY, NULL, NULL);
272 if ((*sipp)->subsystem == SI_SUB_DUMMY)
H A Dkern_linker.c230 if ((*sipp)->subsystem == SI_SUB_DUMMY)
280 if ((*sipp)->subsystem == SI_SUB_DUMMY)
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h167 SI_SUB_DUMMY = 0x0000000, enumerator in enum:__anon5014

Completed in 104 milliseconds