Searched refs:L_LOG (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/init/ |
D | init.c | 223 L_LOG = 0x1, enumerator 249 if (where & L_LOG) { in message() 261 if (where & L_LOG) { in message() 312 dbg_message(L_LOG, "console='%s'", s); in console_init() 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() 522 dbg_message(L_LOG, "waiting for enter to start '%s'" in run() 546 message(L_LOG, "starting pid %u, tty '%s': '%s'", in run() 659 dbg_message(L_LOG | L_CONSOLE, "command='%s' action=%x tty='%s'\n", in new_init_action() [all …]
|