HomeSort by relevance Sort by last modified time
    Searched refs:AllocateZeroPool (Results 1 - 25 of 579) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
realpath.c 45 Temp = AllocateZeroPool((1+AsciiStrLen(file_name))*sizeof(CHAR16));
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
ForEach.c 46 Selector = AllocateZeroPool (SelectorSize);
60 Selector = FirstGetNext ? AllocateZeroPool (SelectorSize) : AllocatePool (SelectorSize);
88 Data = AllocateZeroPool (DataSize);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type32/
MiscBootInformationFunction.c 55 SmbiosRecord = AllocateZeroPool(sizeof (SMBIOS_TABLE_TYPE32) + 1 + 1);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
HiiLanguage.c 71 SupportedLanguages = AllocateZeroPool (LanguageSize);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type38/
MiscIpmiDeviceInformationFunction.c 62 SmbiosRecord = AllocateZeroPool(sizeof (SMBIOS_TABLE_TYPE38) + 1 + 1);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/HiiLib/
HiiLib.c 53 HiiPackages = AllocateZeroPool (sizeof (EFI_HII_PACKAGES) + NumberOfPackages * sizeof (VOID *));
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
MemoryAllocationLib.c 58 AllocateZeroPool (
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
AcpiSupport.c 53 PrivateData = AllocateZeroPool (sizeof (EFI_ACPI_SUPPORT_INSTANCE));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiTable.c 52 PrivateData = AllocateZeroPool (sizeof (EFI_ACPI_TABLE_INSTANCE));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/
MemoryStatusCodeWorker.c 36 mSmmMemoryStatusCodeTable = (RUNTIME_MEMORY_STATUSCODE_HEADER *)AllocateZeroPool (sizeof (RUNTIME_MEMORY_STATUSCODE_HEADER) + PcdGet16 (PcdStatusCodeMemorySize) * 1024);
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkePacket.c 32 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/
Misc.c 36 Dest = AllocateZeroPool (sizeof (EFI_EDITOR_LINE));
  /device/linaro/bootloader/edk2/StdLib/PosixLib/GetPass/
GetPass.c 35 ReturnStringAscii = AllocateZeroPool((StrLen(ReturnString)+1)*sizeof(CHAR8));
  /device/linaro/bootloader/edk2/NetworkPkg/TlsDxe/
TlsImpl.c 76 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/
ShellEnvVar.c 59 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 (sizeof(ENV_VAR_LIST));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpUtilitiesDxe/
HttpUtilitiesProtocol.c 116 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/
BmLib.c 102 *Buffer = AllocateZeroPool (BufferSize);
250 Dest = AllocateZeroPool (Size);
349 NewPool = AllocateZeroPool (NewSize);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Capsules.c 99 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/
Driver.c 59 Instance = AllocateZeroPool (sizeof (HASH2_INSTANCE_DATA));
219 Hash2ServiceData = AllocateZeroPool (sizeof (HASH2_SERVICE_DATA));
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
DxeException.c 121 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/
TlsAuthConfigDxe.c 101 PrivateData = AllocateZeroPool (sizeof (TLS_AUTH_CONFIG_PRIVATE_DATA));
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
UndiAipImpl.c 66 *InformationBlock = AllocateZeroPool (*InformationBlockSize);
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileAdd.c 131 NewUserInfo = AllocateZeroPool (sizeof (EFI_USER_INFO) + UserNameLen);
185 NewUserInfo = AllocateZeroPool (
230 NewUserInfo = AllocateZeroPool (
272 NewUserInfo = AllocateZeroPool (
UserProfileModify.c 148 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 (ValLen);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/PeiMain/
PeiMain.c 255 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 1072 milliseconds

1 2 3 4 5 6 7 8 91011>>