poll 118 daemons/fenced/cts-fence-helper.c rc = poll(&pollfd, 1, timeout); /* wait 10 minutes, -1 forever */ poll 416 lib/common/ipc_client.c rc = poll(&pollfd, 1, timeout_ms); poll 1111 lib/common/ipc_client.c rc = poll(&(client->pfd), 1, 0); poll 1624 lib/common/ipc_client.c poll_rc = poll(&pollfd, 1, 2000); poll 679 lib/common/remote.c rc = poll(&fds, 1, timeout); poll 1074 lib/services/services_linux.c int poll_rc = poll(fds, 3, timeout); poll 106 maint/gnulib/lib/poll.in.h _GL_FUNCDECL_RPL (poll, int, (struct pollfd *pfd, nfds_t nfd, int timeout)); poll 107 maint/gnulib/lib/poll.in.h _GL_CXXALIAS_RPL (poll, int, (struct pollfd *pfd, nfds_t nfd, int timeout)); poll 110 maint/gnulib/lib/poll.in.h _GL_FUNCDECL_SYS (poll, int, (struct pollfd *pfd, nfds_t nfd, int timeout)); poll 112 maint/gnulib/lib/poll.in.h _GL_CXXALIAS_SYS (poll, int, (struct pollfd *pfd, nfds_t nfd, int timeout)); poll 114 maint/gnulib/lib/poll.in.h _GL_CXXALIASWARN (poll); poll 118 maint/gnulib/lib/poll.in.h _GL_WARN_ON_USE (poll, "poll is unportable - " poll 28 maint/gnulib/tests/test-poll-h-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::poll, int, (struct pollfd *, nfds_t, int)); poll 25 maint/gnulib/tests/test-poll.c SIGNATURE_CHECK (poll, int, (struct pollfd[], nfds_t, int)); poll 166 maint/gnulib/tests/test-poll.c r = poll (&pfd, 1, time);