Home
last modified time | relevance | path

Searched refs:run_command (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/tools/testing/ktest/
Dktest.pl1360 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 …]
Dconfig-bisect.pl159 sub run_command { subroutine
235 if (!run_command "$make olddefconfig") {
239 if (!run_command "$make oldnoconfig") {
242 run_command "yes '' | $make oldconfig" or
734 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";
/Linux-v5.4/tools/usb/usbip/src/
Dusbip.c127 static int run_command(const struct command *cmd, int argc, char *argv[]) in run_command() function
182 rc = run_command(&cmds[i], argc, argv); in main()
/Linux-v5.4/tools/lib/subcmd/
Drun-command.h54 int run_command(struct child_process *);
Drun-command.c205 int run_command(struct child_process *cmd) in run_command() function
228 return run_command(&cmd); in run_command_v_opt()
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1536 static const char run_command[] = "run"; in wil_write_file_recovery() local
1537 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()