Searched defs:ppoll_args (Results 1 – 2 of 2) sorted by relevance
330 struct ppoll_args { struct331 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];332 char nfds_l_[PADL_(u_int)]; u_int nfds; char nfds_r_[PADR_(u_int)];333 …(const struct timespec *)]; const struct timespec * ts; char ts_r_[PADR_(const struct timespec *)];334 char set_l_[PADL_(const sigset_t *)]; const sigset_t * set; char set_r_[PADR_(const sigset_t *)];
1674 struct ppoll_args { struct1675 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];1676 char nfds_l_[PADL_(u_int)]; u_int nfds; char nfds_r_[PADR_(u_int)];1677 …(const struct timespec *)]; const struct timespec * ts; char ts_r_[PADR_(const struct timespec *)];1678 char set_l_[PADL_(const sigset_t *)]; const sigset_t * set; char set_r_[PADR_(const sigset_t *)];