Lines Matching refs:pfds
149 struct pollfd *pfds;
232 pfds = alloca(sizeof(*pfds) * max);
236 snd_seq_poll_descriptors(handle, pfds, nseqs, POLLOUT|POLLIN);
238 snd_seq_poll_descriptors(handle, pfds, nseqs, POLLIN);
243 snd_seq_poll_descriptors(phandle, pfds + max, pmax);
247 if (poll(pfds, max, -1) < 0)
250 if (phandle && (pfds[nseqs].revents & POLLOUT)) {
257 if (pfds[0].revents & POLLOUT)
259 if (pfds[0].revents & POLLIN) {