Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl40 $PNAME = $0;
41 $PNAME =~ s:.*/::;
43 $USAGE = "Usage: $PNAME [-abfFghjlnqs] [-d dir] [-i isa] "
262 die "$PNAME: $dtrace not found; aborting\n" unless (-x "$dtrace");
471 die "$PNAME: failed to create output file in $opt_d " .
559 die "$PNAME: $arg is not a valid file or directory\n";
573 die "$PNAME: '$dep' not found (use -F to force run)\n";
599 die "$PNAME: -d arg must be absolute path\n" unless ($opt_d =~ /^\//);
600 die "$PNAME: -d arg $opt_d is not a directory\n" unless (-d "$opt_d");
613 die "$PNAME: failed to open $PNAME.$$.log: $!\n"
[all …]
H A Ddstyle.pl34 $PNAME = $0;
35 $PNAME =~ s:.*/::;
36 $USAGE = "Usage: $PNAME [file ...]\n";
230 die "$PNAME: $arg is not a valid file\n";
/illumos-gate/usr/src/cmd/mdb/tools/scripts/
H A Dmkmodules.sh42 PNAME=`basename $0`
52 echo "Usage: $PNAME [-R] root-dir"
62 echo "$PNAME: \$SRC or \$CODEMGR_WS must be set" >& 2
67 echo "$PNAME: \$ROOT must be set" >& 2
91 *) echo "$PNAME: cannot derive _MDB_BLDID for $INCROOT" >& 2; exit 1 ;;