Home
last modified time | relevance | path

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

/openbsd-src/lib/libsndio/
H A DSymbols.map4 sio_open;
H A DMakefile4 MAN= sio_open.3 mio_open.3 sioctl_open.3 sndio.7
H A Dsio.c42 sio_open(const char *str, unsigned int mode, int nbio) in sio_open() function
/openbsd-src/regress/lib/libsndio/rec/
H A Drec.c91 hdl = sio_open(SIO_DEVANY, SIO_REC, 0); in main()
/openbsd-src/regress/lib/libsndio/cap/
H A Dcap.c86 hdl = sio_open(NULL, mode, 0); in main()
/openbsd-src/regress/lib/libsndio/play/
H A Dplay.c100 hdl = sio_open(SIO_DEVANY, SIO_PLAY, 0); in main()
/openbsd-src/regress/lib/libsndio/vol/
H A Dvol.c101 hdl = sio_open(SIO_DEVANY, SIO_PLAY, 0); in main()
/openbsd-src/include/
H A Dsndio.h166 struct sio_hdl *sio_open(const char *, unsigned int, int);
/openbsd-src/regress/lib/libsndio/fd/
H A Dfd.c275 hdl = sio_open(SIO_DEVANY, mode, 1); in main()
/openbsd-src/usr.bin/cdio/
H A Drip.c468 info->hdl = sio_open(NULL, SIO_PLAY, 0); in play_next_track()
/openbsd-src/usr.bin/aucat/
H A Daucat.c680 dev_sh = sio_open(dev, mode, 0); in dev_open()