Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodsg.c377 time_t hwtod; in todsg_set() local
427 hwtod = seconds + domain_skew; in todsg_set()
428 complained = update_tod_skew(ts.tv_sec - hwtod); in todsg_set()
431 ts.tv_sec, hwtod, complained ? " failed" : ""); in todsg_set()