Lines Matching refs:sectors
15 sectors=100
16 attach_md md -t malloc -s `expr $sectors + 1`
18 atf_check dd if=/dev/random of=rnd bs=512 count=${sectors} status=none
19 hash1=`dd if=rnd bs=512 count=${sectors} status=none | md5`
31 dd if=rnd of=/dev/${md}.eli bs=512 count=${sectors} status=none
32 hash2=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5`
45 hash3=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5`
54 hash4=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5`
67 hash5=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5`
80 hash6=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5`
105 sectors=100
106 attach_md md -t malloc -s `expr $sectors + 1`
108 atf_check dd if=/dev/random of=rnd bs=512 count=${sectors} status=none
109 hash1=`dd if=rnd bs=512 count=${sectors} status=none | md5`
119 dd if=rnd of=/dev/${md}.eli bs=512 count=${sectors} status=none
120 hash2=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5`
133 hash3=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5`
137 hash4=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5`
163 sectors=100
164 attach_md md -t malloc -s `expr $sectors + 1`
188 sectors=100
189 attach_md md -t malloc -s `expr $sectors + 1`