Lines Matching defs:its
45 * 3. Neither the name of the University nor the names of its contributors
669 * time timeout routine (itimer_callout()) run past after its deadline.
1469 struct itimerspec its;
1473 &its)) != 0)
1476 return copyout(&its, SCARG(uap, value), sizeof(its));
1480 dotimer_gettime(int timerid, struct proc *p, struct itimerspec *its)
1493 itimer_gettime(it, its);
1567 struct itimerspec its;
1578 itimer_gettime(it, &its);
1579 TIMESPEC_TO_TIMEVAL(&itvp->it_value, &its.it_value);
1580 TIMESPEC_TO_TIMEVAL(&itvp->it_interval, &its.it_interval);