Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/arch/powerpc/boot/
Dwrapper66 run_cmd() { function
476 run_cmd dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \
480 run_cmd dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \
/linux-4.4.14/tools/perf/tests/
Dattr.py170 def run_cmd(self, tempdir): member in Test
242 self.run_cmd(tempdir);