Home
last modified time | relevance | path

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

/external/u-boot/include/
Defi_loader.h239 struct efi_object { struct
258 struct efi_object header; argument
412 struct efi_object *efi_search_obj(const efi_handle_t handle);
521 struct efi_object *efi_dp_find_obj(struct efi_device_path *dp,
Defi.h99 typedef struct efi_object *efi_handle_t;
/external/u-boot/lib/efi_loader/
Defi_boottime.c494 struct efi_object *obj; in efi_create_handle()
496 obj = calloc(1, sizeof(struct efi_object)); in efi_create_handle()
518 struct efi_object *efiobj; in efi_search_protocol()
572 struct efi_object *efiobj; in efi_remove_all_protocols()
1027 struct efi_object *efi_search_obj(const efi_handle_t handle) in efi_search_obj()
1029 struct efi_object *efiobj; in efi_search_obj()
1088 struct efi_object *efiobj; in efi_add_protocol()
1300 struct efi_object *efiobj; in efi_uninstall_protocol()
1482 struct efi_object *efiobj; in efi_locate_handle()
2226 struct efi_object *efiobj; in efi_protocols_per_handle()
[all …]
Defi_device_path.c149 static struct efi_object *find_obj(struct efi_device_path *dp, bool short_path, in find_obj()
152 struct efi_object *efiobj; in find_obj()
195 struct efi_object *efi_dp_find_obj(struct efi_device_path *dp, in efi_dp_find_obj()
198 struct efi_object *efiobj; in efi_dp_find_obj()
Defi_disk.c33 struct efi_object header;
238 struct efi_object *efiobj; in efi_fs_from_path()
Defi_image_loader.c82 struct efi_object *efiobj; in efi_print_image_infos()
Defi_gop.c30 struct efi_object header;
Defi_net.c50 struct efi_object header;
/external/u-boot/lib/efi_driver/
Defi_block_device.c136 struct efi_object *obj = efi_search_obj(handle); in efi_bl_bind()