Searched refs:run_command_list (Results 1 – 18 of 18) sorted by relevance
/openbmc/u-boot/test/py/tests/test_fs/ |
H A D | test_basic.py | 25 output = u_boot_console.run_command_list([ 48 output = u_boot_console.run_command_list([ 57 output = u_boot_console.run_command_list([ 71 output = u_boot_console.run_command_list([ 85 output = u_boot_console.run_command_list([ 92 output = u_boot_console.run_command_list([ 104 output = u_boot_console.run_command_list([ 111 output = u_boot_console.run_command_list([ 124 output = u_boot_console.run_command_list([ 132 output = u_boot_console.run_command_list([ [all …]
|
H A D | test_ext.py | 25 output = u_boot_console.run_command_list([ 33 output = u_boot_console.run_command_list([ 47 output = u_boot_console.run_command_list([ 55 output = u_boot_console.run_command_list([ 69 output = u_boot_console.run_command_list([ 83 output = u_boot_console.run_command_list([ 94 output = u_boot_console.run_command_list([ 101 output = u_boot_console.run_command_list([ 115 output = u_boot_console.run_command_list([ 126 output = u_boot_console.run_command_list([ [all …]
|
H A D | test_unlink.py | 23 output = u_boot_console.run_command_list([ 43 output = u_boot_console.run_command_list([ 58 output = u_boot_console.run_command_list([ 69 output = u_boot_console.run_command_list([ 85 output = u_boot_console.run_command_list([ 96 output = u_boot_console.run_command_list([ 107 output = u_boot_console.run_command_list([
|
H A D | test_mkdir.py | 22 output = u_boot_console.run_command_list([ 39 output = u_boot_console.run_command_list([ 57 output = u_boot_console.run_command_list([ 68 output = u_boot_console.run_command_list([ 79 output = u_boot_console.run_command_list([ 91 output = u_boot_console.run_command_list([
|
/openbmc/u-boot/test/ |
H A D | command_ut.c | 20 run_command_list("setenv list 1\n setenv list ${list}1", -1, 0); in do_ut_cmd() 24 run_command_list("setenv list 1${list}\n", -1, 0); in do_ut_cmd() 29 run_command_list(test_cmd, sizeof(test_cmd), 0); in do_ut_cmd() 36 run_command_list("setenv list 1\n setenv list ${list}2; " in do_ut_cmd() 42 assert(run_command_list("false", -1, 0) == 1); in do_ut_cmd() 43 assert(run_command_list("echo", -1, 0) == 0); in do_ut_cmd()
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_fit.py | 366 output = cons.run_command_list(cmd.splitlines()) 390 output = cons.run_command_list(cmd.splitlines()) 402 output = cons.run_command_list(cmd.splitlines()) 414 output = cons.run_command_list(cmd.splitlines())
|
H A D | test_vboot.py | 76 output = cons.run_command_list(
|
/openbmc/u-boot/common/ |
H A D | main.c | 32 run_command_list(p, -1, 0); in run_preboot_environment_command()
|
H A D | autoboot.c | 337 run_command_list(s, -1, 0); in autoboot_command() 348 run_command_list(s, -1, 0); in autoboot_command()
|
H A D | cli.c | 73 int run_command_list(const char *cmd, int len, int flag) in run_command_list() function
|
H A D | bootm.c | 786 ret = run_command_list(cmd_list, -1, flag); in do_bootm_states()
|
/openbmc/u-boot/test/dm/ |
H A D | sf.c | 81 ut_asserteq(0, run_command_list( in dm_test_spi_flash_func()
|
/openbmc/u-boot/cmd/ |
H A D | source.c | 158 return run_command_list((char *)data, len, 0); in source()
|
H A D | pxe.c | 601 return run_command_list(localcmd, strlen(localcmd), 0); in label_localboot()
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | start.c | 94 retval = run_command_list(state->cmd, -1, 0); in sandbox_main_loop_init()
|
/openbmc/u-boot/include/ |
H A D | common.h | 91 int run_command_list(const char *cmd, int len, int flag);
|
/openbmc/u-boot/test/py/ |
H A D | u_boot_console_base.py | 220 def run_command_list(self, cmds): member in ConsoleBase
|
/openbmc/u-boot/drivers/net/fsl-mc/ |
H A D | mc.c | 1662 run_command_list(mc_boot_env_var, -1, 0); in mc_env_boot()
|