Searched refs:panic_header (Results 1 – 1 of 1) sorted by relevance
877 panic_buf = Cast(panic_header, 'char *')884 panic_stackshot_addr = unsigned(panic_header) + unsigned(panic_header.eph_stackshot_offset)926 panic_buf = Cast(panic_header, 'char *')942 panic_stackshot_addr = unsigned(panic_header) + unsigned(panic_header.mph_stackshot_offset)995 panic_buf = Cast(panic_header, 'char *')1100 panic_header = kern.globals.panic_info1102 if hasattr(panic_header, "eph_magic"):1104 elif hasattr(panic_header, "mph_magic"):1125 return parser(panic_header, cmd_options)1139 panic_header = kern.globals.panic_info[all …]