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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
BootManager.c 322 HelpString = AllocateZeroPool (HelpSize);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/
DataHubStatusCodeWorker.c 74 Record = (DATAHUB_STATUSCODE_RECORD *) AllocateZeroPool (sizeof (DATAHUB_STATUSCODE_RECORD) * 16);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
DataHubStatusCodeWorker.c 74 Record = (DATAHUB_STATUSCODE_RECORD *) AllocateZeroPool (sizeof (DATAHUB_STATUSCODE_RECORD) * 16);
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
Console.c 395 Line = AllocateZeroPool ((MaxLength + 3) * sizeof (CHAR16));
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/FspsWrapperPeim/
FspsWrapperPeim.c 249 FspsUpdDataPtr = (FSPS_UPD_COMMON *)AllocateZeroPool ((UINTN)FspsHeaderPtr->CfgRegionSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaPassThruExecute.c 817 AtaTask = AllocateZeroPool (sizeof (ATA_BUS_ASYN_TASK));
837 EventCount = AllocateZeroPool (sizeof (UINTN));
842 IsError = AllocateZeroPool (sizeof (BOOLEAN));
879 SubTask = AllocateZeroPool (sizeof (ATA_BUS_ASYN_SUB_TASK));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/
IncompatiblePciDeviceSupport.c 334 AcpiPtr = AllocateZeroPool (sizeof (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR) * Index + sizeof (EFI_ACPI_END_TAG_DESCRIPTOR));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciHotPlugSupport.c 126 gPciRootHpcData = AllocateZeroPool (sizeof (ROOT_HPC_DATA) * gPciRootHpcCount);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbBus.c 775 Buf = AllocateZeroPool (StrDesc->Length);
909 UsbBus = AllocateZeroPool (sizeof (USB_BUS));
1003 RootHub = AllocateZeroPool (sizeof (USB_DEVICE));
1010 RootIf = AllocateZeroPool (sizeof (USB_INTERFACE));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DxeCapsuleLib.c 809 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize);
    [all...]
DxeCapsuleReportLib.c 217 CapsuleResultVariable = AllocateZeroPool (CapsuleResultVariableSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/
RegularExpressionDxe.c 169 *Captures = AllocateZeroPool (*CapturesCount * sizeof(**Captures));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
EmuVariable.c 319 gVariableInfo = AllocateZeroPool (sizeof (VARIABLE_INFO_ENTRY));
323 gVariableInfo->Name = AllocateZeroPool (StrSize (VariableName));
357 Entry->Next = AllocateZeroPool (sizeof (VARIABLE_INFO_ENTRY));
361 Entry->Next->Name = AllocateZeroPool (StrSize (VariableName));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsProtocol.c 456 TokenEntry = AllocateZeroPool (sizeof(DNS4_TOKEN_ENTRY));
649 TokenEntry = AllocateZeroPool (sizeof(DNS4_TOKEN_ENTRY));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiExtScsiPassThru.c 240 Node = AllocateZeroPool (DevPathNodeLen);
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Impl.c 179 Instance->Config = AllocateZeroPool (sizeof (EFI_MTFTP6_CONFIG_DATA));
Mtftp6Option.c 399 *OptionList = AllocateZeroPool (*OptionCount * sizeof (EFI_MTFTP6_OPTION));
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
MemoryTest.c 69 Pos = AllocateZeroPool (StrTotalMemorySize);
  /device/linaro/bootloader/edk2/OvmfPkg/BlockMmioToBlockIoDxe/
BlockIo.c 292 Private = (BLOCK_MMIO_TO_BLOCK_IO_DEVICE*) AllocateZeroPool (sizeof (*Private));
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenBusDxe.c 349 Dev = AllocateZeroPool (sizeof (*Dev));
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Dmem.c 68 Buffer = AllocateZeroPool(Size);
EditInputBar.c 296 mReturnString = AllocateZeroPool ((StringSize + 1) * sizeof(mReturnString[0]));
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Devices.c 193 Language = AllocateZeroPool(StrSize(Lang));
197 // Language = AllocateZeroPool(10);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Map.c 572 HandleBuffer = AllocateZeroPool(BufferSize);
615 HandleBuffer = AllocateZeroPool(BufferSize);
765 HandleBuffer = AllocateZeroPool(BufferSize);
805 HandleBuffer = AllocateZeroPool(BufferSize);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Type.c 49 AllocatedBuffer = AllocateZeroPool(ReadSize);

Completed in 813 milliseconds

<<11121314151617181920>>