Searched refs:update_tod_skew (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodsg.c63 static int update_tod_skew(time_t skew);
236 update_tod_skew(time_t skew) function
242 DCMNERR(CE_NOTE, "update_tod_skew(): skew 0x%lX", skew);
248 "update_tod_skew(): read tod domain skew failed");
258 "update_tod_skew(): write domain skew failed");
297 complained = update_tod_skew(0);
324 complained = update_tod_skew(0);
428 complained = update_tod_skew(ts.tv_sec - hwtod);

Completed in 82 milliseconds