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

/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c97 static int sc_console_unit = -1; variable
556 if (sc_console_unit == unit) {
592 if (sc_console == NULL) /* sc_console_unit < 0 */
626 if (sc_console_unit == unit) {
669 if (sc_console_unit < 0) /* sc_console == NULL */
714 sc = sc_get_softc(unit, (sc_console_unit == unit) ? SC_KERNEL_CONSOLE : 0);
755 if ((scp == scp->sc->cur_scp) && (scp->sc->unit == sc_console_unit))
1152 if ((scp == sc->cur_scp) && (sc->unit == sc_console_unit))
1170 if ((scp == sc->cur_scp) && (sc->unit == sc_console_unit))
1702 sc_console_unit
[all...]

Completed in 76 milliseconds