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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp297 unsigned IOCTL_SNDCTL_SEQ_SYNC = SNDCTL_SEQ_SYNC;
H A Dsanitizer_common_interceptors_ioctl.inc282 _(SNDCTL_SEQ_SYNC, NONE, 0);
H A Dsanitizer_platform_limits_posix.cpp814 unsigned IOCTL_SNDCTL_SEQ_SYNC = SNDCTL_SEQ_SYNC;
/freebsd-current/sys/dev/sound/midi/
H A Dsequencer.c193 {SNDCTL_SEQ_SYNC, "SNDCTL_SEQ_SYNC"},
1206 case SNDCTL_SEQ_SYNC:
/freebsd-current/sys/sys/
H A Dsoundcard.h315 #define SNDCTL_SEQ_SYNC _IO ('Q', 1) macro
/freebsd-current/sys/compat/linux/
H A Dlinux_ioctl.c1905 args->cmd = SNDCTL_SEQ_SYNC;

Completed in 211 milliseconds