Home
last modified time | relevance | path

Searched refs:dbg_message (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/init/
Dinit.c231 #define dbg_message(...) do { if (DEBUG_INIT) message(__VA_ARGS__); } while (0) macro
312 dbg_message(L_LOG, "console='%s'", s); in console_init()
522 dbg_message(L_LOG, "waiting for enter to start '%s'" in run()
659 dbg_message(L_LOG | L_CONSOLE, "command='%s' action=%x tty='%s'\n", in new_init_action()
867 dbg_message(L_CONSOLE, "Trying to re-exec %s", a->command); in exec_restart_action()