Searched refs:sio_open (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/lib/libsndio/ |
H A D | Symbols.map | 4 sio_open;
|
H A D | Makefile | 4 MAN= sio_open.3 mio_open.3 sioctl_open.3 sndio.7
|
H A D | sio.c | 42 sio_open(const char *str, unsigned int mode, int nbio) in sio_open() function
|
/openbsd-src/regress/lib/libsndio/rec/ |
H A D | rec.c | 91 hdl = sio_open(SIO_DEVANY, SIO_REC, 0); in main()
|
/openbsd-src/regress/lib/libsndio/cap/ |
H A D | cap.c | 86 hdl = sio_open(NULL, mode, 0); in main()
|
/openbsd-src/regress/lib/libsndio/play/ |
H A D | play.c | 100 hdl = sio_open(SIO_DEVANY, SIO_PLAY, 0); in main()
|
/openbsd-src/regress/lib/libsndio/vol/ |
H A D | vol.c | 101 hdl = sio_open(SIO_DEVANY, SIO_PLAY, 0); in main()
|
/openbsd-src/include/ |
H A D | sndio.h | 166 struct sio_hdl *sio_open(const char *, unsigned int, int);
|
/openbsd-src/regress/lib/libsndio/fd/ |
H A D | fd.c | 275 hdl = sio_open(SIO_DEVANY, mode, 1); in main()
|
/openbsd-src/usr.bin/cdio/ |
H A D | rip.c | 468 info->hdl = sio_open(NULL, SIO_PLAY, 0); in play_next_track()
|
/openbsd-src/usr.bin/aucat/ |
H A D | aucat.c | 680 dev_sh = sio_open(dev, mode, 0); in dev_open()
|