Home
last modified time | relevance | path

Searched refs:AllocateCopyPool (Results 1 – 25 of 161) sorted by relevance

1234567

/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoaderShellApp.c232 *KernelPath = AllocateCopyPool (StrSize (ParameterValue), ParameterValue); in ProcessShellParameters()
239 *FdtPath = AllocateCopyPool (StrSize (FlagValue), FlagValue); in ProcessShellParameters()
247 *InitrdPath = AllocateCopyPool (StrSize (FlagValue), FlagValue); in ProcessShellParameters()
263 *LinuxCommandLine = AllocateCopyPool ( in ProcessShellParameters()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeHstiLib/
DHstiAip.c58 *InformationBlock = AllocateCopyPool (HstiAip->HstiSize, HstiAip->Hsti); in HstiAipGetInfo()
162 …*InfoTypesBuffer = AllocateCopyPool (sizeof(gAdapterInfoPlatformSecurityGuid), &gAdapterInfoPlatfo… in HstiAipGetSupportedTypes()
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
DHelpers.c8 return AllocateCopyPool (AsciiStrSize (Str), Str); in AsciiStrDup()
DXenBus.c181 Private = AllocateCopyPool (sizeof (*Private), &gXenBusPrivateData); in XenBusAddDevice()
188 TempXenBusPath = AllocateCopyPool (sizeof (XENBUS_DEVICE_PATH), in XenBusAddDevice()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsHelper.c157 *Value = AllocateCopyPool (*Size, DefaultValue); in GetEnvironmentVariable()
178 *Value = AllocateCopyPool (*Size, DefaultValue); in GetEnvironmentVariable()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/
DFwVolBlock.c505 FvbDev = AllocateCopyPool (sizeof (EFI_FW_VOL_BLOCK_DEVICE), &mFwVolBlock); in ProduceFVBProtocolOnBuffer()
563 …FvbDev->DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateCopyPool (sizeof (FV_MEMMAP_DEVICE_PATH)… in ProduceFVBProtocolOnBuffer()
574 …FvbDev->DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) AllocateCopyPool (sizeof (FV_PIWG_DEVICE_PATH), … in ProduceFVBProtocolOnBuffer()
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
DEdid.c143 *EdidDataBlock = AllocateCopyPool ( in ReadEdidData()
403 Private->EdidDiscovered.Edid = (UINT8 *) AllocateCopyPool ( in CirrusLogic5430VideoModeSetup()
435 Private->EdidActive.Edid = (UINT8 *) AllocateCopyPool ( in CirrusLogic5430VideoModeSetup()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigDriver.c57 …PrivateData = AllocateCopyPool (sizeof (SECUREBOOT_CONFIG_PRIVATE_DATA), &mSecureBootConfigPrivate… in SecureBootConfigDriverEntryPoint()
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DUndiAipImpl.c145 *InfoTypesBuffer = AllocateCopyPool (sizeof (EFI_GUID), &gEfiAdapterInfoUndiIpv6SupportGuid); in UndiAipGetSupportedTypes()
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
DSerialIo.c521 StdOutSerialDev = AllocateCopyPool (sizeof (GDB_SERIAL_DEV), &gdbSerialDevTemplate); in GdbInitializeSerialConsole()
527 StdErrSerialDev = AllocateCopyPool (sizeof (GDB_SERIAL_DEV), &gdbSerialDevTemplate); in GdbInitializeSerialConsole()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/
DIsaBusDxe.c139 Child = AllocateCopyPool (sizeof (mIsaBusChildPrivateTemplate), &mIsaBusChildPrivateTemplate); in IsaBusCreateChild()
326 Private = AllocateCopyPool (sizeof (mIsaBusPrivateTemplate), &mIsaBusPrivateTemplate); in IsaBusDriverBindingStart()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/
DFvOnFv2Thunk.c301 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/SecurityPkg/Tcg/TcgConfigDxe/
DTcgConfigDriver.c72 PrivateData = AllocateCopyPool (sizeof (TCG_CONFIG_PRIVATE_DATA), &mTcgConfigPrivateDateTemplate); in TcgConfigDriverEntryPoint()
/device/linaro/bootloader/edk2/OvmfPkg/Library/XenIoMmioLib/
DXenIoMmioLib.c94 XenBusDevicePath = AllocateCopyPool (sizeof *XenBusDevicePath, in XenIoMmioInstall()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
DUefiLib.c887 NewUnicodeStringTable[NumberOfEntries].Language = AllocateCopyPool (3, Language); in AddUnicodeString()
902 NewUnicodeStringTable[NumberOfEntries].UnicodeString = AllocateCopyPool ( in AddUnicodeString()
1098 …NewUnicodeStringTable[NumberOfEntries].Language = AllocateCopyPool (AsciiStrSize(Language), Langua… in AddUnicodeString2()
1112 …NewUnicodeStringTable[NumberOfEntries].UnicodeString = AllocateCopyPool (StrSize (UnicodeString), … in AddUnicodeString2()
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
DLcdGraphicsOutputDxe.c93 Instance = AllocateCopyPool (sizeof(LCD_INSTANCE), &mLcdTemplate); in LcdInstanceContructor()
295 *Info = AllocateCopyPool(sizeof (EFI_GRAPHICS_OUTPUT_MODE_INFORMATION), &Instance->ModeInfo); in LcdGraphicsQueryMode()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/LcdGraphicsOutputDxe/
DLcdGraphicsOutputDxe.c93 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/ShellPkg/Application/Shell/
DShellEnvVar.c197 VarList->Key = AllocateCopyPool(StrSize(VariableName), VariableName); in GetEnvironmentVariableList()
351 …Node->Val = AllocateCopyPool(StrSize(CurrentString) - StrSize(Node->Key), CurrentString + StrLen(N… in SetEnvironmentVariables()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DMemoryAllocationLib.h333 AllocateCopyPool (
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DUefiLib.c909 NewUnicodeStringTable[NumberOfEntries].Language = AllocateCopyPool (3, Language); in AddUnicodeString()
924 NewUnicodeStringTable[NumberOfEntries].UnicodeString = AllocateCopyPool ( in AddUnicodeString()
1120 …NewUnicodeStringTable[NumberOfEntries].Language = AllocateCopyPool (AsciiStrSize(Language), Langua… in AddUnicodeString2()
1134 …NewUnicodeStringTable[NumberOfEntries].UnicodeString = AllocateCopyPool (StrSize (UnicodeString), … in AddUnicodeString2()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
DPciHostBridge.c73 …HostBridge = AllocateCopyPool (sizeof (PCI_HOST_BRIDGE_INSTANCE), &gPciHostBridgeInstanceTemplate); in HostBridgeConstructor()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DConfigKeywordHandler.c288 *Keyword = AllocateCopyPool (StrSize (String), String); in ExtractKeyword()
343 *Value = AllocateCopyPool (StrSize (String), String); in ExtractValue()
1346 …*NameSpace = AllocateCopyPool (AsciiStrSize (StringPackage->StringPkgHdr->Language), StringPackage… in GetStringIdFromRecord()
1911 BestLanguage = AllocateCopyPool (AsciiStrLen ("en-US"), "en-US"); in GetNameFromId()
2222 *ValueElement = AllocateCopyPool (StrSize (StringPtr), StringPtr); in ExtractValueFromDriver()
2317 *DevicePath = AllocateCopyPool (DevicePathSize, DestDevicePath); in GetStringIdFromDatabase()
2513 StringPtr = AllocateCopyPool (MultiKeywordRespLen, *MultiKeywordResp); in MergeToMultiKeywordResp()
2605 …LocalNameSpace = AllocateCopyPool (AsciiStrSize (StringPackage->StringPkgHdr->Language), StringPac… in EnumerateAllKeywords()
2832 TempString = AllocateCopyPool (StrSize (KeywordString), KeywordString); in EfiConfigKeywordHandlerSetData()
3120 TempString = AllocateCopyPool (StrSize (NameSpaceId), NameSpaceId); in EfiConfigKeywordHandlerGetData()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesLib/
DPeiServicesLib.c647 ParentFvNameValue = AllocateCopyPool (sizeof (EFI_GUID), ParentFvName); in InternalPeiServicesInstallFvInfoPpi()
652 ParentFileNameValue = AllocateCopyPool (sizeof (EFI_GUID), ParentFileName); in InternalPeiServicesInstallFvInfoPpi()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
DTrEEConfigDriver.c61 …PrivateData = AllocateCopyPool (sizeof (TREE_CONFIG_PRIVATE_DATA), &mTrEEConfigPrivateDateTemplate… in TrEEConfigDriverEntryPoint()
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
DBootMonFsReadWrite.c161 Region->Buffer = AllocateCopyPool (*BufferSize, Buffer); in BootMonFsWriteFile()

1234567