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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Driver.c 324 Instance = AllocateZeroPool (sizeof (UDP4_INSTANCE_DATA));
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
HstiDxe.c 295 HstiAip = AllocateZeroPool (sizeof(HSTI_AIP_PRIVATE_DATA));
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/
MemoryAllocationLib.c 594 AllocateZeroPool (
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
MemoryAllocationLib.c 638 AllocateZeroPool (
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathUtilities.c 753 DevicePath = AllocateZeroPool (NodeLength);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
MemoryAllocationLib.c 492 AllocateZeroPool (
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecDriver.c 549 Private = AllocateZeroPool (sizeof (IPSEC_PRIVATE_DATA));
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Wrq.c 441 Packet = AllocateZeroPool (Len);
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
Gop.c 211 GopModeInfo = AllocateZeroPool (sizeof *GopModeInfo);
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DriverBinding.c 450 Dev = (VNET_DEV *) AllocateZeroPool (sizeof *Dev);
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioPciDeviceDxe/
VirtioPciDevice.c 432 Device = (VIRTIO_PCI_DEVICE *) AllocateZeroPool (sizeof *Device);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
MeasureBootPeCoff.c 323 SectionHeader = (EFI_IMAGE_SECTION_HEADER *) AllocateZeroPool (sizeof (EFI_IMAGE_SECTION_HEADER) * Hdr.Pe32->FileHeader.NumberOfSections);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
TcgConfigImpl.c 203 ConfigRequest = AllocateZeroPool (Size);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
MeasureBootPeCoff.c 323 SectionHeader = (EFI_IMAGE_SECTION_HEADER *) AllocateZeroPool (sizeof (EFI_IMAGE_SECTION_HEADER) * Hdr.Pe32->FileHeader.NumberOfSections);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
BufferImage.c 98 HBufferImage.ListHead = AllocateZeroPool (sizeof (LIST_ENTRY));
1049 Line = AllocateZeroPool (sizeof (HEFI_EDITOR_LINE));
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Rm.c 129 TempName = AllocateZeroPool(NewSize);
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
SystemFirmwareUpdateDxe.c 499 mSystemFmpPrivate = AllocateZeroPool (sizeof(SYSTEM_FMP_PRIVATE_DATA));
  /device/linaro/bootloader/edk2/StdLib/LibC/Containers/Queues/
Fifo.c 497 Queue = (UINT8 *)AllocateZeroPool(NumElements * ElementSize);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscSystemManufacturerFunction.c 207 Handles = AllocateZeroPool(BufferSize);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
misc.c 42 AllocateZeroPool (
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DirectoryManage.c 398 DirEnt = AllocateZeroPool (sizeof (FAT_DIRENT));
1047 DirEnt = AllocateZeroPool (sizeof (FAT_DIRENT));
1145 OFile = AllocateZeroPool (sizeof (FAT_OFILE));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
LegacyBm.c 435 BbsIndexUsed = AllocateZeroPool (BbsCount * sizeof (BOOLEAN));
702 DevOrder = AllocateZeroPool (TotalSize);
867 NewDevOrder = AllocateZeroPool (TotalSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 314 BootMenuData->PtrTokens = AllocateZeroPool (BootOptionCount * sizeof (EFI_STRING_ID));
438 String = AllocateZeroPool ((BootMenuData->MenuScreen.Width - 2) * sizeof (CHAR16));
534 String = AllocateZeroPool ((Width - 1) * sizeof (CHAR16));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpress.c 91 NamespaceData = AllocateZeroPool(sizeof (NVME_ADMIN_NAMESPACE_DATA));
117 Device = AllocateZeroPool(sizeof(NVME_DEVICE_PRIVATE_DATA));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
SmbiosDxe.c 474 SmbiosEntry = AllocateZeroPool (TotalSize);
479 HandleEntry = AllocateZeroPool (sizeof(SMBIOS_HANDLE_ENTRY));
724 ResizedSmbiosEntry = AllocateZeroPool (NewEntrySize);
    [all...]

Completed in 437 milliseconds

<<11121314151617181920>>