Home
last modified time | relevance | path

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

/linux-2.6.39/tools/testing/ktest/ !
Dktest.pl433 sub run_command;
437 if (run_command $reboot) {
440 run_command "$power_cycle";
444 run_command "$power_cycle";
598 sub run_command { subroutine
650 return run_command "$cp_exec";
660 return run_command "$cp_scp";
731 run_command "$reboot_script";
884 run_command "$make INSTALL_MOD_PATH=$tmpdir modules_install" or
894 run_command "cd $tmpdir && tar -cjf $modtar lib/modules/$version" or
[all …]
/linux-2.6.39/tools/perf/util/ !
Drun-command.h51 int run_command(struct child_process *);
Drun-command.c190 int run_command(struct child_process *cmd) in run_command() function
213 return run_command(&cmd); in run_command_v_opt()