Searched refs:sysinit (Results 1 – 2 of 2) sorted by relevance
105 SET_DECLARE(sysinit_set, struct sysinit);112 struct sysinit **sipp = NULL; /* system initialization*/ in mi_startup()113 struct sysinit **xipp = NULL; /* interior loop of sort*/ in mi_startup()114 struct sysinit *save = NULL; /* bubble*/ in mi_startup()115 struct sysinit **sysinit = SET_BEGIN(sysinit_set); in mi_startup() local116 struct sysinit **sysinit_end = SET_LIMIT(sysinit_set); in mi_startup()122 for (sipp = sysinit; sipp < sysinit_end; sipp++) { in mi_startup()138 for (sipp = sysinit; sipp < sysinit_end; sipp++) { in mi_startup()
117 struct sysinit { struct137 static struct sysinit uniquifier ## _sys_init = { \ argument153 static struct sysinit uniquifier ## _sys_uninit = { \