Searched refs:run_command (Results 1 – 6 of 6) sorted by relevance
1349 sub run_command;1366 run_command "$power_cycle";1385 if (run_command $reboot) {1388 run_command "$power_cycle";1392 run_command "$power_cycle";1407 run_command "$power_cycle";1423 run_command $switch_to_good;1475 run_command $post_test;1726 run_command $post_test;1732 sub run_command { subroutine[all …]
160 sub run_command { subroutine236 if (!run_command "$make olddefconfig") {240 if (!run_command "$make oldnoconfig") {243 run_command "yes '' | $make oldconfig" or735 run_command "cp $good_start $good" or die "failed to copy to $good\n";736 run_command "cp $bad_start $bad" or die "faield to copy to $bad\n";745 run_command "cp $output_config $good" or die "failed to copy $config to $good\n";747 run_command "cp $output_config $bad" or die "failed to copy $config to $bad\n";761 run_command "rm $good";762 run_command "rm $bad";
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()
54 int run_command(struct child_process *);
205 int run_command(struct child_process *cmd) in run_command() function228 return run_command(&cmd); in run_command_v_opt()
1600 static const char run_command[] = "run"; in wil_write_file_recovery() local1601 char buf[sizeof(run_command) + 1]; /* to detect "runx" */ in wil_write_file_recovery()1624 if (0 == strcmp(buf, run_command)) in wil_write_file_recovery()