Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/syscons/
H A Dsyscons.c1048 *(int *)data = (sc->flags & SC_SCRN_IDLE) in sctty_ioctl()
2141 scp->sc->flags &= ~SC_SCRN_IDLE; in sccnupdate()
2143 if ((saver_mode != CONS_LKM_SAVER) || !(scp->sc->flags & SC_SCRN_IDLE)) in sccnupdate()
2203 sc->flags |= SC_SCRN_IDLE; in scrn_timer()
2205 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()
2208 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()
2213 if ((saver_mode != CONS_LKM_SAVER) || !(sc->flags & SC_SCRN_IDLE)) in scrn_timer()
2230 if ((saver_mode == CONS_LKM_SAVER) && (sc->flags & SC_SCRN_IDLE)) in scrn_timer()
H A Dsyscons.h212 #define SC_SCRN_IDLE (1 << 5) macro