Home
last modified time | relevance | path

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

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