Home
last modified time | relevance | path

Searched refs:EfiLoaderData (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/sys/boot/efi/loader/
Dcopy.c146 p->Type != EfiLoaderData) in efi_verify_staging_size()
199 status = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, in efi_copy_init()
202 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_copy_init()
Dbootinfo.c276 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in bi_load_efi_data()
/freebsd-10-stable/sys/boot/efi/loader/arch/amd64/
Delf64_freebsd.c137 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 1, in elf64_exec()
145 err = BS->AllocatePages(AllocateMaxAddress, EfiLoaderData, 3, in elf64_exec()
/freebsd-10-stable/sys/boot/efi/boot1/
Dzfs_module.c74 if ((status = bs->AllocatePool(EfiLoaderData, sizeof(*dev), in probe()
136 if ((status = bs->AllocatePool(EfiLoaderData, (UINTN)st.st_size, &buf)) in load()
Dboot1.c71 if (bs->AllocatePool(EfiLoaderData, len, &out) == EFI_SUCCESS) in Malloc()
503 if ((status = bs->AllocatePool(EfiLoaderData, in probe_handle()
618 if ((status = bs->AllocatePool(EfiLoaderData, hsize, (void **)&handles)) in efi_main()
630 if ((status = bs->AllocatePool(EfiLoaderData, hsize, in efi_main()
Dufs_module.c121 if ((status = bs->AllocatePool(EfiLoaderData, size, &buf)) != in load()
/freebsd-10-stable/sys/boot/efi/include/
Defidef.h146 EfiLoaderData, enumerator
/freebsd-10-stable/sys/boot/efi/libefi/
Dlibefi.c106 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_main()
/freebsd-10-stable/sys/boot/ia64/efi/
Defimd.c138 status = BS->AllocatePages(AllocateAddress, EfiLoaderData, in ia64_efi_alloc()