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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/init/
H A Dinit.c39 #define SYSINIT 0x01 macro
40 /* Start these after SYSINIT and wait for completion */
45 * NB: while SYSINIT/WAIT/ONCE are being processed,
47 * each group of actions. If new inittab adds, say, a SYSINIT action,
48 * it will not be run, since init is already "past SYSINIT stage".
454 if (a->action_type & (SYSINIT | WAIT | ONCE | CTRLALTDEL | SHUTDOWN)) {
456 if (a->action_type & (SYSINIT | WAIT | CTRLALTDEL | SHUTDOWN))
547 new_init_action(SYSINIT, INIT_SCRIPT, "");
557 /* order must correspond to SYSINIT..RESTART constants */
803 /* Remove stale entries and SYSINIT entrie
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/init/
H A Dinit.c39 #define SYSINIT 0x01 macro
40 /* Start these after SYSINIT and wait for completion */
45 * NB: while SYSINIT/WAIT/ONCE are being processed,
47 * each group of actions. If new inittab adds, say, a SYSINIT action,
48 * it will not be run, since init is already "past SYSINIT stage".
454 if (a->action_type & (SYSINIT | WAIT | ONCE | CTRLALTDEL | SHUTDOWN)) {
456 if (a->action_type & (SYSINIT | WAIT | CTRLALTDEL | SHUTDOWN))
547 new_init_action(SYSINIT, INIT_SCRIPT, "");
557 /* order must correspond to SYSINIT..RESTART constants */
803 /* Remove stale entries and SYSINIT entrie
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/init/
H A Dinit.c39 #define SYSINIT 0x01 macro
40 /* Start these after SYSINIT and wait for completion */
45 * NB: while SYSINIT/WAIT/ONCE are being processed,
47 * each group of actions. If new inittab adds, say, a SYSINIT action,
48 * it will not be run, since init is already "past SYSINIT stage".
454 if (a->action_type & (SYSINIT | WAIT | ONCE | CTRLALTDEL | SHUTDOWN)) {
456 if (a->action_type & (SYSINIT | WAIT | CTRLALTDEL | SHUTDOWN))
547 new_init_action(SYSINIT, INIT_SCRIPT, "");
557 /* order must correspond to SYSINIT..RESTART constants */
803 /* Remove stale entries and SYSINIT entrie
[all...]

Completed in 117 milliseconds