Searched refs:efi_loaded_image_obj (Results 1 – 4 of 4) sorted by relevance
/u-boot/cmd/ |
A D | bootefi.c | 502 struct efi_loaded_image_obj **image_objp, in bootefi_run_prepare() 533 (struct efi_loaded_image_obj **image_objp, in bootefi_test_prepare() 567 static void bootefi_run_finish(struct efi_loaded_image_obj *image_obj, in bootefi_run_finish() 582 struct efi_loaded_image_obj *image_obj; in do_efi_selftest()
|
/u-boot/lib/efi_loader/ |
A D | efi_boottime.c | 1718 struct efi_loaded_image_obj **handle_ptr, in efi_setup_loaded_image() 1723 struct efi_loaded_image_obj *obj = NULL; in efi_setup_loaded_image() 2035 struct efi_loaded_image_obj **image_obj = in efi_load_image() 2036 (struct efi_loaded_image_obj **)image_handle; in efi_load_image() 2981 struct efi_loaded_image_obj *image_obj = in efi_start_image() 2982 (struct efi_loaded_image_obj *)image_handle; in efi_start_image() 3062 (struct efi_loaded_image_obj *image_obj, in efi_delete_image() 3153 efi_delete_image((struct efi_loaded_image_obj *)efiobj, in efi_unload_image() 3167 static efi_status_t efi_update_exit_data(struct efi_loaded_image_obj *image_obj, in efi_update_exit_data() 3219 struct efi_loaded_image_obj *image_obj = in efi_exit() [all …]
|
A D | efi_image_loader.c | 66 static efi_status_t efi_print_image_info(struct efi_loaded_image_obj *obj, in efi_print_image_info() 96 (struct efi_loaded_image_obj *)efiobj, in efi_print_image_infos() 730 efi_status_t efi_load_pe(struct efi_loaded_image_obj *handle, in efi_load_pe()
|
/u-boot/include/ |
A D | efi_loader.h | 314 struct efi_loaded_image_obj { struct 471 efi_status_t efi_load_pe(struct efi_loaded_image_obj *handle, 604 struct efi_loaded_image_obj **handle_ptr,
|
Completed in 13 milliseconds