Home
last modified time | relevance | path

Searched refs:tod_set (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachclock.h50 void (*tod_set)(tod_ops_t *, timestruc_t); member
64 #define TODOP_SET(top, ts) ((top)->tod_set(top, ts))
/illumos-gate/usr/src/uts/sun4u/io/
H A Dhardclk.c165 tod_set(timestruc_t ts) in tod_set() function
168 tod_ops.tod_set(ts); in tod_set()
H A Dtodopl.c172 tod_ops.tod_set = todopl_set; in _init()
H A Dtodmostek.c73 tod_ops.tod_set = todm_set; in _init()
H A Dtodbq4802.c111 tod_ops.tod_set = todbq4802_set; in _init()
H A Dtodm5819.c87 tod_ops.tod_set = todm5819_set; in _init()
H A Dtodsg.c150 tod_ops.tod_set = todsg_set; in _init()
H A Dtodm5819p_rmc.c94 tod_ops.tod_set = todm5819p_rmc_set; in _init()
H A Dtodds1337.c164 tod_ops.tod_set = todds1337_set; in _init()
H A Dtodds1287.c217 tod_ops.tod_set = todds_set; in _init()
H A Drmclomv.c3411 tod_set(ts); in plat_timesync()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachclock.h180 void (*tod_set)(timestruc_t); member
199 #define TODOP_SET(top, ts) ((top).tod_set(ts))
/illumos-gate/usr/src/uts/common/syscall/
H A Dtime.c61 tod_set(ts); in stime()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhardclk.c57 tod_set(timestruc_t ts) in tod_set() function
/illumos-gate/usr/src/uts/sun4v/io/
H A Dhardclk.c202 tod_set(timestruc_t ts) in tod_set() function
/illumos-gate/usr/src/uts/common/os/
H A Dclock_realtime.c43 tod_set(*ts); in clock_realtime_settime()
H A Dclock.c809 tod_set(tod); in clock()
1891 tod_set(ts); in clkset()
/illumos-gate/usr/src/uts/sun4v/os/
H A Dsuspend.c691 tod_set(source_tod); in suspend_start()
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h355 extern void tod_set(timestruc_t);
/illumos-gate/usr/src/uts/intel/os/
H A Dsysi86.c188 tod_set(ts); in sysi86()