Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.c412 (scp == scp->sc->cur_scp && scp->sc->blink_in_progress)) in sctty_outwakeup()
2175 if (scp != scp->sc->cur_scp || scp->sc->blink_in_progress || in sccnupdate()
2247 if (sc->blink_in_progress || sc->switch_in_progress || in scrn_timer()
2685 sc->blink_in_progress) { in sc_switch_scr()
4278 if (scp->sc->blink_in_progress) in sc_bell()
4280 scp->sc->blink_in_progress = 3; in sc_bell()
4282 scp->sc->blink_in_progress += 2; in sc_bell()
4305 if (ISGRAPHSC(scp) || (scp->sc->blink_in_progress <= 1)) { in blink_screen()
4306 scp->sc->blink_in_progress = 0; in blink_screen()
4315 scp->sc->blink_in_progress & 1); in blink_screen()
[all …]
H A Dsyscons.h227 char blink_in_progress; member