Home
last modified time | relevance | path

Searched refs:sio_pollfd (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libsndio/
H A DSymbols.map16 sio_pollfd;
H A Dsio.c251 nfds = sio_pollfd(hdl, pfd, event); in sio_psleep()
392 sio_pollfd(struct sio_hdl *hdl, struct pollfd *pfd, int events) in sio_pollfd() function
/openbsd/include/
H A Dsndio.h169 int sio_pollfd(struct sio_hdl *, struct pollfd *, int);
/openbsd/regress/lib/libsndio/vol/
H A Dvol.c120 sio_pollfd(hdl, &pfd[1], POLLOUT); in main()
/openbsd/regress/lib/libsndio/fd/
H A Dfd.c319 nfds = sio_pollfd(hdl, pfd, events); in main()
/openbsd/usr.bin/sndiod/
H A Dsiofile.c348 return sio_pollfd(d->sio.hdl, pfd, events); in dev_sio_pollfd()
/openbsd/usr.bin/aucat/
H A Daucat.c1256 ns = sio_pollfd(dev_sh, pfds, ev); in playrec()