Home
last modified time | relevance | path

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

/freebsd-11-stable/tests/sys/geom/class/mirror/
HDsync_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-11-stable/crypto/openssl/doc/crypto/
HDBIO_push.pod36 For these examples suppose B<md1> and B<md2> are digest BIOs, B<b64> is
46 BIO_push(md1, md2);
48 the new chain is B<md1-md2-b64-f>. Data written to B<md1> will be digested
49 by B<md1> and B<md2>, B<base64> encoded and written to B<f>.
53 by B<md1> and B<md2>. If the call:
57 The call will return B<b64> and the new chain will be B<md1-b64-f> data can
58 be written to B<md1> as before.
/freebsd-11-stable/stand/common/
HDmodule.c912 struct file_metadata *md, *md1; in file_discard() local
918 md1 = md; in file_discard()
920 free(md1); in file_discard()
/freebsd-11-stable/sys/dev/proto/
HDproto_busdma.c373 struct proto_md *md, *md1; in proto_busdma_cleanup() local
376 LIST_FOREACH_SAFE(md, &busdma->mds, mds, md1) in proto_busdma_cleanup()
/freebsd-11-stable/tools/tools/tinybsd/
HDREADME184 /dev/md1 19566 6 17996 0% /tmp
186 As you can see, /var and /tmp are mounted on /dev/md0 and /dev/md1
/freebsd-11-stable/sys/dev/ctau/
HDctddk.h216 ct_md1_hdlc_t md1; /* mode register 1 */ member
HDctau.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-11-stable/contrib/libarchive/libarchive/
HDarchive_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-11-stable/contrib/binutils/gas/
HDChangeLog-9899198 * expr.h (operatorT): Add machine dependent operators md1..md8.