Lines Matching +full:100 +full:md
15 sectors=100
16 attach_md md -t malloc -s `expr $sectors + 1`
23 atf_check geli init -B none -P -K keyfile1 ${md}
24 atf_check geli attach -p -k keyfile1 ${md}
25 atf_check -s exit:0 -o ignore geli setkey -n 1 -P -K keyfile2 ${md}
28 atf_check geli delkey -n 0 ${md}
29 atf_check geli detach ${md}
33 geli attach -p -k keyfile1 ${md}
36 atf_check geli attach -p -k keyfile2 ${md}
40 geli delkey -n 1 ${md}
43 atf_check geli delkey -f -n 1 ${md}
46 atf_check -s exit:0 -o ignore geli setkey -n 0 -P -K keyfile3 ${md}
47 atf_check geli detach ${md}
51 geli attach -p -k keyfile2 ${md}
54 atf_check geli attach -p -k keyfile3 ${md}
57 atf_check -s exit:0 -o ignore geli setkey -n 1 -P -K keyfile4 ${md}
58 atf_check geli detach ${md}
61 atf_check geli delkey -n 1 ${md}
65 geli attach -p -k keyfile4 ${md}
69 geli delkey -n 0 ${md}
72 atf_check geli delkey -f -n 0 ${md}
76 geli attach -p -k keyfile3 ${md}
93 sectors=100
94 attach_md md -t malloc -s `expr $sectors + 1`
97 atf_check geli init -B none -P -K keyfile ${md}
98 atf_check geli attach -r -p -k keyfile ${md}
100 atf_check -s not-exit:0 -e match:"read-only" geli delkey -n 0 ${md}
102 atf_check -s not-exit:0 -e match:"read-only" geli delkey -f -n 0 ${md}