Searched refs:sysinit (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | init_main.c | 150 struct sysinit **sysinit, **sysinit_end; variable 163 sysinit_add(struct sysinit **set, struct sysinit **set_end) in sysinit_add() 165 struct sysinit **newset; in sysinit_add() 166 struct sysinit **sipp; in sysinit_add() 167 struct sysinit **xipp; in sysinit_add() 174 count += sysinit_end - sysinit; in sysinit_add() 228 struct sysinit *save; /* bubble*/ in mi_startup() 240 if (sysinit == NULL) { in mi_startup() 241 sysinit = SET_BEGIN(sysinit_set); in mi_startup() 321 free(sysinit, M_TEMP); in mi_startup() [all …]
|
| H A D | kern_linker.c | 197 struct sysinit **start, **stop, **sipp, **xipp, *save; in linker_file_sysinit() 245 struct sysinit **start, **stop, **sipp, **xipp, *save; in linker_file_sysuninit() 1492 struct sysinit **si_start, **si_stop; in linker_preload()
|
| /freebsd-12.1/sys/sys/ |
| H A D | kernel.h | 216 struct sysinit { struct 256 static struct sysinit uniquifier ## _sys_init = { \ 265 static struct sysinit uniquifier ## _sys_init = { \ 282 static struct sysinit uniquifier ## _sys_uninit = { \ 294 void sysinit_add(struct sysinit **set, struct sysinit **set_end);
|
| /freebsd-12.1/stand/usb/tools/ |
| H A D | Makefile | 3 PROG= sysinit
|
| /freebsd-12.1/stand/kshim/ |
| H A D | kshim.mk | 75 ${OBJCOPY} -j ".debug.sysinit" -O binary ${KSRC}.o ${KSRC}.osys
|
| H A D | bsd_kernel.h | 95 const struct sysinit UNIQ_NAME(sysinit_##uniq) = { \ 104 const struct sysinit UNIQ_NAME(sysuninit_##uniq) = { \ 257 struct sysinit { struct
|
| H A D | bsd_kernel.c | 1108 const struct sysinit *psys; in sysinit_run()
|
| /freebsd-12.1/sys/arm/conf/ |
| H A D | std.arm | 23 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
| H A D | std.armv6 | 73 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
| H A D | std.armv7 | 73 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
|