Searched refs:efi_loaded_image_obj (Results 1 – 4 of 4) sorted by relevance
/third_party/uboot/u-boot-2020.01/cmd/ |
D | bootefi.c | 450 struct efi_loaded_image_obj **image_objp, in bootefi_run_prepare() 478 (struct efi_loaded_image_obj **image_objp, in bootefi_test_prepare() 515 static void bootefi_run_finish(struct efi_loaded_image_obj *image_obj, in bootefi_run_finish() 530 struct efi_loaded_image_obj *image_obj; in do_efi_selftest()
|
/third_party/uboot/u-boot-2020.01/lib/efi_loader/ |
D | efi_image_loader.c | 59 static efi_status_t efi_print_image_info(struct efi_loaded_image_obj *obj, in efi_print_image_info() 89 (struct efi_loaded_image_obj *)efiobj, in efi_print_image_infos() 220 efi_status_t efi_load_pe(struct efi_loaded_image_obj *handle, void *efi, in efi_load_pe()
|
D | efi_boottime.c | 1691 struct efi_loaded_image_obj **handle_ptr, in efi_setup_loaded_image() 1696 struct efi_loaded_image_obj *obj = NULL; in efi_setup_loaded_image() 1853 struct efi_loaded_image_obj **image_obj = in efi_load_image() 1854 (struct efi_loaded_image_obj **)image_handle; in efi_load_image() 2880 struct efi_loaded_image_obj *image_obj = in efi_start_image() 2881 (struct efi_loaded_image_obj *)image_handle; in efi_start_image() 2951 (struct efi_loaded_image_obj *image_obj, in efi_delete_image() 3042 efi_delete_image((struct efi_loaded_image_obj *)efiobj, in efi_unload_image() 3056 static efi_status_t efi_update_exit_data(struct efi_loaded_image_obj *image_obj, in efi_update_exit_data() 3108 struct efi_loaded_image_obj *image_obj = in efi_exit() [all …]
|
/third_party/uboot/u-boot-2020.01/include/ |
D | efi_loader.h | 257 struct efi_loaded_image_obj { struct 394 efi_status_t efi_load_pe(struct efi_loaded_image_obj *handle, void *efi, 507 struct efi_loaded_image_obj **handle_ptr,
|