Home
last modified time | relevance | path

Searched refs:SNDCTL_SEQ_NRSYNTHS (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp291 unsigned IOCTL_SNDCTL_SEQ_NRSYNTHS = SNDCTL_SEQ_NRSYNTHS;
H A Dsanitizer_platform_limits_posix.cpp808 unsigned IOCTL_SNDCTL_SEQ_NRSYNTHS = SNDCTL_SEQ_NRSYNTHS;
H A Dsanitizer_common_interceptors_ioctl.inc276 _(SNDCTL_SEQ_NRSYNTHS, WRITE, sizeof(int));
/freebsd/sys/dev/sound/midi/
H A Dsequencer.c199 {SNDCTL_SEQ_NRSYNTHS, "SNDCTL_SEQ_NRSYNTHS"},
1284 case SNDCTL_SEQ_NRSYNTHS: in mseq_ioctl()
/freebsd/sys/sys/
H A Dsoundcard.h332 #define SNDCTL_SEQ_NRSYNTHS _IOR ('Q',10, int) macro
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c1945 args->cmd = SNDCTL_SEQ_NRSYNTHS; in linux_ioctl_sound()