Home
last modified time | relevance | path

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

/openbsd-src/lib/libsndio/
H A DSymbols.map25 mio_read;
H A Dmio.c116 mio_read(struct mio_hdl *hdl, void *buf, size_t len) in mio_read() function
/openbsd-src/usr.bin/sndiod/
H A Dmiofile.c96 n = mio_read(p->mio.hdl, data, MIDI_BUFSZ); in port_mio_in()
/openbsd-src/include/
H A Dsndio.h187 size_t mio_read(struct mio_hdl *, void *, size_t);
/openbsd-src/usr.bin/midicat/
H A Dmidicat.c144 len = mio_read(ih, buf, sizeof(buf)); in main()
/openbsd-src/usr.bin/aucat/
H A Daucat.c1215 n = mio_read(dev_mh, mbuf, MIDIBUFSZ);