Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp296 unsigned IOCTL_SNDCTL_SEQ_RESETSAMPLES = SNDCTL_SEQ_RESETSAMPLES;
H A Dsanitizer_platform_limits_posix.cpp813 unsigned IOCTL_SNDCTL_SEQ_RESETSAMPLES = SNDCTL_SEQ_RESETSAMPLES;
H A Dsanitizer_common_interceptors_ioctl.inc281 _(SNDCTL_SEQ_RESETSAMPLES, READ, sizeof(int));
/freebsd/sys/dev/sound/midi/
H A Dsequencer.c198 {SNDCTL_SEQ_RESETSAMPLES, "SNDCTL_SEQ_RESETSAMPLES"},
1271 * TODO: ioctl SNDCTL_SEQ_RESETSAMPLES in mseq_ioctl()
1274 case SNDCTL_SEQ_RESETSAMPLES: in mseq_ioctl()
/freebsd/sys/sys/
H A Dsoundcard.h331 #define SNDCTL_SEQ_RESETSAMPLES _IOW ('Q', 9, int) macro
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c1941 args->cmd = SNDCTL_SEQ_RESETSAMPLES; in linux_ioctl_sound()