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

/freebsd-11-stable/usr.sbin/chown/tests/
H A Dchown_test.sh179 if ! md_device=$(cat $md_file); then
182 atf_check -o not-empty newfs /dev/$md_device
184 atf_check mount /dev/$md_device mnt
201 if ! md_device=$(cat $md_file) || [ -z "$md_device" ]; then
206 mdconfig -d -u $md_device
/freebsd-11-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh55 md_device=$(mount -p | grep "$playground" | awk '{ gsub(/^\/dev\//, "", $1); print $1 }')
56 trap "umount -f $playground; mdconfig -d -u $md_device; rmdir $playground" EXIT INT TERM
57 if [ -z "$md_device" ]; then
/freebsd-11-stable/contrib/groff/contrib/groffer/
H A Dgroffer2.sh5546 md_device="$(get_first_essential \
5551 md_device="${_OPT_DEVICE}";
5559 md_groggy="$(tmp_cat | grog -T${md_device})";
5652 md_device="${_OPT_DEVICE}"
5657 md_device='X100';
5669 md_device='X75-12';
5673 md_groggy="$(tmp_cat | grog -T${md_device} -Z)";
5702 eval ${_UNSET} md_device;

Completed in 136 milliseconds