Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h100 * The sysinit table itself. Items are checked off as the are run.
101 * If we want to register new sysinit types, add them to newsysinit.
103 SET_DECLARE(sysinit_set, struct sysinit);
110 struct sysinit **sipp = NULL; /* system initialization*/ in mi_startup()
111 struct sysinit **xipp = NULL; /* interior loop of sort*/ in mi_startup()
112 struct sysinit *save = NULL; /* bubble*/ in mi_startup()
113 struct sysinit **sysinit = SET_BEGIN(sysinit_set); in mi_startup() local
114 struct sysinit **sysinit_end = SET_LIMIT(sysinit_set); in mi_startup()
120 for (sipp = sysinit; sip in mi_startup()
[all...]
/third_party/FreeBSD/sys/sys/
H A Dkernel.h93 * At the moment there is one instance of sysinit. We probably do not
116 struct sysinit { struct
136 static struct sysinit uniquifier ## _sys_init = { \
152 static struct sysinit uniquifier ## _sys_uninit = { \

Completed in 1 milliseconds