Searched refs:setvol (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libsndio/
H A Dsio_priv.h65 int (*setvol)(struct sio_hdl *, unsigned); member in struct:sio_ops
H A Dsio.c527 if (!hdl->ops->setvol)
529 if (!hdl->ops->setvol(hdl, ctl))
543 if (!hdl->ops->setvol)
H A Dsioctl_sun.c181 setvol(struct sioctl_sun_hdl *hdl, struct volume *vol, int addr, int val) function
456 if (!setvol(hdl, &hdl->output, addr, val) ||
457 !setvol(hdl, &hdl->input, addr, val)) {
/openbsd-current/usr.bin/cdio/
H A Dcdio.c170 int setvol(int, int);
496 return setvol(l, r);
1406 setvol(int left, int right) function

Completed in 212 milliseconds