Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
HDsyscons.c2106 || scp->sc->switch_in_progress) { in sccnupdate()
2201 if (sc->blink_in_progress || sc->switch_in_progress || in scrn_timer()
2797 if (sc->switch_in_progress && in sc_switch_scr()
2837 switch (sc->switch_in_progress++) { in sc_switch_scr()
2859 switch (sc->switch_in_progress++) { in sc_switch_scr()
2884 || sc->switch_in_progress) { in sc_switch_scr()
2925 ++sc->switch_in_progress; in sc_switch_scr()
2930 sc->switch_in_progress = 0; in sc_switch_scr()
2956 sc->switch_in_progress = 0; in sc_switch_scr()
2976 sc->switch_in_progress = 0; in do_switch_scr()
[all …]
HDsyscons.h220 char switch_in_progress; member