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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/init/
H A Dinit.c46 #define ASKFIRST 0x004 macro
62 {"askfirst", ASKFIRST},
459 if (a->action & ASKFIRST) {
543 } else if (a->action & (RESPAWN | ASKFIRST)) {
700 if (strcmp(cons, bb_dev_null) == 0 && (action & ASKFIRST))
775 new_init_action(ASKFIRST, bb_default_login_shell, "");
776 new_init_action(ASKFIRST, bb_default_login_shell, VC_2);
777 new_init_action(ASKFIRST, bb_default_login_shell, VC_3);
778 new_init_action(ASKFIRST, bb_default_login_shell, VC_4);
1010 run_actions(ASKFIRST);
[all...]

Completed in 32 milliseconds