Lines Matching refs:revents
1738 fds[i].revents = 0; in poll_nocancel()
1789 fds[i].revents = POLLNVAL; in poll_nocancel()
1792 fds[i].revents = 0; in poll_nocancel()
1855 short prev_revents = fds->revents; in poll_callback()
1860 fds->revents |= POLLHUP; in poll_callback()
1863 fds->revents |= POLLERR; in poll_callback()
1868 if (fds->revents & POLLHUP) { in poll_callback()
1876 fds->revents |= (fds->events & mask); in poll_callback()
1880 if (!(fds->revents & POLLHUP)) { in poll_callback()
1881 fds->revents |= (fds->events & (POLLOUT | POLLWRNORM | POLLWRBAND)); in poll_callback()
1887 fds->revents |= (fds->events & POLLEXTEND); in poll_callback()
1890 fds->revents |= (fds->events & POLLATTRIB); in poll_callback()
1893 fds->revents |= (fds->events & POLLNLINK); in poll_callback()
1896 fds->revents |= (fds->events & POLLWRITE); in poll_callback()
1901 if (fds->revents != 0 && prev_revents == 0) { in poll_callback()