Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c177 int compute_century; in todpc_get() local
197 compute_century = 20; in todpc_get()
201 compute_century = 19; in todpc_get()
203 if (century_warn && BCD_TO_BYTE(rtc.rtc_century) != compute_century) { in todpc_get()