Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dkernel.h216 struct sysinit { struct
217 enum sysinit_sub_id subsystem; /* subsystem identifier*/ argument
218 enum sysinit_elem_order order; /* init order within subsystem*/ argument
219 sysinit_cfunc_t func; /* function */ argument
236 struct sysinit_tslog { argument
/freebsd-12.1/sys/kern/
H A Dinit_main.c150 struct sysinit **sysinit, **sysinit_end; variable
/freebsd-12.1/stand/kshim/
H A Dbsd_kernel.h257 struct sysinit { struct
258 void (*func) (void *arg);
259 void *data;