Searched defs:file_path (Results 1 – 13 of 13) sorted by relevance
| /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() 25 static int do_get_fat(struct cmd_tbl *cmdtp, const char *file_path, in do_get_fat() 39 static int do_get_any(struct cmd_tbl *cmdtp, const char *file_path, in do_get_any()
|
| A D | pxe_utils.c | 70 static int get_bootfile_path(const char *file_path, char *bootfile_path, in get_bootfile_path() 118 static int get_relfile(struct cmd_tbl *cmdtp, const char *file_path, in get_relfile() 156 int get_pxe_file(struct cmd_tbl *cmdtp, const char *file_path, in get_pxe_file() 221 static int get_relfile_envaddr(struct cmd_tbl *cmdtp, const char *file_path, in get_relfile_envaddr()
|
| A D | pxe.c | 27 static int do_get_tftp(struct cmd_tbl *cmdtp, const char *file_path, in do_get_tftp()
|
| A D | bootefi.c | 443 struct efi_device_path *file_path = NULL; in efi_run_image() local
|
| A D | efidebug.c | 825 struct efi_device_path *device_path = NULL, *file_path = NULL; in do_efi_boot_add() local
|
| /u-boot/lib/efi_loader/ |
| A D | efi_load_initrd.c | 93 struct efi_device_path *file_path, bool boot_policy, in efi_load_file2_initrd()
|
| A D | efi_boottime.c | 1717 struct efi_device_path *file_path, in efi_setup_loaded_image() 1877 efi_status_t efi_load_image_from_file(struct efi_device_path *file_path, in efi_load_image_from_file() 1947 struct efi_device_path *file_path, in efi_load_image_from_path() 2028 struct efi_device_path *file_path, in efi_load_image()
|
| A D | efi_disk.c | 295 struct efi_device_path *file_path; in efi_fs_from_path() local
|
| A D | efi_device_path.c | 1068 struct efi_device_path **file_path) in efi_dp_split_file_path()
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_load_file.c | 210 struct efi_device_path *file_path, in load_file() 247 struct efi_device_path *file_path, in load_file2()
|
| /u-boot/include/ |
| A D | efi_loader.h | 743 struct efi_device_path *file_path; member
|
| A D | efi_api.h | 462 struct efi_device_path *file_path; member
|
| /u-boot/tools/ |
| A D | moveconfig.py | 480 def show_diff(a, b, file_path, color_enabled): argument
|
Completed in 35 milliseconds