Lines Matching refs:grep
30 if grep -Pq '\x00' < $file
41 if grep -q FAILURE $file || grep -q -e '-torture.*!!!' $file
43 nerrs=`grep --binary-files=text '!!!' $file |
55 grep --binary-files=text 'torture:.*ver:' $file |
83 if grep -q SUCCESS $file
92 if grep -q "_HOTPLUG:" $file
98 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
108 grep -v 'ODEBUG: ' |
109 grep -v 'This means that this is a DEBUG kernel and it is' |
110 grep -v 'Warning: unable to open an initial console' > $T.diags
116 n_badness=`grep -c Badness $file`
121 n_warn=`grep -v 'Warning: unable to open an initial console' $file | egrep -c 'WARNING:|Warn'`
131 n_calltrace=`grep -c 'Call Trace:' $file`
136 n_lockdep=`grep -c =========== $file`
146 n_starves=`grep -c 'rcu_.*kthread starved for' $file`