Home | History | Annotate | Download | only in strace

Lines Matching refs:revents

150 	int revents;
1935 pollv[i].revents = pollinfo.revents;
1937 pollv[i].revents = 0;
2011 pollinfo.revents = POLLERR;
2014 pollinfo.revents = POLLHUP;
2022 pollinfo.revents = POLLWANT;
2039 last < nprocs && (pollv[last].revents & POLLWANT)) {
2053 if (pollv[j].revents & (POLLHUP | POLLERR)) {
2062 if (pollv[j].revents & POLLWANT) {
2124 else if (what == 1 && pv.revents & POLLWANT) {