HomeSort by relevance Sort by last modified time
    Searched refs:AllocatePool (Results 201 - 225 of 547) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmmBaseHelper.c 591 mShadowSaveState = (EFI_SMM_CPU_SAVE_STATE*) AllocatePool (sizeof (EFI_SMM_CPU_SAVE_STATE));
621 FrameworkSmst = (EFI_SMM_SYSTEM_TABLE *)AllocatePool (sizeof (EFI_SMM_SYSTEM_TABLE));
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
SectionExtraction.c 344 NewStream = AllocatePool (sizeof (FRAMEWORK_SECTION_STREAM_NODE));
355 NewStream->StreamBuffer = AllocatePool (SectionStreamLength);
686 Context = AllocatePool (sizeof (RPN_EVENT_CONTEXT));
803 NewStreamBuffer = AllocatePool (NewStreamBufferSize);
842 ScratchBuffer = AllocatePool (ScratchSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpImpl.c 728 CacheEntry = AllocatePool (sizeof (ARP_CACHE_ENTRY));
959 OldConfigData->StationAddress = AllocatePool (OldConfigData->SwAddressLength);
961 DEBUG ((EFI_D_ERROR, "ArpConfigInstance: AllocatePool for the StationAddress "
1051 TxToken = AllocatePool (sizeof(EFI_MANAGED_NETWORK_COMPLETION_TOKEN));
1079 TxData = AllocatePool (sizeof(EFI_MANAGED_NETWORK_TRANSMIT_DATA));
1098 Packet = AllocatePool (TotalLength);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
TcgDxe.c 172 Status = gBS->AllocatePool(
296 Sha1Ctx = AllocatePool (CtxSize);
345 *HashedDataResult = AllocatePool ((UINTN) *HashedDataLen);
358 *HashedDataResult = AllocatePool ((UINTN) *HashedDataLen);
926 VarData = AllocatePool (*VarSize);
981 VarLog = (EFI_VARIABLE_DATA*)AllocatePool (TcgEvent.EventSize);
    [all...]