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

/freebsd-current/sys/dev/vt/
H A Dvt.h322 sbintime_t vw_bell_duration; /* (?) Bell duration */ member in struct:vt_window
H A Dvt_core.c259 .vw_bell_duration = VT_BELLDURATION,
1122 vw->vw_bell_pitch, vw->vw_bell_duration);
1131 vw->vw_bell_duration == 0)
1134 sysbeep(vw->vw_bell_pitch, vw->vw_bell_duration);
1219 vw->vw_bell_duration =

Completed in 90 milliseconds