Home
last modified time | relevance | path

Searched refs:md1 (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/tests/sys/geom/class/multipath/
HDmisc.sh40 md1=$(alloc_md)
43 atf_check -s exit:0 gmultipath create "$name" ${md0} ${md1}
67 md1=$(alloc_md)
69 atf_check -s exit:0 gmultipath create -A "$name" ${md0} ${md1}
70 check_multipath_state "${md1} ${md0}" "OPTIMAL" "ACTIVE" "ACTIVE"
89 md1=$(alloc_md)
91 atf_check -s exit:0 gmultipath create -R "$name" ${md0} ${md1}
110 md1=$(alloc_md)
117 atf_check gnop create -o $offset /dev/${md1}
122 atf_check -s exit:0 gmultipath add "$name" ${md1}.nop
[all …]
HDfailloop.sh44 md1=$(alloc_md)
47 atf_check gnop create /dev/${md1}
48 atf_check -s exit:0 gmultipath create "$name" ${md0}.nop ${md1}.nop
52 atf_check gnop configure -r 100 -w 100 ${md1}.nop
/freebsd-13-stable/contrib/kyua/model/
HDmetadata_test.cpp121 const model::metadata md1 = model::metadata_builder() in ATF_TEST_CASE_BODY() local
126 const model::metadata md2 = model::metadata_builder(md1) in ATF_TEST_CASE_BODY()
130 ATF_REQUIRE_EQ(1, md1.allowed_architectures().size()); in ATF_TEST_CASE_BODY()
132 ATF_REQUIRE_EQ(1, md1.allowed_platforms().size()); in ATF_TEST_CASE_BODY()
140 const model::metadata md1 = model::metadata_builder() in ATF_TEST_CASE_BODY() local
158 ATF_REQUIRE_EQ(merge_1_2, md1.apply_overrides(md2)); in ATF_TEST_CASE_BODY()
166 ATF_REQUIRE_EQ(merge_2_1, md2.apply_overrides(md1)); in ATF_TEST_CASE_BODY()
334 const model::metadata md1 = model::metadata_builder().build(); in ATF_TEST_CASE_BODY() local
336 ATF_REQUIRE( md1 == md2); in ATF_TEST_CASE_BODY()
337 ATF_REQUIRE(!(md1 != md2)); in ATF_TEST_CASE_BODY()
[all …]
/freebsd-13-stable/tests/sys/geom/class/mirror/
HDcomponent_selection.sh32 md1=$(attach_md -t vnode -f ${f1})
37 atf_check gnop create $md1
42 atf_check gmirror label -h $name ${md1}.nop
59 atf_check -s exit:0 -o match:"DEGRADED ${md1}.nop \(ACTIVE\)" \
75 atf_check -s exit:0 -o match:"DEGRADED ${md1}.nop \(ACTIVE\)" \
80 atf_check gnop destroy ${md1}.nop
104 atf_check gnop create $md1
105 md1gen=$(gmirror dump /dev/${md1}.nop | grep genid | cut -d: -f2)
112 atf_check [ $(consumerrefs nop ${md1}.nop) = "r1w1e1" ]
120 atf_check -s exit:0 -o match:"DEGRADED ${md1}.nop \(ACTIVE\)" \
HDsync_error.sh24 md1=$(attach_md -t vnode -f ${f1})
27 atf_check gmirror label $name $md1
39 atf_check -s exit:0 -o match:"DEGRADED $md1 \(ACTIVE\)" \
67 md1=$(attach_md -t vnode -f ${f1})
71 atf_check gmirror label $name $md1
90 if $(gmirror status -s $name | grep -q $md1); then
91 active=$md1
/freebsd-13-stable/crypto/openssl/doc/man3/
HDBIO_push.pod54 For these examples suppose I<md1> and I<md2> are digest BIOs,
64 BIO_push(md1, md2);
66 the new chain is I<md1-md2-b64-f>. Data written to I<md1> will be digested
67 by I<md1> and I<md2>, base64 encoded, and finally written to I<f>.
71 and digested by I<md2> and then I<md1>.
77 will return I<b64> and the new chain will be I<md1-b64-f>.
78 Data can be written to and read from I<md1> as before,
/freebsd-13-stable/tests/sys/geom/class/eli/
HDattach_test.sh82 md1=$(attach_md -t malloc -s `expr $sectors + 1`)
87 atf_check geli init -B none -P -K keyfile ${md1}
89 atf_check geli attach -p -k keyfile ${md0} ${md1} ${md2}
92 atf_check -s exit:0 test -c /dev/${md1}.eli
/freebsd-13-stable/contrib/kyua/engine/
HDkyuafile_test.cpp219 const model::metadata md1 = model::metadata_builder() in ATF_TEST_CASE_BODY() local
224 ATF_REQUIRE_EQ(md1, suite.test_programs()[0]->get_metadata()); in ATF_TEST_CASE_BODY()
/freebsd-13-stable/sys/dev/proto/
HDproto_busdma.c374 struct proto_md *md, *md1; in proto_busdma_cleanup() local
378 LIST_FOREACH_SAFE(md, &busdma->mds, mds, md1) in proto_busdma_cleanup()
/freebsd-13-stable/tools/tools/tinybsd/
HDREADME183 /dev/md1 19566 6 17996 0% /tmp
185 As you can see, /var and /tmp are mounted on /dev/md0 and /dev/md1
/freebsd-13-stable/stand/common/
HDmodule.c1666 struct file_metadata *md, *md1; in file_discard() local
1672 md1 = md; in file_discard()
1674 free(md1); in file_discard()
/freebsd-13-stable/contrib/libarchive/libarchive/
HDarchive_read_support_format_zip.c367 unsigned char md1[MD_SIZE];
374 archive_sha1_final(&ctx, md1);
378 mkb[i] ^= md1[i];
385 mkb[i] ^= md1[i];