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

  /src/sys/dev/
clock_subr.h 73 * todr_gettime: convert time-of-day clock into a `struct timeval'
87 int (*todr_gettime)(struct todr_chip_handle *, struct timeval *); member in struct:todr_chip_handle
  /src/sys/kern/
kern_todr.c 87 static int todr_gettime(todr_chip_handle_t, struct timeval *);
253 (todr_gettime(todr_handle, &tv) != 0) ||
436 todr_gettime(todr_chip_handle_t tch, struct timeval *tvp) function in typeref:typename:int
445 if (tch->todr_gettime) {
447 rv = tch->todr_gettime(tch, tvp);

Completed in 13 milliseconds