Searched refs:sysinit (Results 1 – 3 of 3) sorted by relevance
103 SET_DECLARE(sysinit_set, struct sysinit);110 struct sysinit **sipp = NULL; /* system initialization*/ in mi_startup()111 struct sysinit **xipp = NULL; /* interior loop of sort*/ in mi_startup()112 struct sysinit *save = NULL; /* bubble*/ in mi_startup()113 struct sysinit **sysinit = SET_BEGIN(sysinit_set); in mi_startup() local114 struct sysinit **sysinit_end = SET_LIMIT(sysinit_set); in mi_startup()120 for (sipp = sysinit; sipp < sysinit_end; sipp++) { in mi_startup()136 for (sipp = sysinit; sipp < sysinit_end; sipp++) { in mi_startup()
116 struct sysinit { struct136 static struct sysinit uniquifier ## _sys_init = { \ argument152 static struct sysinit uniquifier ## _sys_uninit = { \
32297 * [#6081](https://github.com/apache/nuttx/pull/6081) boards/sim: support rc.sysinit