Home
last modified time | relevance | path

Searched refs:do_getfile (Results 1 – 4 of 4) sorted by relevance

/u-boot/cmd/
A Dsysboot.c94 do_getfile = do_get_ext2; in do_sysboot()
96 do_getfile = do_get_fat; in do_sysboot()
98 do_getfile = do_get_any; in do_sysboot()
A Dpxe.c123 do_getfile = do_get_tftp; in do_pxe_get()
176 do_getfile = do_get_tftp; in do_pxe_boot()
A Dpxe_utils.h80 extern int (*do_getfile)(struct cmd_tbl *cmdtp, const char *file_path,
A Dpxe_utils.c107 int (*do_getfile)(struct cmd_tbl *cmdtp, const char *file_path, variable
146 return do_getfile(cmdtp, relfile, addr_buf); in get_relfile()

Completed in 6 milliseconds