Searched refs:SC_VISUAL_BELL (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/syscons/
H A Dsyscons.h205 #define SC_VISUAL_BELL (1 << 0) macro
H A Dsyscons.c995 sc->flags |= SC_VISUAL_BELL;
997 sc->flags &= ~SC_VISUAL_BELL;
4176 if (scp->sc->flags & SC_VISUAL_BELL) {

Completed in 116 milliseconds