Searched defs:tod_ops (Results 1 – 4 of 4) sorted by relevance
49 struct tod_ops { struct51 timestruc_t (*tod_get)(tod_ops_t *); argument52 void (*tod_set)(tod_ops_t *, timestruc_t); argument53 uint_t (*tod_set_watchdog_timer)(tod_ops_t *, int); argument54 uint_t (*tod_clear_watchdog_timer)(tod_ops_t *); argument55 void (*tod_set_wake_alarm)(tod_ops_t *, int); argument56 void (*tod_clear_wake_alarm)(tod_ops_t *); argument57 struct tod_ops *tod_next; argument
178 struct tod_ops { struct188 extern struct tod_ops tod_ops; argument
68 struct tod_ops tod_ops; variable
466 tod_ops_t *tod_ops = &todpc_ops; variable