Searched refs:bios_month (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/
H A Dacpica.c216 int bios_year, bios_month, bios_day; local
238 bios_month = ((int)(*datep - '0') * 10) + (*(datep + 1) - '0');
244 if (bios_year < 0 || bios_year > 99 || bios_month < 0 ||
245 bios_month > 99 || bios_day < 0 || bios_day > 99) {
262 if (bios_month < mm)
264 else if (bios_month > mm)

Completed in 119 milliseconds