Home
last modified time | relevance | path

Searched refs:SLICE (Results 1 – 5 of 5) sorted by relevance

/titanic_52/usr/src/test/zfs-tests/tests/functional/write_dirs/
H A Dsetup.ksh37 export SLICE=0
45 log_must set_partition $SLICE "" $SIZE $DISK
47 default_setup "$DISK"s"$SLICE"
/titanic_52/usr/src/test/zfs-tests/tests/functional/grow_pool/
H A Dsetup.ksh49 log_must set_partition $SLICE "" $SIZE $DISK0
50 log_must set_partition $SLICE "" $SIZE $DISK1
51 tmp=$DISK0"s"$SLICE
H A Dgrow_pool.cfg58 export SLICE=0
/titanic_52/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.h89 #define SLICE "s" macro
/titanic_52/usr/src/cmd/avs/dscfg/
H A Ddscfgadm.sh296 SLICE=`echo $1 | sed -n 's/.*d.*s\(.*\)/\1/p'`
298 SECTORS=`prtvtoc $1 | tr -s ' '| grep "^ $SLICE " | awk '{print $5}'`
301 echo "SLICE at $1 not found on this device"