Lines Matching defs:date
1151 int year, month, date;
1162 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date);
1163 snprintf(buf, sizeof(buf), "%04d%02d%02d", year, month, date);
1286 int year, month, date;
1292 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date);
1293 snprintf(buf, sizeof(buf), "%04d%02d%02d", year, month, date);
1329 * Note date based on release notes, 2.35 has been
1331 * a hold of the reporter to get the DMI BIOS date.
1339 int year, month, date;
1345 dmi_get_date(DMI_BIOS_DATE, &year, &month, &date);
1346 snprintf(buf, sizeof(buf), "%04d%02d%02d", year, month, date);