Searched refs:run_command (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/ktest/ |
A D | ktest.pl | 573 sub run_command; 1443 run_command "$power_cycle"; 1462 if (run_command $reboot) { 1465 run_command "$power_cycle"; 1500 run_command $switch_to_good; 1583 run_command $post_test; 1834 run_command $post_test; 1840 sub run_command { subroutine 2683 run_command "$power_off"; 2717 run_command $post_test; [all …]
|
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/testing/selftests/net/ |
A D | devlink_port_split.py | 26 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/kernel/trace/ |
A D | trace_dynevent.c | 409 dynevent_create_fn_t run_command) in dynevent_cmd_init() argument 415 cmd->run_command = run_command; in dynevent_cmd_init() 484 return cmd->run_command(cmd); in dynevent_create()
|
A D | trace_dynevent.h | 124 dynevent_create_fn_t run_command);
|
/linux/tools/usb/usbip/src/ |
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/ |
A 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()
|
A D | run-command.h | 54 int run_command(struct child_process *);
|
/linux/include/linux/ |
A D | trace_events.h | 494 dynevent_create_fn_t run_command; member
|
/linux/drivers/net/wireless/ath/wil6210/ |
A D | debugfs.c | 1529 static const char run_command[] = "run"; in wil_write_file_recovery() local 1530 char buf[sizeof(run_command) + 1]; /* to detect "runx" */ in wil_write_file_recovery() 1553 if (0 == strcmp(buf, run_command)) in wil_write_file_recovery()
|
/linux/Documentation/trace/ |
A D | events.rst | 994 correct command type, and a pointer to an event-specific run_command()
|
Completed in 33 milliseconds