Lines Matching defs:its
45 * 3. Neither the name of the University nor the names of its contributors
667 * time timeout routine (itimer_callout()) run past after its deadline.
1467 struct itimerspec its;
1471 &its)) != 0)
1474 return copyout(&its, SCARG(uap, value), sizeof(its));
1478 dotimer_gettime(int timerid, struct proc *p, struct itimerspec *its)
1491 itimer_gettime(it, its);
1565 struct itimerspec its;
1576 itimer_gettime(it, &its);
1577 TIMESPEC_TO_TIMEVAL(&itvp->it_value, &its.it_value);
1578 TIMESPEC_TO_TIMEVAL(&itvp->it_interval, &its.it_interval);