Lines Matching refs:dd

16 	atf_check dd if=rnd of=/dev/${md}.eli bs=${secsize} count=1 status=none
20 atf_check dd if=backing_file of=sector bs=512 count=1 \
22 atf_check dd if=sector of=backing_file bs=512 count=1 seek=1 \
26 dd if=/dev/${md}.eli of=/dev/null bs=${secsize} count=1
29 atf_check dd if=rnd of=/dev/${md}.eli bs=${secsize} count=2 status=none
30 atf_check dd if=/dev/${md}.eli of=/dev/null bs=${secsize} count=2 \
38 atf_check dd if=backing_file bs=512 count=$(( ${usecsize} / 512 )) \
40 atf_check dd of=backing_file bs=512 count=$(( ${usecsize} / 512 )) \
43 dd if=/dev/${md}.eli of=/dev/null bs=${secsize} count=$ns
59 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
60 dd if=/dev/random of=rnd bs=${MAX_SECSIZE} count=${sectors} status=none
82 atf_check dd if=/dev/${md} of=sector bs=512 count=1 status=none
83 atf_check dd if=rnd of=sector bs=1 count=8 seek=64 conv=notrunc status=none
84 atf_check dd if=sector of=/dev/${md} bs=512 count=1 status=none
89 dd if=/dev/${md}.eli of=/dev/null bs=${secsize} count=1
105 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
106 dd if=/dev/random of=rnd bs=${MAX_SECSIZE} count=${sectors} status=none
126 atf_check dd if=/dev/${md} of=sector bs=512 count=1 status=none
127 atf_check dd if=rnd of=sector bs=1 count=16 conv=notrunc status=none
128 atf_check dd if=sector of=/dev/${md} bs=512 count=1 status=none
133 dd if=/dev/${md}.eli of=/dev/null bs=${secsize} count=1
149 atf_check dd if=/dev/random of=keyfile bs=512 count=16 status=none
150 dd if=/dev/random of=rnd bs=${MAX_SECSIZE} count=${sectors} status=none