HomeSort by: relevance | last modified time | path
    Searched refs:AllocatePool (Results 1 - 17 of 17) 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);
dpath.c 170 Dst = AllocatePool (Size);
216 Temp = AllocatePool (Length + sizeof(EFI_DEVICE_PATH));
330 NewDevPath = AllocatePool (Size);
415 Ptr = AllocatePool (SrcSize + InstanceSize);
1253 NewDevPath = AllocatePool (Size + sizeof(EFI_DEVICE_PATH));
sread.c 242 SourceBuffer = AllocatePool (SourceSize);
str.c 208 Dest = AllocatePool (Size);
hand.c 274 *Buffer = AllocatePool(*NoHandles * sizeof(EFI_HANDLE));
print.c 882 UnicodeStr = AllocatePool(StrSize * sizeof(CHAR16));
  /src/sys/arch/i386/stand/efiboot/
efichar.c 84 cp = *name = AllocatePool(sz);
132 *nmp = AllocatePool(sz);
boot.c 923 name = AllocatePool(sz);
947 tmp = AllocatePool(sz);
  /src/sys/stand/efiboot/
efichar.c 84 cp = *name = AllocatePool(sz);
132 *nmp = AllocatePool(sz);
efifile.c 99 srf = AllocatePool(sizeof(*srf));
efiblock.c 146 blkbuf = AllocatePool(alloc_size);
202 efi_ra_buffer = AllocatePool(EFI_BLOCK_READAHEAD);
433 buf = AllocatePool(sz);
efifdt.c 696 fdt = AllocatePool(ACPI_FDT_SIZE);
  /src/sys/external/bsd/gnu-efi/dist/apps/
bltgrid.c 72 PixelBuffer = AllocatePool(BufferSize);
lfbgrid.c 105 PixelBuffer = AllocatePool(BufferSize);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 835 EFI_ALLOCATE_POOL AllocatePool;
efilib.h 485 AllocatePool (
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 882 ACPI_EFI_ALLOCATE_POOL AllocatePool;

Completed in 22 milliseconds