Searched refs:startup_serial_logging_active (Results 1 – 3 of 3) sorted by relevance
52 extern bool startup_serial_logging_active;571 …if (startup_serial_logging_active) { printf(format, ##__VA_ARGS__); } …
86 bool startup_serial_logging_active = true; variable
1063 startup_serial_logging_active = false; in forkproc()