Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c2841 sc->new_scp = sc_get_stat(SC_DEV(sc, next_scr)); in sc_switch_scr()
2842 if (sc->new_scp == sc->old_scp) { in sc_switch_scr()
2861 vt_proc_alive(sc->new_scp); in sc_switch_scr()
2897 vt_proc_alive(sc->new_scp); in do_switch_scr()
2977 if (scp == scp->sc->new_scp && scp->status & SWITCH_WAIT_ACQ) { in finish_vt_acq()
2998 scp = sc->cur_scp = sc->new_scp; in exchange_scr()
H A Dsyscons.h220 struct scr_stat *new_scp; member