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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcSupport.c 648 TxData = (EFI_UDP4_TRANSMIT_DATA *) AllocateZeroPool (TxLength);
752 TxData = (EFI_UDP6_TRANSMIT_DATA *) AllocateZeroPool (TxLength);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DxeTcg2PhysicalPresenceLib.c 372 ConfirmText = AllocateZeroPool (BufSize);
453 TmpStr1 = AllocateZeroPool (BufSize);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
Platform.c 221 RecoveryNvData = AllocateZeroPool (sizeof(SYSTEM_CONFIGURATION));
238 SetupData = AllocateZeroPool (sizeof(SYSTEM_CONFIGURATION));
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 243 FilePath = AllocateZeroPool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + sizeof(EFI_DEVICE_PATH));
359 NewPath = AllocateZeroPool (Size);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigKeywordHandler.c 118 DevicePathBuffer = (UINT8 *) AllocateZeroPool ((Length + 1) / 2);
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c 426 AtapiScsiPrivate = AllocateZeroPool (sizeof (ATAPI_SCSI_PASS_THRU_DEV));
689 Node = AllocateZeroPool (sizeof (EFI_DEV_PATH));
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
MvI2cDxe.c 118 I2cMasterContext = AllocateZeroPool (sizeof (I2C_MASTER_CONTEXT));
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/
PlatformSmbiosDxe.c 572 Record = (EFI_SMBIOS_TABLE_HEADER *)AllocateZeroPool (Size);
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
PciRootBridge.c 688 RootBridge = AllocateZeroPool (sizeof (PCI_ROOT_BRIDGE_INSTANCE));
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsDir.c 407 Buffer = AllocateZeroPool (BufferSize);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/AbootimgLib/
AbootimgLib.c 771 NewKernelArgs = AllocateZeroPool (BOOTIMG_KERNEL_ARGS_SIZE << 1);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
VgaClass.c 641 VgaClassPrivate = AllocateZeroPool (sizeof (VGA_CLASS_DEV));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLib.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/I2c/I2cDxe/
I2cBus.c 644 I2cBusContext = AllocateZeroPool (sizeof (I2C_BUS_CONTEXT));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressHci.c 997 Private->ControllerData = (NVME_ADMIN_CONTROLLER_DATA *)AllocateZeroPool (sizeof(NVME_ADMIN_CONTROLLER_DATA));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciDeviceSupport.c 853 Dev = AllocateZeroPool (sizeof (PCI_IO_DEVICE));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciSched.c 128 Uhc->FrameBaseHostAddr = AllocateZeroPool (4096);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
SdDxe.c 598 Private = AllocateZeroPool (sizeof (SD_DRIVER_PRIVATE_DATA));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbHub.c 664 HubIf->ChangeMap = AllocateZeroPool (DataLength);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DriverSupport.c 94 TempFilePath = AllocateZeroPool (HandleFilePathSize + RemainingDevicePathSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
BootManager.c 543 HelpString = AllocateZeroPool (TempSize + StrSize (L"Device Path : "));
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLib.c 728 Buffer = AllocateZeroPool (0x10000);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DeviceManager.c 137 String = AllocateZeroPool (BufferLen);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
FirmwarePerformanceDxe.c 415 SmmBootRecordData = AllocateZeroPool(SmmBootRecordDataSize);
    [all...]

Completed in 1870 milliseconds

<<11121314151617181920>>