Home
last modified time | relevance | path

Searched refs:tod_ops_t (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/i86pc/sys/
H A Dmachclock.h41 typedef struct tod_ops tod_ops_t; typedef
51 timestruc_t (*tod_get)(tod_ops_t *);
52 void (*tod_set)(tod_ops_t *, timestruc_t);
53 uint_t (*tod_set_watchdog_timer)(tod_ops_t *, int);
54 uint_t (*tod_clear_watchdog_timer)(tod_ops_t *);
55 void (*tod_set_wake_alarm)(tod_ops_t *, int);
56 void (*tod_clear_wake_alarm)(tod_ops_t *);
62 extern tod_ops_t *tod_ops;
/titanic_50/usr/src/uts/i86xpv/io/
H A Dxpvtod.c46 todxen_get(tod_ops_t *top) in todxen_get()
125 todxen_set(tod_ops_t *top, timestruc_t ts) in todxen_set()
142 static tod_ops_t todxen_ops = {
/titanic_50/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c129 todpc_set(tod_ops_t *top, timestruc_t ts) in todpc_set()
169 todpc_get(tod_ops_t *top) in todpc_get()
233 todpc_setalarm(tod_ops_t *top, int nsecs) in todpc_setalarm()
322 todpc_clralarm(tod_ops_t *top) in todpc_clralarm()
451 static tod_ops_t todpc_ops = {
466 tod_ops_t *tod_ops = &todpc_ops;
/titanic_50/usr/src/uts/i86pc/io/ppm/
H A Dacpisleep.c69 extern tod_ops_t *tod_ops;
/titanic_50/usr/src/uts/i86pc/os/
H A Dtimestamp.c743 extern tod_ops_t *tod_ops;