Searched defs:select_args (Results 1 – 3 of 3) sorted by relevance
102 struct select_args { struct103 char nd_l_[PADL_(int)]; int nd; char nd_r_[PADR_(int)];104 char in_l_[PADL_(fd_set *)]; fd_set * in; char in_r_[PADR_(fd_set *)];105 char ou_l_[PADL_(fd_set *)]; fd_set * ou; char ou_r_[PADR_(fd_set *)];106 char ex_l_[PADL_(fd_set *)]; fd_set * ex; char ex_r_[PADR_(fd_set *)];107 char tv_l_[PADL_(struct timeval *)]; struct timeval * tv; char tv_r_[PADR_(struct timeval *)];
995 struct select_args { struct1002 sys_select(struct thread *td, struct select_args *uap) in sys_select() argument
328 struct select_args { struct329 char nd_l_[PADL_(int)]; int nd; char nd_r_[PADR_(int)];330 char in_l_[PADL_(fd_set *)]; fd_set * in; char in_r_[PADR_(fd_set *)];331 char ou_l_[PADL_(fd_set *)]; fd_set * ou; char ou_r_[PADR_(fd_set *)];332 char ex_l_[PADL_(fd_set *)]; fd_set * ex; char ex_r_[PADR_(fd_set *)];333 char tv_l_[PADL_(struct timeval *)]; struct timeval * tv; char tv_r_[PADR_(struct timeval *)];