Searched refs:run_command (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/net/ |
D | devlink_port_split.py | 26 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/ |
D | ktest.pl | 575 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 …]
|
D | config-bisect.pl | 159 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/ |
D | run-command.h | 54 int run_command(struct child_process *);
|
D | run-command.c | 205 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/ |
D | usbip.c | 127 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()
|