Lines Matching refs:file_path
599 static efi_status_t try_load_from_media(struct efi_device_path *file_path, in try_load_from_media() argument
605 struct efi_device_path *final_dp = file_path; in try_load_from_media()
607 handle_blkdev = efi_dp_find_obj(file_path, &efi_block_io_guid, &rem); in try_load_from_media()
667 log_debug("trying to load \"%ls\" from %pD\n", lo.label, lo.file_path); in try_load_entry()
669 if (EFI_DP_TYPE(lo.file_path, MEDIA_DEVICE, FILE_PATH)) { in try_load_entry()
671 ret = try_load_from_short_path(lo.file_path, handle); in try_load_entry()
672 } else if (EFI_DP_TYPE(lo.file_path, MESSAGING_DEVICE, MSG_URI)) { in try_load_entry()
675 (struct efi_device_path_uri *)lo.file_path, in try_load_entry()
680 ret = try_load_from_media(lo.file_path, handle); in try_load_entry()
702 log_info("Booting: Label: %ls Device path: %pD\n", lo.label, lo.file_path); in try_load_entry()
866 lo.file_path = device_path; in efi_bootmgr_enumerate_boot_options()