Lines Matching refs:search
70 if re.search("load_archive: loading locale_en.bin", line):
77 if re.search("Booting Linux", line):
84 if re.search("POWER_GOOD not seen in time", line):
95 if re.search("---. end Kernel panic", line):
102 if re.search("R8152: Bulk read error 0xffffffbf", line):
111 if re.search("Kernel panic - not syncing: Asynchronous SError Interrupt", line):
117 if re.search("NETDEV WATCHDOG", line):
131 if re.search("a6xx_hfi_send_msg.*Unexpected message id .* on the response queue", line):
136 if re.search("coreboot.*bootblock starting", line):
141 … if re.search("arm-smmu 5040000.iommu: TLB sync timed out -- SMMU may be deadlocked", line):
145 result = re.search("hwci: mesa: (\S*)", line)