Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
Ddevlink_port_split.py26 def run_command(cmd, should_fail=False): function
58 stdout, stderr = run_command(cmd)
82 stdout, stderr = run_command(cmd)
100 stdout, stderr = run_command(cmd)
116 stdout, stderr = run_command(cmd, should_fail=should_fail)
136 stdout, stderr = run_command(cmd)
215 stdout, stderr = run_command(cmd)
263 stdout, stderr = run_command(cmd)
271 stdout, stderr = run_command(cmd)
/tools/testing/ktest/
Dktest.pl575 sub run_command;
1445 run_command "$power_cycle";
1464 if (run_command $reboot) {
1467 run_command "$power_cycle";
1471 run_command "$power_cycle";
1486 run_command "$power_cycle";
1503 run_command $switch_to_good;
1586 run_command $post_test;
1837 run_command $post_test;
1843 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";
/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()
/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()