Lines Matching defs:date
1175 int year, month, date;
1186 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date);
1187 snprintf(buf, sizeof(buf), "%04d%02d%02d", year, month, date);
1310 int year, month, date;
1316 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date);
1317 snprintf(buf, sizeof(buf), "%04d%02d%02d", year, month, date);
1353 * Note date based on release notes, 2.35 has been
1355 * a hold of the reporter to get the DMI BIOS date.
1363 int year, month, date;
1369 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date);
1370 snprintf(buf, sizeof(buf), "%04d%02d%02d", year, month, date);