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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
MadtPlatform.c 220 Madt = (EFI_ACPI_2_0_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER *)AllocateZeroPool (MadtSize);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/
MemorySubClass.c 97 StringBuffer = AllocateZeroPool (StringBufferSize);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmmCore.c 345 Record = (DATABASE_RECORD *) AllocateZeroPool (sizeof (DATABASE_RECORD));
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
DxeTrEEPhysicalPresenceLib.c 247 ConfirmText = AllocateZeroPool (BufSize);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
OpalPasswordSupportLib.c 620 Dev = AllocateZeroPool (OFFSET_OF (OPAL_DISK_AND_PASSWORD_INFO, OpalDevicePath) + DevicePathLen);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.c 544 InternalBuffer = AllocateZeroPool (FileSize);
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
SecPeiDebugAgentLib.c 528 Mailbox = AllocateZeroPool (sizeof (DEBUG_AGENT_MAILBOX));
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/PciHostBridgeDxe/
PciHostBridge.c 533 PrivateData = AllocateZeroPool (sizeof(PCI_ROOT_BRIDGE_INSTANCE));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmmBaseHelper.c 641 FrameworkSmst->CpuSaveState = (EFI_SMM_CPU_SAVE_STATE *)AllocateZeroPool (mNumberOfProcessors * sizeof (EFI_SMM_CPU_SAVE_STATE));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwPadFile.c 208 FfsFileEntry = AllocateZeroPool (sizeof (FFS_FILE_LIST_ENTRY));
    [all...]
FwVolWrite.c 1015 FfsFileEntry = AllocateZeroPool (sizeof (FFS_FILE_LIST_ENTRY));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
CapsuleDump.c 680 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize);
855 FmpImageInfoBuf = AllocateZeroPool (ImageInfoSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 67 {MEMORY_PROFILE_ACTION_LIB_ALLOCATE_ZERO_POOL, "Lib:AllocateZeroPool"},
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumerator.c 1177 Configuration = AllocateZeroPool (sizeof (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR) * NumConfig + sizeof (EFI_ACPI_END_TAG_DESCRIPTOR));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciHostBridge.c 357 HostBridge = AllocateZeroPool (sizeof (PCI_HOST_BRIDGE_INSTANCE));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.c 704 Xhc->UsbDevContext[SlotId].ConfDesc = AllocateZeroPool (Xhc->UsbDevContext[SlotId].DevDesc.NumConfigurations * sizeof (EFI_USB_CONFIG_DESCRIPTOR *));
722 Xhc->UsbDevContext[SlotId].ConfDesc[Index] = AllocateZeroPool (*DataLength);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
ScsiBus.c 415 ScsiBusDev = AllocateZeroPool(sizeof(SCSI_BUS_DEVICE));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbUtility.c 796 UsbDevicePathPtr = AllocateZeroPool (Size + sizeof (EFI_DEVICE_PATH_PROTOCOL));
891 ListItem = AllocateZeroPool (sizeof (DEVICE_PATH_LIST_ITEM));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Handle.c 397 Prot = AllocateZeroPool (sizeof(PROTOCOL_INTERFACE));
408 Handle = AllocateZeroPool (sizeof(IHANDLE));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dispatcher.c 169 mSmmCodeMemoryRangeUsageBitMap = AllocateZeroPool(((SmmCodePageNumber / 64) + 1)*sizeof(UINT64));
    [all...]
PiSmmIpl.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Input.c 557 FragmentTable = AllocateZeroPool (FragmentCount * sizeof (NET_FRAGMENT));
647 IpSecWrap = AllocateZeroPool (sizeof (IP4_IPSEC_WRAP));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDriver.c 666 Session = (ISCSI_SESSION *) AllocateZeroPool (sizeof (ISCSI_SESSION));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Input.c 582 FragmentTable = AllocateZeroPool (FragmentCount * sizeof (NET_FRAGMENT));
666 IpSecWrap = AllocateZeroPool (sizeof (IP6_IPSEC_WRAP));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.c 36 Range = AllocateZeroPool (sizeof (MTFTP6_BLOCK_RANGE));
897 *(Context->Packet) = AllocateZeroPool (PacketLen);
    [all...]

Completed in 1107 milliseconds

<<11121314151617181920>>