Home
last modified time | relevance | path

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

/tools/testing/ktest/
Dktest.pl1321 sub run_command;
1340 if (run_command $reboot) {
1343 run_command "$power_cycle";
1347 run_command "$power_cycle";
1361 run_command "$power_cycle";
1377 run_command $switch_to_good;
1628 run_command $post_test;
1666 sub run_command { subroutine
1731 return run_command "$cp_exec";
1740 return run_command "$cp_scp";
[all …]
/tools/lib/subcmd/
Drun-command.h53 int run_command(struct child_process *);
Drun-command.c204 int run_command(struct child_process *cmd) in run_command() function
227 return run_command(&cmd); in run_command_v_opt()
/tools/usb/usbip/src/
Dusbip.c139 static int run_command(const struct command *cmd, int argc, char *argv[]) in run_command() function
194 rc = run_command(&cmds[i], argc, argv); in main()