Lines Matching refs:bin
0 #!/bin/bash -eux
46 dd if=${input} of=dev.bin bs=1 skip=${rw_a_offset} count=${rw_a_size}
47 dd if=${input} of=nor.bin bs=1 skip=${rw_b_offset} count=${rw_b_size}
52 dd if=/dev/urandom of=bad.bin bs=1 count=${rw_b_size}
53 dd if=nor.bin of=bad.bin conv=notrunc bs=1 count=65536
58 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
59 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
64 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
65 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
70 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
71 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
76 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
77 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
82 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
83 dd if=bad.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
88 dd if=bad.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
89 dd if=nor.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
94 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
95 dd if=bad.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}
100 dd if=bad.bin of=${output} conv=notrunc bs=1 seek=${rw_a_offset}
101 dd if=dev.bin of=${output} conv=notrunc bs=1 seek=${rw_b_offset}