Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/midi/
H A Dmidi.c190 static d_open_t midistat_open; variable
196 .d_open = midistat_open,
941 midistat_open(struct cdev *i_dev, int flags, int mode, struct thread *td) in midistat_open() function