Searched refs:sio_pollfd (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/lib/libsndio/ |
H A D | Symbols.map | 16 sio_pollfd;
|
H A D | sio.c | 251 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-src/regress/lib/libsndio/vol/ |
H A D | vol.c | 120 sio_pollfd(hdl, &pfd[1], POLLOUT); in main()
|
/openbsd-src/include/ |
H A D | sndio.h | 178 int sio_pollfd(struct sio_hdl *, struct pollfd *, int);
|
/openbsd-src/regress/lib/libsndio/fd/ |
H A D | fd.c | 319 nfds = sio_pollfd(hdl, pfd, events); in main()
|
/openbsd-src/usr.bin/sndiod/ |
H A D | siofile.c | 297 return sio_pollfd(d->sio.hdl, pfd, events); in dev_sio_start()
|
/openbsd-src/usr.bin/aucat/ |
H A D | aucat.c | 1184 ns = sio_pollfd(dev_sh, pfds, ev); in playrec_cycle()
|