Searched refs:AllocateZeroPool (Results 151 - 175 of 311) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Driver.c280 Instance = AllocateZeroPool (sizeof (UDP4_INSTANCE_DATA));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c314 Selection = AllocateZeroPool (sizeof (UI_MENU_SELECTION));
326 FormSet = AllocateZeroPool (sizeof (FORM_BROWSER_FORMSET));
540 ConfigResp = AllocateZeroPool (BufferSize);
679 gBannerData = AllocateZeroPool (sizeof (BANNER_DATA));
868 NewString = AllocateZeroPool (TmpSize + StrSize (Src) - 1);
1451 ConfigRequest = AllocateZeroPool ((Length + 1) * sizeof (CHAR16));
1552 TemBuffer = AllocateZeroPool (Storage->Size);
1762 Value = AllocateZeroPool (BufferLen);
1774 Value = AllocateZeroPool (BufferLen * sizeof (CHAR16));
1806 ConfigResp = AllocateZeroPool ((StrLe
[all...]
H A DUi.c195 MenuList = AllocateZeroPool (sizeof (UI_MENU_LIST));
715 MenuOption = AllocateZeroPool (sizeof (UI_MENU_OPTION));
848 TempString = AllocateZeroPool (MaximumStringSize * 2);
849 BufferedString = AllocateZeroPool (MaximumStringSize * 2);
1341 *OutputString = AllocateZeroPool (((UINTN) (LineWidth + 1) * 2));
2395 MenuUpdateEntry = AllocateZeroPool (sizeof (MENU_REFRESH_ENTRY));
2402 MenuUpdateEntry->Next = AllocateZeroPool (sizeof (MENU_REFRESH_ENTRY));
2432 MenuRefreshEntry = AllocateZeroPool (sizeof (MENU_REFRESH_ENTRY));
2439 MenuRefreshEntry->Next = AllocateZeroPool (sizeof (MENU_REFRESH_ENTRY));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c462 AllocateZeroPool ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiServicesLib/
H A DPeiServicesLib.c572 FvInfoPpi = AllocateZeroPool (sizeof (EFI_PEI_FIRMWARE_VOLUME_INFO_PPI));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DConsole.c394 Line = AllocateZeroPool ((MaxLength + 3) * sizeof (CHAR16));
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecDriver.c328 Private = AllocateZeroPool (sizeof (IPSEC_PRIVATE_DATA));
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Impl.c179 Instance->Config = AllocateZeroPool (sizeof (EFI_MTFTP6_CONFIG_DATA));
H A DMtftp6Option.c399 *OptionList = AllocateZeroPool (*OptionCount * sizeof (EFI_MTFTP6_OPTION));
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/BlockMmioToBlockIoDxe/
H A DBlockIo.c290 Private = (BLOCK_MMIO_TO_BLOCK_IO_DEVICE*) AllocateZeroPool (sizeof (Private));
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c440 SectionHeader = (EFI_IMAGE_SECTION_HEADER *) AllocateZeroPool (sizeof (EFI_IMAGE_SECTION_HEADER) * mNtHeader.Pe32->FileHeader.NumberOfSections);
833 Data = (UINT8 *) AllocateZeroPool (DataSize);
919 Data = (UINT8 *) AllocateZeroPool (DataSize);
1454 SignatureList = (EFI_SIGNATURE_LIST *) AllocateZeroPool (SignatureListSize);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c76 AppendStr = AllocateZeroPool (0x1000);
87 Str->Str = AllocateZeroPool (StringSize);
677 TargetName = AllocateZeroPool ((TargetNameLength + 1) * sizeof (CHAR16));
1100 HIDevicePath = AllocateZeroPool (sizeof (EFI_DEVICE_PATH_PROTOCOL));
1220 TempTable = AllocateZeroPool ((HandleNum + 1) * sizeof (EFI_DEVICE_PATH_PROTOCOL *));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DDmem.c68 Buffer = AllocateZeroPool(Size);
H A DEditInputBar.c309 mReturnString = AllocateZeroPool ((StringSize + 1) * sizeof(mReturnString[0]));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDevices.c190 Language = AllocateZeroPool(StrSize(Lang));
194 // Language = AllocateZeroPool(10);
H A DDh.c91 Lang = AllocateZeroPool(AsciiStrSize(CompName2->SupportedLanguages));
101 Lang = AllocateZeroPool(AsciiStrSize(Language));
906 Language = AllocateZeroPool(StrSize(Lang));
909 Language = AllocateZeroPool(10);
H A DDrivers.c226 Language = AllocateZeroPool(StrSize(Lang));
230 // Language = AllocateZeroPool(10);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DCd.c194 Drive = AllocateZeroPool(StrSize(Param1Copy));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiSortLib/
H A DUefiSortLib.c174 Buffer = AllocateZeroPool(ElementSize);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c94 FileBuffer.ListHead = AllocateZeroPool (sizeof (LIST_ENTRY));
670 Line = AllocateZeroPool (sizeof (EFI_EDITOR_LINE));
902 Buffer = AllocateZeroPool (FileSize);
1081 Line->Buffer = AllocateZeroPool (LineSize * 2 + 2);
1218 VolumeInfo = (EFI_FILE_SYSTEM_INFO *) AllocateZeroPool (Size);
1512 Cache = AllocateZeroPool (TotalSize);
1850 NewLine = AllocateZeroPool (sizeof (EFI_EDITOR_LINE));
1869 Buffer = AllocateZeroPool (2 * (NewLine->Size + 1));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c255 NewBbsDevPathNode = AllocateZeroPool (sizeof (BBS_BBS_DEVICE_PATH) + StringLen);
284 Buffer = AllocateZeroPool (BufferSize);
334 NewBootOrderList = AllocateZeroPool (*BootOrderListSize + sizeof (UINT16));
1126 DevOrder = AllocateZeroPool (TotalSize);
1299 NewDevOrder = AllocateZeroPool (TotalSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c284 NewModeBuffer = AllocateZeroPool (sizeof (GRAPHICS_CONSOLE_MODE_DATA) * (Count + 2));
1734 Blt = (EFI_IMAGE_OUTPUT *) AllocateZeroPool (sizeof (EFI_IMAGE_OUTPUT));
1752 FontInfo = (EFI_FONT_DISPLAY_INFO *) AllocateZeroPool (sizeof (EFI_FONT_DISPLAY_INFO));
1791 Blt->Image.Bitmap = AllocateZeroPool (Blt->Width * Blt->Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
2025 Package = AllocateZeroPool (PackageLength);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigNv.c86 Buffer = AllocateZeroPool (BufferSize);
887 AddressList = AllocateZeroPool (DataSize);
1462 IfrNvData = (IP6_CONFIG_IFR_NVDATA *) AllocateZeroPool (BufferSize);
1485 ConfigRequest = AllocateZeroPool (Size);
1667 IfrNvData = AllocateZeroPool (BufferSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhciSched.c35 Urb = AllocateZeroPool (sizeof (URB));
155 Urb = AllocateZeroPool (sizeof (URB));
1278 ProcBuf = AllocateZeroPool (Urb->Completed);
1824 EndpointTransferRing = AllocateZeroPool (sizeof (TRANSFER_RING));
2017 EndpointTransferRing = AllocateZeroPool (sizeof (TRANSFER_RING));
2388 EndpointTransferRing = AllocateZeroPool(sizeof (TRANSFER_RING));
2436 EndpointTransferRing = AllocateZeroPool(sizeof (TRANSFER_RING));
2580 EndpointTransferRing = AllocateZeroPool(sizeof (TRANSFER_RING));
2628 EndpointTransferRing = AllocateZeroPool(sizeof (TRANSFER_RING));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbEnumer.c102 UsbIf = AllocateZeroPool (sizeof (USB_INTERFACE));
225 Device = AllocateZeroPool (sizeof (USB_DEVICE));

Completed in 126 milliseconds

1234567891011>>