Home
last modified time | relevance | path

Searched refs:EFI_HII_STRING_PACK (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
DStringParse.c38 EFI_HII_STRING_PACK *StringPack;
48 EFI_HII_STRING_PACK **StringPack, // returned pointer to string pack in StringGetPack()
92 EFI_HII_STRING_PACK *StringPack, in StringParsePack()
119 EFI_HII_STRING_PACK *TempPack; in StringParsePack()
152 TempPack = (EFI_HII_STRING_PACK *) ((char *) TempPack + TempPack->Header.Length); in StringParsePack()
157 PackSize += sizeof (EFI_HII_STRING_PACK); in StringParsePack()
162 Rec->StringPack = (EFI_HII_STRING_PACK *) malloc (PackSize); in StringParsePack()
DStringParse.h28 EFI_HII_STRING_PACK **StringPack, // returned pointer to string pack
59 EFI_HII_STRING_PACK *StringPack,
DHiiPack.c129 EFI_HII_STRING_PACK *Pack,
180 EFI_HII_STRING_PACK *PackHeader
337 EFI_HII_STRING_PACK *StringPack; in MergeHiiExports()
445 … (EFI_HII_STRING_PACK *) ((char *) DataTableHeader + DataTableHeader->StringDataOffset), in MergeHiiExports()
1684 (EFI_HII_STRING_PACK *) ((char *) DataTableHeader + DataTableHeader->StringDataOffset), in DumpHiiExportFile()
1869 EFI_HII_STRING_PACK *Pack, in DumpStringPack()
1941 Pack = (EFI_HII_STRING_PACK *) ((char *) Pack + Pack->Header.Length); in DumpStringPack()
1985 DumpStringPack (OutFptr, (EFI_HII_STRING_PACK *) Buffer, 0, 2); in TestDumpHiiPack()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
DIfrCommon.c113 EFI_HII_STRING_PACK *StringPack; in AddString()
114 EFI_HII_STRING_PACK *StringPackBuffer; in AddString()
125 StringPack = (EFI_HII_STRING_PACK *) StringBuffer; in AddString()
138 StringPackBuffer = (EFI_HII_STRING_PACK *) NewBuffer; in AddString()
218 …StringPackBuffer = (EFI_HII_STRING_PACK *) ((CHAR8 *) (StringPackBuffer) + StringPackBuffer->Head… in AddString()
219 … StringPack = (EFI_HII_STRING_PACK *) ((CHAR8 *) (StringPack) + StringPack->Header.Length); in AddString()
232 …StringPackBuffer = (EFI_HII_STRING_PACK *) ((CHAR8 *) (StringPackBuffer) + StringPack->Header.Len… in AddString()
233 … StringPack = (EFI_HII_STRING_PACK *) ((CHAR8 *) (StringPack) + StringPack->Header.Length); in AddString()
248 sizeof (EFI_HII_STRING_PACK) - in AddString()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FormBrowser/
DFormBrowser.h60 EFI_HII_STRING_PACK *StringData;
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DFrameworkFormBrowser.h50 EFI_HII_STRING_PACK *StringData;
DFrameworkHii.h321 } EFI_HII_STRING_PACK; typedef
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
DHii.h216 } EFI_HII_STRING_PACK; typedef
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
DHiiFramework.h207 } EFI_HII_STRING_PACK; typedef
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPlatformDxe.h278 IN EFI_HII_STRING_PACK *StringPack,