| /OK3568_Linux_fs/u-boot/test/ |
| H A D | command_ut.c | 21 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 D | test_fit.py | 364 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 D | test_vboot.py | 72 output = cons.run_command_list(
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | autoboot.c | 359 run_command_list(s, -1, 0); 371 run_command_list(s, -1, 0);
|
| H A D | main.c | 34 run_command_list(p, -1, 0); in run_preboot_environment_command()
|
| H A D | cli.su | |
| H A D | cli.c | 77 int run_command_list(const char *cmd, int len, int flag) in run_command_list() function
|
| H A D | bootm.c | 794 ret = run_command_list(cmd_list, -1, flag); in do_bootm_states()
|
| /OK3568_Linux_fs/u-boot/spl/common/ |
| H A D | cli.su | |
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | sf.c | 89 ut_asserteq(0, run_command_list( in dm_test_spi_flash_func()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | source.c | 155 return run_command_list((char *)data, len, 0); in source()
|
| H A D | pxe.c | 598 return run_command_list(localcmd, strlen(localcmd), 0); in label_localboot()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | boot_rkimg.c | 52 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 D | start.c | 94 retval = run_command_list(state->cmd, -1, 0); in sandbox_main_loop_init()
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_console_base.py | 221 def run_command_list(self, cmds): member in ConsoleBase
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | common.h | 121 int run_command_list(const char *cmd, int len, int flag);
|
| /OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/ |
| H A D | mc.c | 1523 run_command_list(mc_boot_env_var, -1, 0); in mc_env_boot()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |