| /lib/efi_loader/ |
| A D | efi_bootbin.c | 174 struct efi_device_path *msg_path, *file_path; in efi_run_image() local 178 file_path = efi_dp_concat(dp_dev, dp_img, 0); in efi_run_image() 183 ret = EFI_CALL(efi_load_image(false, efi_root, file_path, source_buffer, in efi_run_image() 261 struct efi_device_path *file_path = NULL; in efi_binary_run() local 271 file_path = efi_dp_from_mem(EFI_RESERVED_MEMORY_TYPE, in efi_binary_run() 279 file_path, NULL); in efi_binary_run() 283 bootefi_device_path = file_path; in efi_binary_run() 296 &efi_guid_device_path, file_path, NULL); in efi_binary_run() 300 efi_free_pool(file_path); in efi_binary_run()
|
| A D | efi_load_initrd.c | 17 struct efi_device_path *file_path, bool boot_policy, 129 struct efi_device_path *file_path, bool boot_policy, in efi_load_file2_initrd() argument 137 EFI_ENTRY("%p, %p, %d, %p, %p", this, file_path, boot_policy, in efi_load_file2_initrd() 146 if (file_path->type != dp_lf2_handle.end.type || in efi_load_file2_initrd() 147 file_path->sub_type != dp_lf2_handle.end.sub_type) { in efi_load_file2_initrd()
|
| A D | efi_load_options.c | 84 lo->file_path = (struct efi_device_path *)data; in efi_deserialize_load_option() 85 if (efi_dp_check_length(lo->file_path, len) < 0) in efi_deserialize_load_option() 135 memcpy(p, lo->file_path, lo->file_path_length); in efi_serialize_load_option()
|
| A D | efi_bootmgr.c | 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() [all …]
|
| A D | efi_boottime.c | 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() 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() 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() [all …]
|
| A D | efi_helper.c | 151 struct efi_device_path *file_path = NULL; in efi_get_dp_from_boot() local 170 file_path = efi_dp_from_lo(&lo, guid); in efi_get_dp_from_boot() 174 return file_path; in efi_get_dp_from_boot()
|
| A D | dbginfodump.c | 237 if (device_path_to_text && info->file_path) { in print_info() 241 info->file_path, true, false); in print_info()
|
| A D | efi_disk.c | 332 struct efi_device_path *file_path; in efi_fs_from_path() local 336 ret = efi_dp_split_file_path(full_path, &device_path, &file_path); in efi_fs_from_path() 339 efi_free_pool(file_path); in efi_fs_from_path()
|
| A D | efi_device_path.c | 1045 struct efi_device_path **file_path) in efi_dp_split_file_path() argument 1050 *file_path = NULL; in efi_dp_split_file_path() 1069 *file_path = fp; in efi_dp_split_file_path() 1183 struct efi_device_path *fp = lo->file_path; in efi_dp_from_lo()
|
| A D | helloworld.c | 260 ret = print_device_path(loaded_image->file_path, device_path_to_text); in efi_main()
|
| A D | efi_image_loader.c | 77 if (image->file_path) in efi_print_image_info() 78 printf(" '%pD'", image->file_path); in efi_print_image_info()
|
| A D | efi_capsule.c | 876 efi_dp_split_file_path(lo.file_path, device_dp, &file_dp); in get_dp_device()
|
| /lib/efi_selftest/ |
| A D | efi_selftest_load_file.c | 210 struct efi_device_path *file_path, in load_file() argument 216 if (memcmp(file_path, dp_lf_file_remainder, in load_file() 246 struct efi_device_path *file_path, in load_file2() argument 252 if (memcmp(file_path, dp_lf2_file_remainder, in load_file2()
|
| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | generate_driver_wrappers.py | 128 for key, file_path in schema_file_paths.items(): 129 with open(file=file_path, mode='r', encoding='UTF-8') as file:
|