Searched refs:bios_year (Results 1 – 1 of 1) sorted by relevance
252 int bios_year, bios_month, bios_day; in acpica_check_bios_date() local272 bios_year = ((int)(*(datep + 6) - '0') * 10) + (*(datep + 7) - '0'); in acpica_check_bios_date()280 if (bios_year < 0 || bios_year > 99 || bios_month < 0 || in acpica_check_bios_date()290 bios_year += (bios_year >= 80 && bios_year <= 99) ? in acpica_check_bios_date()293 if (bios_year < yy) in acpica_check_bios_date()295 else if (bios_year > yy) in acpica_check_bios_date()