Searched refs:run_command (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/drivers/net/hw/ |
H A 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)
|
/linux/tools/testing/ktest/ |
H A D | ktest.pl | 577 sub run_command; 1466 run_command "$power_cycle"; 1485 if (run_command $reboot) { 1488 run_command "$power_cycle"; 1492 run_command "$power_cycle"; 1507 run_command "$power_cycle"; 1524 run_command $switch_to_good; 1607 run_command $post_test; 1858 run_command $post_test; 1864 sub run_command { subroutine [all …]
|
H A 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";
|
/linux/tools/tracing/rtla/src/ |
H A D | rtla.c | 46 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/kernel/trace/ |
H A D | trace_dynevent.c | 397 dynevent_create_fn_t run_command) in dynevent_cmd_init() argument 403 cmd->run_command = run_command; in dynevent_cmd_init() 472 return cmd->run_command(cmd); in dynevent_create()
|
H A D | trace_dynevent.h | 124 dynevent_create_fn_t run_command);
|
/linux/tools/usb/usbip/src/ |
H A 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()
|
/linux/tools/lib/subcmd/ |
H A D | run-command.h | 59 int run_command(struct child_process *);
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 1510 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/include/linux/ |
H A D | trace_events.h | 514 dynevent_create_fn_t run_command; member
|
/linux/Documentation/trace/ |
H A D | events.rst | 1063 correct command type, and a pointer to an event-specific run_command()
|