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

/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.h198 #define SC_QUIET_BELL (1 << 1) macro
H A Dsyscons.c1005 sc->flags |= SC_QUIET_BELL;
1007 sc->flags &= ~SC_QUIET_BELL;
4267 if (scp != scp->sc->cur_scp && (scp->sc->flags & SC_QUIET_BELL))

Completed in 131 milliseconds