Home
last modified time | relevance | path

Searched refs:sysinit (Results 1 – 4 of 4) sorted by relevance

/f-stack/lib/
H A Dff_init_main.c121 struct sysinit **sysinit, **sysinit_end; variable
129 sysinit_add(struct sysinit **set, struct sysinit **set_end) in sysinit_add()
131 struct sysinit **newset; in sysinit_add()
132 struct sysinit **sipp; in sysinit_add()
133 struct sysinit **xipp; in sysinit_add()
178 struct sysinit **temp; in mi_startup()
186 if (sysinit == NULL) { in mi_startup()
191 memcpy(temp, sysinit, size); in mi_startup()
192 sysinit = temp; in mi_startup()
193 sysinit_end = (struct sysinit **)(((uint8_t *)sysinit) + size); in mi_startup()
[all …]
/f-stack/freebsd/kern/
H A Dinit_main.c162 struct sysinit **sysinit, **sysinit_end; variable
170 sysinit_add(struct sysinit **set, struct sysinit **set_end) in sysinit_add()
172 struct sysinit **newset; in sysinit_add()
173 struct sysinit **sipp; in sysinit_add()
174 struct sysinit **xipp; in sysinit_add()
181 count += sysinit_end - sysinit; in sysinit_add()
235 struct sysinit *save; /* bubble*/ in mi_startup()
247 if (sysinit == NULL) { in mi_startup()
327 free(sysinit, M_TEMP); in mi_startup()
328 sysinit = newsysinit; in mi_startup()
[all …]
H A Dkern_linker.c196 struct sysinit **start, **stop, **sipp, **xipp, *save; in linker_file_sysinit()
244 struct sysinit **start, **stop, **sipp, **xipp, *save; in linker_file_sysuninit()
1510 struct sysinit **si_start, **si_stop; in linker_preload()
/f-stack/freebsd/sys/
H A Dkernel.h220 struct sysinit { struct
260 static struct sysinit uniquifier ## _sys_init = { \
269 static struct sysinit uniquifier ## _sys_init = { \
286 static struct sysinit uniquifier ## _sys_uninit = { \
298 void sysinit_add(struct sysinit **set, struct sysinit **set_end);