Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dpxe.c89 static int get_bootfile_path(const char *file_path, char *bootfile_path, in get_bootfile_path()
129 static int do_get_tftp(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_tftp()
145 static int do_get_ext2(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_ext2()
158 static int do_get_fat(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_fat()
171 static int do_get_any(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr) in do_get_any()
192 static int get_relfile(cmd_tbl_t *cmdtp, const char *file_path, in get_relfile()
232 static int get_pxe_file(cmd_tbl_t *cmdtp, const char *file_path, in get_pxe_file()
424 static int get_relfile_envaddr(cmd_tbl_t *cmdtp, const char *file_path, const char *envaddr_name) in get_relfile_envaddr()
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_device_path.c547 struct efi_device_path **file_path) in efi_dp_split_file_path()
H A Defi_boottime.c734 struct efi_device_path *file_path) in efi_setup_loaded_image()
767 struct efi_device_path *file_path, in efi_load_image()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c786 const char *file_path; in test_load() local
849 static bool get_entry(const char *file_path, index_tbl_entry *entry) in get_entry()
923 static int load_file(const char *file_path, int offset_block, int blocks) in load_file()
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py462 def show_diff(a, b, file_path, color_enabled): argument
/rk3399_rockchip-uboot/include/
H A Defi_api.h259 void *file_path; member