Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c2664 sc_switch_scr(sc_softc_t *sc, u_int next_scr) in sc_switch_scr() argument
2671 DPRINTF(5, ("sc0: sc_switch_scr() %d ", next_scr + 1)); in sc_switch_scr()
2686 sc->delayed_next_scr = next_scr + 1; in sc_switch_scr()
2794 if ((next_scr < sc->first_vty) || in sc_switch_scr()
2795 (next_scr >= sc->first_vty + sc->vtys) || sc->switch_in_progress) { in sc_switch_scr()
2808 if ((cur_scp->index != next_scr) && tty_opened_ns(tp) && in sc_switch_scr()
2822 if ((sc_console == NULL) || (next_scr != sc_console->index)) { in sc_switch_scr()
2823 tp = SC_DEV(sc, next_scr); in sc_switch_scr()
2841 sc->new_scp = sc_get_stat(SC_DEV(sc, next_scr)); in sc_switch_scr()
2853 wakeup(VTY_WCHAN(sc, next_scr)); in sc_switch_scr()
[all …]
H A Dsyscons.h568 int sc_switch_scr(sc_softc_t *sc, u_int next_scr);