HomeSort by: relevance | last modified time | path
    Searched defs:tsd (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
subr_time.c 207 struct timespec tsd; local in function:ts2timo
213 error = clock_gettime1(clock_id, &tsd);
217 *start = tsd;
221 if (!timespecsubok(ts, &tsd))
223 timespecsub(ts, &tsd, &tsd);
224 ts = &tsd;

Completed in 13 milliseconds