POLLIN 108 daemons/fenced/cts-fence-helper.c pollfd.events = POLLIN; POLLIN 402 lib/common/ipc_client.c pollfd.events = POLLIN; POLLIN 831 lib/common/ipc_client.c client->pfd.events = POLLIN; POLLIN 1483 lib/common/ipc_client.c pollfd.events = POLLIN; POLLIN 651 lib/common/remote.c fds.events = POLLIN; POLLIN 1031 lib/services/services_linux.c fds[0].events = POLLIN; POLLIN 1035 lib/services/services_linux.c fds[1].events = POLLIN; POLLIN 1039 lib/services/services_linux.c fds[2].events = POLLIN; POLLIN 1049 lib/services/services_linux.c if (fds[0].revents & POLLIN) { POLLIN 1053 lib/services/services_linux.c if (fds[1].revents & POLLIN) { POLLIN 1057 lib/services/services_linux.c if ((fds[2].revents & POLLIN) && sigchld_received(fds[2].fd)) { POLLIN 199 maint/gnulib/lib/poll.c happened |= *p_sought & (POLLIN | POLLRDNORM); POLLIN 237 maint/gnulib/lib/poll.c *p_sought &= POLLIN | POLLRDNORM; POLLIN 277 maint/gnulib/lib/poll.c happened |= (POLLIN | POLLRDNORM) & sought; POLLIN 290 maint/gnulib/lib/poll.c happened |= (POLLIN | POLLRDNORM) & sought; POLLIN 342 maint/gnulib/lib/poll.c happened |= (POLLIN | POLLRDNORM) & sought; POLLIN 351 maint/gnulib/lib/poll.c happened |= (POLLIN | POLLRDNORM) & sought; POLLIN 435 maint/gnulib/lib/poll.c if (pfd[i].events & (POLLIN | POLLRDNORM)) POLLIN 498 maint/gnulib/lib/poll.c if (!(sought & (POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLWRBAND POLLIN 509 maint/gnulib/lib/poll.c if (sought & (POLLIN | POLLRDNORM)) POLLIN 589 maint/gnulib/lib/poll.c if (!(pfd[i].events & (POLLIN | POLLRDNORM | POLLIN 27 maint/gnulib/tests/test-poll-h.c int b = POLLIN | POLLPRI | POLLOUT | POLLERR | POLLHUP | POLLNVAL POLLIN 195 maint/gnulib/tests/test-poll.c if (poll1_nowait (0, POLLIN | POLLRDNORM) != 0) POLLIN 200 maint/gnulib/tests/test-poll.c if (poll1_wait (0, POLLIN | POLLRDNORM) == 0) POLLIN 204 maint/gnulib/tests/test-poll.c if (poll1_nowait (0, POLLIN | POLLRDNORM) != 0) POLLIN 221 maint/gnulib/tests/test-poll.c if (poll1_nowait (s, POLLIN | POLLRDNORM | POLLRDBAND) != 0) POLLIN 226 maint/gnulib/tests/test-poll.c if (poll1_wait (s, POLLIN | POLLRDNORM | POLLRDBAND) != (POLLIN | POLLRDNORM)) POLLIN 228 maint/gnulib/tests/test-poll.c if (poll1_nowait (s, POLLIN | POLLRDBAND) != POLLIN) POLLIN 279 maint/gnulib/tests/test-poll.c if (poll1_wait (c, POLLIN) != POLLIN) POLLIN 283 maint/gnulib/tests/test-poll.c int revents = poll1_wait (c, POLLIN | POLLOUT); POLLIN 302 maint/gnulib/tests/test-poll.c if (poll1_wait (wd, POLLIN | POLLRDNORM | POLLOUT | POLLWRNORM | POLLRDBAND) POLLIN 305 maint/gnulib/tests/test-poll.c if (poll1_nowait (wd, POLLIN | POLLRDNORM | POLLOUT | POLLRDBAND) != POLLOUT) POLLIN 307 maint/gnulib/tests/test-poll.c if (poll1_nowait (wd, POLLIN | POLLRDNORM | POLLWRNORM | POLLRDBAND) POLLIN 312 maint/gnulib/tests/test-poll.c if (poll1_wait (rd, POLLIN | POLLRDNORM) != (POLLIN | POLLRDNORM)) POLLIN 314 maint/gnulib/tests/test-poll.c if (poll1_nowait (rd, POLLIN) != POLLIN) POLLIN 343 maint/gnulib/tests/test-poll.c int revents = poll1_nowait (c2, POLLIN | POLLOUT); POLLIN 365 maint/gnulib/tests/test-poll.c int revents = poll1_wait (fd[1], POLLIN | POLLOUT);