Searched defs:tod_get (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dhardclk.c72 tod_get(void) function
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachclock.h45 * The only functions that _must_ be defined are the tod_get() and
51 timestruc_t (*tod_get)(tod_ops_t *); member in struct:tod_ops
65 #define TODOP_GET(top) ((top)->tod_get(top))
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachclock.h179 timestruc_t (*tod_get)(void); member in struct:tod_ops
198 #define TODOP_GET(top) ((top).tod_get())
/illumos-gate/usr/src/uts/sun4v/io/
H A Dhardclk.c144 tod_get(void) function
176 "tod_get: unknown error from hv_tod_get, %lx\n",
/illumos-gate/usr/src/uts/sun4u/io/
H A Dhardclk.c155 tod_get(void) function
157 timestruc_t ts = tod_ops.tod_get();

Completed in 59 milliseconds