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

/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica.c252 int bios_year, bios_month, bios_day; local
272 bios_year = ((int)(*(datep + 6) - '0') * 10) + (*(datep + 7) - '0');
280 if (bios_year < 0 || bios_year > 99 || bios_month < 0 ||
290 bios_year += (bios_year >= 80 && bios_year <= 99) ?
293 if (bios_year < yy)
295 else if (bios_year > yy)

Completed in 57 milliseconds