Home
last modified time | relevance | path

Searched refs:xf86OSRingBell (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/stub/
H A Dstub_bell.c8 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/hurd/
H A Dhurd_bell.c34 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_bell.c38 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/
H A Dbsd_bell.c41 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/
H A Dxf86_OSproc.h122 extern _X_EXPORT void xf86OSRingBell(int, int, int);
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_bell.c46 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Events.c724 xf86OSRingBell(volume, pitch, duration); in DDXRingBell()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog115574 Solaris xf86OSRingBell() off-by-one error in filling iov[] array
138772 lnx_bell.c:37: warning: no previous prototype for ‘xf86OSRingBell
170013 Make solaris version of xf86OSRingBell return void like other OS'es