Lines Matching refs:POLLIN
755 fds[0].events = POLLIN; in compare_streams()
757 fds[1].events = POLLIN; in compare_streams()
769 if (fds[0].revents & POLLIN) { in compare_streams()
788 if (fds[0].revents & POLLIN) { in compare_streams()
829 if ((fds[1].revents & POLLIN) == POLLIN) { in compare_streams()
831 } else if ((fds[0].revents & POLLIN) == POLLIN) { in compare_streams()
902 fds[0].events = POLLIN; in do_function_call()
912 if (fds[0].revents & POLLIN) { in do_function_call()
945 fds[0].events = POLLIN; in do_function_call()
951 fds[2].events = POLLIN | POLLOUT; in do_function_call()
1096 slave_pty.events = POLLIN; in init_parse_variables()
1475 rfd[0].events = POLLIN; in read_cmd_pipe()
1477 rfd[1].events = POLLIN; in read_cmd_pipe()
1484 if ((rfd[1].revents & POLLIN) == POLLIN) { in read_cmd_pipe()
1492 while((rfd[1].revents & POLLIN) == POLLIN); in read_cmd_pipe()