Searched defs:embedded_panic_header (Results 1 – 1 of 1) sorted by relevance
371 struct embedded_panic_header { struct374 uint32_t eph_version; /* embedded_panic_header version */ argument377 uint32_t eph_panic_log_len; /* length of the panic log */381 uint32_t eph_other_log_len; /* length of the other log */382 union {391 char eph_os_version[EMBEDDED_PANIC_HEADER_OSVERSION_LEN];392 char eph_macos_version[EMBEDDED_PANIC_HEADER_OSVERSION_LEN];395 uint32_t eph_ext_paniclog_offset;396 uint32_t eph_ext_paniclog_len;397 uint32_t eph_panic_initiator_offset;[all …]