Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Ddisk.c128 return bootm_maybe_autostart(cmdtp, argv[0]); in common_diskboot()
H A Dnet.c263 rcode = bootm_maybe_autostart(cmdtp, argv[0]); in netboot_common()
H A Dbootm.c141 int bootm_maybe_autostart(cmd_tbl_t *cmdtp, const char *cmd) in bootm_maybe_autostart() function
H A Dfdc.c744 return bootm_maybe_autostart(cmdtp, argv[0]); in do_fdcboot()
H A Dnand.c928 return bootm_maybe_autostart(cmdtp, cmd); in nand_load_image()
/openbmc/u-boot/include/
H A Dcommand.h122 extern int bootm_maybe_autostart(cmd_tbl_t *cmdtp, const char *cmd);
124 static inline int bootm_maybe_autostart(cmd_tbl_t *cmdtp, const char *cmd) in bootm_maybe_autostart() function