Searched refs:revents (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/lib/libc/gen/
H A Drecvmmsg.c52 pfd[0].revents = 0;
58 if (pfd[0].revents & POLLNVAL) {
62 if ((pfd[0].revents & ev) == 0) {
/barrelfish-2018-10-04/include/sys/
H A Dpoll.h48 short revents; /* events found on return */ member in struct:pollfd
53 * copied to revents on return.
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rand/
H A Drand_unix.c269 pset.revents = 0;
274 try_read = (pset.revents & POLLIN) != 0;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dlinux_compat.c444 int revents; local
455 revents = filp->f_op->poll(filp, NULL) & events;
457 revents = 0;
459 return (revents);
558 int revents; local
563 revents = filp->f_op->poll(filp, NULL) & events;
565 revents = 0;
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dclnt_bcast.c529 if (pfd[i].revents == 0)
531 else if (pfd[i].revents & POLLNVAL) {
H A Dsvc.c716 if (p->revents) {
730 if (p->revents & POLLNVAL) {
H A Dsvc_vc.c482 pollfd.revents = 0;
494 } while ((pollfd.revents & POLLIN) == 0);

Completed in 114 milliseconds