Home
last modified time | relevance | path

Searched refs:sio_par (Results 1 – 15 of 15) sorted by relevance

/openbsd/regress/lib/libsndio/
H A Dtools.h40 struct sio_par;
42 int sio_strtoenc(struct sio_par *, char *);
43 int sio_enctostr(struct sio_par *, char *);
H A Dtools.c25 sio_enctostr(struct sio_par *par, char *ostr) in sio_enctostr()
55 sio_strtoenc(struct sio_par *par, char *istr) in sio_strtoenc()
/openbsd/lib/libsndio/
H A Dsio_priv.h42 struct sio_par par;
54 int (*setpar)(struct sio_hdl *, struct sio_par *);
55 int (*getpar)(struct sio_hdl *, struct sio_par *);
H A Dsio.c35 sio_initpar(struct sio_par *par) in sio_initpar()
37 memset(par, 0xff, sizeof(struct sio_par)); in sio_initpar()
176 sio_setpar(struct sio_hdl *hdl, struct sio_par *par) in sio_setpar()
203 sio_getpar(struct sio_hdl *hdl, struct sio_par *par) in sio_getpar()
H A Dsio_aucat.c53 static int sio_aucat_setpar(struct sio_hdl *, struct sio_par *);
54 static int sio_aucat_getpar(struct sio_hdl *, struct sio_par *);
281 sio_aucat_setpar(struct sio_hdl *sh, struct sio_par *par) in sio_aucat_setpar()
306 sio_aucat_getpar(struct sio_hdl *sh, struct sio_par *par) in sio_aucat_getpar()
H A Dsio_sun.c52 static int sio_sun_setpar(struct sio_hdl *, struct sio_par *);
53 static int sio_sun_getpar(struct sio_hdl *, struct sio_par *);
416 sio_sun_setpar(struct sio_hdl *sh, struct sio_par *par) in sio_sun_setpar()
451 sio_sun_getpar(struct sio_hdl *sh, struct sio_par *par) in sio_sun_getpar()
/openbsd/include/
H A Dsndio.h52 struct sio_par { struct
165 void sio_initpar(struct sio_par *);
168 int sio_setpar(struct sio_hdl *, struct sio_par *);
169 int sio_getpar(struct sio_hdl *, struct sio_par *);
/openbsd/regress/lib/libsndio/rec/
H A Drec.c17 struct sio_par par;
/openbsd/regress/lib/libsndio/cap/
H A Dcap.c11 struct sio_par par;
/openbsd/regress/lib/libsndio/play/
H A Dplay.c17 struct sio_par par;
/openbsd/regress/lib/libsndio/vol/
H A Dvol.c18 struct sio_par par;
/openbsd/regress/lib/libsndio/fd/
H A Dfd.c27 struct sio_par par;
/openbsd/usr.bin/cdio/
H A Drip.c94 struct sio_par par; /* sndio parameters */
/openbsd/usr.bin/sndiod/
H A Dsiofile.c97 struct sio_par par; in dev_sio_open()
/openbsd/usr.bin/aucat/
H A Daucat.c678 struct sio_par par; in dev_open()