Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/
H A Dcommand_ut.c21 run_command_list("setenv list 1\n setenv list ${list}1", -1, 0); in do_ut_cmd()
25 run_command_list("setenv list 1${list}\n", -1, 0); in do_ut_cmd()
30 run_command_list(test_cmd, sizeof(test_cmd), 0); in do_ut_cmd()
37 run_command_list("setenv list 1\n setenv list ${list}2; " in do_ut_cmd()
43 assert(run_command_list("false", -1, 0) == 1); in do_ut_cmd()
44 assert(run_command_list("echo", -1, 0) == 0); in do_ut_cmd()
/OK3568_Linux_fs/u-boot/test/py/tests/
H A Dtest_fit.py364 output = cons.run_command_list(cmd.splitlines())
388 output = cons.run_command_list(cmd.splitlines())
400 output = cons.run_command_list(cmd.splitlines())
412 output = cons.run_command_list(cmd.splitlines())
H A Dtest_vboot.py72 output = cons.run_command_list(
/OK3568_Linux_fs/u-boot/common/
H A Dautoboot.c359 run_command_list(s, -1, 0);
371 run_command_list(s, -1, 0);
H A Dmain.c34 run_command_list(p, -1, 0); in run_preboot_environment_command()
H A Dcli.su
H A Dcli.c77 int run_command_list(const char *cmd, int len, int flag) in run_command_list() function
H A Dbootm.c794 ret = run_command_list(cmd_list, -1, flag); in do_bootm_states()
/OK3568_Linux_fs/u-boot/spl/common/
H A Dcli.su
/OK3568_Linux_fs/u-boot/test/dm/
H A Dsf.c89 ut_asserteq(0, run_command_list( in dm_test_spi_flash_func()
/OK3568_Linux_fs/u-boot/cmd/
H A Dsource.c155 return run_command_list((char *)data, len, 0); in source()
H A Dpxe.c598 return run_command_list(localcmd, strlen(localcmd), 0); in label_localboot()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dboot_rkimg.c52 return run_command_list(devtype_num_set, -1, 0); in rk_board_scan_bootdev()
485 if (run_command_list(cmd, -1, 0)) { in rockchip_read_distro_dtb()
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dstart.c94 retval = run_command_list(state->cmd, -1, 0); in sandbox_main_loop_init()
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_console_base.py221 def run_command_list(self, cmds): member in ConsoleBase
/OK3568_Linux_fs/u-boot/include/
H A Dcommon.h121 int run_command_list(const char *cmd, int len, int flag);
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Dmc.c1523 run_command_list(mc_boot_env_var, -1, 0); in mc_env_boot()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map