Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/syscons/
H A Dsyscons.c2149 || scp->sc->switch_in_progress) in sccnupdate()
2659 if (sc->switch_in_progress in sc_switch_scr()
2705 switch (sc->switch_in_progress++) { in sc_switch_scr()
2727 switch (sc->switch_in_progress++) { in sc_switch_scr()
2752 || sc->switch_in_progress) { in sc_switch_scr()
2797 ++sc->switch_in_progress; in sc_switch_scr()
2801 sc->switch_in_progress = 0; in sc_switch_scr()
2842 sc->switch_in_progress = 0; in sc_switch_scr()
2864 sc->switch_in_progress = 0; in do_switch_scr()
2925 scp->sc->switch_in_progress = 0; in finish_vt_rel()
[all …]
H A Dsyscons.h236 char switch_in_progress; member