Searched refs:AllocateZeroPool (Results 126 - 150 of 311) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c501 NewString = AllocateZeroPool (Len + StrSize (L"--"));
813 NewString = AllocateZeroPool (StrSize (DriverName));
835 NewString = AllocateZeroPool (StrSize (DriverName));
1194 ConfigRequest = AllocateZeroPool (Size);
1613 mCallbackInfo = AllocateZeroPool (sizeof (EFI_CALLBACK_INFO));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DInputHandler.c76 TempString = AllocateZeroPool ((Maximum + 1)* sizeof (CHAR16));
87 BufferedString = AllocateZeroPool (ScreenSize * 2);
954 StringPtr = AllocateZeroPool ((gOptionBlockWidth + 1) * 2);
992 HiiValueArray = AllocateZeroPool (OptionCount * sizeof (EFI_HII_VALUE));
1142 TempStringPtr = AllocateZeroPool (sizeof (CHAR16) * (PopUpWidth - 1));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrvCfg.c58 HandleBuffer = AllocateZeroPool(HandleBufferSize);
76 MainBuffer = AllocateZeroPool(MainBufferSize);
223 MainBuffer = AllocateZeroPool(MainBufferSize);
333 MainBuffer = AllocateZeroPool((UINTN)MainBufferSize);
1198 Language = AllocateZeroPool(StrSize(Lang));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SmbiosDxe/
H A DSmbiosDxe.c385 SmbiosEntry = AllocateZeroPool (TotalSize);
390 HandleEntry = AllocateZeroPool (sizeof(SMBIOS_HANDLE_ENTRY));
595 ResizedSmbiosEntry = AllocateZeroPool (NewEntrySize);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c188 TcgEvent = (TCG_PCR_EVENT *) AllocateZeroPool (EventSize + sizeof (TCG_PCR_EVENT));
308 TcgEvent = AllocateZeroPool (EventSize + sizeof (TCG_PCR_EVENT));
511 SectionHeader = (EFI_IMAGE_SECTION_HEADER *) AllocateZeroPool (sizeof (EFI_IMAGE_SECTION_HEADER) * Hdr.Pe32->FileHeader.NumberOfSections);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c492 WPath = AllocateZeroPool(PATH_MAX * sizeof(wchar_t) + 1);
520 NPath = AllocateZeroPool(PATH_MAX);
806 Stream = (GenericInstance *)AllocateZeroPool(sizeof(GenericInstance));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c579 Request = AllocateZeroPool (Private->BufferSize);
583 TxData = AllocateZeroPool (Private->IpChoice==PING_IP_CHOICE_IP6?sizeof (EFI_IP6_TRANSMIT_DATA):sizeof (EFI_IP4_TRANSMIT_DATA));
588 Token = AllocateZeroPool (sizeof (PING_IPX_COMPLETION_TOKEN));
675 TxInfo = AllocateZeroPool (sizeof (PING_ICMPX_TX_INFO));
994 IpXInterfaceInfo = AllocateZeroPool (IfInfoSize);
1255 Private = AllocateZeroPool (sizeof (PING_PRIVATE_DATA));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLibPrint.c426 Blt = (EFI_IMAGE_OUTPUT *) AllocateZeroPool (sizeof (EFI_IMAGE_OUTPUT));
477 Blt->Image.Bitmap = AllocateZeroPool (Blt->Width * Blt->Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
H A DConsole.c394 Line = AllocateZeroPool ((MaxLength + 3) * sizeof (CHAR16));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
H A DUsbMouseAbsolutePointer.c170 UsbMouseAbsolutePointerDevice = AllocateZeroPool (sizeof (USB_MOUSE_ABSOLUTE_POINTER_DEV));
553 ReportDesc = AllocateZeroPool (MouseHidDesc.HidClassDesc[0].DescriptorLength);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/
H A DUsbMouse.c170 UsbMouseDevice = AllocateZeroPool (sizeof (USB_MOUSE_DEV));
553 ReportDesc = AllocateZeroPool (MouseHidDesc.HidClassDesc[0].DescriptorLength);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeCorePerformanceLib/
H A DDxeCorePerformanceLib.c170 NewGaugeData = AllocateZeroPool (GaugeDataSize);
523 mGaugeData = AllocateZeroPool (sizeof (GAUGE_DATA_HEADER) + (sizeof (GAUGE_DATA_ENTRY_EX) * mMaxGaugeRecords));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
H A DLightMemoryTest.c389 ExtendedErrorData = AllocateZeroPool (sizeof (EFI_MEMORY_EXTENDED_ERROR_DATA));
570 RangeData = AllocateZeroPool (sizeof (EFI_MEMORY_RANGE_EXTENDED_DATA));
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DPolicyEntryOperation.c240 *Selector = AllocateZeroPool (sizeof (EFI_IPSEC_SPD_SELECTOR) + 2 * sizeof (EFI_IP_ADDRESS_INFO));
256 *Data = AllocateZeroPool (DataSize);
617 *SaId = AllocateZeroPool (sizeof (EFI_IPSEC_SA_ID));
687 *Data = AllocateZeroPool (DataSize);
786 AsciiStr = AllocateZeroPool (EncKeyLength + 1);
816 AsciiStr = AllocateZeroPool (AuthKeyLength + 1);
1077 *PadId = AllocateZeroPool (sizeof (EFI_IPSEC_PAD_ID));
1165 *Data = AllocateZeroPool (DataSize);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Driver.c137 Dhcp6Srv = AllocateZeroPool (sizeof (DHCP6_SERVICE));
271 Dhcp6Ins = AllocateZeroPool (sizeof (DHCP6_INSTANCE));
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/SerializeVariablesLib/
H A DSerializeVariablesLib.c379 New = AllocateZeroPool (sizeof (*New));
522 VariableName = AllocateZeroPool (VariableNameBufferSize);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c495 ConInstanceList = (ConInstance *)AllocateZeroPool(NUM_SPECIAL * sizeof(ConInstance));
496 ConReadBuf = (wchar_t *)AllocateZeroPool((MAX_INPUT + 1) * sizeof(wchar_t));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DIsaFloppy.c233 FdcDev = AllocateZeroPool (sizeof (FDC_BLK_IO_DEV));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DPerformance.c244 PerfEntriesAsDxeHandle = AllocateZeroPool (NumPerfEntries * sizeof (BOOLEAN));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.c314 HelpString = AllocateZeroPool (TempSize + StrSize (L"Device Path : "));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/
H A DDataHubStatusCodeWorker.c74 Record = (DATAHUB_STATUSCODE_RECORD *) AllocateZeroPool (sizeof (DATAHUB_STATUSCODE_RECORD) * 16);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
H A DDataHubStatusCodeWorker.c74 Record = (DATAHUB_STATUSCODE_RECORD *) AllocateZeroPool (sizeof (DATAHUB_STATUSCODE_RECORD) * 16);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/
H A DIncompatiblePciDeviceSupport.c334 AcpiPtr = AllocateZeroPool (sizeof (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR) * Index + sizeof (EFI_ACPI_END_TAG_DESCRIPTOR));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbBus.c775 Buf = AllocateZeroPool (StrDesc->Length);
903 UsbBus = AllocateZeroPool (sizeof (USB_BUS));
999 RootHub = AllocateZeroPool (sizeof (USB_DEVICE));
1006 RootIf = AllocateZeroPool (sizeof (USB_INTERFACE));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/PeiMain/
H A DPeiMain.c227 OldCoreData->PeiCodeMemoryRangeUsageBitMap = AllocateZeroPool (((PcdGet32(PcdLoadFixAddressPeiCodePageNumber)>>6) + 1)*sizeof(UINT64));

Completed in 120 milliseconds

1234567891011>>