Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dmodule.h80 SYSINIT(fn, SI_SUB_OFED_MODINIT, SI_ORDER_FIRST, _module_run, (fn))
90 SYSINIT(fn, SI_SUB_OFED_MODINIT, (order), _module_run, (fn))
104 #define postcore_initcall(fn) SYSINIT(fn, SI_SUB_POST_CORE_INIT, SI_ORDER_FIRST, _module_run, (fn))
105 #define arch_initcall(fn) SYSINIT(fn, SI_SUB_ARCH_INIT, SI_ORDER_FIRST, _module_run, (fn))
106 #define subsys_initcall(fn) SYSINIT(fn, SI_SUB_SUBSYS_INIT, SI_ORDER_FIRST, _module_run, (fn))
/third_party/toybox/toys/pending/
H A Dinit.c35 #define SYSINIT 0x01 macro
134 add_new_action(SYSINIT, "/etc/init.d/rcS", ""); in parse_inittab()
315 if (x->action & (SHUTDOWN|ONCE|SYSINIT|CTRLALTDEL|WAIT)) { in run_action_from_list()
318 if (x->action & (SHUTDOWN|SYSINIT|CTRLALTDEL|WAIT)) waitforpid(pid); in run_action_from_list()
489 run_action_from_list(SYSINIT); in init_main()
/third_party/FreeBSD/sys/sys/
H A Dkernel.h95 * to discern SYSINIT's which take non-constant data pointers and
96 * SYSINIT's which take constant data pointers,
126 * The C_ version of SYSINIT is for data pointers to const
128 * At the moment it is no different from SYSINIT and thus
144 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ macro

Completed in 2 milliseconds