Home
last modified time | relevance | path

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

/tools/testing/selftests/drivers/net/hw/
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/tracing/rtla/src/
Drtla.c46 int run_command(int argc, char **argv, int start_position) in run_command() function
69 retval = run_command(argc, argv, 0); in main()
82 retval = run_command(argc, argv, 1); in main()
/tools/testing/ktest/
Dktest.pl577 sub run_command;
1469 run_command "$power_cycle";
1488 if (run_command $reboot) {
1491 run_command "$power_cycle";
1495 run_command "$power_cycle";
1510 run_command "$power_cycle";
1527 run_command $switch_to_good;
1610 run_command $post_test;
1861 run_command $post_test;
1867 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/testing/selftests/net/
Dncdevmem.c201 #define run_command(cmd, ...) \ macro
214 ret = run_command("sudo ethtool -K %s ntuple off >&2", ifname); in reset_flow_steering()
218 return run_command("sudo ethtool -K %s ntuple on >&2", ifname); in reset_flow_steering()
223 return run_command("sudo ethtool -G %s tcp-data-split %s >&2", ifname, in configure_headersplit()
229 return run_command("sudo ethtool -X %s equal %d >&2", ifname, start_queue); in configure_rss()
234 return run_command("sudo ethtool -L %s rx %u tx %u", ifname, rx, tx); in configure_channels()
251 …return run_command("sudo ethtool -N %s flow-type %s %s %s dst-ip %s %s %s dst-port %s queue %d >&2… in configure_flow_steering()
/tools/lib/subcmd/
Drun-command.h59 int run_command(struct child_process *);
Drun-command.c229 int run_command(struct child_process *cmd) in run_command() function
252 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()