Home
last modified time | relevance | path

Searched refs:scriptname (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmultilib_script.bbclass8 # Recipe needs to set MULTILIB_SCRIPTS in the form <pkgname>:<scriptname>, e.g.
35 scriptname = os.path.basename(escript)
36 d.appendVar("ALTERNATIVE:" + epkg, " " + scriptname + " ")
37 d.setVarFlag("ALTERNATIVE_LINK_NAME", scriptname, escript)
38 d.setVarFlag("ALTERNATIVE_TARGET", scriptname, escript + "-${MULTILIB_SUFFIX}")
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh13 scriptname=$0
18 echo $scriptname must be run from top-level directory of kernel source tree.
31 echo $scriptname: Empty list of systems will go nowhere good, giving up.
54 echo $scriptname $args
72 echo $scriptname: kvm.sh failed exit code $?
78 echo $scriptname $args >> "$oldrun/remote-log"
88 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
101 echo $scriptname $args >> "$oldrun/remote-log"
106 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
H A Dkvm-again.sh12 scriptname=$0
20 echo $scriptname must be run from top-level directory of kernel source tree.
28 echo "Usage: $scriptname /path/to/old/run [ options ]"
66 echo "Usage: $scriptname $oldrun [ arguments ]:"
74 echo "Command line: $scriptname $args"
184 echo $scriptname $args | tee -a "$rundir/log"
H A Dsrcu_lockdep.sh11 echo "Usage: $scriptname optional arguments:"
17 scriptname="$0"
H A Dkvm.sh14 scriptname=$0
20 cd `dirname $scriptname`/../../../../../
62 echo "Usage: $scriptname optional arguments:"
424 echo $scriptname $args
426 echo $scriptname $args >> $resdir/$ds/log
H A Dtorture.sh13 scriptname=$0
72 echo "Usage: $scriptname optional arguments:"
226 echo " --- " $scriptname $args | tee -a $T/log
581 echo " --- " $scriptname $args
/openbmc/linux/scripts/
H A Ddocumentation-file-ref-check19 my $scriptname = $0;
20 $scriptname =~ s,.*/([^/]+/),$1,;
39 print "$scriptname [--help] [--fix]\n";
101 next if ($f eq $scriptname);
/openbmc/linux/tools/memory-model/scripts/
H A Dparseargs.sh35 scriptname=$0
38 echo "Usage $scriptname [ arguments ]"
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Drc48 scriptname=$1
50 . $scriptname
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c3416 static int check_ev_match(char *dir_name, char *scriptname, in check_ev_match() argument
3425 scnprintf(filename, MAXPATHLEN, "%s/bin/%s-record", dir_name, scriptname); in check_ev_match()