HomeSort by relevance Sort by last modified time
    Searched refs:AllocateCopyPool (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
Helpers.c 8 return AllocateCopyPool (AsciiStrSize (Str), Str);
XenBus.c 181 Private = AllocateCopyPool (sizeof (*Private), &gXenBusPrivateData);
188 TempXenBusPath = AllocateCopyPool (sizeof (XENBUS_DEVICE_PATH),
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
HstiAip.c 58 *InformationBlock = AllocateCopyPool (HstiAip->HstiSize, HstiAip->Hsti);
162 *InfoTypesBuffer = AllocateCopyPool (sizeof(gAdapterInfoPlatformSecurityGuid), &gAdapterInfoPlatformSecurityGuid);
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsHelper.c 157 *Value = AllocateCopyPool (*Size, DefaultValue);
178 *Value = AllocateCopyPool (*Size, DefaultValue);
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeUpdate.c 408 *AbortReason = AllocateCopyPool(sizeof(L"InvalidHeaderVersion"), L"InvalidHeaderVersion");
419 *AbortReason = AllocateCopyPool(sizeof(L"InvalidLoaderVersion"), L"InvalidLoaderVersion");
435 *AbortReason = AllocateCopyPool(sizeof(L"InvalidTotalSize"), L"InvalidTotalSize");
443 *AbortReason = AllocateCopyPool(sizeof(L"InvalidTotalSize"), L"InvalidTotalSize");
459 *AbortReason = AllocateCopyPool(sizeof(L"InvalidDataSize"), L"InvalidDataSize");
467 *AbortReason = AllocateCopyPool(sizeof(L"InvalidDataSize"), L"InvalidDataSize");
476 *AbortReason = AllocateCopyPool(sizeof(L"InvalidChecksum"), L"InvalidChecksum");
533 *AbortReason = AllocateCopyPool(sizeof(L"UnsupportedProcessSignature/ProcessorFlags"), L"UnsupportedProcessSignature/ProcessorFlags");
550 *AbortReason = AllocateCopyPool(sizeof(L"IncorrectRevision"), L"IncorrectRevision");
564 *AbortReason = AllocateCopyPool(sizeof(L"InvalidData"), L"InvalidData");
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
UndiAipImpl.c 145 *InfoTypesBuffer = AllocateCopyPool (sizeof (EFI_GUID), &gEfiAdapterInfoUndiIpv6SupportGuid);
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigDriver.c 57 PrivateData = AllocateCopyPool (sizeof (SECUREBOOT_CONFIG_PRIVATE_DATA), &mSecureBootConfigPrivateDateTemplate);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Cd.c 140 *Path = AllocateCopyPool (StrSize (FullPath), FullPath);
146 *Drive = AllocateCopyPool (StrSize (FullPath), FullPath);
152 *Drive = AllocateCopyPool ((Splitter - FullPath + 2) * sizeof(CHAR16), FullPath);
158 *Path = AllocateCopyPool (StrSize (Splitter + 1), Splitter + 1);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
TcgConfigDriver.c 72 PrivateData = AllocateCopyPool (sizeof (TCG_CONFIG_PRIVATE_DATA), &mTcgConfigPrivateDateTemplate);
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellEnvVar.c 208 VarList->Key = AllocateCopyPool(StrSize(VariableName), VariableName);
360 Node->Val = AllocateCopyPool(StrSize(CurrentString) - StrSize(Node->Key), CurrentString + StrLen(Node->Key) + 1);
426 *Value = AllocateCopyPool(StrSize(Node->Val), Node->Val);
467 LocalValue = AllocateCopyPool (ValueSize, Value);
491 LocalKey = AllocateCopyPool (StrSize(Key), Key);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
FwVolBlock.c 512 FvbDev = AllocateCopyPool (sizeof (EFI_FW_VOL_BLOCK_DEVICE), &mFwVolBlock);
570 FvbDev->DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateCopyPool (sizeof (FV_MEMMAP_DEVICE_PATH), &mFvMemmapDevicePathTemplate);
581 FvbDev->DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateCopyPool (sizeof (FV_PIWG_DEVICE_PATH), &mFvPIWGDevicePathTemplate);
  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
Edid.c 143 *EdidDataBlock = AllocateCopyPool (
403 Private->EdidDiscovered.Edid = (UINT8 *) AllocateCopyPool (
435 Private->EdidActive.Edid = (UINT8 *) AllocateCopyPool (
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
PciHostBridge.c 73 HostBridge = AllocateCopyPool (sizeof (PCI_HOST_BRIDGE_INSTANCE), &gPciHostBridgeInstanceTemplate);
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PciHostBridgeLib/
PciHostBridgeLib.c 139 DevicePath = AllocateCopyPool (sizeof (mRootBridgeDevicePathTemplate),
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
RamDiskDriver.c 149 ConfigPrivate = AllocateCopyPool (sizeof (RAM_DISK_CONFIG_PRIVATE_DATA), &mRamDiskConfigPrivateDataTemplate);
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
MemoryAllocationLib.h 333 AllocateCopyPool (
  /device/linaro/bootloader/edk2/OvmfPkg/IncompatiblePciDeviceSupportDxe/
IncompatiblePciDeviceSupport.c 239 *Configuration = AllocateCopyPool (sizeof mConfiguration, &mConfiguration);
  /device/linaro/bootloader/edk2/OvmfPkg/Library/XenIoMmioLib/
XenIoMmioLib.c 94 XenBusDevicePath = AllocateCopyPool (sizeof *XenBusDevicePath,
  /device/linaro/bootloader/edk2/OvmfPkg/PciHotPlugInitDxe/
PciHotPlugInit.c 298 *Padding = AllocateCopyPool (sizeof mPadding, &mPadding);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
TrEEConfigDriver.c 61 PrivateData = AllocateCopyPool (sizeof (TREE_CONFIG_PRIVATE_DATA), &mTrEEConfigPrivateDateTemplate);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/
FvOnFv2Thunk.c 301 PiFileData = AllocateCopyPool (sizeof (EFI_FV_WRITE_FILE_DATA), FileData);
453 Private = AllocateCopyPool (sizeof (FIRMWARE_VOLUME_PRIVATE_DATA), &gFirmwareVolumePrivateDataTemplate);
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
SerialIo.c 521 StdOutSerialDev = AllocateCopyPool (sizeof (GDB_SERIAL_DEV), &gdbSerialDevTemplate);
527 StdErrSerialDev = AllocateCopyPool (sizeof (GDB_SERIAL_DEV), &gdbSerialDevTemplate);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/
IsaBusDxe.c 139 Child = AllocateCopyPool (sizeof (mIsaBusChildPrivateTemplate), &mIsaBusChildPrivateTemplate);
326 Private = AllocateCopyPool (sizeof (mIsaBusPrivateTemplate), &mIsaBusPrivateTemplate);
  /device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.c 93 Instance = AllocateCopyPool (sizeof(LCD_INSTANCE), &mLcdTemplate);
295 *Info = AllocateCopyPool(sizeof (EFI_GRAPHICS_OUTPUT_MODE_INFORMATION), &Instance->ModeInfo);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsReadWrite.c 161 Region->Buffer = AllocateCopyPool (*BufferSize, Buffer);

Completed in 644 milliseconds

1 2 3 4 5 6 7 8