Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dsyscons.h195 #define SC_VISUAL_BELL (1 << 0) macro
H A Dsyscons.c999 sc->flags |= SC_VISUAL_BELL; in sctty_ioctl()
1001 sc->flags &= ~SC_VISUAL_BELL; in sctty_ioctl()
4277 if (scp->sc->flags & SC_VISUAL_BELL) { in sc_bell()