Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/syscons/
H A Dsyscons.c105 static int sc_console_unit = -1; variable
567 if (sc_console_unit == unit) { in sc_attach_unit()
638 if (sc_console_unit == unit) { in sc_attach_unit()
681 if (sc_console_unit < 0) /* sc_console == NULL */ in scmeminit()
1731 sc_console_unit = unit; in sc_cninit()
1744 if (sc_console_unit < 0) in sc_cnterm()
1761 scterm(sc_console_unit, SC_KERNEL_CONSOLE); in sc_cnterm()
1762 sc_console_unit = -1; in sc_cnterm()
2843 if (sc->unit == sc_console_unit) in sc_switch_scr()
2865 if (sc->unit == sc_console_unit) in do_switch_scr()
[all …]