Lines Matching refs:revents
745 pollfds[0].revents = pollfds[1].revents = 0; in do_console_io()
746 pollfds[2].revents = pollfds[3].revents = 0; in do_console_io()
757 if (pollfds[0].revents) { in do_console_io()
758 if (pollfds[0].revents & in do_console_io()
771 pollerr = pollfds[0].revents; in do_console_io()
780 if (pollfds[1].revents) { in do_console_io()
781 if (pollfds[1].revents & in do_console_io()
790 pollerr = pollfds[1].revents; in do_console_io()
799 if (pollfds[2].revents && in do_console_io()
800 (pollfds[2].revents & (POLLIN | POLLRDNORM))) { in do_console_io()
834 if (pollfds[3].revents) { in do_console_io()