Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dkernel.h220 struct sysinit { struct
221 enum sysinit_sub_id subsystem; /* subsystem identifier*/ argument
222 enum sysinit_elem_order order; /* init order within subsystem*/ argument
223 sysinit_cfunc_t func; /* function */ argument
240 struct sysinit_tslog { argument
/f-stack/freebsd/kern/
H A Dinit_main.c162 struct sysinit **sysinit, **sysinit_end; variable
881 DB_SHOW_COMMAND(sysinit, db_show_sysinit) in DB_SHOW_COMMAND() argument
/f-stack/lib/
H A Dff_init_main.c121 struct sysinit **sysinit, **sysinit_end; variable