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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c175 static int century_warn = 1; /* only warn once, not each time called */ local
200 if (century_warn && BCD_TO_BYTE(rtc.rtc_century) != compute_century) {
208 century_warn = 0;

Completed in 58 milliseconds