Home
last modified time | relevance | path

Searched defs:select_args (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsysproto.h102 struct select_args { struct
103 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 *)];
/f-stack/freebsd/kern/
H A Dsys_generic.c995 struct select_args { struct
1002 sys_select(struct thread *td, struct select_args *uap) in sys_select() argument
/f-stack/freebsd/sys/
H A Dsysproto.h328 struct select_args { struct
329 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 *)];