pollfd 91 daemons/fenced/cts-fence-helper.c static struct pollfd pollfd; pollfd 102 daemons/fenced/cts-fence-helper.c pollfd.events = POLLIN; pollfd 104 daemons/fenced/cts-fence-helper.c rc = poll(&pollfd, 1, timeout); /* wait 10 minutes, -1 forever */ pollfd 143 daemons/fenced/cts-fence-helper.c rc = st->cmds->connect(st, crm_system_name, &pollfd.fd); pollfd 296 daemons/fenced/cts-fence-helper.c rc = st->cmds->connect(st, crm_system_name, &pollfd.fd); pollfd 322 daemons/fenced/cts-fence-helper.c rc = st->cmds->connect(st, crm_system_name, &pollfd.fd); pollfd 364 lib/common/ipc_client.c struct pollfd pollfd = { 0, }; pollfd 369 lib/common/ipc_client.c pollfd.fd = crm_ipc_get_fd(api->ipc); pollfd 370 lib/common/ipc_client.c pollfd.events = POLLIN; pollfd 371 lib/common/ipc_client.c rc = poll(&pollfd, 1, timeout_ms); pollfd 721 lib/common/ipc_client.c struct pollfd pfd; pollfd 635 lib/common/remote.c struct pollfd fds = { 0, }; pollfd 1006 lib/services/services_linux.c struct pollfd fds[3]; pollfd 368 maint/gnulib/lib/poll.c poll (struct pollfd *pfd, nfds_t nfd, int timeout) pollfd 106 maint/gnulib/lib/poll.in.h _GL_FUNCDECL_RPL (poll, int, (struct pollfd *pfd, nfds_t nfd, int timeout)); pollfd 107 maint/gnulib/lib/poll.in.h _GL_CXXALIAS_RPL (poll, int, (struct pollfd *pfd, nfds_t nfd, int timeout)); pollfd 110 maint/gnulib/lib/poll.in.h _GL_FUNCDECL_SYS (poll, int, (struct pollfd *pfd, nfds_t nfd, int timeout)); pollfd 112 maint/gnulib/lib/poll.in.h _GL_CXXALIAS_SYS (poll, int, (struct pollfd *pfd, nfds_t nfd, int timeout)); pollfd 28 maint/gnulib/tests/test-poll-h-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::poll, int, (struct pollfd *, nfds_t, int)); pollfd 25 maint/gnulib/tests/test-poll.c SIGNATURE_CHECK (poll, int, (struct pollfd[], nfds_t, int)); pollfd 160 maint/gnulib/tests/test-poll.c struct pollfd pfd;