Searched refs:SNDCTL_DSP_GETCAPS (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dsoundcard.h827 #define SNDCTL_DSP_GETCAPS _IOR ('P',15, int) macro
1532 #define SOUND_PCM_GETCAPS SNDCTL_DSP_GETCAPS
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2163 unsigned IOCTL_SNDCTL_DSP_GETCAPS = SNDCTL_DSP_GETCAPS;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1382 _(SNDCTL_DSP_GETCAPS, WRITE, sizeof(int));
/freebsd-11-stable/sys/dev/sound/pcm/
H A Ddsp.c1699 case SNDCTL_DSP_GETCAPS:
2646 * These flags stolen from SNDCTL_DSP_GETCAPS handler.
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c1922 args->cmd = SNDCTL_DSP_GETCAPS;

Completed in 138 milliseconds