Searched refs:sysinit (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | init_main.c | 149 SET_DECLARE(sysinit_set, struct sysinit); 150 struct sysinit **sysinit, **sysinit_end; variable 151 struct sysinit **newsysinit, **newsysinit_end; 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() 183 for (sipp = sysinit; sipp < sysinit_end; sipp++) in sysinit_add() 226 struct sysinit **sipp; /* system initialization*/ in mi_startup() [all …]
|
| 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() 1498 struct sysinit **si_start, **si_stop; in linker_preload()
|
| /freebsd-12-stable/sys/sys/ |
| D | kernel.h | 222 struct sysinit { struct 262 static struct sysinit uniquifier ## _sys_init = { \ 271 static struct sysinit uniquifier ## _sys_init = { \ 288 static struct sysinit uniquifier ## _sys_uninit = { \ 300 void sysinit_add(struct sysinit **set, struct sysinit **set_end);
|
| /freebsd-12-stable/stand/usb/tools/ |
| D | Makefile | 3 PROG= sysinit
|
| /freebsd-12-stable/stand/kshim/ |
| D | kshim.mk | 75 ${OBJCOPY} -j ".debug.sysinit" -O binary ${KSRC}.o ${KSRC}.osys
|
| D | bsd_kernel.h | 95 const struct sysinit UNIQ_NAME(sysinit_##uniq) = { \ 104 const struct sysinit UNIQ_NAME(sysuninit_##uniq) = { \ 270 struct sysinit { struct
|
| D | bsd_kernel.c | 1108 const struct sysinit *psys; in sysinit_run()
|
| /freebsd-12-stable/sys/arm/conf/ |
| D | std.arm | 23 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
| D | std.armv7 | 74 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
|
| D | std.armv6 | 74 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
|