Home
last modified time | relevance | path

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

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