Searched refs:run_cmd (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/scripts/
H A Dcoccicheck85 run_cmd() { function
154 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
/linux-4.1.27/tools/perf/tests/
H A Dattr.py170 def run_cmd(self, tempdir): member in class:Test
242 self.run_cmd(tempdir);
/linux-4.1.27/kernel/
H A Dreboot.c392 static int run_cmd(const char *cmd) run_cmd() function
416 ret = run_cmd(reboot_cmd); __orderly_reboot()
431 ret = run_cmd(poweroff_cmd); __orderly_poweroff()

Completed in 92 milliseconds