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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp295 unsigned IOCTL_SNDCTL_SEQ_RESET = SNDCTL_SEQ_RESET;
H A Dsanitizer_common_interceptors_ioctl.inc280 _(SNDCTL_SEQ_RESET, NONE, 0);
H A Dsanitizer_platform_limits_posix.cpp812 unsigned IOCTL_SNDCTL_SEQ_RESET = SNDCTL_SEQ_RESET;
/freebsd-current/sys/dev/sound/midi/
H A Dsequencer.c192 {SNDCTL_SEQ_RESET, "SNDCTL_SEQ_RESET"},
1217 case SNDCTL_SEQ_RESET:
1219 * SNDCTL_SEQ_PANIC == SNDCTL_SEQ_RESET
/freebsd-current/sys/sys/
H A Dsoundcard.h314 #define SNDCTL_SEQ_RESET _IO ('Q', 0) macro
/freebsd-current/sys/compat/linux/
H A Dlinux_ioctl.c1901 args->cmd = SNDCTL_SEQ_RESET;

Completed in 392 milliseconds