Searched refs:test_md (Results 1 – 11 of 11) sorted by relevance
17 local test_md19 test_md=$(mdconfig -a "$@") || exit20 echo $test_md >> $TEST_MDS_FILE || exit21 echo $test_md26 local test_md unit28 test_md=$129 unit=${test_md#md}36 local test_md39 while read test_md; do41 echo "# Removing test memory disk: $test_md"[all …]
9 local test_md11 test_md=$(mdconfig -a "$@") || atf_fail "failed to allocate md(4)"12 echo $test_md >> $TEST_MDS_FILE || exit13 echo $test_md
183 while read test_md; do184 gnop destroy -f ${test_md}.nop 2>/dev/null185 mdconfig -d -u $test_md 2>/dev/null
73 while read test_md; do74 gnop destroy -f ${test_md}.nop 2>/dev/null75 mdconfig -d -u $test_md 2>/dev/null
152 while read test_md; do153 gnop destroy -f ${test_md}.nop 2>/dev/null154 mdconfig -d -u $test_md 2>/dev/null
166 while read test_md; do167 gnop destroy -f ${test_md}.nop 2>/dev/null168 mdconfig -d -u $test_md 2>/dev/null
128 while read test_md; do129 echo "# Removing test gnop: ${test_md}.nop"130 gnop destroy -f "${test_md}.nop" 2>/dev/null || :
117 const model::metadata& test_md = test_case.get_metadata(); in list_test_case() local118 const model::properties_map test_props = test_md.to_properties(); in list_test_case()
250 while read test_md; do251 gnop destroy -f ${test_md}.nop 2>/dev/null252 mdconfig -d -u $test_md 2>/dev/null
140 static int test_md(const EVP_MD *md) in test_md() function163 && test_md(EVP_sha256()); in test_implicit_EVP_MD_fetch()181 if (!test_md(md)) in test_explicit_EVP_MD_fetch()
234 while read test_md; do237 while ! mdconfig -d -u $test_md; do