Searched refs:md1 (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/tests/sys/geom/class/multipath/
H A Dmisc.sh41 md1=$(alloc_md)
44 atf_check -s exit:0 gmultipath create "$name" ${md0} ${md1}
68 md1=$(alloc_md)
70 atf_check -s exit:0 gmultipath create -A "$name" ${md0} ${md1}
71 check_multipath_state "${md1} ${md0}" "OPTIMAL" "ACTIVE" "ACTIVE"
90 md1=$(alloc_md)
92 atf_check -s exit:0 gmultipath create -R "$name" ${md0} ${md1}
111 md1=$(alloc_md)
118 atf_check gnop create -o $offset /dev/${md1}
123 atf_check -s exit:0 gmultipath add "$name" ${md1}
[all...]
H A Dfailloop.sh45 md1=$(alloc_md)
48 atf_check gnop create /dev/${md1}
49 atf_check -s exit:0 gmultipath create "$name" ${md0}.nop ${md1}.nop
53 atf_check gnop configure -r 100 -w 100 ${md1}.nop
/freebsd-13-stable/contrib/kyua/model/
H A Dmetadata_test.cpp121 const model::metadata md1 = model::metadata_builder() local
126 const model::metadata md2 = model::metadata_builder(md1)
130 ATF_REQUIRE_EQ(1, md1.allowed_architectures().size());
132 ATF_REQUIRE_EQ(1, md1.allowed_platforms().size());
140 const model::metadata md1 = model::metadata_builder() local
158 ATF_REQUIRE_EQ(merge_1_2, md1.apply_overrides(md2));
166 ATF_REQUIRE_EQ(merge_2_1, md2.apply_overrides(md1));
334 const model::metadata md1 = model::metadata_builder().build(); local
336 ATF_REQUIRE( md1 == md2);
337 ATF_REQUIRE(!(md1 !
344 const model::metadata md1 = model::metadata_builder() local
356 const model::metadata md1 = model::metadata_builder() local
376 const model::metadata md1 = model::metadata_builder() local
391 const model::metadata md1 = model::metadata_builder() local
[all...]
/freebsd-13-stable/tests/sys/geom/class/mirror/
H A Dsync_error.sh25 md1=$(attach_md -t vnode -f ${f1})
28 atf_check gmirror label $name $md1
40 atf_check -s exit:0 -o match:"DEGRADED $md1 \(ACTIVE\)" \
68 md1=$(attach_md -t vnode -f ${f1})
72 atf_check gmirror label $name $md1
91 if $(gmirror status -s $name | grep -q $md1); then
92 active=$md1
H A Dcomponent_selection.sh33 md1=$(attach_md -t vnode -f ${f1})
37 # Use a gnop for md1 just for consistency; it's not used for anything.
38 atf_check gnop create $md1
43 atf_check gmirror label -h $name ${md1}.nop
60 atf_check -s exit:0 -o match:"DEGRADED ${md1}.nop \(ACTIVE\)" \
76 atf_check -s exit:0 -o match:"DEGRADED ${md1}.nop \(ACTIVE\)" \
81 atf_check gnop destroy ${md1}.nop
105 atf_check gnop create $md1
106 md1gen=$(gmirror dump /dev/${md1}.nop | grep genid | cut -d: -f2)
113 atf_check [ $(consumerrefs nop ${md1}
[all...]
/freebsd-13-stable/tests/sys/geom/class/eli/
H A Dattach_test.sh83 md1=$(attach_md -t malloc -s `expr $sectors + 1`)
88 atf_check geli init -B none -P -K keyfile ${md1}
90 atf_check geli attach -p -k keyfile ${md0} ${md1} ${md2}
93 atf_check -s exit:0 test -c /dev/${md1}.eli
/freebsd-13-stable/contrib/kyua/engine/
H A Dkyuafile_test.cpp219 const model::metadata md1 = model::metadata_builder() local
224 ATF_REQUIRE_EQ(md1, suite.test_programs()[0]->get_metadata());
/freebsd-13-stable/sys/dev/proto/
H A Dproto_busdma.c376 struct proto_md *md, *md1; local
380 LIST_FOREACH_SAFE(md, &busdma->mds, mds, md1)
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c348 unsigned char md1[MD_SIZE];
355 archive_sha1_final(&ctx, md1);
359 mkb[i] ^= md1[i];
366 mkb[i] ^= md1[i];

Completed in 92 milliseconds