Lines Matching refs:file_path
1788 struct efi_device_path *file_path, in efi_setup_loaded_image() argument
1815 info->file_path = file_path; in efi_setup_loaded_image()
1821 dp = efi_dp_concat(device_path, file_path, 0); in efi_setup_loaded_image()
1947 efi_status_t efi_load_image_from_file(struct efi_device_path *file_path, in efi_load_image_from_file() argument
1956 f = efi_file_from_path(file_path); in efi_load_image_from_file()
2002 struct efi_device_path *file_path, in efi_load_image_from_path() argument
2018 dp = file_path; in efi_load_image_from_path()
2023 return efi_load_image_from_file(file_path, buffer, size); in efi_load_image_from_path()
2084 struct efi_device_path *file_path, in efi_load_image() argument
2097 file_path, source_buffer, source_size, image_handle); in efi_load_image()
2099 if (!image_handle || (!source_buffer && !file_path) || in efi_load_image()
2108 ret = efi_load_image_from_path(boot_policy, file_path, in efi_load_image()
2116 efi_dp_split_file_path(file_path, &dp, &fp); in efi_load_image()