Searched refs:AllocateZeroPool (Results 76 - 100 of 311) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DFileImage.c123 HFileImage.FileName = AllocateZeroPool (2 * (Size + 1));
342 Buffer = AllocateZeroPool (TotalSize);
H A DMemImage.c198 Buffer = AllocateZeroPool (Size);
316 Buffer = AllocateZeroPool (Size);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDevTree.c104 FormatString = AllocateZeroPool(StrSize(HiiString) + (10)*sizeof(FormatString[0]));
206 Language = AllocateZeroPool(StrSize(Lang));
210 // Language = AllocateZeroPool(10);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c159 DevicePathList = AllocateZeroPool(sizeof(EFI_DEVICE_PATH_PROTOCOL*) * Count);
332 NewSpecific = AllocateZeroPool(StrSize(Specific) + sizeof(CHAR16));
603 HandleBuffer = AllocateZeroPool(BufferSize);
646 HandleBuffer = AllocateZeroPool(BufferSize);
798 HandleBuffer = AllocateZeroPool(BufferSize);
838 HandleBuffer = AllocateZeroPool(BufferSize);
910 NewSName = AllocateZeroPool(StrSize(SName) + sizeof(CHAR16));
963 NewSName = AllocateZeroPool(StrSize(SName) + sizeof(CHAR16));
H A DVol.c93 SysInfo = AllocateZeroPool(SysInfoSize);
151 SysInfo = AllocateZeroPool(SysInfoSize);
H A DLs.c123 SysInfo = AllocateZeroPool(SysInfoSize);
148 SysInfo = AllocateZeroPool(SysInfoSize);
351 DirectoryName = AllocateZeroPool(LongestPath + 2*sizeof(CHAR16));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DGpt.c253 PrimaryHeader = AllocateZeroPool (sizeof (EFI_PARTITION_TABLE_HEADER));
258 BackupHeader = AllocateZeroPool (sizeof (EFI_PARTITION_TABLE_HEADER));
324 PEntryStatus = AllocateZeroPool (PrimaryHeader->NumberOfPartitionEntries * sizeof (EFI_PARTITION_ENTRY_STATUS));
440 PartHdr = AllocateZeroPool (BlockSize);
573 PartHdr = AllocateZeroPool (BlockSize);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiFileHandleLib/
H A DUefiFileHandleLib.c76 FileInfo = AllocateZeroPool(FileInfoSize);
492 *Buffer = AllocateZeroPool(BufferSize);
770 *Destination = AllocateZeroPool(Count+sizeof(CHAR16));
912 RetVal = AllocateZeroPool(Size);
1095 Buffer = AllocateZeroPool (PcdGet16 (PcdShellPrintBufferSize));
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DGpt.c280 PrimaryHeader = AllocateZeroPool (sizeof (EFI_PARTITION_TABLE_HEADER));
285 BackupHeader = AllocateZeroPool (sizeof (EFI_PARTITION_TABLE_HEADER));
351 PEntryStatus = AllocateZeroPool (PrimaryHeader->NumberOfPartitionEntries * sizeof (EFI_PARTITION_ENTRY_STATUS));
467 PartHdr = AllocateZeroPool (BlockSize);
600 PartHdr = AllocateZeroPool (BlockSize);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c386 TabStr = AllocateZeroPool (*BufferSize);
390 TabOutputStr = AllocateZeroPool (*BufferSize);
1023 NewBuffer = AllocateZeroPool(NewSize + *BufferSize + sizeof(CHAR16));
1070 NewBuffer = AllocateZeroPool(NewSize + *BufferSize);
1111 EnvFileInterface = AllocateZeroPool(sizeof(EFI_FILE_PROTOCOL_ENVIRONMENT)+StrSize(EnvName));
1357 AsciiBuffer = AllocateZeroPool(*BufferSize);
1438 FileInterface = AllocateZeroPool(sizeof(EFI_FILE_PROTOCOL_MEM));
1639 AsciiBuffer = AllocateZeroPool((Size = *BufferSize));
1751 AsciiBuffer = AllocateZeroPool(*BufferSize);
1779 NewOne = AllocateZeroPool(sizeo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Io.c48 TxCb = AllocateZeroPool (sizeof (DHCP6_TX_CB));
919 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen);
1096 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen);
1249 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE);
1379 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE);
1510 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen);
1688 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen);
1811 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen);
2055 Instance->IaCb.Ia->ReplyPacket = AllocateZeroPool (Packet->Size);
2200 Instance->Unicast = AllocateZeroPool (sizeo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiConfig.c578 AttemptName1 = (CHAR16 *) AllocateZeroPool (ATTEMPT_NAME_MAX_SIZE * sizeof (CHAR16));
583 AttemptName2 = (CHAR16 *) AllocateZeroPool (ATTEMPT_NAME_MAX_SIZE * sizeof (CHAR16));
644 MacString = (CHAR16 *) AllocateZeroPool (ISCSI_MAX_MAC_STRING_LEN * sizeof (CHAR16));
767 AttemptOrderTmp = AllocateZeroPool (TotalNumber * sizeof (UINT8));
1149 AttemptNewOrder = AllocateZeroPool (AttemptConfigOrderSize);
1505 AttemptConfigOrderTmp = AllocateZeroPool (AttemptConfigOrderSize);
1656 AttemptConfigData = AllocateZeroPool (sizeof (ISCSI_ATTEMPT_CONFIG_NVDATA));
1909 IfrNvData = AllocateZeroPool (sizeof (ISCSI_CONFIG_IFR_NVDATA));
1919 InitiatorName = (CHAR8 *) AllocateZeroPool (BufferSize);
1945 ConfigRequest = AllocateZeroPool (Siz
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c66 DevicePathStackItem = AllocateZeroPool (sizeof (DEVICE_PATH_STACK_ITEM));
411 Buffer = AllocateZeroPool (BufferSize);
717 OverrideItem = AllocateZeroPool (sizeof (PLATFORM_OVERRIDE_ITEM));
746 DriverImageInfo = AllocateZeroPool (sizeof (DRIVER_IMAGE_INFO));
999 VariableBuffer = AllocateZeroPool (VariableNeededSize);
1711 OverrideItem = AllocateZeroPool (sizeof (PLATFORM_OVERRIDE_ITEM));
1722 DriverImageInfo = AllocateZeroPool (sizeof (DRIVER_IMAGE_INFO));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DBcfg.c364 TempByteBuffer = AllocateZeroPool(sizeof(UINT32) + sizeof(UINT16) + DescSize + FilePathSize);
394 NewOrder = AllocateZeroPool((OrderCount+1)*sizeof(NewOrder[0]));
483 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0]));
533 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0]));
624 Buffer = AllocateZeroPool(BufferSize);
639 DevPath = AllocateZeroPool(*(UINT16*)(Buffer+4));
810 CurrentOperation.Order = AllocateZeroPool(Length+(4*sizeof(CurrentOperation.Order[0])));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c364 TempByteBuffer = AllocateZeroPool(sizeof(UINT32) + sizeof(UINT16) + DescSize + FilePathSize);
394 NewOrder = AllocateZeroPool((OrderCount+1)*sizeof(NewOrder[0]));
483 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0]));
533 NewOrder = AllocateZeroPool(OrderCount*sizeof(CurrentOrder[0]));
624 Buffer = AllocateZeroPool(BufferSize);
639 DevPath = AllocateZeroPool(*(UINT16*)(Buffer+4));
810 CurrentOperation.Order = AllocateZeroPool(Length+(4*sizeof(CurrentOperation.Order[0])));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
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));
757 BufferToReturn = AllocateZeroPool(SizeRequired);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIkeService.c253 Ip4CfgData = AllocateZeroPool (BufSize);
371 Udp4Srv = AllocateZeroPool (sizeof (IKE_UDP_SERVICE));
439 Udp6Srv = AllocateZeroPool (sizeof (IKE_UDP_SERVICE));
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DModifyAccessPolicy.c171 Info = AllocateZeroPool (sizeof (EFI_USER_INFO) + mUserInfo.AccessPolicyLen);
357 Order = AllocateZeroPool (OrderSize);
685 NewFL = AllocateZeroPool (NewLen);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c181 PackageListHeader = AllocateZeroPool (Length);
326 HiiHandleBuffer = AllocateZeroPool (HandleBufferLength + sizeof (EFI_HII_HANDLE));
526 ResultsData = AllocateZeroPool (sizeof (CHAR16));
537 ResultsData = AllocateZeroPool (ResultsDataSize);
634 String = AllocateZeroPool ((5 + sizeof (EFI_GUID) * 2 + 6 + NameLength * 4 + 6 + DevicePathSize * 2 + 1) * sizeof (CHAR16));
745 DataBuffer = (UINT8 *) AllocateZeroPool ((Length + 1) / 2);
774 DataBuffer = (UINT8 *) AllocateZeroPool ((Length/4 + 1) * sizeof (CHAR16));
890 Buf = (UINT8 *) AllocateZeroPool ((Length + 1) / 2);
995 VarBuffer = AllocateZeroPool (MaxBufferSize);
1003 CurrentBlockArray = (IFR_BLOCK_DATA *) AllocateZeroPool (sizeo
[all...]
H A DHiiString.c304 String = AllocateZeroPool (StringSize);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/
H A DVgaMiniPort.c191 PciVgaMiniPortPrivate = AllocateZeroPool (sizeof (PCI_VGA_MINI_PORT_DEV));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c712 AtaTask = AllocateZeroPool (sizeof (ATA_BUS_ASYN_TASK));
732 EventCount = AllocateZeroPool (sizeof (UINTN));
737 IsError = AllocateZeroPool (sizeof (BOOLEAN));
774 SubTask = AllocateZeroPool (sizeof (ATA_BUS_ASYN_SUB_TASK));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciHotPlugSupport.c126 gPciRootHpcData = AllocateZeroPool (sizeof (ROOT_HPC_DATA) * gPciRootHpcCount);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DSmi.c249 SmiHandler = AllocateZeroPool (sizeof (SMI_HANDLER));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DPlDebugSupport.c345 IdtEntryTable = AllocateZeroPool (sizeof (IDT_ENTRY) * NUM_IDT_ENTRIES);

Completed in 115 milliseconds

1234567891011>>