Home
last modified time | relevance | path

Searched refs:ZONEPATH (Results 1 – 13 of 13) sorted by relevance

/titanic_52/usr/src/lib/brand/solaris10/zone/
H A Dattach.ksh61 /usr/lib/brand/solaris10/uninstall $ZONENAME $ZONEPATH -F
78 ZONEPATH="$2"
81 zonepath="$ZONEPATH"
83 shift; shift # remove ZONENAME and ZONEPATH from arguments array
85 ZONEROOT="$ZONEPATH/root"
109 if [[ "$install_media" == "$ZONEPATH" ]]; then
156 pdir=$(/usr/bin/dirname $ZONEPATH)
159 pnm=$(/usr/bin/basename $ZONEPATH)
196 chmod 700 $ZONEPATH || fail_fatal "$f_chmod" "$ZONEPATH"
[all...]
H A Ddetach.ksh37 ZONEPATH="$2"
40 zonepath="$ZONEPATH"
42 shift; shift # remove ZONENAME and ZONEPATH from arguments array
63 get_zonepath_ds $ZONEPATH
67 zfs set mountpoint=$ZONEPATH/root $ACTIVE_DS >/dev/null 2>&1
69 cp /etc/zones/$ZONENAME.xml $ZONEPATH/SUNWdetached.xml
H A Dclone.ksh36 R) ZONEPATH="$OPTARG" ;;
48 ZONEROOT="$ZONEPATH/root"
70 pdir=`/usr/bin/dirname $ZONEPATH`
71 zpname=`/usr/bin/basename $ZONEPATH`
110 chmod 700 $ZONEPATH || fail_fatal "$f_chmod" "$ZONEPATH"
H A Dimage_install.ksh84 /usr/lib/brand/solaris10/uninstall $ZONENAME $ZONEPATH -F
110 ZONEPATH="$2"
113 zonepath="$ZONEPATH"
115 ZONEROOT="$ZONEPATH/root"
118 shift; shift # remove ZONENAME and ZONEPATH from arguments array
216 vlog "running: p2v $OPT_V $unconfig_zone $ZONENAME $ZONEPATH"
233 $OPT_V $unconfig_zone $ZONENAME $ZONEPATH
H A Dpreuninstall.ksh44 ZONEPATH=$2
H A Dpostattach.ksh41 ZONEPATH="$2"
H A Dcommon.ksh249 /usr/bin/chmod 700 $ZONEPATH || fail_fatal "$f_chmod" "$ZONEPATH"
H A Dp2v.ksh520 ZONEPATH=$2
523 zonepath="$ZONEPATH"
524 ZONEROOT=$ZONEPATH/root
H A Ds10_boot.ksh33 ZONEPATH=$2
34 ZONEROOT=$ZONEPATH/root
/titanic_52/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh543 # the top level dirs; etc, var, usr... We must be above the ZONEPATH
545 # top-level dir name matches the ZONEPATH base-level dir name. If not,
549 # level dirs; etc, var, usr.... We must be in the ZONEPATH when we unpack
556 # Note that there can be a directory named "root" under the ZONEPATH/root
619 ARCHIVE_BASE=$ZONEPATH
621 # We need to be in the dir above the ZONEPATH but we need to
622 # validate that $base matches the final component of ZONEPATH.
623 bname=`basename $ZONEPATH`
629 ARCHIVE_BASE=`dirname $ZONEPATH`
/titanic_52/usr/src/cmd/allocate/
H A Daudio_clean.sh137 ZONEPATH=$5
/titanic_52/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y132 %token COMMIT REVERT EXIT SEMICOLON TOKEN ZONENAME ZONEPATH AUTOBOOT POOL NET
146 MATCH ZONENAME ZONEPATH AUTOBOOT POOL LIMITPRIV BOOTARGS VALUE PRIV LIMIT
500 | INFO ZONEPATH
902 | SET TOKEN ZONEPATH EQUAL property_value
969 | ZONEPATH { $$ = PT_ZONEPATH; }
H A Dzonecfg_lex.l197 <TSTATE>zonepath { return ZONEPATH; }
198 <CSTATE>zonepath { return ZONEPATH; }