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

  /src/sys/dev/
clock_subr.h 74 * todr_settime: set time-of-day clock from a `struct timeval'
88 int (*todr_settime)(struct todr_chip_handle *, struct timeval *); member in struct:todr_chip_handle
  /src/sys/kern/
kern_todr.c 88 static int todr_settime(todr_chip_handle_t, struct timeval *);
340 if (todr_settime(todr_handle, &tv) != 0)
494 todr_settime(todr_chip_handle_t tch, struct timeval *tvp) function in typeref:typename:int
498 if (tch->todr_settime) {
502 rv = tch->todr_settime(tch, &copy);

Completed in 10 milliseconds