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

/freebsd-current/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_common_interceptors_ioctl.inc273 _(SNDCTL_SEQ_GETINCOUNT, WRITE, sizeof(int));
H A Dsanitizer_platform_limits_posix.cpp805 unsigned IOCTL_SNDCTL_SEQ_GETINCOUNT = SNDCTL_SEQ_GETINCOUNT;
/freebsd-current/sys/dev/sound/midi/
H A Dsequencer.c197 {SNDCTL_SEQ_GETINCOUNT, "SNDCTL_SEQ_GETINCOUNT"},
1235 case SNDCTL_SEQ_GETINCOUNT:
/freebsd-current/sys/sys/
H A Dsoundcard.h319 #define SNDCTL_SEQ_GETINCOUNT _IOR ('Q', 5, int) macro
/freebsd-current/sys/compat/linux/
H A Dlinux_ioctl.c1921 args->cmd = SNDCTL_SEQ_GETINCOUNT;

Completed in 271 milliseconds