Lines Matching refs:klog
80 local klog="$1"
82 if [ -f "$klog" ] && extract_mce_from_log "$klog" "$mcelog_result"; then
182 local klog="$1"
183 if [ -f "$klog" ]; then
184 if check_kern_warning_bug "$klog"; then
197 local klog="$1"
199 if [ ! -f "$klog" ]; then
204 if grep "panic" "$klog" | grep "$mce_panic" > /dev/null; then
214 local klog="$1"
215 if [ ! -f "$klog" ]; then
220 if grep "Some CPUs didn't answer in synchronization" "$klog" \
231 local klog="$1"
233 if [ ! -f "$klog" ]; then
239 if grep "Machine check: " "$klog" | grep "$exp" > /dev/null; then