Searched refs:initcall_t (Results 1 – 3 of 3) sorted by relevance
41 typedef int (*initcall_t)(void); typedef67 extern initcall_t __uml_postsetup_start, __uml_postsetup_end;77 static initcall_t __uml_postsetup_##fn __uml_postsetup_call = fn113 static initcall_t __initcall_##fn __used \
35 initcall_t detect;36 initcall_t depend;
202 initcall_t *p; in uml_postsetup()