Searched refs:zirconPanic (Results 1 – 1 of 1) sorted by relevance
25 zirconPanic = []byte("ZIRCON KERNEL PANIC") var61 return bytes.Contains(output, zirconPanic) ||71 if pos := bytes.Index(output, zirconPanic); pos != -1 {