Searched refs:run_command (Results 1 – 3 of 3) sorted by relevance
433 sub run_command;437 if (run_command $reboot) {440 run_command "$power_cycle";444 run_command "$power_cycle";598 sub run_command { subroutine650 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" or894 run_command "cd $tmpdir && tar -cjf $modtar lib/modules/$version" or[all …]
51 int run_command(struct child_process *);
190 int run_command(struct child_process *cmd) in run_command() function213 return run_command(&cmd); in run_command_v_opt()