Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c2176 scp->sc->switch_in_progress) in sccnupdate()
2247 if (sc->blink_in_progress || sc->switch_in_progress || in scrn_timer()
2697 if (sc->switch_in_progress && (cur_scp->smode.mode == VT_PROCESS) && in sc_switch_scr()
2746 switch (sc->switch_in_progress++) { in sc_switch_scr()
2769 switch (sc->switch_in_progress++) { in sc_switch_scr()
2795 (next_scr >= sc->first_vty + sc->vtys) || sc->switch_in_progress) { in sc_switch_scr()
2839 ++sc->switch_in_progress; in sc_switch_scr()
2843 sc->switch_in_progress = 0; in sc_switch_scr()
2885 sc->switch_in_progress = 0; in sc_switch_scr()
2907 sc->switch_in_progress = 0; in do_switch_scr()
[all …]
H A Dsyscons.h225 char switch_in_progress; member