Lines Matching refs:taint
26 taint=$1
38 taint=`cat $TAINTFILE`
41 if [ $taint -eq 0 ]; then
48 T=$taint
107 echo " * taint requested by userspace application (#6)"
187 echo " * auxiliary taint, defined for and used by distros (#16)"
214 echo "Raw taint value as int/string: $taint/'$out'"
218 cnt=`grep [A-Z] /sys/module/*/taint | wc -l` || cnt=0
224 if [ -r /sys/module/$dir/taint ]; then
225 modtnt=`cat /sys/module/$dir/taint`
232 echo "For a more detailed explanation of the various taint flags see"