Home
last modified time | relevance | path

Searched refs:beep_mktone (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dbeep.h127 extern int beep_mktone(int frequency, int duration);
/titanic_50/usr/src/uts/common/io/
H A Dbeep.c271 return (beep_mktone(bp->frequency, bp->duration)); in beep()
347 beep_mktone(int frequency, int duration) in beep_mktone() function
H A Dkbd.c589 err = beep_mktone(frequency, msecs); in kbdioctl()
/titanic_50/usr/src/uts/common/io/kb8042/
H A Dkb8042.c988 error = beep_mktone(frequency, msecs);
/titanic_50/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c893 err = beep_mktone(frequency, msecs); in usbkbm_ioctl()