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

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DForEach.c46 Selector = AllocateZeroPool (SelectorSize);
60 Selector = FirstGetNext ? AllocateZeroPool (SelectorSize) : AllocatePool (SelectorSize);
88 Data = AllocateZeroPool (DataSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLanguage.c71 SupportedLanguages = AllocateZeroPool (LanguageSize);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellEnvVar.c59 Buffer = AllocateZeroPool(Size);
162 VariableName = AllocateZeroPool(NameSize);
176 VarList = AllocateZeroPool(sizeof(ENV_VAR_LIST));
183 VarList->Val = AllocateZeroPool(ValSize);
192 VarList->Key = AllocateZeroPool(StrSize(VariableName));
320 Node = AllocateZeroPool(sizeof(ENV_VAR_LIST));
322 Node->Key = AllocateZeroPool((StrStr(CurrentString, L"=") - CurrentString + 1) * sizeof(CHAR16));
327 Node->Val = AllocateZeroPool(NewSize);
333 VarList = AllocateZeroPool(sizeof(ENV_VAR_LIST));
H A DShellManParser.c42 Buffer = AllocateZeroPool(StrSize(ManFileName));
47 Buffer = AllocateZeroPool(StrSize(ManFileName) + 4*sizeof(CHAR16));
280 ReadLine = AllocateZeroPool(Size);
387 TitleString = AllocateZeroPool((7*sizeof(CHAR16)) + StrSize(Command));
413 *BriefDesc = AllocateZeroPool(*BriefSize);
482 ReadLine = AllocateZeroPool(Size);
487 TitleString = AllocateZeroPool((4*sizeof(CHAR16)) + StrSize(Command));
523 *BriefDesc = AllocateZeroPool(*BriefSize);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A Drealpath.c48 Temp = AllocateZeroPool((1+AsciiStrLen(file_name))*sizeof(CHAR16));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DCapsules.c97 CapsulePtr = (VOID **) AllocateZeroPool (sizeof (VOID *) * CapsuleTotalNumber);
99 CapsulePtrCache = (VOID **) AllocateZeroPool (sizeof (VOID *) * CapsuleTotalNumber);
101 CapsuleGuidCache = (EFI_GUID *) AllocateZeroPool (sizeof (EFI_GUID) * CapsuleTotalNumber);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupport.c53 PrivateData = AllocateZeroPool (sizeof (EFI_ACPI_SUPPORT_INSTANCE));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiTable.c52 PrivateData = AllocateZeroPool (sizeof (EFI_ACPI_TABLE_INSTANCE));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/StatusCodeHandler/Smm/
H A DMemoryStatusCodeWorker.c33 mSmmMemoryStatusCodeTable = (RUNTIME_MEMORY_STATUSCODE_HEADER *)AllocateZeroPool (sizeof (RUNTIME_MEMORY_STATUSCODE_HEADER) + PcdGet16 (PcdStatusCodeMemorySize) * 1024);
/vbox/src/VBox/Devices/EFI/Firmware/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);
226 Fragments = (NET_FRAGMENT *) AllocateZeroPool ((1 + NumPayloads) * sizeof (NET_FRAGMENT));
H A DIkeCommon.c65 Nonce = AllocateZeroPool (NonceSize);
126 IkePayload = (IKE_PAYLOAD *) AllocateZeroPool (sizeof (IKE_PAYLOAD));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMisc.c37 Dest = AllocateZeroPool (sizeof (EFI_EDITOR_LINE));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DGetPass.c35 ReturnStringAscii = AllocateZeroPool((StrLen(ReturnString)+1)*sizeof(CHAR8));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiDecompress.c125 InBuffer = AllocateZeroPool(InSize);
136 OutBuffer = AllocateZeroPool(OutSize);
137 ScratchBuffer = AllocateZeroPool(ScratchSize);
H A DSetVar.c108 Buffer = AllocateZeroPool(Size);
156 Buffer = AllocateZeroPool((StrLen(Data) / 2));
178 Buffer = AllocateZeroPool(Size);
187 Buffer = AllocateZeroPool(StrSize(Data) / 2);
207 Buffer = AllocateZeroPool(StrSize(Data));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c79 MenuEntry = AllocateZeroPool (sizeof (BM_MENU_ENTRY));
84 MenuEntry->VariableContext = AllocateZeroPool (ContextSize);
285 Buffer = AllocateZeroPool (BlkIo->Media->BlockSize);
384 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR);
432 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR);
491 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR);
601 DirInfo = AllocateZeroPool (DirBufferSize);
663 NewMenuEntry->DisplayString = AllocateZeroPool (BufferSize);
931 LoadOption = AllocateZeroPool (BootOptionSize);
1017 NewLoadContext->Description = AllocateZeroPool (StrSiz
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrvDiag.c96 DriverHandleList = AllocateZeroPool(2*sizeof(EFI_HANDLE));
111 ControllerHandleList = AllocateZeroPool(2*sizeof(EFI_HANDLE));
120 ChildHandleList = AllocateZeroPool(2*sizeof(EFI_HANDLE));
185 Language = AllocateZeroPool(AsciiStrSize(DriverDiagnostics2->SupportedLanguages));
195 Language = AllocateZeroPool(AsciiStrSize(Lang));
224 Language = AllocateZeroPool(AsciiStrSize(DriverDiagnostics2->SupportedLanguages));
234 Language = AllocateZeroPool(AsciiStrSize(Lang));
434 Language = AllocateZeroPool(StrSize(Lang));
/vbox/src/VBox/Devices/EFI/Firmware/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...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c58 Dest = AllocateZeroPool (Size);
105 *Buffer = AllocateZeroPool (BufferSize);
149 Str = AllocateZeroPool (Size1 + Size2 + sizeof (CHAR16));
152 TmpStr = AllocateZeroPool (Size1 + Size2 + sizeof (CHAR16));
220 MenuEntry = AllocateZeroPool (sizeof (SECUREBOOT_MENU_ENTRY));
226 MenuEntry->FileContext = AllocateZeroPool (ContextSize);
701 Buffer = AllocateZeroPool (BlkIo->Media->BlockSize);
800 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR);
889 DirInfo = AllocateZeroPool (DirBufferSize);
939 NewMenuEntry->DisplayString = AllocateZeroPool (BufferSiz
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c284 Palette = AllocateZeroPool (PaletteSize);
369 Palette = AllocateZeroPool (PaletteSize);
443 Palette = AllocateZeroPool (PaletteSize);
670 ImageBlock = (UINT8 *) AllocateZeroPool (BlockSize);
688 NewBlock = AllocateZeroPool (NewBlockSize);
707 ImagePackage = (HII_IMAGE_PACKAGE_INSTANCE *) AllocateZeroPool (sizeof (HII_IMAGE_PACKAGE_INSTANCE));
735 ImagePackage->ImageBlock = (UINT8 *) AllocateZeroPool (BlockSize);
745 NewBlock = AllocateZeroPool (NewBlockSize);
903 Image->Bitmap = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) AllocateZeroPool (ImageLength);
960 Image->Bitmap = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) AllocateZeroPool (ImageLengt
[all...]
H A DConfigRouting.c126 DevicePathBuffer = (UINT8 *) AllocateZeroPool ((Length + 1) / 2);
252 Str = AllocateZeroPool (Length * sizeof (CHAR16));
469 Str = (EFI_STRING) AllocateZeroPool (Length * sizeof (CHAR16));
478 Buf = (UINT8 *) AllocateZeroPool (Length);
572 AltConfigHdr = AllocateZeroPool ((1 + HeaderLength + 8 + 4 + 1) * sizeof (CHAR16));
675 DefaultValueArray = AllocateZeroPool (sizeof (IFR_DEFAULT_DATA));
907 VarStoreName = AllocateZeroPool (AsciiStrSize ((CHAR8 *)IfrEfiVarStore->Name) * sizeof (CHAR16));
918 TempStr = AllocateZeroPool (LengthString * sizeof (CHAR16));
929 *EfiVarStore = (EFI_IFR_VARSTORE_EFI *) AllocateZeroPool (IfrOpHdr->Length);
1047 VarStoreName = AllocateZeroPool (AsciiStrSiz
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4ConfigNv.c226 NicInfo = AllocateZeroPool (sizeof (NIC_IP4_CONFIG_INFO) + 2 * sizeof (EFI_IP4_ROUTE_TABLE));
376 IfrDeviceNvData = AllocateZeroPool (NIC_ITEM_CONFIG_SIZE);
397 ConfigRequest = AllocateZeroPool (Size);
433 IfrFormNvData = AllocateZeroPool (sizeof (IP4_CONFIG_IFR_NVDATA));
449 ConfigRequest = AllocateZeroPool (Size);
487 *Results = AllocateZeroPool (Size * sizeof (CHAR16));
586 IfrFormNvData = AllocateZeroPool (sizeof (IP4_CONFIG_IFR_NVDATA));
607 IfrDeviceNvData = AllocateZeroPool (NIC_ITEM_CONFIG_SIZE);
695 IfrFormNvData = AllocateZeroPool (sizeof (IP4_CONFIG_IFR_NVDATA));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c243 NameValueNode = AllocateZeroPool (sizeof (NAME_VALUE_NODE));
248 NameValueNode->Value = AllocateZeroPool (0x10);
250 NameValueNode->EditValue = AllocateZeroPool (0x10);
276 Expression = AllocateZeroPool (sizeof (FORM_EXPRESSION));
300 Storage = AllocateZeroPool (sizeof (FORMSET_STORAGE));
424 NewStr = AllocateZeroPool (StringSize + CONFIG_REQUEST_STRING_INCREMENTAL * sizeof (CHAR16));
456 ConfigInfo = AllocateZeroPool(sizeof (FORM_BROWSER_CONFIG_REQUEST));
473 NewStr = AllocateZeroPool (StringSize + CONFIG_REQUEST_STRING_INCREMENTAL * sizeof (CHAR16));
980 FormSet->StatementBuffer = AllocateZeroPool (NumberOfStatement * sizeof (FORM_BROWSER_STATEMENT));
986 FormSet->ExpressionBuffer = AllocateZeroPool (NumberOfExpressio
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.c84 Duid = AllocateZeroPool (2 + 2 + sizeof (EFI_GUID));
133 Duid = AllocateZeroPool (10 + Mode->HwAddressSize);
193 DstCfg->SolicitRetransmission = AllocateZeroPool (sizeof (EFI_DHCP6_RETRANSMISSION));
212 DstCfg->OptionList = AllocateZeroPool (OptionListSize);
224 DstCfg->OptionList[Index] = AllocateZeroPool (OptionSize);
503 IaCopy = AllocateZeroPool (IaCopySize);
1061 Ia = AllocateZeroPool (IaSize);
1128 Instance->CacheIa = AllocateZeroPool (IaSize);
1164 NewIa = AllocateZeroPool (NewIaSize);

Completed in 111 milliseconds

1234567891011>>