Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c102 static int sc_console_unit = -1; variable
573 if (sc_console_unit == unit) { in sc_attach_unit()
645 if (sc_console_unit == unit) { in sc_attach_unit()
688 if (sc_console_unit < 0) /* sc_console == NULL */ in scmeminit()
733 unit, (sc_console_unit == unit) ? SC_KERNEL_CONSOLE : 0); in sctty_open()
773 (scp->sc->unit == sc_console_unit)) in sctty_close()
1191 (sc->unit == sc_console_unit)) in sctty_ioctl()
1212 (sc->unit == sc_console_unit)) in sctty_ioctl()
1753 sc_console_unit = unit; in sc_cninit()
1766 if (sc_console_unit < 0) in sc_cnterm()
[all …]