Searched refs:BVND (Results 1 - 5 of 5) sorted by relevance

/src/regress/sys/fs/lfs/newfs_fsck/
H A Dmkfs_mount7 BVND=/dev/${VND}
16 vnconfig -v ${BVND}${RPART} ${TMPIM}
24 mount -t lfs -o-N1 ${BVND}${MPART} ${TMPMP}
H A DMakefile16 BVND= /dev/${VND} macro
50 mount ${BVND}${MPART} ${TMPMP}
55 vnconfig -u ${BVND}${RPART}
/src/regress/sys/fs/ffs/
H A DMakefile28 BVND= /dev/${VND} macro
60 -vnconfig -u ${BVND}${RPART}
86 umount ${BVND}${MPART}
89 mount -o async ${BVND}${MPART} ${TMPMP}
91 umount ${BVND}${MPART}
93 mount -o async ${BVND}${MPART} ${TMPMP}
97 mount -o async ${BVND}${MPART} ${TMPMP}
99 umount ${BVND}${MPART}
101 mount -o async ${BVND}${MPART} ${TMPMP}
109 vnconfig -v ${BVND}
[all...]
/src/tests/kernel/
H A Dt_umount.sh32 BVND=/dev/${VND}
72 atf_check -o ignore -e ignore mount -o async ${BVND}${MPART} ${TMPMP}
80 atf_check -o ignore -e ignore umount -f "${BVND}${MPART}"
H A Dt_umountstress.sh32 BVND=/dev/${VND}
64 atf_check -o ignore -e ignore mount -o async ${BVND}${MPART} ${TMPMP}
153 atf_check -o ignore -e ignore mount -o async ${BVND}${MPART} ${TMPMP}
172 if ! mount -o async ${BVND}${MPART} ${TMPMP}; then

Completed in 4 milliseconds