Searched refs:OPT_V (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dimage_install.ksh119 unset OPT_V
162 v) OPT_V="-v";;
170 if [[ -n $silent_mode && -n $OPT_V ]]; then
223 vlog "running: p2v $OPT_V $unconfig_zone $OPT_C ${zone.name} ${zone.path}"
226 $OPT_V $unconfig_zone $OPT_C "${zone.name}" "${zone.path}"
H A Dp2v.ksh479 OPT_V=
488 v) OPT_V="-v";;
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dp2v.ksh199 OPT_V=
205 OPT_V="-v"
H A Dattach.ksh174 OPT_V=1 # used for vlog()
H A Dcommon.ksh815 # OPT_V If set, pkg(1) commands will be verbose.
832 [[ -n $OPT_V ]] && verbose=-v
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh175 # Print provided text to the screen if the shell variable "OPT_V" is set.
183 [[ -n $OPT_V ]] && printf -- "${MSG_PREFIX}${fmt}\n" "$@"

Completed in 24 milliseconds