Searched refs:CMD (Results 1 - 25 of 28) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/avs/dsw/etc/
H A Dii.cluster.sh25 CMD=/usr/sbin/iiboot
47 if [[ -x $CMD ]]
49 $CMD -C "$2" -r > /dev/null 2>&1
54 if [[ -x $CMD ]]
56 $CMD -C "$2" -s > /dev/null 2>&1
H A Dii.sh25 CMD=/usr/sbin/iiboot
100 if [ -x ${CMD} ]
108 ${CMD} $COPT -r > /dev/null 2>&1
122 if [ -x ${CMD} ]
130 ${CMD} $COPT -s > /dev/null 2>&1
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DMakefile54 CMD = $(ROOTBIN)/jdtrace macro
58 $(CMD) := FILEMODE = 0555
72 install: all $(PROTO_JDTRACE_JAR) $(CMD) $(XLIST)
92 $(CMD): $(ROOTBIN)
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/exportfs/
H A Dexportfs.sh117 CMD=`grep $DIR'[ ]*$' $DFSTAB`
118 if [ "$CMD" = "" ] ; then
126 if [ $vflg ] ; then echo $CMD ; fi
127 eval $CMD
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dfflush.t141 open my $CMD, "$cmd |" or die "Can't open pipe to '$cmd': $!";
142 while (<$CMD>) {
146 close $CMD;
/opensolaris-onvv-gate/usr/src/cmd/print/scripts/
H A Dlpadmin321 CMD="${PFEXEC} ${LPADMIN}"
323 CMD="$CMD \"$1\""
327 CMD="$CMD \"${ppd_file}\""
332 case "$CMD" in
334 CMD="$CMD \"\""
339 eval $CMD
/opensolaris-onvv-gate/usr/src/cmd/krb5/kproplog/
H A DMakefile21 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@ macro
51 $(RPCGEN) -c $(KRB5IPROPDIR)/iprop.x | $(CMD)
/opensolaris-onvv-gate/usr/src/lib/libshell/common/tests/
H A Dsubshell.sh341 ( CMD='print foo | $cat' EXP=3 )
342 ( CMD='$cat < $tmp/lin' )
343 ( CMD='cat $tmp/lin | $cat' )
344 ( CMD='read v < $tmp/buf; print $v' LIM=4*1024 )
345 ( CMD='cat $tmp/buf | read v; print $v' LIM=4*1024 )
351 TST[T].CMD='$cat <(print foo)'
383 then eval "{ x=${SUB[S].BEG}${INS[I]}${TST[T].CMD}${APP[A]}${SUB[S].END}; print \${#x}; } >\$tmp/out &"
403 cmd=${TST[T].CMD//\$cat/$cat}
H A Dattributes.sh338 CMD="date -f%H \\#$SEC"
352 got=$(print $($SHELL -c "builtin date; $2 $CMD; $3 $CMD; $4 $CMD"))
H A Doptions.sh449 # { SUB PAR CMD ADD }
459 CMD=( command-kill script-kill )
470 do for ((C=0; C<${#CMD[@]}; C++))
472 do cmd="${SUB[S].BEG}${PAR[P].BEG}${CMD[C]}${PAR[P].END} 2>&1${ADD[A]}${SUB[S].END}"
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/server/
H A DMakefile20 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@ macro
64 $(RPCGEN) -c $(KRB5IPROPDIR)/iprop.x | $(CMD)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dgoto.t40 $CMD = qq[$PERL -e "goto foo;" 2>&1 ];
41 $x = `$CMD`;
H A Dclosure.t468 open CMD, ">$cmdfile"; print CMD $code; close CMD;
H A Dstat.t221 my $CMD = "$LS /dev 2>/dev/null";
222 my $DEV = qx($CMD);
224 skip "$CMD failed", 6 if $DEV eq '';
/opensolaris-onvv-gate/usr/src/lib/krb5/kdb/
H A DMakefile.com49 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@
100 $(RPCGEN) -c $(KRB5IPROPDIR)/iprop.x | $(CMD)
/opensolaris-onvv-gate/usr/src/cmd/krb5/slave/
H A DMakefile34 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@ macro
84 $(RPCGEN) -c $(KRB5IPROPDIR)/iprop.x | $(CMD)
/opensolaris-onvv-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c1196 #define CMD(x) case HostCmd_CMD_##x: return #x macro
1198 CMD(CODE_DNLD);
1199 CMD(GET_HW_SPEC);
1200 CMD(SET_HW_SPEC);
1201 CMD(MAC_MULTICAST_ADR);
1202 CMD(802_11_GET_STAT);
1203 CMD(MAC_REG_ACCESS);
1204 CMD(BBP_REG_ACCESS);
1205 CMD(RF_REG_ACCESS);
1206 CMD(80
1249 #undef CMD macro
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm381 local(*CMD, *SRC);
382 open(CMD, "|$cmd >$dest") || die "Cannot fork: $!";
387 syswrite(CMD, $buf, $len);
390 close CMD or die "Filter command '$cmd' failed for $src";
H A DMM_Any.pm375 push @man_cmds, $self->split_command(<<CMD, %$pods);
377 CMD
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl2025 =item * The outer part of the loop, starting at the C<CMD> label. This loop
2029 is wholly contained inside the C<CMD> block and only executes a command.
2045 CMD: label
2071 redo CMD;
2123 next CMD;
2157 next CMD;
2185 next CMD;
2253 next CMD;
2281 next CMD;
2302 next CMD;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dftpcmd.y1709 #define CMD 0 /* beginning of command */
1960 case CMD:
2055 state = CMD;
2064 state = CMD;
2069 state = CMD;
2089 state = CMD;
2166 state = CMD;
2237 state = CMD;
/opensolaris-onvv-gate/usr/src/cmd/ssh/sftp/
H A Dsftp.c138 struct CMD { struct
143 static const struct CMD cmds[] = {
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c84 #define dump_ioctl(CMD, ARG)
85 #define dump_ioctl_res(CMD, ARG, RET, ERRNO)
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h1301 # define DBGLOG(DBGFILE, CMD) \
1307 CMD;\
1346 # define DBGLOG(DBGFILE, CMD)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm148 =item * Unknown command "I<CMD>"
161 =item * nested commands I<CMD>E<lt>...I<CMD>E<lt>...E<gt>...E<gt>

Completed in 237 milliseconds

12