pollfd 479 miscwrappers.cpp SYSCALL_GET_ARGS_3(struct pollfd *,fds,nfds_t,nfds,int,timeout); pollfd 437 nosyscallsreal.c int _real_poll(struct pollfd *fds, nfds_t nfds, int timeout) { pollfd 70 plugin/ipc/event/eventwrappers.cpp extern "C" int poll(struct pollfd *fds, nfds_t nfds, int timeout) pollfd 1109 syscallsreal.c int _real_poll(struct pollfd *fds, nfds_t nfds, int timeout) { pollfd 443 syscallwrappers.h int _real_poll(struct pollfd *fds, nfds_t nfds, int timeout);