Home
last modified time | relevance | path

Searched refs:tod_get (Results 1 – 24 of 24) sorted by relevance

/titanic_44/usr/src/uts/i86pc/sys/
H A Dmachclock.h51 timestruc_t (*tod_get)(tod_ops_t *); member
65 #define TODOP_GET(top) ((top)->tod_get(top))
/titanic_44/usr/src/uts/sun4u/io/
H A Dhardclk.c155 tod_get(void) in tod_get() function
157 timestruc_t ts = tod_ops.tod_get(); in tod_get()
H A Dtodstarfire.c82 tod_ops.tod_get = todsf_get; in _init()
H A Dtodstarcat.c128 tod_ops.tod_get = todsc_get; in _init()
H A Dtodopl.c173 tod_ops.tod_get = todopl_get; in _init()
H A Dtodmostek.c72 tod_ops.tod_get = todm_get; in _init()
H A Dtodbq4802.c110 tod_ops.tod_get = todbq4802_get; in _init()
H A Dtodm5819.c86 tod_ops.tod_get = todm5819_get; in _init()
H A Dtodsg.c149 tod_ops.tod_get = todsg_get; in _init()
H A Dtodblade.c94 tod_ops.tod_get = todbl_get; in _init()
H A Dtodm5819p_rmc.c93 tod_ops.tod_get = todm5819p_rmc_get; in _init()
H A Dtodds1337.c163 tod_ops.tod_get = todds1337_get; in _init()
H A Dtodds1287.c216 tod_ops.tod_get = todds_get; in _init()
/titanic_44/usr/src/uts/sun4u/sys/
H A Dmachclock.h179 timestruc_t (*tod_get)(void); member
198 #define TODOP_GET(top) ((top).tod_get())
/titanic_44/usr/src/uts/i86pc/io/
H A Dhardclk.c72 tod_get(void) in tod_get() function
/titanic_44/usr/src/uts/sun4v/io/
H A Dhardclk.c144 tod_get(void) in tod_get() function
/titanic_44/usr/src/uts/sun4/io/
H A Dtod.c339 ts = tod_ops.tod_get(); in tod_ioctl()
/titanic_44/usr/src/uts/sun4v/os/
H A Dsuspend.c614 source_tod = tod_get(); in suspend_start()
/titanic_44/usr/src/uts/common/sys/
H A Dtime.h342 extern timestruc_t tod_get(void);
/titanic_44/usr/src/uts/common/os/
H A Dclock.c785 tod = tod_get(); in clock()
1855 ts = tod_get(); in clkset()
1888 tmp = tod_get(); in clkset()
H A Dddi.c312 ts = tod_get(); in drv_getparm()
H A Dsunddi.c5317 ts = tod_get(); in ddi_get_time()
/titanic_44/usr/src/uts/sun4u/snowbird/io/todds1307/
H A Dtodds1307.c170 tod_ops.tod_get = todds1307_get; in _init()
/titanic_44/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c2355 vhci->mp_priv->tstamp = (time32_t)(tod_get().tv_sec); in vhci_mpapi_init()