Home | History | Annotate | Download | only in kernel

Lines Matching refs:ignore

66 	atf_check -o ignore -e ignore mkdir ${TMPMP}
67 atf_check -o ignore -e ignore touch ${TMPMP}/under_the_mount
68 atf_check -o ignore -e ignore dd if=/dev/zero of=${TMPIM} count=5860
69 atf_check -o ignore -e ignore vnconfig -v ${VND} ${TMPIM}
70 atf_check -o ignore -e ignore disklabel -f disktab -rw ${VND} floppy288
71 atf_check -o ignore -e ignore newfs -i 500 -b 8192 -f 1024 ${CVND}${MPART}
72 atf_check -o ignore -e ignore mount -o async ${BVND}${MPART} ${TMPMP}
73 atf_check -o ignore -e ignore touch ${TMPMP}/in_mounted_directory
80 atf_check -o ignore -e ignore umount -f "${BVND}${MPART}"
85 atf_check -s ne:0 -e ignore -o file:"${mydir}/dot" -x "cd . 2>&1"
86 atf_check -s ne:0 -e ignore -o file:"${mydir}/dotdot" -x "cd .. 2>&1"