Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/net/
A Ddevlink_port_split.py26 def run_command(cmd, should_fail=False): function
58 stdout, stderr = run_command(cmd)
80 stdout, stderr = run_command(cmd)
98 stdout, stderr = run_command(cmd)
114 stdout, stderr = run_command(cmd, should_fail=should_fail)
134 stdout, stderr = run_command(cmd)
213 stdout, stderr = run_command(cmd)
240 stdout, stderr = run_command(cmd)
251 stdout, stderr = run_command(cmd)
/linux-6.3-rc2/tools/testing/ktest/
A Dktest.pl575 sub run_command;
1452 run_command "$power_cycle";
1471 if (run_command $reboot) {
1474 run_command "$power_cycle";
1510 run_command $switch_to_good;
1593 run_command $post_test;
1844 run_command $post_test;
1850 sub run_command { subroutine
2713 run_command "$power_off";
2747 run_command $post_test;
[all …]
A 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-6.3-rc2/tools/tracing/rtla/src/
A 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()
/linux-6.3-rc2/kernel/trace/
A Dtrace_dynevent.c406 dynevent_create_fn_t run_command) in dynevent_cmd_init() argument
412 cmd->run_command = run_command; in dynevent_cmd_init()
481 return cmd->run_command(cmd); in dynevent_create()
A Dtrace_dynevent.h124 dynevent_create_fn_t run_command);
/linux-6.3-rc2/tools/usb/usbip/src/
A 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-6.3-rc2/tools/lib/subcmd/
A Drun-command.h54 int run_command(struct child_process *);
A 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-6.3-rc2/drivers/net/wireless/ath/wil6210/
A Ddebugfs.c1510 static const char run_command[] = "run"; in wil_write_file_recovery() local
1511 char buf[sizeof(run_command) + 1]; /* to detect "runx" */ in wil_write_file_recovery()
1534 if (0 == strcmp(buf, run_command)) in wil_write_file_recovery()
/linux-6.3-rc2/include/linux/
A Dtrace_events.h505 dynevent_create_fn_t run_command; member
/linux-6.3-rc2/Documentation/trace/
A Devents.rst1025 correct command type, and a pointer to an event-specific run_command()

Completed in 27 milliseconds