Home
last modified time | relevance | path

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

/src/sys/dev/syscons/
H A Dsyscons.c1054 *(int *)data = (sc->flags & SC_SCRN_IDLE) && in sctty_ioctl()
2168 scp->sc->flags &= ~SC_SCRN_IDLE; in sccnupdate()
2170 if ((saver_mode != CONS_LKM_SAVER) || !(scp->sc->flags & SC_SCRN_IDLE)) in sccnupdate()
2231 sc->flags |= SC_SCRN_IDLE; in scrn_timer()
2233 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()
2236 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()
2241 if ((saver_mode != CONS_LKM_SAVER) || !(sc->flags & SC_SCRN_IDLE)) in scrn_timer()
2258 if ((saver_mode == CONS_LKM_SAVER) && (sc->flags & SC_SCRN_IDLE)) in scrn_timer()
H A Dsyscons.h202 #define SC_SCRN_IDLE (1 << 5) macro