Lines Matching refs:file_path
1729 struct efi_device_path *file_path, in efi_setup_loaded_image() argument
1756 info->file_path = file_path; in efi_setup_loaded_image()
1762 dp = efi_dp_append(device_path, file_path); in efi_setup_loaded_image()
1888 efi_status_t efi_load_image_from_file(struct efi_device_path *file_path, in efi_load_image_from_file() argument
1897 f = efi_file_from_path(file_path); in efi_load_image_from_file()
1944 struct efi_device_path *file_path, in efi_load_image_from_path() argument
1960 dp = file_path; in efi_load_image_from_path()
1965 return efi_load_image_from_file(file_path, buffer, size); in efi_load_image_from_path()
2026 struct efi_device_path *file_path, in efi_load_image() argument
2039 file_path, source_buffer, source_size, image_handle); in efi_load_image()
2041 if (!image_handle || (!source_buffer && !file_path) || in efi_load_image()
2050 ret = efi_load_image_from_path(boot_policy, file_path, in efi_load_image()
2058 efi_dp_split_file_path(file_path, &dp, &fp); in efi_load_image()