Lines Matching refs:CYLSIZE
34 : ${CYLSIZE:=640} # Cylinder size, in 512byte blocks
80 ISOCYLS=$(( (${ISOBLKS} + (${CYLSIZE} - 1)) / ${CYLSIZE} ))
104 curcyls=$(( (${curblks} + (${CYLSIZE} - 1)) / ${CYLSIZE} ))
115 dd if="${curfile}" of="${ISOIMAGE}" bs=${CYLSIZE}b \
125 V nsect ${CYLSIZE}
130 a 0 $(( ${ISOCYLS} * ${CYLSIZE} ))
131 b ${PART1OFF:-0} $(( ${PART1CYLS:-0} * ${CYLSIZE} ))
132 c ${PART2OFF:-0} $(( ${PART2CYLS:-0} * ${CYLSIZE} ))
133 d ${PART3OFF:-0} $(( ${PART3CYLS:-0} * ${CYLSIZE} ))
134 e ${PART4OFF:-0} $(( ${PART4CYLS:-0} * ${CYLSIZE} ))
135 f ${PART5OFF:-0} $(( ${PART5CYLS:-0} * ${CYLSIZE} ))