Searched refs:sysinit (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/stand/usb/tools/
H A DMakefile3 PROG= sysinit
/freebsd-12-stable/stand/kshim/
H A Dkshim.mk55 CLEANFILES+= sysinit.bin
67 sysinit_data.c: sysinit.bin
68 sysinit -i sysinit.bin -o ${.TARGET} -k sysinit -s sysinit_data
70 sysuninit_data.c: sysinit.bin
71 sysinit -i sysinit.bin -o ${.TARGET} -R -k sysuninit -s sysuninit_data
75 ${OBJCOPY} -j ".debug.sysinit" -O binary ${KSRC}.o ${KSRC}.osys
78 sysinit
[all...]
H A Dbsd_kernel.h95 const struct sysinit UNIQ_NAME(sysinit_##uniq) = { \
99 SYSINIT_ENTRY(uniq##_entry, "sysinit", (subs), \
100 (order), "const struct sysinit", \
104 const struct sysinit UNIQ_NAME(sysuninit_##uniq) = { \
268 #include <sysinit.h>
270 struct sysinit { struct
H A Dbsd_kernel.c1108 const struct sysinit *psys;
/freebsd-12-stable/sys/kern/
H A Dinit_main.c146 * The sysinit table itself. Items are checked off as the are run.
147 * If we want to register new sysinit types, add them to newsysinit.
149 SET_DECLARE(sysinit_set, struct sysinit);
150 struct sysinit **sysinit, **sysinit_end; variable in typeref:struct:sysinit
151 struct sysinit **newsysinit, **newsysinit_end;
159 * Merge a new sysinit set into the current set, reallocating it if
163 sysinit_add(struct sysinit **set, struct sysinit **set_end)
165 struct sysinit **newse
[all...]
H A Dkern_linker.c197 struct sysinit **start, **stop, **sipp, **xipp, *save;
245 struct sysinit **start, **stop, **sipp, **xipp, *save;
1495 struct sysinit **si_start, **si_stop;
/freebsd-12-stable/sys/sys/
H A Dkernel.h198 * At the moment there is one instance of sysinit. We probably do not
221 struct sysinit { struct
261 static struct sysinit uniquifier ## _sys_init = { \
270 static struct sysinit uniquifier ## _sys_init = { \
287 static struct sysinit uniquifier ## _sys_uninit = { \
299 void sysinit_add(struct sysinit **set, struct sysinit **set_end);

Completed in 63 milliseconds