Home
last modified time | relevance | path

Searched refs:EfiLibAllocateZeroPool (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
DIfrCommon.c133 NewBuffer = EfiLibAllocateZeroPool (DEFAULT_STRING_BUFFER_SIZE); in AddString()
339 NewBuffer = EfiLibAllocateZeroPool (DEFAULT_FORM_BUFFER_SIZE); in AddOpCode()
516 RawData = EfiLibAllocateZeroPool ((UINTN) DataLength); in ExtractDataFromHiiHandle()
532 RawData = EfiLibAllocateZeroPool ((UINTN) DataLength); in ExtractDataFromHiiHandle()
808 RawData = EfiLibAllocateZeroPool (RawDataLength); in ValidateDataFromHiiHandle()
824 RawData = EfiLibAllocateZeroPool (RawDataLength); in ValidateDataFromHiiHandle()
882 VariableData = EfiLibAllocateZeroPool (SizeOfNvStore); in ValidateDataFromHiiHandle()
1022 …HiiPackages = EfiLibAllocateZeroPool (sizeof (EFI_HII_PACKAGES) + NumberOfPackag… in PreparePackages()
DIfrOnTheFly.c74 FormBuffer = EfiLibAllocateZeroPool (DEFAULT_FORM_BUFFER_SIZE); in CreateFormSet()
82 StringBuffer = EfiLibAllocateZeroPool (DEFAULT_STRING_BUFFER_SIZE); in CreateFormSet()
DIfrVariable.c482 NameSuffixed = EfiLibAllocateZeroPool ((NameLength + SuffixLength + 1) * sizeof (CHAR16)); in EfiLibHiiVariableOverrideBySuffix()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
DUefiIfrForm.c105 *TempBuffer = EfiLibAllocateZeroPool (*TempBufferSize); in UpdateFormPackageData()
375 UpdateBuffer = EfiLibAllocateZeroPool (BufferSize); in IfrLibUpdateForm()
495 LineBuffer = EfiLibAllocateZeroPool (DimensionsWidth * sizeof (CHAR16)); in IfrLibCreatePopUp()
502 StringArray = EfiLibAllocateZeroPool (NumberOfLines * sizeof (CHAR16 *)); in IfrLibCreatePopUp()
751 StringPtr = EfiLibAllocateZeroPool ((BlockNameNumber * (8 + 4 + 7 + 4) + 1) * sizeof (CHAR16)); in ExtractBlockName()
954 ConfigHdr = EfiLibAllocateZeroPool (StrBufferLen); in ConstructConfigAltResp()
983 ConfigRequest = EfiLibAllocateZeroPool (StrBufferLen); in ConstructConfigAltResp()
1009 DescHdr = EfiLibAllocateZeroPool (NumberAltCfg * 16 * sizeof (CHAR16)); in ConstructConfigAltResp()
1011 AltCfg = EfiLibAllocateZeroPool (NumberAltCfg * sizeof (CHAR16 *)); in ConstructConfigAltResp()
1042 TempStr = EfiLibAllocateZeroPool (StrBufferLen); in ConstructConfigAltResp()
[all …]
DUefiIfrString.c230 ReturnValue = EfiLibAllocateZeroPool (EfiAsciiStrSize (SupportedLanguages)); in Rfc3066ToIso639()
445 *String = EfiLibAllocateZeroPool (StringSize); in GetStringFromHandle()
453 *String = EfiLibAllocateZeroPool (StringSize); in GetStringFromHandle()
DUefiIfrCommon.c134 PackageListHeader = EfiLibAllocateZeroPool (PackageListLength); in PreparePackageList()
415 *HiiHandleBuffer = EfiLibAllocateZeroPool (BufferLength); in GetHiiHandles()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
DPrint.c159 Buffer = EfiLibAllocateZeroPool (0x10000); in _IPrint()
215 Blt = (EFI_IMAGE_OUTPUT *) EfiLibAllocateZeroPool (sizeof (EFI_IMAGE_OUTPUT)); in _IPrint()
225 FontInfo = (EFI_FONT_DISPLAY_INFO *) EfiLibAllocateZeroPool (sizeof (EFI_FONT_DISPLAY_INFO)); in _IPrint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DEfiLibAllocate.c80 EfiLibAllocateZeroPool ( in EfiLibAllocateZeroPool() function
DDevicePath.c403 …FilePath = EfiLibAllocateZeroPool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + sizeof (EFI_DEVICE_PAT… in EfiFileDevicePath()
DPerf.c303 Node = EfiLibAllocateZeroPool (sizeof (EFI_PERF_DATA_LIST)); in CreateDataNode()
619 PerfInstance = EfiLibAllocateZeroPool (sizeof (EFI_PERFORMANCE_INSTANCE)); in InitializePerformanceInfrastructure()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
DPrint.c184 Buffer = EfiLibAllocateZeroPool (0x10000); in _IPrint()
241 Blt = (EFI_IMAGE_OUTPUT *) EfiLibAllocateZeroPool (sizeof (EFI_IMAGE_OUTPUT)); in _IPrint()
251 FontInfo = (EFI_FONT_DISPLAY_INFO *) EfiLibAllocateZeroPool (sizeof (EFI_FONT_DISPLAY_INFO)); in _IPrint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
DEfiDriverLib.h720 EfiLibAllocateZeroPool (
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DSetupInfoRecords.c862 SMBIOSString = EfiLibAllocateZeroPool (0x100); in UpdateAdditionalInformation()