Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dkernel.h221 struct sysinit { struct
222 enum sysinit_sub_id subsystem; /* subsystem identifier*/ argument
223 enum sysinit_elem_order order; /* init order within subsystem*/ argument
224 sysinit_cfunc_t func; /* function */ argument
241 struct sysinit_tslog { argument
/freebsd-13.1/sys/kern/
H A Dinit_main.c162 struct sysinit **sysinit, **sysinit_end; variable
883 DB_SHOW_COMMAND(sysinit, db_show_sysinit) in DB_SHOW_COMMAND() argument
/freebsd-13.1/stand/kshim/
H A Dbsd_kernel.h290 struct sysinit { struct
291 void (*func) (void *arg);
292 void *data;