Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/syscons/
H A Dsyscons.c1056 *(int *)data = (sc->flags & SC_SCRN_IDLE) && in sctty_ioctl()
2166 scp->sc->flags &= ~SC_SCRN_IDLE; in sccnupdate()
2168 if ((saver_mode != CONS_LKM_SAVER) || !(scp->sc->flags & SC_SCRN_IDLE)) in sccnupdate()
2229 sc->flags |= SC_SCRN_IDLE; in scrn_timer()
2231 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()
2234 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()
2239 if ((saver_mode != CONS_LKM_SAVER) || !(sc->flags & SC_SCRN_IDLE)) in scrn_timer()
2256 if ((saver_mode == CONS_LKM_SAVER) && (sc->flags & SC_SCRN_IDLE)) in scrn_timer()
H A Dsyscons.h204 #define SC_SCRN_IDLE (1 << 5) macro