Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vt/
Dvt.h158 #define VDF_QUIET_BELL 0x80 /* Disable bell. */ macro
Dvt_core.c1082 if (vd->vd_flags & VDF_QUIET_BELL) in vtterm_bell()
2354 vd->vd_flags |= VDF_QUIET_BELL; in vtterm_ioctl()
2356 vd->vd_flags &= ~VDF_QUIET_BELL; in vtterm_ioctl()