Searched refs:SHOW (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | regress.sh | 447 then SHOW=$NOTE 449 then print -r -u2 " $SHOW" 454 else SHOW= 1133 then SHOW="FAILED ${io}[ $failed ] $NOTE" 1134 print -r -u2 " $SHOW" 1141 then SHOW=$NOTE 1142 print -r -u2 " $SHOW" 1433 then typeset SHOW 1434 else typeset -L70 SHOW
|
H A D | iffe.sh | 186 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr 210 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr 239 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr 1657 SHOW= 1662 SHOW= 1669 SHOW=
|
/illumos-gate/usr/src/cmd/mpathadm/ |
H A D | mpathadm.h | 34 #define SHOW SUBCOMMAND(1) macro
|
H A D | mpathadm.c | 146 {"show", SHOW, showFunc}, 180 {MPATH_SUPPORT, SHOW|MODIFY|ADD, LIST|REMOVE, 0, 181 ENABLE|DISABLE|FAILOVER|OVERRIDE, LIST|SHOW|MODIFY, 183 {INITIATOR_PORT, SHOW, LIST, 0, 184 MODIFY|ENABLE|DISABLE|FAILOVER|OVERRIDE|ADD|REMOVE, LIST|SHOW, 186 {LOGICAL_UNIT, SHOW|MODIFY|FAILOVER, LIST, 0, 187 ENABLE|DISABLE|OVERRIDE|ADD|REMOVE, LIST|SHOW|MODIFY, 190 SHOW|LIST|MODIFY|FAILOVER|ADD|REMOVE, 0,
|