Home
last modified time | relevance | path

Searched refs:_sio_sun_open (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libsndio/
H A Dsio_priv.h70 struct sio_hdl *_sio_sun_open(const char *, unsigned, int);
H A Dsio.c68 return _sio_sun_open("rsnd/0", mode, nbio); in sio_open()
73 return _sio_sun_open(str, mode, nbio); in sio_open()
H A Dsio_sun.c338 _sio_sun_open(const char *str, unsigned int mode, int nbio) in _sio_sun_open() function