Searched refs:run_cmd (Results 1 – 3 of 3) sorted by relevance
85 run_cmd() { function154 run_cmd $SPATCH -D patch \156 run_cmd $SPATCH -D report \158 run_cmd $SPATCH -D context \160 run_cmd $SPATCH -D org \163 run_cmd $SPATCH -D report \165 run_cmd $SPATCH -D context \168 run_cmd $SPATCH -D $MODE $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
392 static int run_cmd(const char *cmd) in run_cmd() function416 ret = run_cmd(reboot_cmd); in __orderly_reboot()431 ret = run_cmd(poweroff_cmd); in __orderly_poweroff()
170 def run_cmd(self, tempdir): member in Test242 self.run_cmd(tempdir);