Searched refs:MIO_IN (Results 1 - 6 of 6) sorted by path

/openbsd-current/lib/libsndio/
H A Dmio.c41 if ((mode & (MIO_OUT | MIO_IN)) == 0)
126 if (!(hdl->mode & MIO_IN)) {
H A Dmio_rmidi.c92 if (mode == (MIO_IN | MIO_OUT))
/openbsd-current/include/
H A Dsndio.h127 #define MIO_IN 8 macro
/openbsd-current/usr.bin/aucat/
H A Daucat.c684 dev_mh = mio_open(dev_port, MIO_IN, 0);
/openbsd-current/usr.bin/midicat/
H A Dmidicat.c110 mode = MIO_IN;
114 mode = MIO_IN | MIO_OUT;
116 mode = MIO_IN;
/openbsd-current/usr.bin/sndiod/
H A Dfdpass.c39 unsigned int mode; /* SIO_PLAY, SIO_REC, MIO_IN, ... */
338 if (p == NULL || !(mode & (MIO_IN | MIO_OUT))) {

Completed in 205 milliseconds