Home
last modified time | relevance | path

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

/haiku/src/system/kernel/debug/
H A Dblue_screen.cpp56 bool boot_debug_output; member
127 || (sScreen.boot_debug_output && sScreen.y == sScreen.rows - 1))) { in next_line()
147 text[i], sScreen.boot_debug_output ? 0x6f : 0xf6); in next_line()
246 sScreen.attr = sScreen.boot_debug_output ? 0xf0 : 0x0f; in set_vt100_attributes()
635 sScreen.boot_debug_output = debugOutput; in blue_screen_enter()
694 && (in_command_invocation() || sScreen.boot_debug_output)) in blue_screen_putchar()
710 && (in_command_invocation() || sScreen.boot_debug_output)) in blue_screen_puts()