Searched refs:run_command (Results 1 – 4 of 4) sorted by relevance
1321 sub run_command;1340 if (run_command $reboot) {1343 run_command "$power_cycle";1347 run_command "$power_cycle";1361 run_command "$power_cycle";1377 run_command $switch_to_good;1628 run_command $post_test;1666 sub run_command { subroutine1731 return run_command "$cp_exec";1740 return run_command "$cp_scp";[all …]
53 int run_command(struct child_process *);
204 int run_command(struct child_process *cmd) in run_command() function227 return run_command(&cmd); in run_command_v_opt()
139 static int run_command(const struct command *cmd, int argc, char *argv[]) in run_command() function194 rc = run_command(&cmds[i], argc, argv); in main()