Lines Matching full:subsystem
35 .Fn SYSINIT "uniquifier" "enum sysinit_sub_id subsystem" "enum sysinit_elem_order order" "sysinit_c…
36 .Fn SYSUNINIT "uniquifier" "enum sysinit_sub_id subsystem" "enum sysinit_elem_order order" "sysinit…
43 It allows runtime ordering of subsystem initialization in the kernel as well
53 type as well as the subsystem identifier constants
61 enum sysinit_sub_id subsystem; /* subsystem identifier*/
62 enum sysinit_elem_order order; /* init order within subsystem*/
75 .Fa subsystem
76 type of startup interface, the subsystem element
78 of initialization within the subsystem, the
95 .Fa subsystem
101 .Fa subsystem
109 subsystem initialization.