Searched refs:sioctl_nfds (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/include/
H A Dsndio.h200 int sioctl_nfds(struct sioctl_hdl *);
/openbsd-current/lib/libsndio/
H A Dsioctl.c102 sioctl_nfds(struct sioctl_hdl *hdl) function
/openbsd-current/lib/libossaudio/
H A Dossaudio.c196 pfds = calloc(sioctl_nfds(hdl), sizeof(struct pollfd));
/openbsd-current/usr.bin/sndiod/
H A Dsiofile.c252 sioctl_nfds(d->sioctl.hdl));
/openbsd-current/usr.bin/sndioctl/
H A Dsndioctl.c1059 pfds = malloc(sizeof(struct pollfd) * sioctl_nfds(hdl));

Completed in 191 milliseconds