futimens_args
{ .sy_narg = AS(futimens_args), .sy_call = (sy_call_t *)sys_futimens, .sy_auevent = AUE_FUTIMES, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 546 = futimens */
struct futimens_args *p = params;
sys_futimens(struct thread *td, struct futimens_args *uap)
int sys_futimens(struct thread *, struct futimens_args *);