Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
HDsyscons.h182 #define SC_VISUAL_BELL (1 << 0) macro
HDsyscons.c1068 sc->flags |= SC_VISUAL_BELL; in scioctl()
1070 sc->flags &= ~SC_VISUAL_BELL; in scioctl()
4326 if (scp->sc->flags & SC_VISUAL_BELL) { in sc_bell()