HomeSort by relevance Sort by last modified time
    Searched refs:AllocateZeroPool (Results 101 - 125 of 579) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c 305 OptionPtr = AllocateZeroPool (OptionSize);
387 OptionOrderPtr = AllocateZeroPool ( OrderItemNum * sizeof (UINT16));
678 Option = AllocateZeroPool (sizeof (BDS_COMMON_OPTION));
685 Option->DevicePath = AllocateZeroPool (GetDevicePathSize (DevicePath));
690 Option->Description = AllocateZeroPool (StrSize (Description));
694 Option->LoadOptions = AllocateZeroPool (LoadOptionsSize);
833 Buffer = AllocateZeroPool (BufferSize);
1130 StringBuffer1 = AllocateZeroPool (MAX_STRING_LEN * sizeof (CHAR16));
1132 StringBuffer2 = AllocateZeroPool (MAX_STRING_LEN * sizeof (CHAR16));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UfsPciHcPei/
UfsPciHcPei.c 104 Private = (UFS_HC_PEI_PRIVATE_DATA *) AllocateZeroPool (sizeof (UFS_HC_PEI_PRIVATE_DATA));
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BaseSortLib/
BaseSortLib.c 162 Buffer = AllocateZeroPool(ElementSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
FileExplorer.c 239 MenuEntry = AllocateZeroPool (sizeof (MENU_ENTRY));
244 MenuEntry->VariableContext = AllocateZeroPool (sizeof (FILE_CONTEXT));
454 Dest = AllocateZeroPool (Size);
632 Str = AllocateZeroPool (Size1 + Size2 + sizeof (CHAR16));
635 TmpStr = AllocateZeroPool (Size1 + Size2 + sizeof (CHAR16));
771 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR);
826 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR);
1074 DirInfo = AllocateZeroPool (DirBufferSize);
1133 NewMenuEntry->DisplayString = AllocateZeroPool (BufferSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
RamDiskFileExplorer.c 56 *Buffer = AllocateZeroPool (BufferSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
String.c 85 LocalFont = (HII_FONT_INFO *) AllocateZeroPool (sizeof (HII_FONT_INFO));
223 *StringFontInfo = (EFI_FONT_INFO *) AllocateZeroPool (GlobalFont->FontInfoSize);
507 FontInfo = (EFI_FONT_INFO *) AllocateZeroPool (FontInfoSize);
796 StringBlock = (UINT8 *) AllocateZeroPool (NewBlockSize);
    [all...]
Font.c 68 GlyphInfo = (HII_GLYPH_INFO *) AllocateZeroPool (sizeof (HII_GLYPH_INFO));
221 *GlyphBuffer = (UINT8 *) AllocateZeroPool (EFI_GLYPH_HEIGHT);
242 *GlyphBuffer = (UINT8 *) AllocateZeroPool (EFI_GLYPH_HEIGHT * 2);
626 *GlyphBuffer = (UINT8 *) AllocateZeroPool (BufferLen);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpVlan.c 332 Buffer = AllocateZeroPool (BufferSize);
506 NewVariable = AllocateZeroPool ((NumberOfVlan + 1) * sizeof (VLAN_TCI));
597 VlanData = AllocateZeroPool (*NumberOfVlan * sizeof (EFI_VLAN_FIND_DATA));
622 VlanData = AllocateZeroPool (sizeof (EFI_VLAN_FIND_DATA));
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
MemoryAllocationLib.h 272 AllocateZeroPool (
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Utility.c 85 Duid = AllocateZeroPool (2 + 2 + sizeof (EFI_GUID));
134 Duid = AllocateZeroPool (10 + Mode->HwAddressSize);
197 DstCfg->SolicitRetransmission = AllocateZeroPool (sizeof (EFI_DHCP6_RETRANSMISSION));
216 DstCfg->OptionList = AllocateZeroPool (OptionListSize);
228 DstCfg->OptionList[Index] = AllocateZeroPool (OptionSize);
505 IaCopy = AllocateZeroPool (IaCopySize);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/VirtioMmioDeviceLib/
VirtioMmioDevice.c 148 VirtIo = AllocateZeroPool (sizeof (VIRTIO_MMIO_DEVICE));
  /device/linaro/bootloader/edk2/OvmfPkg/Library/XenIoMmioLib/
XenIoMmioLib.c 88 XenIo = AllocateZeroPool (sizeof *XenIo);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
OpalHiiCallbacks.c 56 VarName = (CHAR16*)AllocateZeroPool((VarNameLen + 1) * sizeof(CHAR16));
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditMenuBar.c 51 MenuItems = AllocateZeroPool((NumItems+1) * sizeof(EDITOR_MENU_ITEM));
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DrvDiag.c 95 DriverHandleList = AllocateZeroPool(2*sizeof(EFI_HANDLE));
112 ControllerHandleList = AllocateZeroPool(2*sizeof(EFI_HANDLE));
124 ChildHandleList = AllocateZeroPool(2*sizeof(EFI_HANDLE));
410 Language = AllocateZeroPool(StrSize(Lang));
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
ParseConfigProfile.c 78 *UpdateArray = AllocateZeroPool ((sizeof (UPDATE_CONFIG_DATA) * Num));
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DevGenisis.c 121 Node = (DeviceNode *)AllocateZeroPool(sizeof(DeviceNode));
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeFmp.c 491 MicrocodeFmpPrivate->ImageDescriptor = AllocateZeroPool(MicrocodeFmpPrivate->DescriptorCount * sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR));
497 MicrocodeFmpPrivate->MicrocodeInfo = AllocateZeroPool(MicrocodeFmpPrivate->DescriptorCount * sizeof(MICROCODE_INFO));
545 MicrocodeFmpPrivate->ProcessorInfo = AllocateZeroPool (sizeof(PROCESSOR_INFO) * MicrocodeFmpPrivate->ProcessorCount);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c 305 OptionPtr = AllocateZeroPool (OptionSize);
387 OptionOrderPtr = AllocateZeroPool ( OrderItemNum * sizeof (UINT16));
678 Option = AllocateZeroPool (sizeof (BDS_COMMON_OPTION));
685 Option->DevicePath = AllocateZeroPool (GetDevicePathSize (DevicePath));
690 Option->Description = AllocateZeroPool (StrSize (Description));
694 Option->LoadOptions = AllocateZeroPool (LoadOptionsSize);
833 Buffer = AllocateZeroPool (BufferSize);
1130 StringBuffer1 = AllocateZeroPool (MAX_STRING_LEN * sizeof (CHAR16));
1132 StringBuffer2 = AllocateZeroPool (MAX_STRING_LEN * sizeof (CHAR16));
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SaveMemoryConfig/
SaveMemoryConfig.c 121 MemInfoProtocol = (MEM_INFO_PROTOCOL*)AllocateZeroPool(sizeof(MEM_INFO_PROTOCOL));
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Pp2Dxe.c 191 Mvpp2Shared->BmPools = AllocateZeroPool (sizeof(MVPP2_BMS_POOL));
401 Port->Txqs = AllocateZeroPool (sizeof(MVPP2_TX_QUEUE) * TxqNumber);
418 Port->Rxqs = AllocateZeroPool (sizeof(MVPP2_RX_QUEUE) * RxqNumber);
1072 SnpMode = AllocateZeroPool (sizeof (EFI_SIMPLE_NETWORK_MODE));
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Spi/
MvSpiDxe.c 305 Slave = AllocateZeroPool (sizeof(SPI_DEVICE));
355 mSpiMasterInstance = AllocateZeroPool (sizeof (SPI_MASTER));
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
LinuxLoaderHelper.c 98 NewResource = AllocateZeroPool (sizeof (SYSTEM_MEMORY_RESOURCE));
161 NewResource = AllocateZeroPool (sizeof (SYSTEM_MEMORY_RESOURCE));
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsLoadOption.c 37 LoadOption = (BDS_LOAD_OPTION*)AllocateZeroPool (sizeof(BDS_LOAD_OPTION));
146 BdsLoadOption->LoadOption = (EFI_LOAD_OPTION *)AllocateZeroPool (BdsLoadOption->LoadOptionSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Handle.c 262 Prot = AllocateZeroPool (sizeof(PROTOCOL_INTERFACE));
273 Handle = AllocateZeroPool (sizeof(IHANDLE));

Completed in 274 milliseconds

1 2 3 45 6 7 8 91011>>