Searched refs:AllocateZeroPool (Results 1 - 25 of 573) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
H A Drealpath.c45 Temp = AllocateZeroPool((1+AsciiStrLen(file_name))*sizeof(CHAR16));
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
H A DForEach.c46 Selector = AllocateZeroPool (SelectorSize);
60 Selector = FirstGetNext ? AllocateZeroPool (SelectorSize) : AllocatePool (SelectorSize);
88 Data = AllocateZeroPool (DataSize);
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type32/
H A DMiscBootInformationFunction.c55 SmbiosRecord = AllocateZeroPool(sizeof (SMBIOS_TABLE_TYPE32) + 1 + 1);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLanguage.c71 SupportedLanguages = AllocateZeroPool (LanguageSize);
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type38/
H A DMiscIpmiDeviceInformationFunction.c62 SmbiosRecord = AllocateZeroPool(sizeof (SMBIOS_TABLE_TYPE38) + 1 + 1);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/HiiLib/
H A DHiiLib.c53 HiiPackages = AllocateZeroPool (sizeof (EFI_HII_PACKAGES) + NumberOfPackages * sizeof (VOID *));
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
H A DMemoryAllocationLib.c58 AllocateZeroPool ( function
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupport.c53 PrivateData = AllocateZeroPool (sizeof (EFI_ACPI_SUPPORT_INSTANCE));
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiTable.c52 PrivateData = AllocateZeroPool (sizeof (EFI_ACPI_TABLE_INSTANCE));
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/
H A DMemoryStatusCodeWorker.c36 mSmmMemoryStatusCodeTable = (RUNTIME_MEMORY_STATUSCODE_HEADER *)AllocateZeroPool (sizeof (RUNTIME_MEMORY_STATUSCODE_HEADER) + PcdGet16 (PcdStatusCodeMemorySize) * 1024);
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
H A DIkePacket.c32 IkePacket = (IKE_PACKET *) AllocateZeroPool (sizeof (IKE_PACKET));
40 IkePacket->Header = (IKE_HEADER *) AllocateZeroPool (sizeof (IKE_HEADER));
153 IkePacket->PayloadsBuf = (UINT8 *) AllocateZeroPool (IkePacket->PayloadTotalSize);
233 Fragments = (NET_FRAGMENT *) AllocateZeroPool ((1 + NumPayloads) * sizeof (NET_FRAGMENT));
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMisc.c36 Dest = AllocateZeroPool (sizeof (EFI_EDITOR_LINE));
/device/linaro/bootloader/edk2/StdLib/PosixLib/GetPass/
H A DGetPass.c35 ReturnStringAscii = AllocateZeroPool((StrLen(ReturnString)+1)*sizeof(CHAR8));
/device/linaro/bootloader/edk2/NetworkPkg/TlsDxe/
H A DTlsImpl.c76 BufferIn = AllocateZeroPool (BufferInSize);
94 BufferOut = AllocateZeroPool (MAX_BUFFER_SIZE);
142 *FragmentTable = AllocateZeroPool (sizeof (EFI_TLS_FRAGMENT_DATA));
227 BufferIn = AllocateZeroPool (BufferInSize);
245 BufferOut = AllocateZeroPool (MAX_BUFFER_SIZE);
301 *FragmentTable = AllocateZeroPool (sizeof (EFI_TLS_FRAGMENT_DATA));
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DShellEnvVar.c59 Buffer = AllocateZeroPool(Size);
151 VariableName = AllocateZeroPool(NameBufferSize);
166 VariableName = AllocateZeroPool(NameBufferSize);
176 VarList = AllocateZeroPool(sizeof(ENV_VAR_LIST));
184 VarList->Val = AllocateZeroPool (ValSize + sizeof (CHAR16));
197 VarList->Val = AllocateZeroPool (ValBufferSize + sizeof (CHAR16));
335 Node = AllocateZeroPool(sizeof(ENV_VAR_LIST));
341 Node->Key = AllocateZeroPool((StrStr(CurrentString, L"=") - CurrentString + 1) * sizeof(CHAR16));
371 VarList = AllocateZeroPool(sizeof(ENV_VAR_LIST));
496 Node = (ENV_VAR_LIST*)AllocateZeroPool (sizeo
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/HttpUtilitiesDxe/
H A DHttpUtilitiesProtocol.c116 TempHeaderFields = AllocateZeroPool (SeedFieldCount * sizeof(EFI_HTTP_HEADER));
146 NewHeaderFields = AllocateZeroPool ((TempFieldCount + AppendCount) * sizeof (EFI_HTTP_HEADER));
210 *NewMessage = AllocateZeroPool (*NewMessageSize);
314 TempHttpMessage = AllocateZeroPool (HttpMessageSize);
346 *HeaderFields = AllocateZeroPool ((*FieldCount) * sizeof(EFI_HTTP_HEADER));
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBmLib.c102 *Buffer = AllocateZeroPool (BufferSize);
250 Dest = AllocateZeroPool (Size);
349 NewPool = AllocateZeroPool (NewSize);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DCapsules.c99 CapsulePtr = (VOID **) AllocateZeroPool (sizeof (VOID *) * CapsuleTotalNumber);
101 CapsulePtrCache = (VOID **) AllocateZeroPool (sizeof (VOID *) * CapsuleTotalNumber);
103 CapsuleGuidCache = (EFI_GUID *) AllocateZeroPool (sizeof (EFI_GUID) * CapsuleTotalNumber);
/device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
H A DDriver.c59 Instance = AllocateZeroPool (sizeof (HASH2_INSTANCE_DATA));
219 Hash2ServiceData = AllocateZeroPool (sizeof (HASH2_SERVICE_DATA));
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
H A DDxeException.c121 ExternalInterruptHandler = AllocateZeroPool (sizeof (EFI_CPU_INTERRUPT_HANDLER) * CPU_INTERRUPT_NUM);
135 IdtTable = AllocateZeroPool (sizeof (IA32_IDT_GATE_DESCRIPTOR) * CPU_INTERRUPT_NUM);
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
H A DTlsAuthConfigDxe.c101 PrivateData = AllocateZeroPool (sizeof (TLS_AUTH_CONFIG_PRIVATE_DATA));
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
H A DUndiAipImpl.c66 *InformationBlock = AllocateZeroPool (*InformationBlockSize);
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileAdd.c131 NewUserInfo = AllocateZeroPool (sizeof (EFI_USER_INFO) + UserNameLen);
185 NewUserInfo = AllocateZeroPool (
230 NewUserInfo = AllocateZeroPool (
272 NewUserInfo = AllocateZeroPool (
H A DUserProfileModify.c148 Info = AllocateZeroPool (MemSize);
176 Info = AllocateZeroPool (MemSize);
215 mUserInfo.AccessPolicy = AllocateZeroPool (DataLen);
225 mUserInfo.IdentityPolicy = AllocateZeroPool (DataLen);
263 Str = AllocateZeroPool (DateBufLen);
344 TmpStr = AllocateZeroPool (StrLength);
698 mAccessInfo.LoadForbid = AllocateZeroPool (ValLen);
711 mAccessInfo.LoadPermit = AllocateZeroPool (ValLen);
724 mAccessInfo.ConnectForbid = AllocateZeroPool (ValLen);
737 mAccessInfo.ConnectPermit = AllocateZeroPool (ValLe
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/PeiMain/
H A DPeiMain.c255 OldCoreData->PeiCodeMemoryRangeUsageBitMap = AllocateZeroPool (((PcdGet32(PcdLoadFixAddressPeiCodePageNumber)>>6) + 1)*sizeof(UINT64));
322 PrivateData.PpiData.PpiListPtrs = AllocateZeroPool (sizeof (PEI_PPI_LIST_POINTERS) * PcdGet32 (PcdPeiCoreMaxPpiSupported));
324 PrivateData.Fv = AllocateZeroPool (sizeof (PEI_CORE_FV_HANDLE) * PcdGet32 (PcdPeiCoreMaxFvSupported));
326 PrivateData.Fv[0].PeimState = AllocateZeroPool (sizeof (UINT8) * PcdGet32 (PcdPeiCoreMaxPeimPerFv) * PcdGet32 (PcdPeiCoreMaxFvSupported));
328 PrivateData.Fv[0].FvFileHandles = AllocateZeroPool (sizeof (EFI_PEI_FILE_HANDLE) * PcdGet32 (PcdPeiCoreMaxPeimPerFv) * PcdGet32 (PcdPeiCoreMaxFvSupported));
334 PrivateData.UnknownFvInfo = AllocateZeroPool (sizeof (PEI_CORE_UNKNOW_FORMAT_FV_INFO) * PcdGet32 (PcdPeiCoreMaxFvSupported));
336 PrivateData.CurrentFvFileHandles = AllocateZeroPool (sizeof (EFI_PEI_FILE_HANDLE) * PcdGet32 (PcdPeiCoreMaxPeimPerFv));

Completed in 161 milliseconds

1234567891011>>