Searched refs:AllocateZeroPool (Results 51 - 75 of 311) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6.c137 Str = (CHAR16 *) AllocateZeroPool (StrSize (String));
145 ArgNode = (ARG_LIST *) AllocateZeroPool (sizeof (ARG_LIST));
157 ArgNode->Next = (ARG_LIST *) AllocateZeroPool (sizeof (ARG_LIST));
396 AddrBuf = AllocateZeroPool (AddrCnt * sizeof (EFI_IP6_CONFIG_MANUAL_ADDRESS));
498 AddrBuf = AllocateZeroPool (AddrCnt * sizeof (EFI_IPv6_ADDRESS));
566 *IfId = AllocateZeroPool (sizeof (EFI_IP6_CONFIG_INTERFACE_ID));
726 IfInfo = AllocateZeroPool (DataSize);
770 IfCb = AllocateZeroPool (sizeof (IFCONFIG6_INTERFACE_CB) + DataSize);
803 IfCb->IfId = AllocateZeroPool (DataSize);
1323 IfInfo = AllocateZeroPool (DataSiz
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c328 TempString = AllocateZeroPool(Size);
693 ShellInfoObject.ShellInitSettings.FileName = AllocateZeroPool(StrSize(TempConst));
805 FileStringPath = AllocateZeroPool(NewSize);
937 CmdLine = AllocateZeroPool (BufferSize);
993 BufferListEntry = AllocateZeroPool(sizeof(BUFFER_LIST));
1013 Node = AllocateZeroPool(sizeof(BUFFER_LIST));
1015 Node->Buffer = AllocateZeroPool(StrSize(Buffer));
1048 *CommandString = AllocateZeroPool(StrSize(NewString));
1147 NewCommandLine1 = AllocateZeroPool(NewSize);
1148 NewCommandLine2 = AllocateZeroPool(NewSiz
[all...]
H A DShellProtocol.c529 NewPath = AllocateZeroPool(Size);
717 Lang = AllocateZeroPool(AsciiStrSize(CompName2->SupportedLanguages));
727 Lang = AllocateZeroPool(AsciiStrSize(Language));
776 Lang = AllocateZeroPool(AsciiStrSize(CompName2->SupportedLanguages));
786 Lang = AllocateZeroPool(AsciiStrSize(Language));
1740 NewNode = AllocateZeroPool(sizeof(EFI_SHELL_FILE_INFO));
1744 NewNode->FullName = AllocateZeroPool(StrSize(Node->FullName));
1746 NewNode->FileName = AllocateZeroPool(StrSize(Node->FileName));
1747 NewNode->Info = AllocateZeroPool((UINTN)Node->Info->Size);
1798 ShellFileListItem = AllocateZeroPool(sizeo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Impl.c312 Dhcp6ModeData->ClientId = AllocateZeroPool (IdSize);
330 Dhcp6ModeData->Ia = AllocateZeroPool (IaSize);
345 Dhcp6ModeData->Ia->ReplyPacket = AllocateZeroPool (Ia->ReplyPacket->Size);
491 Instance->Config = AllocateZeroPool (sizeof (EFI_DHCP6_CONFIG_DATA));
508 Instance->IaCb.Ia = AllocateZeroPool (sizeof(EFI_DHCP6_IA));
642 InfCb = AllocateZeroPool (sizeof(DHCP6_INF_CB));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c242 Buffer = AllocateZeroPool (MaxSize);
331 EncodedPassword = AllocateZeroPool (PasswordMaxSize);
409 Configuration = AllocateZeroPool (sizeof (DRIVER_SAMPLE_CONFIGURATION));
531 Str = (EFI_STRING) AllocateZeroPool (Length * sizeof (CHAR16));
540 Buf = (UINT8 *) AllocateZeroPool (Length);
597 StringPtr = AllocateZeroPool (NewLen);
841 ConfigRequest = AllocateZeroPool (Size);
879 ConfigRequest = AllocateZeroPool (Size);
908 *Results = AllocateZeroPool (BufferSize);
1494 Configuration = AllocateZeroPool (sizeo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiCHAP.c177 Data = AllocateZeroPool (Len);
383 Response = AllocateZeroPool (RspLen);
389 Challenge = AllocateZeroPool (ChallengeLen);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DLoadPciRom.c148 File1Buffer = AllocateZeroPool (SourceSize);
299 DecompressedImageBuffer = AllocateZeroPool (DestinationSize);
301 Scratch = AllocateZeroPool (ScratchSize);
H A DEditMenuBar.c53 MenuItems = AllocateZeroPool((NumItems+1) * sizeof(EDITOR_MENU_ITEM));
H A DDmpStore.c70 FoundVarName = AllocateZeroPool(Size);
79 DataBuffer = AllocateZeroPool(DataSize);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVol.c248 FwCache = AllocateZeroPool ((UINTN) FwVolHeader->FvLength);
397 FreeSpaceEntry = AllocateZeroPool (sizeof (FREE_SPACE_ENTRY));
474 FfsFileEntry = AllocateZeroPool (sizeof (FFS_FILE_LIST_ENTRY));
595 FvDevice = AllocateZeroPool (sizeof (FV_DEVICE));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DString.c84 LocalFont = (HII_FONT_INFO *) AllocateZeroPool (sizeof (HII_FONT_INFO));
222 *StringFontInfo = (EFI_FONT_INFO *) AllocateZeroPool (GlobalFont->FontInfoSize);
505 FontInfo = (EFI_FONT_INFO *) AllocateZeroPool (FontInfoSize);
794 StringBlock = (UINT8 *) AllocateZeroPool (NewBlockSize);
991 Block = AllocateZeroPool (BlockSize);
1028 Block = AllocateZeroPool (BlockSize);
1069 Block = AllocateZeroPool (BlockSize);
1259 StringBlock = (UINT8 *) AllocateZeroPool (OldBlockSize + Ucs2BlockSize);
1309 StringPackage = AllocateZeroPool (sizeof (HII_STRING_PACKAGE_INSTANCE));
1324 StringPackage->StringPkgHdr = AllocateZeroPool (HeaderSiz
[all...]
H A DFont.c68 GlyphInfo = (HII_GLYPH_INFO *) AllocateZeroPool (sizeof (HII_GLYPH_INFO));
221 *GlyphBuffer = (UINT8 *) AllocateZeroPool (EFI_GLYPH_HEIGHT);
242 *GlyphBuffer = (UINT8 *) AllocateZeroPool (EFI_GLYPH_HEIGHT * 2);
626 *GlyphBuffer = (UINT8 *) AllocateZeroPool (BufferLen);
940 *FontInfo = (EFI_FONT_INFO *) AllocateZeroPool (FontInfoLen);
986 Info = (EFI_FONT_DISPLAY_INFO *) AllocateZeroPool (InfoSize);
1646 Image = AllocateZeroPool (sizeof (EFI_IMAGE_OUTPUT));
1652 Image->Image.Bitmap = AllocateZeroPool (Image->Width * Image->Height *sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
1666 GlyphBuf = (UINT8 **) AllocateZeroPool (StrLength * sizeof (UINT8 *));
1668 Cell = (EFI_HII_GLYPH_INFO *) AllocateZeroPool (StrLengt
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpVlan.c283 Buffer = AllocateZeroPool (BufferSize);
455 NewVariable = AllocateZeroPool ((NumberOfVlan + 1) * sizeof (VLAN_TCI));
546 VlanData = AllocateZeroPool (*NumberOfVlan * sizeof (EFI_VLAN_FIND_DATA));
571 VlanData = AllocateZeroPool (sizeof (EFI_VLAN_FIND_DATA));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DMemoryAllocationLib.h269 AllocateZeroPool (
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c223 Info = AllocateZeroPool (InfoSize);
250 *AccessControl = AllocateZeroPool (Access->Size);
511 BootOrderList = AllocateZeroPool (BootOrderListSize);
626 CurImageInfo->ImageDevicePath = AllocateZeroPool (PathSize);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/BaseSortLib/
H A DBaseSortLib.c163 Buffer = AllocateZeroPool(ElementSize);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMv.c150 DestPath = AllocateZeroPool(StrSize(Cwd));
174 DestPath = AllocateZeroPool(NewSize);
205 DestPath = AllocateZeroPool(StrSize(Node->FullName)+sizeof(CHAR16));
328 NewFileInfo = AllocateZeroPool(NewSize);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DAlias.c43 Alias = AllocateZeroPool(StrSize(ConstAllAliasList));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Utility/
H A DDevGenisis.c103 Node = (DeviceNode *)AllocateZeroPool(sizeof(DeviceNode));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c127 Buffer = (EFI_HANDLE*)AllocateZeroPool(BufferSize);
1369 NewInfo = AllocateZeroPool(sizeof(EFI_SHELL_FILE_INFO));
1388 NewInfo->FullName = AllocateZeroPool(StrSize(OldInfo->FullName));
1389 NewInfo->FileName = AllocateZeroPool(StrSize(OldInfo->FileName));
1390 NewInfo->Info = AllocateZeroPool((UINTN)OldInfo->Info->Size);
1460 *ListHead = (EFI_SHELL_FILE_INFO*)AllocateZeroPool(sizeof(EFI_SHELL_FILE_INFO));
1501 *ListHead = (EFI_SHELL_FILE_INFO *)AllocateZeroPool(sizeof(EFI_SHELL_FILE_INFO));
1624 TestPath = AllocateZeroPool(Size);
1648 TestPath = AllocateZeroPool(Size);
1730 TestPath = AllocateZeroPool(Siz
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DHandle.c262 Prot = AllocateZeroPool (sizeof(PROTOCOL_INTERFACE));
273 Handle = AllocateZeroPool (sizeof(IHANDLE));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeSmmPerformanceLib/
H A DDxeSmmPerformanceLib.c268 mGaugeData = AllocateZeroPool(DataSize);
338 mGaugeDataEx = AllocateZeroPool(DataSize);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Driver.c145 Udp6Service = AllocateZeroPool (sizeof (UDP6_SERVICE_DATA));
308 Instance = AllocateZeroPool (sizeof (UDP6_INSTANCE_DATA));
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DModifyIdentityPolicy.c225 NewPolicyInfo = AllocateZeroPool (NewPolicyInfoLen);
454 Info = AllocateZeroPool (sizeof (EFI_USER_INFO) + mUserInfo.NewIdentityPolicyLen);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigMisc.c72 Buffer = AllocateZeroPool(BufferSize);
182 Buffer = (CHAR16 *) AllocateZeroPool (sizeof (CHAR16) * (StrLen + 1));

Completed in 138 milliseconds

1234567891011>>