Lines Matching full:img
55 test_case size -d key=/img,hostpath=the.img,size=32k
58 atf_check -s exit:0 -o inline:'32768\n' stat -f %z the.img
61 test_case offset -d key=/img,hostpath=the.img,size=32k,offset=16k
64 atf_check -s exit:0 -o inline:'49152\n' stat -f %z the.img
67 test_case notrunc -d key=/img,hostpath=the.img,size=8k,offset=16k
70 dd if=/dev/zero of=the.img bs=1 oseek=65535 count=1
74 atf_check -s exit:0 -o inline:'65536\n' stat -f %z the.img
77 test_case data -d key=/img,hostpath=the.img,size=8k,offset=16k
82 "dd if=testfile | rump.dd of=/img bs=512 count=1"
88 dd if=the.img iseek=16k bs=1 count=512
91 test_case type_chr -d key=/img,hostpath=the.img,size=32k,type=chr
95 env LD_PRELOAD=/usr/lib/librumphijack.so stat -f %HT /rump/img
98 test_case type_reg -d key=/img,hostpath=the.img,size=32k,type=reg
102 env LD_PRELOAD=/usr/lib/librumphijack.so stat -f %HT /rump/img
105 test_case type_blk -d key=/img,hostpath=the.img,size=32k,type=blk
109 env LD_PRELOAD=/usr/lib/librumphijack.so stat -f %HT /rump/img
112 test_case type_blk_default -d key=/img,hostpath=the.img,size=32k
116 env LD_PRELOAD=/usr/lib/librumphijack.so stat -f %HT /rump/img