Searched refs:CURRENT_GZBE (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris/zone/
H A Duninstall.ksh126 if [[ -n "$CURRENT_GZBE" ]]; then
139 if [[ $parent == "-" || $parent == "${CURRENT_GZBE}" ]]; then
150 if [[ $candidate == "$CURRENT_GZBE" ]]; then
H A Dcommon.ksh172 CURRENT_GZBE=$(beadm list -H | nawk -v alt=$ALTROOT -F\; '{
185 [[ -z "$CURRENT_GZBE" ]] && fatal "$f_no_gzbe"
200 # CURRENT_GZBE Current global zone boot environment. If not already set,
212 if [[ -z "$CURRENT_GZBE" ]]; then
219 [[ $parent == "$CURRENT_GZBE" ]] || continue
256 if [[ -z "$CURRENT_GZBE" ]]; then
260 if [[ ${dss.props[$PROP_CANDIDATE].value} == "$CURRENT_GZBE" ||
261 ${dss.props[$PROP_PARENT].value} == "$CURRENT_GZBE" ]]; then
544 if [[ -z "$CURRENT_GZBE" ]]; then
569 if [[ $candidate == "$CURRENT_GZBE" ]]; the
[all...]
H A Dattach.ksh208 if [[ $candidate == "$CURRENT_GZBE" ]]; then

Completed in 16 milliseconds