futimesat_args
{ .sy_narg = AS(futimesat_args), .sy_call = (sy_call_t *)sys_futimesat, .sy_auevent = AUE_FUTIMESAT, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 494 = futimesat */
struct futimesat_args *p = params;
sys_futimesat(struct thread *td, struct futimesat_args *uap)
int sys_futimesat(struct thread *, struct futimesat_args *);