Lines Matching refs:failed
80 echo "$i $?" >> unpoison-failed
81 echo "unpoisioning $i failed: $?"
99 failed=0
110 rm -f offlined unpoison-failed
123 #echo offlining $T failed $?
124 (( failed++ ))
146 if [ -f unpoison-failed ] ; then
147 ufailed=$(wc -l unpoison-failed | awk ' {print $1}')
149 echo "soft-poison: success $success failed $failed of total $total"
150 echo "unpoison-failed: success $usuccess failed $ufailed of total $utotal"