Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/syscons/
Dsyscons.h206 #define SC_QUIET_BELL (1 << 1) macro
Dsyscons.c999 sc->flags |= SC_QUIET_BELL; in sctty_ioctl()
1001 sc->flags &= ~SC_QUIET_BELL; in sctty_ioctl()
4173 if (scp != scp->sc->cur_scp && (scp->sc->flags & SC_QUIET_BELL)) in sc_bell()