Searched refs:run_command (Results 1 – 6 of 6) sorted by relevance
1360 sub run_command;1377 run_command "$power_cycle";1396 if (run_command $reboot) {1399 run_command "$power_cycle";1403 run_command "$power_cycle";1418 run_command "$power_cycle";1434 run_command $switch_to_good;1498 run_command $post_test;1749 run_command $post_test;1755 sub run_command { subroutine[all …]
159 sub run_command { subroutine235 if (!run_command "$make olddefconfig") {239 if (!run_command "$make oldnoconfig") {242 run_command "yes '' | $make oldconfig" or734 run_command "cp $good_start $good" or die "failed to copy to $good\n";735 run_command "cp $bad_start $bad" or die "failed to copy to $bad\n";744 run_command "cp $output_config $good" or die "failed to copy $config to $good\n";746 run_command "cp $output_config $bad" or die "failed to copy $config to $bad\n";760 run_command "rm $good";761 run_command "rm $bad";
127 static int run_command(const struct command *cmd, int argc, char *argv[]) in run_command() function182 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()
1536 static const char run_command[] = "run"; in wil_write_file_recovery() local1537 char buf[sizeof(run_command) + 1]; /* to detect "runx" */ in wil_write_file_recovery()1560 if (0 == strcmp(buf, run_command)) in wil_write_file_recovery()