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

/freebsd-current/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_common_interceptors_ioctl.inc276 _(SNDCTL_SEQ_NRSYNTHS, WRITE, sizeof(int));
H A Dsanitizer_platform_limits_posix.cpp808 unsigned IOCTL_SNDCTL_SEQ_NRSYNTHS = SNDCTL_SEQ_NRSYNTHS;
/freebsd-current/sys/dev/sound/midi/
H A Dsequencer.c202 {SNDCTL_SEQ_NRSYNTHS, "SNDCTL_SEQ_NRSYNTHS"},
1285 case SNDCTL_SEQ_NRSYNTHS:
/freebsd-current/sys/sys/
H A Dsoundcard.h324 #define SNDCTL_SEQ_NRSYNTHS _IOR ('Q',10, int) macro
/freebsd-current/sys/compat/linux/
H A Dlinux_ioctl.c1941 args->cmd = SNDCTL_SEQ_NRSYNTHS;

Completed in 205 milliseconds