/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGlueMemoryAllocationLib.h | 31 #define AllocateCopyPool(_ALLOCATIONSIZE, _BUFFER) GlueAllocateCopyPool(_ALLOCATIONSIZE, _BUFFER)
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
UefiLib.c | 930 NewUnicodeStringTable[NumberOfEntries].Language = AllocateCopyPool (3, Language);
945 NewUnicodeStringTable[NumberOfEntries].UnicodeString = AllocateCopyPool (
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/ |
HiiString.c | 82 AllocatedLanguages = AllocateCopyPool (AsciiStrSize (SupportedLanguages), SupportedLanguages);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/ |
VlanConfigDriver.c | 180 PrivateData = AllocateCopyPool (sizeof (VLAN_CONFIG_PRIVATE_DATA), &mVlanConfigPrivateDateTemplate);
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/ |
UefiLib.c | 952 NewUnicodeStringTable[NumberOfEntries].Language = AllocateCopyPool (3, Language);
967 NewUnicodeStringTable[NumberOfEntries].UnicodeString = AllocateCopyPool (
[all...] |
/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/ |
XenPvBlkDxe.c | 284 Media = AllocateCopyPool (sizeof (EFI_BLOCK_IO_MEDIA),
|
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ |
IdeController.c | 578 *SupportedModes = AllocateCopyPool (sizeof (EFI_ATA_COLLECTIVE_MODE), &gEfiAtaCollectiveModeTemplate);
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
SecureBootConfigFileExplorer.c | 224 Extract filename from device path. The returned buffer is allocated using AllocateCopyPool.
230 @retval NULL Not enough memory resourece for AllocateCopyPool.
258 FileName = AllocateCopyPool ((Length + 1) * sizeof(CHAR16), LastMatch);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
Alias.c | 127 CleanParam2 = AllocateCopyPool (StrSize(Param2), Param2);
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesLib/ |
PeiServicesLib.c | 658 ParentFvNameValue = AllocateCopyPool (sizeof (EFI_GUID), ParentFvName);
663 ParentFileNameValue = AllocateCopyPool (sizeof (EFI_GUID), ParentFileName);
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
ShellManParser.c | 95 Buffer = AllocateCopyPool(StrSize(NameString), NameString);
97 Buffer = AllocateCopyPool(StrSize(NameString), NameString);
145 Buffer = AllocateCopyPool(StrSize(ManFileName), ManFileName);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
Mv.c | 92 SrcPathBuffer = AllocateCopyPool (StrSize (SrcPath), SrcPath);
97 CwdPathBuffer = AllocateCopyPool (StrSize (CwdPath), CwdPath);
181 DestPathCopy = AllocateCopyPool(StrSize(DestPath), DestPath);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
AtaAtapiPassThru.c | 744 Instance = AllocateCopyPool (sizeof (ATA_ATAPI_PASS_THRU_INSTANCE), &gAtaAtapiPassThruInstanceTemplate);
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/ |
UefiLib.c | 808 NewUnicodeStringTable[NumberOfEntries].Language = AllocateCopyPool (AsciiStrSize (Language), Language);
823 NewUnicodeStringTable[NumberOfEntries].UnicodeString = AllocateCopyPool (
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/ |
FrontPageCustomizedUiSupport.c | 288 gLanguageString = AllocateCopyPool (
642 DriverListPtr = AllocateCopyPool ((Count + UI_HII_DRIVER_LIST_SIZE) * sizeof (UI_HII_DRIVER_INSTANCE), gHiiDriverList);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/ |
FwVol.c | 534 CacheFfsHeader = AllocateCopyPool (WholeFileSize, CacheFfsHeader);
704 FvDevice = AllocateCopyPool (sizeof (FV_DEVICE), &mFvDevice);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/ |
GraphicsOutput.c | 64 *Info = AllocateCopyPool (*SizeOfInfo, This->Mode->Info);
431 Private = AllocateCopyPool (sizeof (mGraphicsOutputInstanceTemplate), &mGraphicsOutputInstanceTemplate);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/ |
RamDiskProtocol.c | 625 PrivateData = AllocateCopyPool (
641 RamDiskDevNode = AllocateCopyPool (
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/ |
VConfig.c | 388 StrPtr = AllocateCopyPool (StrSize (ParamStr), ParamStr);
520 StrPtr = AllocateCopyPool (StrSize (ParamStr), ParamStr);
|
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Common.c | 190 return AllocateCopyPool (IpSb->InterfaceIdLen, InterfaceId);
261 IpSb->InterfaceId = AllocateCopyPool (DataSize, &InterfaceId);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/ |
ConfigKeywordHandler.c | 290 *Keyword = AllocateCopyPool (StrSize (String), String);
345 *Value = AllocateCopyPool (StrSize (String), String);
[all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/ |
LcdGraphicsOutputDxe.c | 89 Instance = AllocateCopyPool (sizeof(LCD_INSTANCE), &mLcdTemplate);
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ |
RunAxf.c | 161 TmpFileName = AllocateCopyPool (StrSize (FileName), (VOID *)FileName);
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PlatformIntelBdsLib/ |
IntelBdsPlatform.c | 123 DevicePathStr = (CHAR16*)AllocateCopyPool ((NextDevicePathStr - DefaultConsolePaths + 1) * sizeof(CHAR16), DefaultConsolePaths);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/ |
Uc2OnUcThunk.c | 235 Private = AllocateCopyPool (sizeof (UC2_PRIVATE_DATA), &gUC2PrivateDataTemplate);
|