Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1629 int late_console; in hammer_time() local
1837 late_console = 1; in hammer_time()
1838 TUNABLE_INT_FETCH("debug.late_console", &late_console); in hammer_time()
1839 if (!late_console) { in hammer_time()
1854 if (late_console) in hammer_time()
1884 if (late_console) in hammer_time()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2308 int late_console; in init386() local
2449 late_console = 1; in init386()
2450 TUNABLE_INT_FETCH("debug.late_console", &late_console); in init386()
2451 if (!late_console) { in init386()
2465 if (late_console) in init386()
2471 if (late_console) in init386()