Searched defs:linux_poll_args (Results 1 – 3 of 3) sorted by relevance
58 struct linux_poll_args { struct59 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];60 char nfds_l_[PADL_(u_int)]; u_int nfds; char nfds_r_[PADR_(u_int)];61 char timeout_l_[PADL_(int)]; int timeout; char timeout_r_[PADR_(int)];
527 struct linux_poll_args { struct528 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];529 char nfds_l_[PADL_(unsigned int)]; unsigned int nfds; char nfds_r_[PADR_(unsigned int)];530 char timeout_l_[PADL_(long)]; long timeout; char timeout_r_[PADR_(long)];
525 struct linux_poll_args { struct526 char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];527 char nfds_l_[PADL_(unsigned int)]; unsigned int nfds; char nfds_r_[PADR_(unsigned int)];528 char timeout_l_[PADL_(int)]; int timeout; char timeout_r_[PADR_(int)];