Searched refs:efiobj (Results 1 – 3 of 3) sorted by relevance
593 if (!efiobj) in efi_search_protocol()646 if (!efiobj) in efi_remove_all_protocols()1119 if (efiobj == handle) in efi_search_obj()1120 return efiobj; in efi_search_obj()1178 if (!efiobj) in efi_add_protocol()1638 *buffer = efiobj; in efi_locate_handle()1643 *buffer++ = efiobj; in efi_locate_handle()2521 if (!efiobj) in efi_protocols_per_handle()3355 if (!efiobj) { in efi_unload_image()3690 if (!efiobj) { in efi_connect_controller()[all …]
329 struct efi_object *efiobj; in efi_fs_from_path() local342 efiobj = efi_dp_find_obj(device_path, NULL, NULL); in efi_fs_from_path()344 if (!efiobj) in efi_fs_from_path()348 ret = efi_search_protocol(efiobj, &efi_simple_file_system_protocol_guid, in efi_fs_from_path()
90 struct efi_object *efiobj; in efi_print_image_infos() local93 list_for_each_entry(efiobj, &efi_obj_list, link) { in efi_print_image_infos()94 list_for_each_entry(handler, &efiobj->protocols, link) { in efi_print_image_infos()97 (struct efi_loaded_image_obj *)efiobj, in efi_print_image_infos()
Completed in 22 milliseconds