HomeSort by relevance Sort by last modified time
    Searched refs:ReleaseDate (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type00/
MiscBiosVendorFunction.c 63 CHAR16 *ReleaseDate = NULL;
67 ReleaseDate = AllocateZeroPool ((sizeof (CHAR16)) * SMBIOS_STRING_MAX_LENGTH);
68 if(NULL == ReleaseDate)
80 (VOID)UnicodeSPrintAsciiFormat( ReleaseDate,
88 return ReleaseDate;
128 CHAR16 *ReleaseDate;
197 ReleaseDate = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
198 DateStrLen = StrLen(ReleaseDate);
224 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1);
247 if(ReleaseDate != NULL)
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/VersionInfoPeim/
VersionInfoPeim.c 49 CONST CHAR8 *ReleaseDate = __DATE__;
55 if(0 == AsciiStrnCmp(ReleaseDate, gMonthDescription[i].MonthStr, 3))
61 Time->Day = AsciiStrDecimalToUintn(ReleaseDate+4);
62 Time->Year = AsciiStrDecimalToUintn(ReleaseDate+7);
  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscBiosVendorFunction.c 93 CHAR16 *ReleaseDate;
117 ReleaseDate = (CHAR16 *) PcdGetPtr (PcdFirmwareReleaseDateString);
118 if (StrLen(ReleaseDate) > 0) {
120 HiiSetString (mHiiHandle, TokenToUpdate, ReleaseDate, NULL);
138 ReleaseDate = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
139 DateStrLen = StrLen(ReleaseDate);
166 // ReleaseDate will be the 3rd optional string following the formatted structure.
188 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1);
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscBiosVendorFunction.c 93 CHAR16 *ReleaseDate;
117 ReleaseDate = (CHAR16 *) PcdGetPtr (PcdFirmwareReleaseDateString);
118 if (StrLen(ReleaseDate) > 0) {
120 HiiSetString (mHiiHandle, TokenToUpdate, ReleaseDate, NULL);
138 ReleaseDate = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
139 DateStrLen = StrLen(ReleaseDate);
166 // ReleaseDate will be the 3rd optional string following the formatted structure.
188 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscBiosVendorFunction.c 101 CHAR16 ReleaseDate[SMBIOS_STRING_MAX_LENGTH];
161 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr (PcdSMBIOSBiosReleaseDate), ReleaseDate);
162 if (StrLen (ReleaseDate) > 0) {
164 HiiSetString (mHiiHandle, TokenToUpdate, ReleaseDate, NULL);
195 // ReleaseDate will be the 3rd optional string following the formatted structure.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscBiosVendorFunction.c 172 CHAR16 *ReleaseDate;
279 ReleaseDate = SmbiosMiscGetString (TokenToGet);
280 DateStrLen = StrLen(ReleaseDate);
311 // ReleaseDate will be the 3rd optional string following the formatted structure.
335 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c 547 CHAR16 ReleaseDate[100]; //Assuming that strings are < 100 UCHAR
553 SetMem(ReleaseDate, sizeof(ReleaseDate), 0);
748 ReleaseDate,
752 DEBUG ((EFI_D_ERROR, "GetBiosVersionDateTime :%s %s %s \n", Version, ReleaseDate, ReleaseTime));
757 Length = StrLen(ReleaseDate) + StrLen(ReleaseTime);
760 StrCpy (BuildDateTime, ReleaseDate);
    [all...]

Completed in 532 milliseconds