Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/ktest/
Dktest.pl1321 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 { subroutine
1731 return run_command "$cp_exec";
1740 return run_command "$cp_scp";
[all …]
/linux-4.1.27/tools/usb/usbip/src/
Dusbip.c139 static int run_command(const struct command *cmd, int argc, char *argv[]) in run_command() function
192 rc = run_command(&cmds[i], argc, argv); in main()
/linux-4.1.27/tools/perf/util/
Drun-command.h51 int run_command(struct child_process *);
Drun-command.c195 int run_command(struct child_process *cmd) in run_command() function
218 return run_command(&cmd); in run_command_v_opt()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1219 static const char run_command[] = "run"; in wil_write_file_recovery() local
1220 char buf[sizeof(run_command) + 1]; /* to detect "runx" */ in wil_write_file_recovery()
1243 if (0 == strcmp(buf, run_command)) in wil_write_file_recovery()