Lines Matching defs:ats
180 struct timespec ats, *ts = NULL;
185 error = copyin(SCARG(uap, ts), &ats, sizeof(ats));
188 ts = &ats;
213 struct timespec ats, *ts = NULL;
224 TIMEVAL_TO_TIMESPEC(&atv, &ats);
225 ts = &ats;
581 struct timespec ats, *ts = NULL;
584 ats.tv_sec = SCARG(uap, timeout) / 1000;
585 ats.tv_nsec = (SCARG(uap, timeout) % 1000) * 1000000;
586 ts = &ats;
605 struct timespec ats, *ts = NULL;
610 error = copyin(SCARG(uap, ts), &ats, sizeof(ats));
613 ts = &ats;