Searched refs:L_CONSOLE (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/init/ |
D | init.c | 224 L_CONSOLE = 0x2, enumerator 272 where = L_CONSOLE; in message() 284 if (where & L_CONSOLE) { in message() 400 message(L_LOG | L_CONSOLE, "can't open %s: "STRERROR_FMT, in open_stdio_to_tty() 474 message(L_LOG | L_CONSOLE, "can't run '%s': "STRERROR_FMT, command STRERROR_ERRNO); in init_exec() 489 message(L_LOG | L_CONSOLE, "can't fork"); in run() 659 dbg_message(L_LOG | L_CONSOLE, "command='%s' action=%x tty='%s'\n", in new_init_action() 726 message(L_LOG | L_CONSOLE, "Bad inittab entry at line %d", in parse_inittab() 765 message(L_CONSOLE | L_LOG, "The system is going down NOW!"); in run_shutdown_and_kill_processes() 769 message(L_CONSOLE, "Sent SIG%s to all processes", "TERM"); in run_shutdown_and_kill_processes() [all …]
|