Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp288 unsigned IOCTL_SNDCTL_SEQ_GETINCOUNT = SNDCTL_SEQ_GETINCOUNT;
H A Dsanitizer_platform_limits_posix.cpp805 unsigned IOCTL_SNDCTL_SEQ_GETINCOUNT = SNDCTL_SEQ_GETINCOUNT;
H A Dsanitizer_common_interceptors_ioctl.inc273 _(SNDCTL_SEQ_GETINCOUNT, WRITE, sizeof(int));
/freebsd/sys/dev/sound/midi/
H A Dsequencer.c194 {SNDCTL_SEQ_GETINCOUNT, "SNDCTL_SEQ_GETINCOUNT"},
1234 case SNDCTL_SEQ_GETINCOUNT: in mseq_ioctl()
/freebsd/sys/sys/
H A Dsoundcard.h327 #define SNDCTL_SEQ_GETINCOUNT _IOR ('Q', 5, int) macro
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c1925 args->cmd = SNDCTL_SEQ_GETINCOUNT; in linux_ioctl_sound()