Lines Matching refs:name
55 int _snd_seq_open_lconf(snd_seq_t **seqp, const char *name,
91 strcpy((char *)info->name, "Virtual RawMIDI");
301 For creating a virtual RawMidi instance, pass "virtual" as its name at
312 const char *name, snd_seq_t *seq_handle, int port,
344 if (name)
345 rmidi->name = strdup(name);
364 if (name)
365 rmidi->name = strdup(name);
398 char *name, snd_config_t *root ATTRIBUTE_UNUSED,
464 return snd_rawmidi_virtual_open(inputp, outputp, name, seq_handle, port,