Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_simple.c174 int cli_simple_run_command(const char *cmd, int flag) in cli_simple_run_command() function
325 if (cli_simple_run_command(line, 0) < 0) { in cli_simple_run_command_list()
335 rcode = (cli_simple_run_command(line, 0) < 0); in cli_simple_run_command_list()
H A Dcli.c35 if (cli_simple_run_command(cmd, flag) == -1) in run_command()
58 return cli_simple_run_command(cmd, flag); in run_command_repeatable()
/openbmc/u-boot/include/
H A Dcli.h30 int cli_simple_run_command(const char *cmd, int flag);
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstart.c97 retval = cli_simple_run_command("run distro_bootcmd", in sandbox_main_loop_init()