Lines Matching defs:run_command

1373 sub run_command;
1390 run_command "$power_cycle";
1409 if (run_command $reboot) {
1412 run_command "$power_cycle";
1416 run_command "$power_cycle";
1431 run_command "$power_cycle";
1448 run_command $switch_to_good;
1535 run_command $post_test;
1786 run_command $post_test;
1792 sub run_command {
1893 return run_command "$cp_exec", undef , $timeout;
1902 return run_command "$cp_scp";
2060 run_command $switch_to_test;
2070 run_command "$reboot_script";
2264 run_command "$cp_post_install" or
2284 run_command "$cp_pre_install" or
2318 run_command "$make INSTALL_MOD_STRIP=1 INSTALL_MOD_PATH=$tmpdir modules_install" or
2328 run_command "cd $tmpdir && tar -cjf $modtar lib/modules/$version" or
2510 run_command "mv $outconfig $output_config";
2521 if (!run_command "$make olddefconfig") {
2525 if (!run_command "$make oldnoconfig") {
2528 run_command "yes '' | $make oldconfig" or
2567 my $ret = run_command $pre_build;
2575 run_command "cp $1 $output_config" or
2586 run_command "touch $output_config";
2589 run_command "mv $output_config $outputdir/config_temp" or
2592 run_command "$make mrproper" or dodie "make mrproper";
2594 run_command "mv $outputdir/config_temp $output_config" or
2600 run_command "$make mrproper" or
2614 run_command "$make $type" or
2620 my $build_ret = run_command "$make $build_options", $buildlog;
2626 my $ret = run_command $post_build;
2654 run_command "$power_off";
2658 run_command "$power_off";
2691 run_command $post_test;
2719 run_command $run_test, $testlog;
2989 run_command "git bisect log > $tmp_log" or
3063 run_command "git checkout $bad" or
3075 run_command "git checkout $good" or
3086 run_command "git checkout $head" or
3090 run_command "git bisect start$start_files" or
3094 run_command "git bisect replay $replay" or
3098 run_command "git bisect good $good" or
3107 run_command "git checkout $start" or
3118 run_command "git bisect log" or
3121 run_command "git bisect reset" or
3241 run_command "$diffexec $good $bad", 1;
3256 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;
3489 run_command "git checkout $sha1" or
3850 run_command "$make allnoconfig" or return 0;
4007 run_command "mv $temp_config $ignore_config" or
4039 run_command "mv $temp_config $output_minconfig" or
4279 my $ret = run_command $mail_command;
4355 run_command $pre_ktest;
4436 my $ret = run_command $pre_test;
4452 run_command "cat $addconfig $min > $tmpdir/add_config" or
4458 run_command "git checkout $checkout" or
4521 run_command $cp_final_post_ktest;
4530 run_command $switch_to_good;