Searched refs:test_md (Results 1 – 11 of 11) sorted by relevance
29 local test_md unit31 test_md=$132 unit=${test_md#md}34 sed -i '' "/^${test_md}$/d" $TEST_MDS_FILE || exit39 local test_md42 while read test_md; do44 echo "# Removing test memory disk: $test_md"45 mdconfig -d -u $test_md
8 local test_md10 test_md=$(mdconfig -a "$@") || atf_fail "failed to allocate md(4)"11 echo $test_md >> $TEST_MDS_FILE || exit12 echo $test_md
73 while read test_md; do74 gnop destroy -f ${test_md}.nop 2>/dev/null75 mdconfig -d -u $test_md 2>/dev/null
177 while read test_md; do178 gnop destroy -f ${test_md}.nop 2>/dev/null179 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
183 while read test_md; do184 gnop destroy -f ${test_md}.nop 2>/dev/null185 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