Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/vt/
HDvt.h158 #define VDF_QUIET_BELL 0x80 /* Disable bell. */ macro
HDvt_core.c1123 vtterm_devctl(vt_enable_bell, vd->vd_flags & VDF_QUIET_BELL, in vtterm_bell()
1129 if (vd->vd_flags & VDF_QUIET_BELL) in vtterm_bell()
1163 vtterm_devctl(vt_enable_bell, vd->vd_flags & VDF_QUIET_BELL, in vtterm_beep()
2800 vd->vd_flags |= VDF_QUIET_BELL; in vtterm_ioctl()
2802 vd->vd_flags &= ~VDF_QUIET_BELL; in vtterm_ioctl()