Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c174 int compute_century; in todpc_get() local
194 compute_century = 20; in todpc_get()
198 compute_century = 19; in todpc_get()
200 if (century_warn && BCD_TO_BYTE(rtc.rtc_century) != compute_century) { in todpc_get()