Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c2171 if (scp->sc->flags & SC_SCRN_BLANKED) in sccnupdate()
2183 if (!ISGRAPHSC(scp) && !(scp->sc->flags & SC_SCRN_BLANKED)) in sccnupdate()
2242 if (sc->flags & SC_SCRN_BLANKED) in scrn_timer()
2253 if (!ISGRAPHSC(scp) && !(sc->flags & SC_SCRN_BLANKED)) in scrn_timer()
2259 if (!ISGRAPHSC(scp) || (sc->flags & SC_SCRN_BLANKED)) in scrn_timer()
2270 if (ISGRAPHSC(scp) && !(sc->flags & SC_SCRN_BLANKED)) in scrn_timer()
2466 if (!(sc->flags & SC_SCRN_BLANKED)) in scsplash_saver()
2485 if ((sc->flags & SC_SCRN_BLANKED) && in scsplash_saver()
2553 scp->sc->flags |= SC_SCRN_BLANKED; in set_scrn_saver_mode()
2592 scp->sc->flags &= ~SC_SCRN_BLANKED; in restore_scrn_saver_mode()
[all …]
H A Dsyscons.h203 #define SC_SCRN_BLANKED (1 << 6) macro