Home
last modified time | relevance | path

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

/openbsd/usr.bin/midicat/
H A Dmidicat.c112 mode = MIO_OUT; in main()
114 mode = MIO_IN | MIO_OUT; in main()
125 oh = mio_open(port1, MIO_OUT, 0); in main()
/openbsd/lib/libsndio/
H A Dmio.c41 if ((mode & (MIO_OUT | MIO_IN)) == 0) in mio_open()
156 if (!(hdl->mode & MIO_OUT)) { in mio_write()
H A Dmio_rmidi.c92 if (mode == (MIO_IN | MIO_OUT)) in mio_rmidi_getfd()
95 flags = (mode & MIO_OUT) ? O_WRONLY : O_RDONLY; in mio_rmidi_getfd()
/openbsd/include/
H A Dsndio.h135 #define MIO_OUT 4 macro
/openbsd/usr.bin/sndiod/
H A Dfdpass.c338 if (p == NULL || !(mode & (MIO_IN | MIO_OUT))) { in fdpass_in_helper()