/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/ |
D | MicrocodeUpdate.c | 408 *AbortReason = AllocateCopyPool(sizeof(L"InvalidHeaderVersion"), L"InvalidHeaderVersion"); in VerifyMicrocode() 419 *AbortReason = AllocateCopyPool(sizeof(L"InvalidLoaderVersion"), L"InvalidLoaderVersion"); in VerifyMicrocode() 435 *AbortReason = AllocateCopyPool(sizeof(L"InvalidTotalSize"), L"InvalidTotalSize"); in VerifyMicrocode() 443 *AbortReason = AllocateCopyPool(sizeof(L"InvalidTotalSize"), L"InvalidTotalSize"); in VerifyMicrocode() 459 *AbortReason = AllocateCopyPool(sizeof(L"InvalidDataSize"), L"InvalidDataSize"); in VerifyMicrocode() 467 *AbortReason = AllocateCopyPool(sizeof(L"InvalidDataSize"), L"InvalidDataSize"); in VerifyMicrocode() 476 *AbortReason = AllocateCopyPool(sizeof(L"InvalidChecksum"), L"InvalidChecksum"); in VerifyMicrocode() 533 …*AbortReason = AllocateCopyPool(sizeof(L"UnsupportedProcessSignature/ProcessorFlags"), L"Unsupport… in VerifyMicrocode() 550 *AbortReason = AllocateCopyPool(sizeof(L"IncorrectRevision"), L"IncorrectRevision"); in VerifyMicrocode() 564 *AbortReason = AllocateCopyPool(sizeof(L"InvalidData"), L"InvalidData"); in VerifyMicrocode() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/ |
D | HstiAip.c | 58 *InformationBlock = AllocateCopyPool (HstiAip->HstiSize, HstiAip->Hsti); in HstiAipGetInfo() 162 …*InfoTypesBuffer = AllocateCopyPool (sizeof(gAdapterInfoPlatformSecurityGuid), &gAdapterInfoPlatfo… in HstiAipGetSupportedTypes()
|
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/ |
D | Helpers.c | 8 return AllocateCopyPool (AsciiStrSize (Str), Str); in AsciiStrDup()
|
D | XenBus.c | 181 Private = AllocateCopyPool (sizeof (*Private), &gXenBusPrivateData); in XenBusAddDevice() 188 TempXenBusPath = AllocateCopyPool (sizeof (XENBUS_DEVICE_PATH), in XenBusAddDevice()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | Cd.c | 140 *Path = AllocateCopyPool (StrSize (FullPath), FullPath); in ExtractDriveAndPath() 146 *Drive = AllocateCopyPool (StrSize (FullPath), FullPath); in ExtractDriveAndPath() 152 *Drive = AllocateCopyPool ((Splitter - FullPath + 2) * sizeof(CHAR16), FullPath); in ExtractDriveAndPath() 158 *Path = AllocateCopyPool (StrSize (Splitter + 1), Splitter + 1); in ExtractDriveAndPath()
|
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/ |
D | BdsHelper.c | 157 *Value = AllocateCopyPool (*Size, DefaultValue); in GetEnvironmentVariable() 178 *Value = AllocateCopyPool (*Size, DefaultValue); in GetEnvironmentVariable()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/DxeDtPlatformDtbLoaderLibDefault/ |
D | DxeDtPlatformDtbLoaderLibDefault.c | 51 CopyDtb = AllocateCopyPool (OrigDtbSize, OrigDtb); in DtPlatformLoadDtb()
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | ShellEnvVar.c | 208 VarList->Key = AllocateCopyPool(StrSize(VariableName), VariableName); in GetEnvironmentVariableList() 360 …Node->Val = AllocateCopyPool(StrSize(CurrentString) - StrSize(Node->Key), CurrentString + StrLen(N… in SetEnvironmentVariables() 426 *Value = AllocateCopyPool(StrSize(Node->Val), Node->Val); in ShellFindEnvVarInList() 467 LocalValue = AllocateCopyPool (ValueSize, Value); in ShellAddEnvVarToList() 491 LocalKey = AllocateCopyPool (StrSize(Key), Key); in ShellAddEnvVarToList()
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
D | SecureBootConfigDriver.c | 57 …PrivateData = AllocateCopyPool (sizeof (SECUREBOOT_CONFIG_PRIVATE_DATA), &mSecureBootConfigPrivate… in SecureBootConfigDriverEntryPoint()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/ |
D | FwVolBlock.c | 512 FvbDev = AllocateCopyPool (sizeof (EFI_FW_VOL_BLOCK_DEVICE), &mFwVolBlock); in ProduceFVBProtocolOnBuffer() 570 …FvbDev->DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateCopyPool (sizeof (FV_MEMMAP_DEVICE_PATH)… in ProduceFVBProtocolOnBuffer() 581 …FvbDev->DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateCopyPool (sizeof (FV_PIWG_DEVICE_PATH), … in ProduceFVBProtocolOnBuffer()
|
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/ |
D | Edid.c | 143 *EdidDataBlock = AllocateCopyPool ( in ReadEdidData() 403 Private->EdidDiscovered.Edid = (UINT8 *) AllocateCopyPool ( in CirrusLogic5430VideoModeSetup() 435 Private->EdidActive.Edid = (UINT8 *) AllocateCopyPool ( in CirrusLogic5430VideoModeSetup()
|
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/ |
D | UndiAipImpl.c | 145 *InfoTypesBuffer = AllocateCopyPool (sizeof (EFI_GUID), &gEfiAdapterInfoUndiIpv6SupportGuid); in UndiAipGetSupportedTypes()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/ |
D | IsaBusDxe.c | 139 Child = AllocateCopyPool (sizeof (mIsaBusChildPrivateTemplate), &mIsaBusChildPrivateTemplate); in IsaBusCreateChild() 326 Private = AllocateCopyPool (sizeof (mIsaBusPrivateTemplate), &mIsaBusPrivateTemplate); in IsaBusDriverBindingStart()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/ |
D | FvOnFv2Thunk.c | 301 PiFileData = AllocateCopyPool (sizeof (EFI_FV_WRITE_FILE_DATA), FileData); in FvWriteFile() 453 …Private = AllocateCopyPool (sizeof (FIRMWARE_VOLUME_PRIVATE_DATA), &gFirmwareVolumePrivateDataTemp… in FvNotificationEvent()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/ |
D | SerialIo.c | 521 StdOutSerialDev = AllocateCopyPool (sizeof (GDB_SERIAL_DEV), &gdbSerialDevTemplate); in GdbInitializeSerialConsole() 527 StdErrSerialDev = AllocateCopyPool (sizeof (GDB_SERIAL_DEV), &gdbSerialDevTemplate); in GdbInitializeSerialConsole()
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/ |
D | TcgConfigDriver.c | 72 PrivateData = AllocateCopyPool (sizeof (TCG_CONFIG_PRIVATE_DATA), &mTcgConfigPrivateDateTemplate); in TcgConfigDriverEntryPoint()
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/XenIoMmioLib/ |
D | XenIoMmioLib.c | 94 XenBusDevicePath = AllocateCopyPool (sizeof *XenBusDevicePath, in XenIoMmioInstall()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
D | UefiLib.c | 930 NewUnicodeStringTable[NumberOfEntries].Language = AllocateCopyPool (3, Language); in AddUnicodeString() 945 NewUnicodeStringTable[NumberOfEntries].UnicodeString = AllocateCopyPool ( in AddUnicodeString() 1141 …NewUnicodeStringTable[NumberOfEntries].Language = AllocateCopyPool (AsciiStrSize(Language), Langua… in AddUnicodeString2() 1155 …NewUnicodeStringTable[NumberOfEntries].UnicodeString = AllocateCopyPool (StrSize (UnicodeString), … in AddUnicodeString2()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/ |
D | RamDiskDriver.c | 149 …ConfigPrivate = AllocateCopyPool (sizeof (RAM_DISK_CONFIG_PRIVATE_DATA), &mRamDiskConfigPrivateDat… in RamDiskDxeEntryPoint()
|
/device/linaro/bootloader/edk2/OvmfPkg/PciHotPlugInitDxe/ |
D | PciHotPlugInit.c | 298 *Padding = AllocateCopyPool (sizeof mPadding, &mPadding); in GetResourcePadding()
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PciHostBridgeLib/ |
D | PciHostBridgeLib.c | 139 DevicePath = AllocateCopyPool (sizeof (mRootBridgeDevicePathTemplate), in InitRootBridge()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | MemoryAllocationLib.h | 333 AllocateCopyPool (
|
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/ |
D | LcdGraphicsOutputDxe.c | 93 Instance = AllocateCopyPool (sizeof(LCD_INSTANCE), &mLcdTemplate); in LcdInstanceContructor() 295 *Info = AllocateCopyPool(sizeof (EFI_GRAPHICS_OUTPUT_MODE_INFORMATION), &Instance->ModeInfo); in LcdGraphicsQueryMode()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/ |
D | PciHostBridge.c | 73 …HostBridge = AllocateCopyPool (sizeof (PCI_HOST_BRIDGE_INSTANCE), &gPciHostBridgeInstanceTemplate); in HostBridgeConstructor()
|
/device/linaro/bootloader/edk2/OvmfPkg/IncompatiblePciDeviceSupportDxe/ |
D | IncompatiblePciDeviceSupport.c | 239 *Configuration = AllocateCopyPool (sizeof mConfiguration, &mConfiguration); in CheckDevice()
|