tod_ops_t
extern tod_ops_t *tod_ops;
todpc_set(tod_ops_t *top, timestruc_t ts)
todpc_get(tod_ops_t *top)
todpc_setalarm(tod_ops_t *top, int nsecs)
todpc_clralarm(tod_ops_t *top)
static tod_ops_t todpc_ops = {
tod_ops_t *tod_ops = &todpc_ops;
extern tod_ops_t *tod_ops;
timestruc_t (*tod_get)(tod_ops_t *);
void (*tod_set)(tod_ops_t *, timestruc_t);
uint_t (*tod_set_watchdog_timer)(tod_ops_t *, int);
uint_t (*tod_clear_watchdog_timer)(tod_ops_t *);
void (*tod_set_wake_alarm)(tod_ops_t *, int);
void (*tod_clear_wake_alarm)(tod_ops_t *);
extern tod_ops_t *tod_ops;
todxen_set(tod_ops_t *top, timestruc_t ts)
static tod_ops_t todxen_ops = {
todxen_get(tod_ops_t *top)