Home | History | Annotate | Download | only in libcras

Lines Matching refs:revents

367 	poll_fd->revents = 0;
833 poll_fd.revents = 0;
897 if (poll_fd[0].revents) {
899 client, poll_fd[0].revents);
903 if (poll_fd[1].revents) {
904 rc = server_fd_dispatch(client, poll_fd[1].revents);
994 if (read_fd >= 0 && pollfds[1].revents & POLLIN) {
999 if (pollfds[0].revents & POLLIN) {
1934 pollfds[num_pollfds].revents = 0;
1948 pollfds[num_pollfds].revents = 0;
1955 pollfds[num_pollfds].revents = 0;
1966 if (pollfds[i].revents) {
1967 cbs[i](client, pollfds[i].revents);