Searched refs:AllocatePool (Results 1 – 17 of 17) sorted by relevance
28 AllocatePool ( in AllocatePool() function35 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()
170 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()
242 SourceBuffer = AllocatePool (SourceSize); in OpenSimpleReadFile()
208 Dest = AllocatePool (Size); in StrDuplicate()
274 *Buffer = AllocatePool(*NoHandles * sizeof(EFI_HANDLE)); in LibLocateHandleByDiskSignature()
882 UnicodeStr = AllocatePool(StrSize * sizeof(CHAR16)); in AsciiVSPrint()
84 cp = *name = AllocatePool(sz); in ucs2_to_utf8()132 *nmp = AllocatePool(sz); in utf8_to_ucs2()
838 name = AllocatePool(sz); in command_efivar()862 tmp = AllocatePool(sz); in command_efivar()
146 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()
99 srf = AllocatePool(sizeof(*srf)); in efi_file_open()
696 fdt = AllocatePool(ACPI_FDT_SIZE); in efi_fdt_create_acpifdt()
72 PixelBuffer = AllocatePool(BufferSize); in draw_boxes()
105 PixelBuffer = AllocatePool(BufferSize); in draw_boxes()
835 EFI_ALLOCATE_POOL AllocatePool; member
485 AllocatePool (
774 ACPI_EFI_ALLOCATE_POOL AllocatePool; member