Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp272 unsigned IOCTL_SNDCTL_DSP_GETBLKSIZE = SNDCTL_DSP_GETBLKSIZE;
H A Dsanitizer_platform_limits_posix.cpp789 unsigned IOCTL_SNDCTL_DSP_GETBLKSIZE = SNDCTL_DSP_GETBLKSIZE;
H A Dsanitizer_common_interceptors_ioctl.inc257 _(SNDCTL_DSP_GETBLKSIZE, WRITE, sizeof(int));
H A Dsanitizer_platform_limits_netbsd.cpp2432 unsigned IOCTL_SNDCTL_DSP_GETBLKSIZE = SNDCTL_DSP_GETBLKSIZE;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1363 _(SNDCTL_DSP_GETBLKSIZE, READWRITE, sizeof(int));
/freebsd/sys/sys/
H A Dsoundcard.h791 #define SNDCTL_DSP_GETBLKSIZE _IOR('P', 4, int) macro
/freebsd/sys/dev/sound/pcm/
H A Ddsp.c987 case SNDCTL_DSP_GETBLKSIZE: in dsp_ioctl()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c1837 args->cmd = SNDCTL_DSP_GETBLKSIZE; in linux_ioctl_sound()