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

/freebsd-9.3-release/lib/libusb/
H A Dlibusb10.h85 TAILQ_HEAD(, libusb_super_pollfd) pollfds; member in struct:libusb_context
H A Dlibusb10_io.c63 TAILQ_INSERT_TAIL(&ctx->pollfds, pollfd, entry);
80 TAILQ_REMOVE(&ctx->pollfds, pollfd, entry);
108 TAILQ_FOREACH(pfd, &ctx->pollfds, entry)
119 TAILQ_FOREACH(pfd, &ctx->pollfds, entry) {
429 TAILQ_FOREACH(pollfd, &ctx->pollfds, entry)
437 TAILQ_FOREACH(pollfd, &ctx->pollfds, entry)
H A Dlibusb10.c111 TAILQ_INIT(&ctx->pollfds);
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1099 struct pollfd pollfds[FD_SETSIZE]; local
1109 p = pollfds;
1117 nfds = p - pollfds;
1122 for (i = 0, p = pollfds; i < nfds; i++, p++)
1128 switch (poll_ret = poll(pollfds, nfds, 30 * 1000)) {
1143 for (i = 0, p = pollfds; i < nfds; i++, p++)
1156 if ((check_ret = check_rmtcalls(pollfds, nfds)) ==
1159 svc_getreq_poll(pollfds, poll_ret-check_ret);
/freebsd-9.3-release/lib/libc/isc/
H A Deventlib_p.h238 struct pollfd *pollfds; /* Allocated as needed */ member in struct:__anon5083

Completed in 67 milliseconds