Searched refs:do_getfile (Results 1 – 4 of 4) sorted by relevance
94 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()
123 do_getfile = do_get_tftp; in do_pxe_get()176 do_getfile = do_get_tftp; in do_pxe_boot()
80 extern int (*do_getfile)(struct cmd_tbl *cmdtp, const char *file_path,
107 int (*do_getfile)(struct cmd_tbl *cmdtp, const char *file_path, variable146 return do_getfile(cmdtp, relfile, addr_buf); in get_relfile()
Completed in 6 milliseconds