Home
last modified time | relevance | path

Searched refs:test_md (Results 1 – 11 of 11) sorted by relevance

/freebsd/tests/sys/geom/class/
H A Dgeom_subr.sh29 local test_md unit
31 test_md=$1
32 unit=${test_md#md}
34 sed -i '' "/^${test_md}$/d" $TEST_MDS_FILE || exit
39 local test_md
42 while read test_md; do
44 echo "# Removing test memory disk: $test_md"
45 mdconfig -d -u $test_md
/freebsd/tests/sys/geom/class/union/
H A Dconf.sh8 local test_md
10 test_md=$(mdconfig -a "$@") || atf_fail "failed to allocate md(4)"
11 echo $test_md >> $TEST_MDS_FILE || exit
12 echo $test_md
/freebsd/tests/sys/geom/class/multipath/
H A Dconf.sh73 while read test_md; do
74 gnop destroy -f ${test_md}.nop 2>/dev/null
75 mdconfig -d -u $test_md 2>/dev/null
/freebsd/tests/sys/kern/
H A Dsendfile_test.sh177 while read test_md; do
178 gnop destroy -f ${test_md}.nop 2>/dev/null
179 mdconfig -d -u $test_md 2>/dev/null
/freebsd/tests/sys/geom/class/part/
H A Dmisc.sh166 while read test_md; do
167 gnop destroy -f ${test_md}.nop 2>/dev/null
168 mdconfig -d -u $test_md 2>/dev/null
/freebsd/tests/sys/geom/class/eli/
H A Dmisc_test.sh183 while read test_md; do
184 gnop destroy -f ${test_md}.nop 2>/dev/null
185 mdconfig -d -u $test_md 2>/dev/null
/freebsd/tests/sys/geom/class/mirror/
H A Dcomponent_selection.sh128 while read test_md; do
129 echo "# Removing test gnop: ${test_md}.nop"
130 gnop destroy -f "${test_md}.nop" 2>/dev/null || :
/freebsd/contrib/kyua/cli/
H A Dcmd_list.cpp117 const model::metadata& test_md = test_case.get_metadata(); in list_test_case() local
118 const model::properties_map test_props = test_md.to_properties(); in list_test_case()
/freebsd/tests/sys/geom/class/nop/
H A Dnop_test.sh250 while read test_md; do
251 gnop destroy -f ${test_md}.nop 2>/dev/null
252 mdconfig -d -u $test_md 2>/dev/null
/freebsd/crypto/openssl/test/
H A Devp_fetch_prov_test.c140 static int test_md(const EVP_MD *md) in test_md() function
163 && test_md(EVP_sha256()); in test_implicit_EVP_MD_fetch()
181 if (!test_md(md)) in test_explicit_EVP_MD_fetch()
/freebsd/tests/sys/geom/class/gate/
H A Dggate_test.sh234 while read test_md; do
237 while ! mdconfig -d -u $test_md; do