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

/freebsd-10.1-release/sys/dev/vt/
H A Dvt.h155 #define VDF_QUIET_BELL 0x80 /* Disable bell. */ macro
H A Dvt_core.c907 if (vd->vd_flags & VDF_QUIET_BELL)
2143 vd->vd_flags |= VDF_QUIET_BELL;
2145 vd->vd_flags &= ~VDF_QUIET_BELL;

Completed in 110 milliseconds