Home | History | Annotate | Download | only in bare-metal

Lines Matching refs:re

27 import re
97 if re.search("load_archive: loading locale_en.bin", line):
104 if re.search("POWER_GOOD not seen in time", line):
110 if re.search("---. end Kernel panic", line):
117 if re.search("R8152: Bulk read error 0xffffffbf", line):
125 if re.search("Kernel panic - not syncing: Asynchronous SError Interrupt", line):
130 if re.search("NETDEV WATCHDOG", line):
144 if re.search("a6xx_hfi_send_msg.*Unexpected message id .* on the response queue", line):
148 if re.search("coreboot.*bootblock starting", line):
153 result = re.search("hwci: mesa: (\S*)", line)