Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDsoundcard.h324 #define SNDCTL_SYNTH_INFO _IOWR('Q', 2, struct synth_info)
726 struct synth_info { /* Read only */ struct
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_freebsd.cpp211 unsigned struct_synth_info_sz = sizeof(struct synth_info);
HDsanitizer_platform_limits_posix.cpp505 unsigned struct_synth_info_sz = sizeof(struct synth_info);
HDsanitizer_platform_limits_netbsd.cpp981 unsigned struct_synth_info_sz = sizeof(synth_info);
/freebsd-14-stable/sys/dev/sound/midi/
HDsequencer.c1130 struct synth_info *synthinfo; in mseq_ioctl()
1336 synthinfo = (struct synth_info *)arg; in mseq_ioctl()