Searched refs:AllocatePool (Results 1 - 25 of 250) sorted by relevance

12345678910

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DBaseMemAllocation.c25 return AllocatePool ((UINTN)size);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/TpmCommLib/
H A DTpmComm.c39 Sha1Ctx = AllocatePool (CtxSize);
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Library/TscTimerLib/
H A DDxeTscTimerLib.c75 Status = gBS->AllocatePool (EfiBootServicesData, sizeof (UINT64), (VOID **) &TscFrequency);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DConsDecons.c42 Status = SystemTable->BootServices->AllocatePool(
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi_base.h87 #define fsw_alloc(size, ptrptr) (((*(ptrptr) = AllocatePool(size)) == NULL) ? FSW_OUT_OF_MEMORY : FSW_SUCCESS)
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DParseUpdateProfile.c189 CommentItem = AllocatePool (sizeof (COMMENT_LINE));
200 CommentItem->ptrComment = AllocatePool (BufferSize + 1);
268 SectionItem = AllocatePool (sizeof (SECTION_ITEM));
283 SectionItem->ptrSection = AllocatePool (Length + 1);
366 SectionItem = AllocatePool (sizeof (SECTION_ITEM));
381 SectionItem->ptrSection = AllocatePool (PtrSection->SecNameLen + 1);
390 SectionItem->ptrEntry = AllocatePool (Length + 1);
418 SectionItem->ptrValue = AllocatePool (Length + 1);
677 Buffer = AllocatePool (StrLen + 1);
824 PtrLine = AllocatePool (MaxLineLengt
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Application/Cryptest/
H A DHmacVerify.c83 HmacCtx = AllocatePool (CtxSize);
123 HmacCtx = AllocatePool (CtxSize);
H A DHashVerify.c85 HashCtx = AllocatePool (CtxSize);
125 HashCtx = AllocatePool (CtxSize);
165 HashCtx = AllocatePool (CtxSize);
205 HashCtx = AllocatePool (CtxSize);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DDriverDiagnostics.c59 Buffer is allocated by this function with AllocatePool(), and
207 Status = gBS->AllocatePool (
228 Status = gBS->AllocatePool (
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DPeiCis.h168 EFI_PEI_ALLOCATE_POOL AllocatePool; member in struct:_FRAMEWORK_EFI_PEI_SERVICES
H A DDxeCis.h94 EFI_ALLOCATE_POOL AllocatePool; member in struct:__anon10529
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciDriverOverride.c121 Node = AllocatePool (sizeof (PCI_DRIVER_OVERRIDE_LIST));
H A DPciRomTable.c64 TempMapping = AllocatePool (mMaxNumberOfPciRomImages * sizeof (EFI_PCI_ROM_IMAGE_MAPPING));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DInstallConfigurationTable.c114 ConfigurationTable = AllocatePool (mSmmSystemTableAllocateSize);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DForEach.c60 Selector = FirstGetNext ? AllocateZeroPool (SelectorSize) : AllocatePool (SelectorSize);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DGop.c124 *Info = AllocatePool (sizeof (EFI_GRAPHICS_OUTPUT_MODE_INFORMATION));
179 Private->LineBuffer = AllocatePool (4 * ModeData->HorizontalResolution);
301 Status = gBS->AllocatePool (
309 Status = gBS->AllocatePool (
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVgaGraphicsOutput.c139 *Info = AllocatePool (sizeof (EFI_GRAPHICS_OUTPUT_MODE_INFORMATION));
193 Private->LineBuffer = AllocatePool (ModeData->HorizontalResolution * sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
201 Private->TmpBuf = AllocatePool(ModeData->HorizontalResolution * ModeData->VerticalResolution * sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
456 Status = gBS->AllocatePool (
464 Status = gBS->AllocatePool (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c349 NewStream = AllocatePool (sizeof (CORE_SECTION_STREAM_NODE));
360 NewStream->StreamBuffer = AllocatePool (SectionStreamLength);
582 Context = AllocatePool (sizeof (RPN_EVENT_CONTEXT));
649 *ChildNode = AllocatePool (sizeof (CORE_SECTION_CHILD_NODE));
701 NewStreamBuffer = AllocatePool (NewStreamBufferSize);
740 ScratchBuffer = AllocatePool (ScratchSize);
1252 *Buffer = AllocatePool (CopySize);
1475 ScratchBuffer = AllocatePool (ScratchBufferSize);
1485 AllocatedOutputBuffer = AllocatePool (OutputBufferSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDhcp.c58 TmpStr = (CHAR8 *) AllocatePool (Length + 1);
213 OptionList = AllocatePool (OptionCount * sizeof (EFI_DHCP4_PACKET_OPTION *));
291 OptionList = AllocatePool (OptionCount * sizeof (EFI_DHCP4_PACKET_OPTION *));
404 ParaList = AllocatePool (sizeof (EFI_DHCP4_PACKET_OPTION) + 3);
H A DIScsiCHAP.c152 Data = AllocatePool (Len);
338 Response = AllocatePool (RspLen);
344 Challenge = AllocatePool (ChallengeLen);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DReclaim.c150 FtwBuffer = AllocatePool (FtwBufferSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDevicePathLib/
H A DUefiDevicePathLib.c409 NewDevicePath = AllocatePool (Size);
472 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH);
537 NewDevicePath = AllocatePool (SrcSize + InstanceSize);
788 FileDevicePath = AllocatePool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + END_DEVICE_PATH_LENGTH);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDhcp.c66 TmpStr = (CHAR8 *) AllocatePool (Length + 1);
231 OptionList = AllocatePool (OptionCount * sizeof (EFI_DHCP4_PACKET_OPTION *));
314 OptionList = AllocatePool (OptionCount * sizeof (EFI_DHCP4_PACKET_OPTION *));
430 ParaList = AllocatePool (sizeof (EFI_DHCP4_PACKET_OPTION) + 3);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DReclaim.c149 FtwBuffer = AllocatePool (FtwBufferSize);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DMalloc.c87 Status = gBS->AllocatePool( EfiLoaderData, (UINTN)Size, &RetVal);

Completed in 267 milliseconds

12345678910