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

/illumos-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
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zfs_list/
H A Dzfs_list.kshlib41 typeset CMD=$1
49 log_must eval "$CMD > /dev/null"
52 for dataset in $( $CMD )
83 typeset CMD=$1
92 log_must eval "$CMD > /dev/null"
94 for dataset in $( $CMD )
/illumos-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
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DMakefile53 CMD = $(ROOTBIN)/jdtrace macro
57 $(CMD) := FILEMODE = 0555
71 install: all $(PROTO_JDTRACE_JAR) $(CMD) $(XLIST)
90 $(CMD): $(ROOTBIN)
/illumos-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
/illumos-gate/usr/src/cmd/tail/tests/
H A Dtailtests.sh26 echo "$CMD: test $test: FAIL"
27 echo -e "$CMD: test $test: expected output:\n$output"
28 echo -e "$CMD: test $test: actual output:\n$actual"
30 echo "$CMD: test $test: pass"
42 CMD=`basename $0`
74 echo "$CMD: program is $PROG"
77 echo "$CMD: directory is $DIR"
477 echo "$CMD: completed"
/illumos-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}"
/illumos-gate/usr/src/cmd/krb5/kproplog/
H A DMakefile19 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@ macro
53 $(RPCGEN) -c $(KRB5IPROPDIR)/iprop.x | $(CMD)
/illumos-gate/usr/src/lib/krb5/kdb/
H A DMakefile.com47 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@
104 $(RPCGEN) -c $(KRB5IPROPDIR)/iprop.x | $(CMD)
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A DMakefile20 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@ macro
69 $(RPCGEN) -c $(KRB5IPROPDIR)/iprop.x | $(CMD)
/illumos-gate/usr/src/cmd/krb5/slave/
H A DMakefile32 CMD= grep -v "usr/src/cmd/krb5/iprop" > $@ macro
90 $(RPCGEN) -c $(KRB5IPROPDIR)/iprop.x | $(CMD)
/illumos-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...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h833 uint32_t CMD: 1; member in struct:emlxs_wqe
895 uint32_t CMD: 1; member in struct:emlxs_wqe
/illumos-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)

Completed in 104 milliseconds