Home
last modified time | relevance | path

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

/u-boot/cmd/
A Ddisk.c131 return bootm_maybe_autostart(cmdtp, argv[0]); in common_diskboot()
A Dnet.c279 rcode = bootm_maybe_autostart(cmdtp, argv[0]); in netboot_common()
A Dbootm.c141 int bootm_maybe_autostart(struct cmd_tbl *cmdtp, const char *cmd) in bootm_maybe_autostart() function
A Dnand.c934 return bootm_maybe_autostart(cmdtp, cmd); in nand_load_image()
/u-boot/include/
A Dcommand.h154 int bootm_maybe_autostart(struct cmd_tbl *cmdtp, const char *cmd);
156 static inline int bootm_maybe_autostart(struct cmd_tbl *cmdtp, const char *cmd) in bootm_maybe_autostart() function

Completed in 27 milliseconds