events 108 daemons/fenced/cts-fence-helper.c pollfd.events = POLLIN; events 402 lib/common/ipc_client.c pollfd.events = POLLIN; events 831 lib/common/ipc_client.c client->pfd.events = POLLIN; events 1483 lib/common/ipc_client.c pollfd.events = POLLIN; events 446 lib/common/mainloop.c int32_t events; events 581 lib/common/mainloop.c adaptor->events = evts; events 651 lib/common/remote.c fds.events = POLLIN; events 1031 lib/services/services_linux.c fds[0].events = POLLIN; events 1035 lib/services/services_linux.c fds[1].events = POLLIN; events 1039 lib/services/services_linux.c fds[2].events = POLLIN; events 435 maint/gnulib/lib/poll.c if (pfd[i].events & (POLLIN | POLLRDNORM)) events 440 maint/gnulib/lib/poll.c if (pfd[i].events & (POLLOUT | POLLWRNORM | POLLWRBAND)) events 442 maint/gnulib/lib/poll.c if (pfd[i].events & (POLLPRI | POLLRDBAND)) events 457 maint/gnulib/lib/poll.c : compute_revents (pfd[i].fd, pfd[i].events, events 494 maint/gnulib/lib/poll.c int sought = pfd[i].events; events 589 maint/gnulib/lib/poll.c if (!(pfd[i].events & (POLLIN | POLLRDNORM | events 610 maint/gnulib/lib/poll.c happened = windows_compute_revents_socket ((SOCKET) h, pfd[i].events, events 616 maint/gnulib/lib/poll.c int sought = pfd[i].events; events 83 maint/gnulib/lib/poll.in.h short events; /* events we are interested in */ events 164 maint/gnulib/tests/test-poll.c pfd.events = ev;