Home
last modified time | relevance | path

Searched refs:IfrEfiVarStore (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
DVarCheckHiiGen.c122 EFI_IFR_VARSTORE_EFI *IfrEfiVarStore; in DumpHiiPackage() local
147 IfrEfiVarStore = (EFI_IFR_VARSTORE_EFI *) IfrOpCodeHeader; in DumpHiiPackage()
148 if (IfrEfiVarStore->Header.Length >= sizeof (EFI_IFR_VARSTORE_EFI)) { in DumpHiiPackage()
152 DEBUG ((EFI_D_INFO, " Guid - %g\n", &IfrEfiVarStore->Guid)); in DumpHiiPackage()
153 DEBUG ((EFI_D_INFO, " VarStoreId - 0x%04x\n", IfrEfiVarStore->VarStoreId)); in DumpHiiPackage()
154 DEBUG ((EFI_D_INFO, " Size - 0x%04x\n", IfrEfiVarStore->Size)); in DumpHiiPackage()
155 DEBUG ((EFI_D_INFO, " Attributes - 0x%08x\n", IfrEfiVarStore->Attributes)); in DumpHiiPackage()
156 DEBUG ((EFI_D_INFO, " Name - %a\n", IfrEfiVarStore->Name)); in DumpHiiPackage()
1121 IN EFI_IFR_VARSTORE_EFI *IfrEfiVarStore in CreateHiiVariableNode() argument
1133 VarNameSize = AsciiStrSize ((CHAR8 *) IfrEfiVarStore->Name) * sizeof (CHAR16); in CreateHiiVariableNode()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DConfigRouting.c1615 EFI_IFR_VARSTORE_EFI *IfrEfiVarStore; in GetVarStoreType() local
1653 IfrEfiVarStore = (EFI_IFR_VARSTORE_EFI *) IfrOpHdr; in GetVarStoreType()
1663 NameSize = AsciiStrSize ((CHAR8 *)IfrEfiVarStore->Name); in GetVarStoreType()
1669 AsciiStrToUnicodeStrS ((CHAR8 *) IfrEfiVarStore->Name, VarStoreName, NameSize); in GetVarStoreType()
1671 GenerateSubStr (L"GUID=", sizeof (EFI_GUID), (VOID *) &IfrEfiVarStore->Guid, 1, &GuidStr); in GetVarStoreType()
1696 CopyMem (*EfiVarStore, IfrEfiVarStore, IfrOpHdr->Length); in GetVarStoreType()
1845 EFI_IFR_VARSTORE_EFI *IfrEfiVarStore; in IsThisPackageList() local
1904 IfrEfiVarStore = (EFI_IFR_VARSTORE_EFI *) IfrOpHdr; in IsThisPackageList()
1905 NameSize = AsciiStrSize ((CHAR8 *)IfrEfiVarStore->Name); in IsThisPackageList()
1910 AsciiStrToUnicodeStrS ((CHAR8 *)IfrEfiVarStore->Name, VarStoreName, NameSize); in IsThisPackageList()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
DHiiLib.c1140 EFI_IFR_VARSTORE_EFI *IfrEfiVarStore; in ValidateQuestionFromVfr() local
1161 IfrEfiVarStore = NULL; in ValidateQuestionFromVfr()
1244 IfrEfiVarStore = (EFI_IFR_VARSTORE_EFI *) IfrOpHdr; in ValidateQuestionFromVfr()
1255 if (CompareGuid ((EFI_GUID *) (VOID *) &IfrEfiVarStore->Guid, VarGuid)) { in ValidateQuestionFromVfr()
1256 VarStoreName = (CHAR8 *) IfrEfiVarStore->Name; in ValidateQuestionFromVfr()
1266 IfrEfiVarStore = NULL; in ValidateQuestionFromVfr()
1269 IfrEfiVarStore = NULL; in ValidateQuestionFromVfr()
1272 if (IfrEfiVarStore != NULL) { in ValidateQuestionFromVfr()
1276 VarStoreData.VarStoreId = IfrEfiVarStore->VarStoreId; in ValidateQuestionFromVfr()
1277 VarStoreData.Size = IfrEfiVarStore->Size; in ValidateQuestionFromVfr()