HomeSort by: relevance | last modified time | path
    Searched refs:PoolAllocationType (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/apps/
t3.c 15 UINTN pat = PoolAllocationType;
19 PoolAllocationType = 2; /* klooj */
23 Print(L"before InitializeLib(): PoolAllocationType=%d\n",
26 Print(L" after InitializeLib(): PoolAllocationType=%d\n",
27 PoolAllocationType);
tcc.c 327 PoolAllocationType = 2; /* klooj */
  /src/sys/external/bsd/gnu-efi/dist/lib/
init.c 84 PoolAllocationType = LoadedImage->ImageDataType;
data.c 51 EFI_MEMORY_TYPE PoolAllocationType = EfiBootServicesData;
misc.c 35 Status = uefi_call_wrapper(BS->AllocatePool, 3, PoolAllocationType, Size, &p);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 205 extern EFI_MEMORY_TYPE PoolAllocationType;

Completed in 26 milliseconds