HomeSort by: relevance | last modified time | path
    Searched defs:AllocatePool (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
misc.c 28 AllocatePool (
35 Status = uefi_call_wrapper(BS->AllocatePool, 3, PoolAllocationType, Size, &p);
37 DEBUG((D_ERROR, "AllocatePool: out of pool %x\n", Status));
50 p = AllocatePool (Size);
69 NewPool = AllocatePool (NewSize);
183 *Buffer = AllocatePool (BufferSize);
391 NewBootOptionArray = AllocatePool (VarSize);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 835 EFI_ALLOCATE_POOL AllocatePool;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 882 ACPI_EFI_ALLOCATE_POOL AllocatePool;

Completed in 62 milliseconds