Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachclock.h47 struct tod_ops { struct
49 timestruc_t (*tod_get)(tod_ops_t *); argument
50 void (*tod_set)(tod_ops_t *, timestruc_t); argument
51 uint_t (*tod_set_watchdog_timer)(tod_ops_t *, int); argument
52 uint_t (*tod_clear_watchdog_timer)(tod_ops_t *); argument
53 void (*tod_set_wake_alarm)(tod_ops_t *, int); argument
54 void (*tod_clear_wake_alarm)(tod_ops_t *); argument
55 struct tod_ops *tod_next; argument
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachclock.h178 struct tod_ops { struct
188 extern struct tod_ops tod_ops; argument
/illumos-gate/usr/src/uts/sun4u/io/
H A Dhardclk.c68 struct tod_ops tod_ops; variable
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c478 tod_ops_t *tod_ops = &todpc_ops; variable