Home
last modified time | relevance | path

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

/freebsd-12-stable/tests/sys/geom/class/multipath/
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}.nop
[all …]
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-12-stable/tests/sys/geom/class/mirror/
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
/freebsd-12-stable/crypto/openssl/doc/man3/
DBIO_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-12-stable/tests/sys/geom/class/eli/
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-12-stable/sys/dev/proto/
Dproto_busdma.c376 struct proto_md *md, *md1; in proto_busdma_cleanup() local
380 LIST_FOREACH_SAFE(md, &busdma->mds, mds, md1) in proto_busdma_cleanup()
/freebsd-12-stable/stand/common/
Dmodule.c1488 struct file_metadata *md, *md1; in file_discard() local
1494 md1 = md; in file_discard()
1496 free(md1); in file_discard()
/freebsd-12-stable/tools/tools/tinybsd/
DREADME184 /dev/md1 19566 6 17996 0% /tmp
186 As you can see, /var and /tmp are mounted on /dev/md0 and /dev/md1
/freebsd-12-stable/sys/dev/ctau/
Dctddk.h216 ct_md1_hdlc_t md1; /* mode register 1 */ member
Dctau.c1071 outb (c->MD1, BYTE c->hopt.md1); in ct_update_chan()
1078 outb (c->MD1, BYTE c->hopt.md1); in ct_update_chan()
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_read_support_format_zip.c368 unsigned char md1[MD_SIZE];
375 archive_sha1_final(&ctx, md1);
379 mkb[i] ^= md1[i];
386 mkb[i] ^= md1[i];
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-9899198 * expr.h (operatorT): Add machine dependent operators md1..md8.