Home
last modified time | relevance | path

Searched defs:todr_gettime (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/
H A Dclock_subr.h49 int (*todr_gettime)(struct todr_chip_handle *, struct timeval *); member
55 #define todr_gettime(ct, t) ((*(ct)->todr_gettime)(ct, t)) macro