Searched refs:test_md (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/tests/sys/geom/class/
H A Dgeom_subr.sh16 local test_md
18 test_md=$(mdconfig -a "$@") || exit
19 echo $test_md >> $TEST_MDS_FILE || exit
20 echo $test_md
25 local test_md
28 while read test_md; do
30 echo "# Removing test memory disk: $test_md"
31 mdconfig -d -u $test_md
/freebsd-10-stable/tests/sys/geom/class/nop/
H A Dnop_test.sh152 while read test_md; do
153 gnop destroy -f ${test_md}.nop 2>/dev/null
154 mdconfig -d -u $test_md 2>/dev/null
/freebsd-10-stable/tests/sys/geom/class/gate/
H A Dggate_test.sh190 while read test_md; do
191 mdconfig -d -u $test_md 2>/dev/null

Completed in 154 milliseconds