HomeSort by: relevance | last modified time | path
    Searched refs:SNDCTL_DSP_NONBLOCK (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libossaudio/
soundcard.h 86 #define SNDCTL_DSP_NONBLOCK _IO ('P',14)
187 #define SOUND_PCM_NONBLOCK SNDCTL_DSP_NONBLOCK
oss_dsp.c 307 case SNDCTL_DSP_NONBLOCK:
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_freebsd.cc 245 unsigned IOCTL_SNDCTL_DSP_NONBLOCK = SNDCTL_DSP_NONBLOCK;
sanitizer_common_interceptors_ioctl.inc 252 _(SNDCTL_DSP_NONBLOCK, NONE, 0);
sanitizer_platform_limits_posix.cc 718 unsigned IOCTL_SNDCTL_DSP_NONBLOCK = SNDCTL_DSP_NONBLOCK;
sanitizer_platform_limits_netbsd.cc 2282 unsigned IOCTL_SNDCTL_DSP_NONBLOCK = SNDCTL_DSP_NONBLOCK;
sanitizer_interceptors_ioctl_netbsd.inc 1377 _(SNDCTL_DSP_NONBLOCK, NONE, 0);

Completed in 21 milliseconds