Home
last modified time | relevance | path

Searched refs:handle (Results 1 – 6 of 6) sorted by relevance

/DragonStub/inc/dragonstub/
H A Ddragonstub.h208 efi_status_t find_payload(efi_handle_t handle, efi_loaded_image_t *loaded_image,
212 efi_status_t efi_stub_common(efi_handle_t handle, efi_loaded_image_t *image,
216 efi_status_t efi_boot_kernel(efi_handle_t handle, efi_loaded_image_t *image,
440 efi_status_t efi_exit_boot_services(void *handle, void *priv,
/DragonStub/apps/
H A Dfdt.c223 static efi_status_t allocate_new_fdt_and_exit_boot(void *handle, in allocate_new_fdt_and_exit_boot() argument
297 status = efi_exit_boot_services(handle, &priv, exit_boot_func); in allocate_new_fdt_and_exit_boot()
348 efi_status_t efi_boot_kernel(efi_handle_t handle, in efi_boot_kernel() argument
367 status = allocate_new_fdt_and_exit_boot(handle, loaded_image, &fdt_addr, in efi_boot_kernel()
H A Dhelper.c357 efi_status_t efi_exit_boot_services(void *handle, void *priv, in efi_exit_boot_services() argument
379 efi_debug("before ExitBootServices, handle=%p, map_key=%p\n", handle, map->map_key); in efi_exit_boot_services()
382 status = efi_bs_call(ExitBootServices, handle, map->map_key); in efi_exit_boot_services()
413 status = efi_bs_call(ExitBootServices, handle, map->map_key); in efi_exit_boot_services()
H A Dstub.c152 efi_status_t find_payload(efi_handle_t handle, efi_loaded_image_t *loaded_image, in find_payload() argument
303 efi_status_t efi_stub_common(efi_handle_t handle, in efi_stub_common() argument
334 status = efi_boot_kernel(handle, loaded_image, payload_info, in efi_stub_common()
/DragonStub/docs/
H A DREADME.gnuefi260 that the EFI loader appears to be unable to handle sections
/DragonStub/
H A DChangeLog1029 the API in order handle 64-bit systems.