Searched refs:ZONEPATH_RDS (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/brand/solaris10/zone/
H A Duninstall.ksh119 /sbin/zfs list -H -t filesystem -o name -r $ZONEPATH_RDS | while read fs; do
120 # only look at filesystems directly below $ZONEPATH_RDS
121 [[ "$fs" != ~()($ZONEPATH_RDS/+([^/])) ]] && continue
/opensolaris-onvv-gate/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh267 ZONEPATH_RDS=`/sbin/zfs list -H -t filesystem -o name \
270 if [ -z "$ZONEPATH_RDS" ]; then
691 # count of the number of elements in the array. ZONEPATH_RDS is the
710 c=`/sbin/zfs list -H -t filesystem -r $ZONEPATH_RDS | wc -l`
712 zfs_destroy "$ZONEPATH_RDS"

Completed in 38 milliseconds