POLLIN            100 fencing/test.c     pollfd.events = POLLIN;
POLLIN            859 lib/common/ipc.c     client->pfd.events = POLLIN;
POLLIN            486 lib/common/remote.c         fds.events = POLLIN;
POLLIN            482 lib/services/services_linux.c     fds[0].events = POLLIN;
POLLIN            486 lib/services/services_linux.c     fds[1].events = POLLIN;
POLLIN            490 lib/services/services_linux.c     fds[2].events = POLLIN;
POLLIN            499 lib/services/services_linux.c             if (fds[0].revents & POLLIN) {
POLLIN            503 lib/services/services_linux.c             if (fds[1].revents & POLLIN) {
POLLIN            507 lib/services/services_linux.c             if (fds[2].revents & POLLIN) {