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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
EfiLibAllocate.c 80 EfiLibAllocateZeroPool (
DevicePath.c 403 FilePath = EfiLibAllocateZeroPool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + sizeof (EFI_DEVICE_PATH_PROTOCOL));
Perf.c 303 Node = EfiLibAllocateZeroPool (sizeof (EFI_PERF_DATA_LIST));
619 PerfInstance = EfiLibAllocateZeroPool (sizeof (EFI_PERFORMANCE_INSTANCE));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrCommon.c 133 NewBuffer = EfiLibAllocateZeroPool (DEFAULT_STRING_BUFFER_SIZE);
339 NewBuffer = EfiLibAllocateZeroPool (DEFAULT_FORM_BUFFER_SIZE);
516 RawData = EfiLibAllocateZeroPool ((UINTN) DataLength);
532 RawData = EfiLibAllocateZeroPool ((UINTN) DataLength);
808 RawData = EfiLibAllocateZeroPool (RawDataLength);
824 RawData = EfiLibAllocateZeroPool (RawDataLength);
882 VariableData = EfiLibAllocateZeroPool (SizeOfNvStore);
1022 HiiPackages = EfiLibAllocateZeroPool (sizeof (EFI_HII_PACKAGES) + NumberOfPackages * sizeof (VOID *));
IfrVariable.c 482 NameSuffixed = EfiLibAllocateZeroPool ((NameLength + SuffixLength + 1) * sizeof (CHAR16));
IfrOnTheFly.c 74 FormBuffer = EfiLibAllocateZeroPool (DEFAULT_FORM_BUFFER_SIZE);
82 StringBuffer = EfiLibAllocateZeroPool (DEFAULT_STRING_BUFFER_SIZE);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrString.c 230 ReturnValue = EfiLibAllocateZeroPool (EfiAsciiStrSize (SupportedLanguages));
445 *String = EfiLibAllocateZeroPool (StringSize);
453 *String = EfiLibAllocateZeroPool (StringSize);
UefiIfrForm.c 105 *TempBuffer = EfiLibAllocateZeroPool (*TempBufferSize);
375 UpdateBuffer = EfiLibAllocateZeroPool (BufferSize);
493 LineBuffer = EfiLibAllocateZeroPool (DimensionsWidth * sizeof (CHAR16));
500 StringArray = EfiLibAllocateZeroPool (NumberOfLines * sizeof (CHAR16 *));
747 StringPtr = EfiLibAllocateZeroPool ((BlockNameNumber * (8 + 4 + 7 + 4) + 1) * sizeof (CHAR16));
950 ConfigHdr = EfiLibAllocateZeroPool (StrBufferLen);
979 ConfigRequest = EfiLibAllocateZeroPool (StrBufferLen);
1005 DescHdr = EfiLibAllocateZeroPool (NumberAltCfg * 16 * sizeof (CHAR16));
1007 AltCfg = EfiLibAllocateZeroPool (NumberAltCfg * sizeof (CHAR16 *));
1038 TempStr = EfiLibAllocateZeroPool (StrBufferLen);
    [all...]
UefiIfrCommon.c 134 PackageListHeader = EfiLibAllocateZeroPool (PackageListLength);
415 *HiiHandleBuffer = EfiLibAllocateZeroPool (BufferLength);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Print.c 159 Buffer = EfiLibAllocateZeroPool (0x10000);
215 Blt = (EFI_IMAGE_OUTPUT *) EfiLibAllocateZeroPool (sizeof (EFI_IMAGE_OUTPUT));
225 FontInfo = (EFI_FONT_DISPLAY_INFO *) EfiLibAllocateZeroPool (sizeof (EFI_FONT_DISPLAY_INFO));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Print.c 184 Buffer = EfiLibAllocateZeroPool (0x10000);
241 Blt = (EFI_IMAGE_OUTPUT *) EfiLibAllocateZeroPool (sizeof (EFI_IMAGE_OUTPUT));
251 FontInfo = (EFI_FONT_DISPLAY_INFO *) EfiLibAllocateZeroPool (sizeof (EFI_FONT_DISPLAY_INFO));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiDriverLib.h 720 EfiLibAllocateZeroPool (
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c 853 SMBIOSString = EfiLibAllocateZeroPool (0x100);
    [all...]

Completed in 296 milliseconds