Home
last modified time | relevance | path

Searched refs:CONS_QUIET_BELL (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dconsio.h120 #define CONS_QUIET_BELL (1 << 1) macro
/freebsd/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c1018 bell = CONS_QUIET_BELL; in set_bell_values()
/freebsd/sys/dev/vt/
H A Dvt_core.c2774 if ((*(int *)data) & CONS_QUIET_BELL) in vtterm_ioctl()
/freebsd/sys/dev/syscons/
H A Dsyscons.c1002 if ((*(int *)data) & CONS_QUIET_BELL) in sctty_ioctl()