Searched defs:poll_args (Results 1 – 1 of 1) sorted by relevance
566 struct poll_args { struct567 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];568 char nfds_l_[PADL_(u_int)]; u_int nfds; char nfds_r_[PADR_(u_int)];569 char timeout_l_[PADL_(int)]; int timeout; char timeout_r_[PADR_(int)];