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

  /src/sys/stand/efiboot/
exec.c 93 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData,
146 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages,
198 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData,
efiboot.c 78 status = uefi_call_wrapper(BS->AllocatePages, 4, AllocateAnyPages, EfiLoaderData, sz, &heap_start);
  /src/sys/arch/ia64/stand/efi/libefi/
exec.c 160 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, pages,
efi.c 101 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 141 AllocateAnyPages,

Completed in 13 milliseconds