sys_getitimer
{ .sy_narg = AS(getitimer_args), .sy_call = (sy_call_t *)sys_getitimer, .sy_auevent = AUE_GETITIMER, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 86 = getitimer */
return (sys_getitimer(td, (struct getitimer_args *)uap));
int sys_getitimer(struct thread *, struct getitimer_args *);