Home
last modified time | relevance | path

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

/busybox-1.35.0/init/
Dinit.c211 const char *log_console; member
219 IF_NOT_FEATURE_INIT_SYSLOG(G.log_console = VC_5;) \
268 if (G.log_console) { in message()
269 log_fd = device_open(G.log_console, O_WRONLY | O_NONBLOCK | O_NOCTTY); in message()
271 bb_error_msg("can't log to %s", G.log_console); in message()
331 G.log_console = NULL; in console_init()