POLLIN            102 daemons/fenced/cts-fence-helper.c     pollfd.events = POLLIN;
POLLIN            370 lib/common/ipc_client.c     pollfd.events = POLLIN;
POLLIN            776 lib/common/ipc_client.c     client->pfd.events = POLLIN;
POLLIN            651 lib/common/remote.c         fds.events = POLLIN;
POLLIN            773 lib/services/services_linux.c     fds[0].events = POLLIN;
POLLIN            777 lib/services/services_linux.c     fds[1].events = POLLIN;
POLLIN            781 lib/services/services_linux.c     fds[2].events = POLLIN;
POLLIN            790 lib/services/services_linux.c             if (fds[0].revents & POLLIN) {
POLLIN            794 lib/services/services_linux.c             if (fds[1].revents & POLLIN) {
POLLIN            798 lib/services/services_linux.c             if ((fds[2].revents & POLLIN) && sigchld_received(fds[2].fd)) {