Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
H A Dsyscons.c2765 sc_switch_scr(sc_softc_t *sc, u_int next_scr) in sc_switch_scr() argument
2770 DPRINTF(5, ("sc0: sc_switch_scr() %d ", next_scr + 1)); in sc_switch_scr()
2782 sc->delayed_next_scr = next_scr + 1; in sc_switch_scr()
2883 if ((next_scr < sc->first_vty) || (next_scr >= sc->first_vty + sc->vtys) in sc_switch_scr()
2896 if ((cur_scp->index != next_scr) in sc_switch_scr()
2911 if ((sc_console == NULL) || (next_scr != sc_console->index)) { in sc_switch_scr()
2912 tp = VIRTUAL_TTY(sc, next_scr); in sc_switch_scr()
2928 sc->new_scp = SC_STAT(SC_DEV(sc, next_scr)); in sc_switch_scr()
H A Dsyscons.h534 int sc_switch_scr(sc_softc_t *sc, u_int next_scr);