Lines Matching +full:100 +full:md
14 sectors=100
15 attach_md md -t malloc -s `expr $sectors + 1`
20 atf_check geli init -B none -P -K keyfile1 ${md}
21 atf_check geli attach -p -k keyfile1 ${md}
22 atf_check -s exit:0 -o ignore geli setkey -n 1 -P -K keyfile2 ${md}
25 atf_check geli kill ${md}
28 if [ -c /dev/${md}.eli ]; then
34 geli attach -p -k keyfile1 ${md}
38 geli attach -p -k keyfile2 ${md}
40 atf_check geli init -B none -P -K keyfile1 ${md}
42 geli setkey -n 1 -p -k keyfile1 -P -K keyfile2 ${md}
45 atf_check geli attach -p -k keyfile1 ${md}
46 atf_check geli detach ${md}
49 atf_check geli attach -p -k keyfile2 ${md}
50 atf_check geli detach ${md}
53 atf_check geli kill ${md}
57 geli attach -p -k keyfile1 ${md}
61 geli attach -p -k keyfile2 ${md}
78 sectors=100
79 attach_md md -t malloc -s `expr $sectors + 1`
82 atf_check geli init -B none -P -K keyfile ${md}
84 atf_check geli attach -r -p -k keyfile ${md}
86 atf_check geli kill ${md}
88 atf_check [ ! -c /dev/${md}.eli ]
90 atf_check geli attach -p -k keyfile ${md}