OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUDIO_FLUSH
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/sys/
audioio.h
278
#define
AUDIO_FLUSH
_IO('A', 24)
/src/usr.bin/audio/play/
play.c
216
(void)ioctl(audiofd,
AUDIO_FLUSH
, NULL);
/src/lib/libossaudio/
oss_dsp.c
74
retval = ioctl(fd,
AUDIO_FLUSH
, 0);
/src/tests/dev/audio/
audiotest.c
2119
r = IOCTL(fd,
AUDIO_FLUSH
, NULL, "");
3243
r = IOCTL(fd,
AUDIO_FLUSH
, NULL, "");
3372
r = IOCTL(fd[0],
AUDIO_FLUSH
, NULL, "");
3374
r = IOCTL(fd[1],
AUDIO_FLUSH
, NULL, "");
3914
r = IOCTL(fd,
AUDIO_FLUSH
, NULL, "");
4048
r = IOCTL(fd[0],
AUDIO_FLUSH
, NULL, "");
4050
r = IOCTL(fd[1],
AUDIO_FLUSH
, NULL, "");
4157
r = IOCTL(data->fd,
AUDIO_FLUSH
, NULL, "");
6619
* Check whether
AUDIO_FLUSH
clears AUDIO_GETOOFFS.
6711
r = IOCTL(fd,
AUDIO_FLUSH
, NULL, "")
[
all
...]
/src/sys/compat/ossaudio/
ossaudio.c
207
error = ioctlf(fp,
AUDIO_FLUSH
, NULL);
209
DPRINTF(("%s:
AUDIO_FLUSH
%d\n", __func__, error));
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc
1820
unsigned IOCTL_AUDIO_FLUSH =
AUDIO_FLUSH
;
sanitizer_interceptors_ioctl_netbsd.inc
885
_(
AUDIO_FLUSH
, NONE, 0);
/src/sys/dev/audio/
audio.c
3044
"
AUDIO_FLUSH
", /* 24 */
3107
case
AUDIO_FLUSH
:
Completed in 27 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025