Home
last modified time | relevance | path

Searched refs:AllocatePool (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dmisc.c28 AllocatePool ( in AllocatePool() function
35 Status = uefi_call_wrapper(BS->AllocatePool, 3, PoolAllocationType, Size, &p); in AllocatePool()
50 p = AllocatePool (Size); in AllocateZeroPool()
69 NewPool = AllocatePool (NewSize); in ReallocatePool()
183 *Buffer = AllocatePool (BufferSize); in GrowBuffer()
391 NewBootOptionArray = AllocatePool (VarSize); in LibInsertToTailOfBootOrder()
H A Ddpath.c170 Dst = AllocatePool (Size); in AppendDevicePath()
216 Temp = AllocatePool (Length + sizeof(EFI_DEVICE_PATH)); in AppendDevicePathNode()
330 NewDevPath = AllocatePool (Size); in DuplicateDevicePath()
415 Ptr = AllocatePool (SrcSize + InstanceSize); in AppendDevicePathInstance()
1253 NewDevPath = AllocatePool (Size + sizeof(EFI_DEVICE_PATH)); in LibDuplicateDevicePathInstance()
H A Dsread.c242 SourceBuffer = AllocatePool (SourceSize); in OpenSimpleReadFile()
H A Dstr.c208 Dest = AllocatePool (Size); in StrDuplicate()
H A Dhand.c274 *Buffer = AllocatePool(*NoHandles * sizeof(EFI_HANDLE)); in LibLocateHandleByDiskSignature()
H A Dprint.c882 UnicodeStr = AllocatePool(StrSize * sizeof(CHAR16)); in AsciiVSPrint()
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Defichar.c84 cp = *name = AllocatePool(sz); in ucs2_to_utf8()
132 *nmp = AllocatePool(sz); in utf8_to_ucs2()
H A Dboot.c838 name = AllocatePool(sz); in command_efivar()
862 tmp = AllocatePool(sz); in command_efivar()
/netbsd-src/sys/stand/efiboot/
H A Defichar.c84 cp = *name = AllocatePool(sz); in ucs2_to_utf8()
132 *nmp = AllocatePool(sz); in utf8_to_ucs2()
H A Defiblock.c146 blkbuf = AllocatePool(alloc_size); in efi_block_do_read_blockio()
202 efi_ra_buffer = AllocatePool(EFI_BLOCK_READAHEAD); in efi_block_readahead()
433 buf = AllocatePool(sz); in efi_block_find_partitions_gpt()
H A Defifile.c99 srf = AllocatePool(sizeof(*srf)); in efi_file_open()
H A Defifdt.c696 fdt = AllocatePool(ACPI_FDT_SIZE); in efi_fdt_create_acpifdt()
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/
H A Dbltgrid.c72 PixelBuffer = AllocatePool(BufferSize); in draw_boxes()
H A Dlfbgrid.c105 PixelBuffer = AllocatePool(BufferSize); in draw_boxes()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defiapi.h835 EFI_ALLOCATE_POOL AllocatePool; member
H A Defilib.h485 AllocatePool (
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h774 ACPI_EFI_ALLOCATE_POOL AllocatePool; member