Lines Matching +full:100 +full:md
14 sectors=100
15 attach_md md -t malloc -s `expr $sectors + 1`
19 atf_check geli init -B none -P -K keyfile ${md}
20 atf_check geli attach -d -p -k keyfile ${md}
23 atf_check dd if=/dev/${md}.eli of=/dev/null status=none
25 if [ ! -c /dev/${md}.eli ]; then
30 true > /dev/${md}.eli
32 if [ -c /dev/${md}.eli ]; then
53 attach_md md -t malloc -s `expr $sectors + 1`
56 atf_check geli init -B none -P -K keyfile ${md}
57 atf_check geli attach -d -p -k keyfile ${md}
59 for i in $(jot 100); do
60 atf_check -s not-exit:0 -e ignore -- geli attach -d -p -k keyfile ${md}
62 atf_check -o ignore -- newfs ${md}.eli
80 sectors=100
81 attach_md md -t malloc -s `expr $sectors + 1`
84 atf_check geli init -B none -P -K keyfile ${md}
85 atf_check geli attach -r -p -k keyfile ${md}
87 atf_check -o match:"^Flags: .*READ-ONLY" geli list ${md}.eli
91 dd if=/dev/zero of=/dev/${md}.eli count=1
108 sectors=100
138 sectors=100
139 attach_md md -t malloc -s `expr $sectors + 1`
142 atf_check geli init -B none -P -K keyfile ${md}
144 geli attach -p ${md} 2>/dev/null