Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsoundcard.h832 #define SNDCTL_DSP_NONBLOCK _IO ('P',14) macro
1537 #define SOUND_PCM_NONBLOCK SNDCTL_DSP_NONBLOCK
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp274 unsigned IOCTL_SNDCTL_DSP_NONBLOCK = SNDCTL_DSP_NONBLOCK;
H A Dsanitizer_platform_limits_posix.cpp791 unsigned IOCTL_SNDCTL_DSP_NONBLOCK = SNDCTL_DSP_NONBLOCK;
H A Dsanitizer_common_interceptors_ioctl.inc259 _(SNDCTL_DSP_NONBLOCK, NONE, 0);
H A Dsanitizer_platform_limits_netbsd.cpp2445 unsigned IOCTL_SNDCTL_DSP_NONBLOCK = SNDCTL_DSP_NONBLOCK;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1376 _(SNDCTL_DSP_NONBLOCK, NONE, 0);
/freebsd/sys/dev/sound/pcm/
H A Ddsp.c962 case SNDCTL_DSP_NONBLOCK: /* set non-blocking i/o */ in dsp_ioctl()
966 if (cmd == SNDCTL_DSP_NONBLOCK || *arg_i) in dsp_ioctl()
974 if (cmd == SNDCTL_DSP_NONBLOCK || *arg_i) in dsp_ioctl()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c1877 args->cmd = SNDCTL_DSP_NONBLOCK; in linux_ioctl_sound()