Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
HDsyscons.h183 #define SC_QUIET_BELL (1 << 1) macro
HDsyscons.c1073 sc->flags |= SC_QUIET_BELL; in scioctl()
1075 sc->flags &= ~SC_QUIET_BELL; in scioctl()
4322 if (scp != scp->sc->cur_scp && (scp->sc->flags & SC_QUIET_BELL)) { in sc_bell()