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

/opensolaris-onvv-gate/usr/src/cmd/avs/dscfg/
H A Ddscfgadm.sh298 SECTORS=`prtvtoc $1 | tr -s ' '| grep "^ $SLICE " | awk '{print $5}'`
300 if [ -z "$SECTORS" ]; then
306 if [ $REQUIRED -gt $SECTORS ]; then

Completed in 28 milliseconds