Searched refs:sysinit (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/kern/ |
| HD | init_main.c | 147 SET_DECLARE(sysinit_set, struct sysinit); 148 struct sysinit **sysinit, **sysinit_end; variable 149 struct sysinit **newsysinit, **newsysinit_end; 161 sysinit_add(struct sysinit **set, struct sysinit **set_end) in sysinit_add() 163 struct sysinit **newset; in sysinit_add() 164 struct sysinit **sipp; in sysinit_add() 165 struct sysinit **xipp; in sysinit_add() 172 count += sysinit_end - sysinit; in sysinit_add() 181 for (sipp = sysinit; sipp < sysinit_end; sipp++) in sysinit_add() 224 register struct sysinit **sipp; /* system initialization*/ in mi_startup() [all …]
|
| HD | kern_linker.c | 195 struct sysinit **start, **stop, **sipp, **xipp, *save; in linker_file_sysinit() 243 struct sysinit **start, **stop, **sipp, **xipp, *save; in linker_file_sysuninit() 1489 struct sysinit **si_start, **si_stop; in linker_preload()
|
| /freebsd-11-stable/sys/sys/ |
| HD | kernel.h | 215 struct sysinit { struct 235 static struct sysinit uniquifier ## _sys_init = { \ argument 251 static struct sysinit uniquifier ## _sys_uninit = { \ 263 void sysinit_add(struct sysinit **set, struct sysinit **set_end);
|
| /freebsd-11-stable/stand/usb/tools/ |
| HD | Makefile | 3 PROG= sysinit
|
| /freebsd-11-stable/stand/kshim/ |
| HD | kshim.mk | 75 ${OBJCOPY} -j ".debug.sysinit" -O binary ${KSRC}.o ${KSRC}.osys
|
| HD | bsd_kernel.h | 95 const struct sysinit UNIQ_NAME(sysinit_##uniq) = { \ 104 const struct sysinit UNIQ_NAME(sysuninit_##uniq) = { \ 257 struct sysinit { struct
|
| HD | bsd_kernel.c | 1108 const struct sysinit *psys; in sysinit_run()
|