Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_freebsd.cpp296 unsigned IOCTL_SNDCTL_SEQ_RESETSAMPLES = SNDCTL_SEQ_RESETSAMPLES;
HDsanitizer_common_interceptors_ioctl.inc281 _(SNDCTL_SEQ_RESETSAMPLES, READ, sizeof(int));
HDsanitizer_platform_limits_posix.cpp813 unsigned IOCTL_SNDCTL_SEQ_RESETSAMPLES = SNDCTL_SEQ_RESETSAMPLES;
/freebsd-14-stable/sys/dev/sound/midi/
HDsequencer.c199 {SNDCTL_SEQ_RESETSAMPLES, "SNDCTL_SEQ_RESETSAMPLES"},
1275 case SNDCTL_SEQ_RESETSAMPLES: in mseq_ioctl()
/freebsd-14-stable/sys/sys/
HDsoundcard.h331 #define SNDCTL_SEQ_RESETSAMPLES _IOW ('Q', 9, int) macro
/freebsd-14-stable/sys/compat/linux/
HDlinux_ioctl.c1932 args->cmd = SNDCTL_SEQ_RESETSAMPLES; in linux_ioctl_sound()