Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/amd64/amd64/
HDmachdep.c1578 int late_console; in hammer_time() local
1787 late_console = 1; in hammer_time()
1788 TUNABLE_INT_FETCH("debug.late_console", &late_console); in hammer_time()
1789 if (!late_console) { in hammer_time()
1799 if (late_console) in hammer_time()
1821 if (late_console) in hammer_time()
/freebsd-11-stable/sys/i386/i386/
HDmachdep.c2460 int late_console; in init386() local
2709 late_console = 1; in init386()
2710 TUNABLE_INT_FETCH("debug.late_console", &late_console); in init386()
2711 if (!late_console) { in init386()
2725 if (late_console) in init386()
2731 if (late_console) in init386()