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

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dpoll.h33 short revents; member in struct:pollfd
/fuchsia/zircon/system/host/xdc-server/
H A Dxdc-server.cpp281 if (poll_fds_[i].revents & POLLIN) {
286 if (poll_fds_[i].revents) {
312 (poll_fds_[i].revents & POLLHUP) && !client->connected();
317 bool new_data_available = poll_fds_[i].revents & POLLIN;
/fuchsia/zircon/system/uapp/ping/
H A Dping.cpp121 if (fd.revents & POLLIN) {
/fuchsia/zircon/system/host/bootserver/
H A Dtftp.c109 .revents = 0};
/fuchsia/zircon/system/host/netprotocol/
H A Dnetprotocol.c284 if (r > 0 && (fds.revents & POLLIN)) {
/fuchsia/zircon/system/utest/fdio/
H A Dfdio_socketpair.c196 pollfd.revents = 0;
/fuchsia/zircon/system/uapp/gfxlatency/
H A Dmain.cpp294 fds[0].revents = 0;
300 fds[1].revents = 0;
1256 if (touchfd >= 0 && fds[0].revents) {
1287 if (touchpadfd >= 0 && fds[1].revents) {
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c2008 pfd->revents = 0; // initialize to zero
2018 pfd->revents = POLLNVAL;
2068 pfd->revents = events & (pfd->events | POLLHUP | POLLERR);
2069 if (pfd->revents != 0) {
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c301 .revents = 0,
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp1286 ASSERT_EQ(fds.revents, POLLIN);
1338 ASSERT_EQ(fds.revents, POLLIN);

Completed in 114 milliseconds