Home
last modified time | relevance | path

Searched refs:SNDCTL_SEQ_PANIC (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp293 unsigned IOCTL_SNDCTL_SEQ_PANIC = SNDCTL_SEQ_PANIC;
H A Dsanitizer_platform_limits_posix.cpp810 unsigned IOCTL_SNDCTL_SEQ_PANIC = SNDCTL_SEQ_PANIC;
H A Dsanitizer_common_interceptors_ioctl.inc278 _(SNDCTL_SEQ_PANIC, NONE, 0);
/freebsd/sys/dev/sound/midi/
H A Dsequencer.c207 {SNDCTL_SEQ_PANIC, "SNDCTL_SEQ_PANIC"},
1214 case SNDCTL_SEQ_PANIC: in mseq_ioctl()
1218 * SNDCTL_SEQ_PANIC == SNDCTL_SEQ_RESET in mseq_ioctl()
/freebsd/sys/sys/
H A Dsoundcard.h340 #define SNDCTL_SEQ_PANIC _IO ('Q',17) macro