Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDinit_main.c135 SET_DECLARE(sysinit_set, struct sysinit);
136 struct sysinit **sysinit, **sysinit_end; variable
137 struct sysinit **newsysinit, **newsysinit_end;
144 sysinit_add(struct sysinit **set, struct sysinit **set_end) in sysinit_add()
146 struct sysinit **newset; in sysinit_add()
147 struct sysinit **sipp; in sysinit_add()
148 struct sysinit **xipp; in sysinit_add()
155 count += sysinit_end - sysinit; in sysinit_add()
164 for (sipp = sysinit; sipp < sysinit_end; sipp++) in sysinit_add()
207 register struct sysinit **sipp; /* system initialization*/ in mi_startup()
[all …]
HDkern_linker.c191 struct sysinit **start, **stop, **sipp, **xipp, *save; in linker_file_sysinit()
239 struct sysinit **start, **stop, **sipp, **xipp, *save; in linker_file_sysuninit()
1439 struct sysinit **si_start, **si_stop; in linker_preload()
/NextBSD/sys/sys/
HDkernel.h202 struct sysinit { struct
222 static struct sysinit uniquifier ## _sys_init = { \ argument
238 static struct sysinit uniquifier ## _sys_uninit = { \
250 void sysinit_add(struct sysinit **set, struct sysinit **set_end);
/NextBSD/sys/boot/usb/tools/
HDMakefile3 PROG= sysinit
/NextBSD/sys/boot/kshim/
HDkshim.mk75 ${OBJCOPY} -j ".debug.sysinit" -O binary ${KSRC}.o ${KSRC}.osys
HDbsd_kernel.h76 const struct sysinit UNIQ_NAME(sysinit_##uniq) = { \
85 const struct sysinit UNIQ_NAME(sysuninit_##uniq) = { \
215 struct sysinit { struct
HDbsd_kernel.c1041 const struct sysinit *psys; in sysinit_run()
/NextBSD/sys/arm/conf/
HDVIRT35 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
HDARMADAXP36 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
HDRPI235 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
HDRK318833 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
HDSOCKIT.common35 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
HDRPI-B34 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
HDA2033 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
HDVYBRID35 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
HDCUBIEBOARD33 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
HDAML872634 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
HDPANDABOARD43 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
HDBEAGLEBONE38 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
HDEXYNOS5.common62 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
HDEFIKA_MX42 #options VERBOSE_SYSINIT # Enable verbose sysinit messages
/NextBSD/sys/conf/
HDfiles3888 # XXX Mad.c must be ordered before cm.c for sysinit sets to occur in