Lines Matching defs:ats
132 struct timespec ats, *ts = NULL;
142 ats.tv_sec = tv32.tv_sec;
143 ats.tv_nsec = tv32.tv_usec * 1000;
144 ts = &ats;
194 struct timespec ats;
219 TIMEVAL_TO_TIMESPEC(&atv, &ats);
220 return settime(p, &ats);
326 struct timespec ats;
329 error = clock_gettime1(SCARG(uap, clock_id), &ats);
333 netbsd32_from_timespec50(&ats, &ts32);
346 struct timespec ats;
352 netbsd32_to_timespec50(&ts32, &ats);
353 return clock_settime1(l->l_proc, SCARG(uap, clock_id), &ats, true);
634 struct timespec ats, *ts = NULL;
641 netbsd32_to_timespec50(&ts32, &ats);
642 ts = &ats;
667 struct timespec ats, *ts = NULL;
674 netbsd32_to_timespec50(&ts32, &ats);
675 ts = &ats;