Home
last modified time | relevance | path

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

/freebsd/sys/dev/uart/
H A Duart_cpu_x86.c44 extern int late_console;
73 if (late_console && uart_cpu_acpi_setup(devtype, di) == 0) in uart_cpu_getdev()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c206 int late_console = 1; variable
1534 TUNABLE_INT_FETCH("debug.late_console", &late_console); in hammer_time()
1535 if (!late_console) { in hammer_time()
1550 if (late_console) in hammer_time()
1580 if (late_console) in hammer_time()
/freebsd/sys/i386/i386/
H A Dmachdep.c173 int late_console = 1; variable
1527 TUNABLE_INT_FETCH("debug.late_console", &late_console); in init386()
1528 if (!late_console) { in init386()
1549 if (late_console) in init386()
1555 if (late_console) in init386()