timerfd_gettime_args
{ .sy_narg = AS(timerfd_gettime_args), .sy_call = (sy_call_t *)sys_timerfd_gettime, .sy_auevent = AUE_TIMERFD, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 586 = timerfd_gettime */
sys_timerfd_gettime(struct thread *td, struct timerfd_gettime_args *uap)
struct timerfd_gettime_args *p = params;
int sys_timerfd_gettime(struct thread *, struct timerfd_gettime_args *);