Home
last modified time | relevance | path

Searched refs:sysbeep (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/kern/
H A Dkern_cons.c651 sysbeep(int pitch, int period) in sysbeep() function
674 SYSINIT(sysbeep, SI_SUB_SOFTINTR, SI_ORDER_ANY, sysbeep_init, NULL);
682 sysbeep(int pitch __unused, int period __unused) in sysbeep() function
/freebsd-12.1/sys/i386/i386/
H A Dtrap.c463 sysbeep(880, hz); in trap()
722 sysbeep(880, hz); in trap()
/freebsd-12.1/sys/sys/
H A Dsystm.h370 int sysbeep(int hertz, int period);
/freebsd-12.1/sys/dev/mlx/
H A Dmlx.c1086 sysbeep(500, hz); in mlx_periodic()
1098 sysbeep(500, hz); in mlx_periodic()
1100 sysbeep((time_second % 5) * 100 + 500, hz/8); in mlx_periodic()
/freebsd-12.1/sys/dev/vt/
H A Dvt_core.c1069 sysbeep(1193182 / VT_BELLPITCH, VT_BELLDURATION); in vtterm_bell()
1088 sysbeep(freq, period); in vtterm_beep()
/freebsd-12.1/sys/dev/syscons/
H A Dsyscons.c4186 sysbeep(1193182 / pitch, duration); in sc_bell()