Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
HDsyscons.c2099 if (scp->sc->flags & SC_SCRN_BLANKED) { in sccnupdate()
2114 if (!ISGRAPHSC(scp) && !(scp->sc->flags & SC_SCRN_BLANKED)) in sccnupdate()
2195 if ((sc->flags & SC_SCRN_BLANKED) && !ISGRAPHSC(sc->cur_scp)) in scrn_timer()
2212 if (!ISGRAPHSC(scp) && !(sc->flags & SC_SCRN_BLANKED)) in scrn_timer()
2218 if (!ISGRAPHSC(scp) || (sc->flags & SC_SCRN_BLANKED)) in scrn_timer()
2454 if (sc->flags & SC_SCRN_BLANKED) { in sc_fb_blank()
2482 if ((sc->flags & SC_SCRN_BLANKED) && show) in scframebuffer_saver()
2489 sc->flags |= SC_SCRN_BLANKED; in scframebuffer_saver()
2493 sc->flags &= ~SC_SCRN_BLANKED; in scframebuffer_saver()
2548 if (!(sc->flags & SC_SCRN_BLANKED)) in scsplash_saver()
[all …]
HDsyscons.h188 #define SC_SCRN_BLANKED (1 << 6) macro