HomeSort by: relevance | last modified time | path
    Searched refs:synth_info (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/sys/
midiio.h 67 #define SEQUENCER_INFO _IOWR('Q', 2, struct synth_info)
81 * (which corresponds to OSS's SYNTH_INFO) to get information on any kind of
82 * device, though the struct synth_info it uses has some members that only
95 /*#define SEQUENCER_ID _IOWR('Q',20, struct synth_info)*/
117 struct synth_info { struct
  /src/usr.bin/midiplay/
midiplay.c 408 struct synth_info info;
734 struct synth_info info;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_freebsd.cc 186 unsigned struct_synth_info_sz = sizeof(struct synth_info);
sanitizer_platform_limits_posix.cc 437 unsigned struct_synth_info_sz = sizeof(struct synth_info);
sanitizer_platform_limits_netbsd.cc 819 unsigned struct_synth_info_sz = sizeof(synth_info);
  /src/sys/dev/
sequencer.c 730 struct synth_info *si;
774 si = (struct synth_info*)addr;
  /src/sys/compat/ossaudio/
ossaudio.c 1318 struct synth_info si;

Completed in 36 milliseconds