Searched refs:sysbeep (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_cons.c | 698 sysbeep(int pitch, sbintime_t duration) in sysbeep() function 722 SYSINIT(sysbeep, SI_SUB_SOFTINTR, SI_ORDER_ANY, sysbeep_init, NULL); 730 sysbeep(int pitch __unused, sbintime_t duration __unused) in sysbeep() function
|
/freebsd/sys/i386/i386/ |
H A D | trap.c | 426 sysbeep(880, SBT_1S); in trap() 683 sysbeep(880, SBT_1S); in trap()
|
/freebsd/sys/dev/mlx/ |
H A D | mlx.c | 1075 sysbeep(500, SBT_1S); in mlx_periodic() 1087 sysbeep(500, SBT_1S); in mlx_periodic() 1089 sysbeep((time_second % 5) * 100 + 500, SBT_1S / 8); in mlx_periodic()
|
/freebsd/sys/sys/ |
H A D | systm.h | 380 int sysbeep(int hertz, sbintime_t duration);
|
/freebsd/sys/dev/vt/ |
H A D | vt_core.c | 1138 sysbeep(vw->vw_bell_pitch, vw->vw_bell_duration); in vtterm_bell() 1171 sysbeep(freq, period); in vtterm_beep()
|
/freebsd/sys/dev/syscons/ |
H A D | syscons.c | 4287 sysbeep(1193182 / pitch, SBT_1S * duration / hz); in sc_bell()
|