Searched refs:SC_QUIET_BELL (Results 1 – 2 of 2) sorted by relevance
206 #define SC_QUIET_BELL (1 << 1) macro
999 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()