Searched defs:bios_month (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
274 bios_month = ((int)(*datep - '0') * 10) + (*(datep + 1) - '0');
280 if (bios_year < 0 || bios_year > 99 || bios_month < 0 ||
281 bios_month > 99 || bios_day < 0 || bios_day > 99) {
298 if (bios_month < mm)
300 else if (bios_month > mm)

Completed in 63 milliseconds