Home
last modified time | relevance | path

Searched refs:efi_object (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/lib/efi_loader/
Defi_boottime.c416 void efi_add_handle(struct efi_object *obj) in efi_add_handle()
433 struct efi_object *obj; in efi_create_handle()
435 obj = calloc(1, sizeof(struct efi_object)); in efi_create_handle()
457 struct efi_object *efiobj; in efi_search_protocol()
513 struct efi_object *efiobj; in efi_remove_all_protocols()
536 void efi_delete_handle(struct efi_object *obj) in efi_delete_handle()
902 struct efi_object *efi_search_obj(const efi_handle_t handle) in efi_search_obj()
904 struct efi_object *efiobj; in efi_search_obj()
961 struct efi_object *efiobj; in efi_add_protocol()
1040 static efi_status_t efi_get_drivers(struct efi_object *efiobj, in efi_get_drivers()
[all …]
Defi_device_path.c147 static struct efi_object *find_obj(struct efi_device_path *dp, bool short_path, in find_obj()
150 struct efi_object *efiobj; in find_obj()
193 struct efi_object *efi_dp_find_obj(struct efi_device_path *dp, in efi_dp_find_obj()
196 struct efi_object *efiobj; in efi_dp_find_obj()
Defi_disk.c20 struct efi_object parent;
189 struct efi_object *efiobj; in efi_fs_from_path()
Defi_console.c578 struct efi_object *efi_console_output_obj; in efi_console_register()
579 struct efi_object *efi_console_input_obj; in efi_console_register()
Defi_image_loader.c78 struct efi_object *efiobj; in efi_print_image_infos()
Defi_net.c31 struct efi_object parent;
Defi_gop.c22 struct efi_object parent;
/external/u-boot/include/
Defi_loader.h159 struct efi_object { struct
256 void efi_add_handle(struct efi_object *obj);
260 void efi_delete_handle(struct efi_object *obj);
262 struct efi_object *efi_search_obj(const efi_handle_t handle);
327 struct efi_loaded_image *info, struct efi_object *obj,
346 struct efi_object *efi_dp_find_obj(struct efi_device_path *dp,
/external/u-boot/cmd/
Dbootefi.c270 struct efi_object loaded_image_info_obj = {}; in do_bootefi_exec()
271 struct efi_object mem_obj = {}; in do_bootefi_exec()
443 struct efi_object loaded_image_info_obj = {}; in do_bootefi()
/external/u-boot/lib/efi_driver/
Defi_block_device.c135 struct efi_object *obj = efi_search_obj(handle); in efi_bl_bind()