Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dpxe.c125 static int (*do_getfile)(cmd_tbl_t *cmdtp, const char *file_path, char *file_addr); variable
221 return do_getfile(cmdtp, relfile, addr_buf); in get_relfile()
374 do_getfile = do_get_tftp; in do_pxe_get()
1620 do_getfile = do_get_tftp; in do_pxe_boot()
1728 do_getfile = do_get_ext2; in do_sysboot()
1730 do_getfile = do_get_fat; in do_sysboot()
1732 do_getfile = do_get_any; in do_sysboot()