Lines Matching refs:revents
1742 fds[i].revents = 0; in poll_nocancel()
1793 fds[i].revents = POLLNVAL; in poll_nocancel()
1796 fds[i].revents = 0; in poll_nocancel()
1859 short prev_revents = fds->revents; in poll_callback()
1864 fds->revents |= POLLHUP; in poll_callback()
1867 fds->revents |= POLLERR; in poll_callback()
1872 if (fds->revents & POLLHUP) { in poll_callback()
1880 fds->revents |= (fds->events & mask); in poll_callback()
1884 if (!(fds->revents & POLLHUP)) { in poll_callback()
1885 fds->revents |= (fds->events & (POLLOUT | POLLWRNORM | POLLWRBAND)); in poll_callback()
1891 fds->revents |= (fds->events & POLLEXTEND); in poll_callback()
1894 fds->revents |= (fds->events & POLLATTRIB); in poll_callback()
1897 fds->revents |= (fds->events & POLLNLINK); in poll_callback()
1900 fds->revents |= (fds->events & POLLWRITE); in poll_callback()
1905 if (fds->revents != 0 && prev_revents == 0) { in poll_callback()