OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocateZeroPool
(Results
1 - 25
of
579
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]