/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/ |
UcOnUc2Thunk.c | 235 Private = AllocateCopyPool (sizeof (UC_PRIVATE_DATA), &gUCPrivateDataTemplate);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiDevicePathLib/ |
UefiDevicePathLib.c | 103 NewDevicePath = AllocateCopyPool (Size, DevicePath);
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/ |
FdtPlatform.c | 365 TextDevicePath = AllocateCopyPool (
|
ShellSetFdt.c | 92 TextDevicePaths = AllocateCopyPool (
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/ |
MemoryAllocationLib.c | 591 AllocateCopyPool (
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ |
IsaFloppyBlock.c | 352 FdcDev->Cache = AllocateCopyPool (BlockSize, Buffer);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/ |
FwVolRead.c | 325 FfsHeader = AllocateCopyPool (WholeFileSize, FfsHeader);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/ |
FileExplorer.c | 586 TmpStr = AllocateCopyPool (StrSize (InputFileType), InputFileType);
956 *ParentFileName = AllocateCopyPool (StrSize (L"\\"), L"\\");
1001 *ParentFileName = AllocateCopyPool (StrSize (((FILEPATH_DEVICE_PATH *) DevicePathNode)->PathName), ((FILEPATH_DEVICE_PATH *) DevicePathNode)->PathName);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/ |
BootGraphicsResourceTableDxe.c | 185 mLogoBltBuffer = AllocateCopyPool (
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LoadFileOnFv2/ |
LoadFileOnFv2.c | 296 Private = (LOAD_FILE_ON_FV2_PRIVATE_DATA *)AllocateCopyPool (sizeof (mLoadFileOnFv2PrivateDataTemplate), &mLoadFileOnFv2PrivateDataTemplate);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/ |
RegularExpressionDxe.c | 176 (*Captures)[Index].CapturePtr = AllocateCopyPool (
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeExtractGuidedSectionLib/ |
DxeExtractGuidedSectionLib.c | 222 GuidData = AllocateCopyPool (sizeof (GUID), (VOID *) SectionGuid);
|
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
Mtftp6Option.c | 58 Ip6Str = (CHAR8 *) AllocateCopyPool (AsciiStrSize ((CHAR8 *) Str), Str);
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/PciHostBridgeLib/ |
PciHostBridgeLib.c | 158 DevicePath = AllocateCopyPool (sizeof mRootBridgeDevicePathTemplate,
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/ |
Tcg2ConfigDriver.c | 106 PrivateData = AllocateCopyPool (sizeof (TCG2_CONFIG_PRIVATE_DATA), &mTcg2ConfigPrivateDateTemplate);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/ |
UefiShellCommandLib.c | 546 Node->CommandString = AllocateCopyPool(StrSize(CommandString), CommandString);
812 Node->CommandString = AllocateCopyPool(StrSize(Command), Command);
817 Node->Alias = AllocateCopyPool(StrSize(Alias), Alias);
[all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
UefiShellLevel2CommandsLib.c | 332 *CleanString = AllocateCopyPool (StrSize (OriginalString), OriginalString);
|
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/ |
SystemFirmwareCommonDxe.c | 141 *PackageVersionName = AllocateCopyPool(StrSize(*PackageVersionName), *PackageVersionName);
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/ |
DxeDebugAgentLib.c | 420 mSavedIdtTable = AllocateCopyPool (mSaveIdtTableSize, (VOID *) IdtDescriptor.Base);
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
ShellProtocol.c | 466 AlignedNode = AllocateCopyPool (DevicePathNodeLength(FilePath), FilePath);
[all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/ |
UefiShellLib.c | 579 FnafPathName = AllocateCopyPool(PathLen, (UINT8 *)((FILEPATH_DEVICE_PATH*)*FilePath)->PathName);
704 FileNameCopy = AllocateCopyPool (StrSize (FileName), FileName);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/ |
Setup.c | 1041 String = AllocateCopyPool (StrSize (mUnknownString), mUnknownString);
1064 *Dest = AllocateCopyPool (StrSize (Src), Src);
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/ |
FlashUpdate.c | 855 FwVolHeader = (EFI_FIRMWARE_VOLUME_HEADER *)AllocateCopyPool (
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/ |
UfsPassThru.c | 421 DevicePathNode = AllocateCopyPool (sizeof (UFS_DEVICE_PATH), &mUfsDevicePathTemplate);
815 Private = AllocateCopyPool (sizeof (UFS_PASS_THRU_PRIVATE_DATA), &gUfsPassThruTemplate);
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
BmBootDescription.c | 497 return AllocateCopyPool (StrSize (Description), Description);
562 return AllocateCopyPool (StrSize (Description), Description);
|