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

  /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 549 CHAR16 ReleaseDate[100]; //Assuming that strings are < 100 UCHAR
555 SetMem(ReleaseDate, sizeof(ReleaseDate), 0);
756 ReleaseDate,
760 DEBUG ((EFI_D_ERROR, "GetBiosVersionDateTime :%s %s %s \n", Version, ReleaseDate, ReleaseTime));
765 Length = StrLen(ReleaseDate) + StrLen(ReleaseTime);
768 StrCpy (BuildDateTime, ReleaseDate);
    [all...]

Completed in 1745 milliseconds