Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/uart/
HDuart_cpu_x86.c45 extern int late_console;
74 if (late_console && uart_cpu_acpi_spcr(devtype, di) == 0) in uart_cpu_getdev()
/freebsd-14-stable/sys/amd64/amd64/
HDmachdep.c203 int late_console = 1; variable
1533 TUNABLE_INT_FETCH("debug.late_console", &late_console); in hammer_time()
1534 if (!late_console) { in hammer_time()
1549 if (late_console) in hammer_time()
1579 if (late_console) in hammer_time()
/freebsd-14-stable/sys/i386/i386/
HDmachdep.c179 int late_console = 1; variable
1541 TUNABLE_INT_FETCH("debug.late_console", &late_console); in init386()
1542 if (!late_console) { in init386()
1561 if (late_console) in init386()
1567 if (late_console) in init386()