Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dcli_simple.c175 int cli_simple_run_command(const char *cmd, int flag) in cli_simple_run_command() function
326 if (cli_simple_run_command(line, 0) < 0) { in cli_simple_run_command_list()
336 rcode = (cli_simple_run_command(line, 0) < 0); in cli_simple_run_command_list()
H A Dcli.c40 if (cli_simple_run_command(cmd, flag) == -1) in run_command()
63 return cli_simple_run_command(cmd, flag); in run_command_repeatable()
H A Dcli_simple.su
/OK3568_Linux_fs/u-boot/include/
H A Dcli.h31 int cli_simple_run_command(const char *cmd, int flag);
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dstart.c97 retval = cli_simple_run_command("run distro_bootcmd", in sandbox_main_loop_init()
/OK3568_Linux_fs/u-boot/
H A Du-boot.map