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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/init/
H A Dinit.c87 static const char *log_console = VC_5; variable
141 if (!log_console) {
144 log_fd = device_open(log_console, O_WRONLY | O_NONBLOCK | O_NOCTTY);
146 bb_error_msg("can't log to %s", log_console);
200 log_console = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/init/
H A Dinit.c87 static const char *log_console = VC_5; variable
141 if (!log_console) {
144 log_fd = device_open(log_console, O_WRONLY | O_NONBLOCK | O_NOCTTY);
146 bb_error_msg("can't log to %s", log_console);
200 log_console = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/init/
H A Dinit.c87 static const char *log_console = VC_5; variable
141 if (!log_console) {
144 log_fd = device_open(log_console, O_WRONLY | O_NONBLOCK | O_NOCTTY);
146 bb_error_msg("can't log to %s", log_console);
200 log_console = NULL;

Completed in 112 milliseconds