Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/syscons/
Dsyscons.c121 static int enable_bell = TRUE; /* enable beeper */ variable
151 SYSCTL_INT(_hw_syscons, OID_AUTO, bell, CTLFLAG_RW, &enable_bell,
4170 if (cold || kdb_active || shutdown_in_progress || !enable_bell) in sc_bell()
/freebsd-12-stable/sys/dev/vt/
Dvt_core.c125 static VT_SYSCTL_INT(enable_bell, 1, "Enable bell");