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

/freebsd-9.3-release/sys/kern/
H A Dinit_main.c119 * The sysinit table itself. Items are checked off as the are run.
120 * If we want to register new sysinit types, add them to newsysinit.
122 SET_DECLARE(sysinit_set, struct sysinit);
123 struct sysinit **sysinit, **sysinit_end; variable in typeref:struct:sysinit
124 struct sysinit **newsysinit, **newsysinit_end;
127 * Merge a new sysinit set into the current set, reallocating it if
131 sysinit_add(struct sysinit **set, struct sysinit **set_end)
133 struct sysinit **newse
[all...]
H A Dkern_linker.c194 struct sysinit **start, **stop, **sipp, **xipp, *save;
242 struct sysinit **start, **stop, **sipp, **xipp, *save;
1440 struct sysinit **si_start, **si_stop;
/freebsd-9.3-release/sys/sys/
H A Dkernel.h188 * At the moment there is one instance of sysinit. We probably do not
211 struct sysinit { struct
231 static struct sysinit uniquifier ## _sys_init = { \
247 static struct sysinit uniquifier ## _sys_uninit = { \
259 void sysinit_add(struct sysinit **set, struct sysinit **set_end);

Completed in 143 milliseconds