Lines Matching defs:synth
118 struct synth_midi *synth;
329 m->synth = malloc(sizeof(*m->synth), M_MIDI, M_WAITOK | M_ZERO);
330 kobj_init((kobj_t)m->synth, &midisynth_class);
331 m->synth->m = m;
396 free(m->synth, M_MIDI);
1384 free(m->synth, M_MIDI);
1522 return (kobj_t)m->synth;
1532 kobj_t synth;
1535 synth = midimapper_fetch_synth_locked(arg, cookie, unit);
1538 return synth;