Searched defs:current_lag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rtc/
H A Drtc.c163 long current_lag; local
184 current_lag = tm->tm_isdst ? altzone : timezone;
195 return (current_lag);
203 long current_lag; local
219 current_lag = tm->tm_isdst ? altzone : timezone;
221 if (current_lag != lag) { /* if file is wrong */
228 if (current_lag != kernels_lag) {
231 (void) sysi86(SGMTL, current_lag); /* correct the lag */
240 long current_lag; local
243 current_lag
[all...]

Completed in 65 milliseconds