Searched refs:efi_object (Results 1 – 10 of 10) sorted by relevance
416 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 …]
147 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()
20 struct efi_object parent;189 struct efi_object *efiobj; in efi_fs_from_path()
578 struct efi_object *efi_console_output_obj; in efi_console_register()579 struct efi_object *efi_console_input_obj; in efi_console_register()
78 struct efi_object *efiobj; in efi_print_image_infos()
31 struct efi_object parent;
22 struct efi_object parent;
159 struct efi_object { struct256 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,
270 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()
135 struct efi_object *obj = efi_search_obj(handle); in efi_bl_bind()