select_args
{ .sy_narg = AS(select_args), .sy_call = (sy_call_t *)sys_select, .sy_auevent = AUE_SELECT, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 93 = select */
sys_select(struct thread *td, struct select_args *uap)
struct select_args *p = params;
int sys_select(struct thread *, struct select_args *);