Home
last modified time | relevance | path

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

/NextBSD/sys/dev/syscons/
HDsyscons.c944 *(int *)data = (sc->flags & SC_SCRN_IDLE) in sctty_ioctl()
1825 scp->sc->flags &= ~SC_SCRN_IDLE; in sccnupdate()
1827 if ((saver_mode != CONS_LKM_SAVER) || !(scp->sc->flags & SC_SCRN_IDLE)) in sccnupdate()
1891 sc->flags |= SC_SCRN_IDLE; in scrn_timer()
1893 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()
1896 sc->flags &= ~SC_SCRN_IDLE; in scrn_timer()
1901 if ((saver_mode != CONS_LKM_SAVER) || !(sc->flags & SC_SCRN_IDLE)) in scrn_timer()
1918 if ((saver_mode == CONS_LKM_SAVER) && (sc->flags & SC_SCRN_IDLE)) in scrn_timer()
HDsyscons.h206 #define SC_SCRN_IDLE (1 << 5) macro