/u-boot/cmd/ |
A D | sysboot.c | 11 static int do_get_ext2(struct cmd_tbl *cmdtp, const char *file_path, in do_get_ext2() argument 17 fs_argv[4] = (void *)file_path; in do_get_ext2() 25 static int do_get_fat(struct cmd_tbl *cmdtp, const char *file_path, in do_get_fat() argument 31 fs_argv[4] = (void *)file_path; in do_get_fat() 39 static int do_get_any(struct cmd_tbl *cmdtp, const char *file_path, in do_get_any() argument 45 fs_argv[4] = (void *)file_path; in do_get_any()
|
A D | pxe_utils.h | 80 extern int (*do_getfile)(struct cmd_tbl *cmdtp, const char *file_path, 83 int get_pxe_file(struct cmd_tbl *cmdtp, const char *file_path,
|
A D | bootefi.c | 443 struct efi_device_path *file_path = NULL; in efi_run_image() local 454 file_path = efi_dp_from_mem(EFI_RESERVED_MEMORY_TYPE, in efi_run_image() 466 file_path); in efi_run_image() 469 msg_path = file_path; in efi_run_image() 471 file_path = efi_dp_append(bootefi_device_path, in efi_run_image() 478 ret = EFI_CALL(efi_load_image(false, efi_root, file_path, source_buffer, in efi_run_image() 494 efi_free_pool(file_path); in efi_run_image()
|
A D | pxe_utils.c | 70 static int get_bootfile_path(const char *file_path, char *bootfile_path, in get_bootfile_path() argument 77 if (file_path[0] == '/' && !is_pxe) in get_bootfile_path() 107 int (*do_getfile)(struct cmd_tbl *cmdtp, const char *file_path, 118 static int get_relfile(struct cmd_tbl *cmdtp, const char *file_path, in get_relfile() argument 126 err = get_bootfile_path(file_path, relfile, sizeof(relfile)); in get_relfile() 131 path_len = strlen(file_path); in get_relfile() 135 printf("Base path too long (%s%s)\n", relfile, file_path); in get_relfile() 140 strcat(relfile, file_path); in get_relfile() 156 int get_pxe_file(struct cmd_tbl *cmdtp, const char *file_path, in get_pxe_file() argument 164 err = get_relfile(cmdtp, file_path, file_addr); in get_pxe_file() [all …]
|
A D | pxe.c | 27 static int do_get_tftp(struct cmd_tbl *cmdtp, const char *file_path, in do_get_tftp() argument 33 tftp_argv[2] = (void *)file_path; in do_get_tftp()
|
A D | efidebug.c | 365 *image_path = efi_dp_str(image->file_path); in efi_get_driver_handle_info() 825 struct efi_device_path *device_path = NULL, *file_path = NULL; in do_efi_boot_add() local 859 &file_path); in do_efi_boot_add() 866 lo.file_path = file_path; in do_efi_boot_add() 867 lo.file_path_length = efi_dp_size(file_path) in do_efi_boot_add() 894 efi_free_pool(file_path); in do_efi_boot_add() 989 dp_str = efi_dp_str(lo.file_path); in show_efi_boot_opt_data()
|
/u-boot/lib/efi_loader/ |
A D | efi_load_initrd.c | 15 struct efi_device_path *file_path, bool boot_policy, 93 struct efi_device_path *file_path, bool boot_policy, in efi_load_file2_initrd() argument 103 EFI_ENTRY("%p, %p, %d, %p, %p", this, file_path, boot_policy, in efi_load_file2_initrd() 117 if (file_path->type != dp.end.type || in efi_load_file2_initrd() 118 file_path->sub_type != dp.end.sub_type) { in efi_load_file2_initrd()
|
A D | efi_load_options.c | 90 lo->file_path = (struct efi_device_path *)data; in efi_deserialize_load_option() 91 if (efi_dp_check_length(lo->file_path, len) < 0) in efi_deserialize_load_option() 141 memcpy(p, lo->file_path, lo->file_path_length); in efi_serialize_load_option()
|
A D | efi_bootmgr.c | 106 __func__, lo.label, lo.file_path); in try_load_entry() 108 ret = EFI_CALL(efi_load_image(true, efi_root, lo.file_path, in try_load_entry()
|
A D | efi_boottime.c | 1717 struct efi_device_path *file_path, in efi_setup_loaded_image() argument 1744 info->file_path = file_path; in efi_setup_loaded_image() 1750 dp = efi_dp_append(device_path, file_path); in efi_setup_loaded_image() 1887 f = efi_file_from_path(file_path); in efi_load_image_from_file() 1947 struct efi_device_path *file_path, in efi_load_image_from_path() argument 1962 dp = file_path; in efi_load_image_from_path() 2028 struct efi_device_path *file_path, in efi_load_image() argument 2041 file_path, source_buffer, source_size, image_handle); in efi_load_image() 2043 if (!image_handle || (!source_buffer && !file_path) || in efi_load_image() 2052 ret = efi_load_image_from_path(boot_policy, file_path, in efi_load_image() [all …]
|
A D | efi_disk.c | 295 struct efi_device_path *file_path; in efi_fs_from_path() local 299 ret = efi_dp_split_file_path(full_path, &device_path, &file_path); in efi_fs_from_path() 302 efi_free_pool(file_path); in efi_fs_from_path()
|
A D | helloworld.c | 192 ret = print_device_path(loaded_image->file_path, device_path_to_text); in efi_main()
|
A D | efi_image_loader.c | 76 if (image->file_path) in efi_print_image_info() 77 printf(" '%pD'", image->file_path); in efi_print_image_info()
|
A D | efi_device_path.c | 1068 struct efi_device_path **file_path) in efi_dp_split_file_path() argument 1073 *file_path = NULL; in efi_dp_split_file_path() 1092 *file_path = fp; in efi_dp_split_file_path()
|
A D | efi_capsule.c | 567 efi_dp_split_file_path(lo.file_path, device_dp, &file_dp); in get_dp_device()
|
/u-boot/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() 247 struct efi_device_path *file_path, in load_file2() argument 253 if (memcmp(file_path, dp_lf2_file_remainder, in load_file2()
|
/u-boot/include/ |
A D | efi_loader.h | 495 struct efi_device_path *file_path, 603 struct efi_device_path *file_path, 657 struct efi_device_path **file_path); 743 struct efi_device_path *file_path; member
|
A D | efi_api.h | 131 struct efi_device_path *file_path, void *source_buffer, 462 struct efi_device_path *file_path; member 1729 struct efi_device_path *file_path,
|
/u-boot/tools/ |
A D | moveconfig.py | 480 def show_diff(a, b, file_path, color_enabled): argument 491 fromfile=os.path.join('a', file_path), 492 tofile=os.path.join('b', file_path))
|