Lines Matching defs:embedded_panic_header
371 struct embedded_panic_header { struct
374 uint32_t eph_version; /* embedded_panic_header version */ argument
375 eph_panic_flags_t eph_panic_flags; /* Flags indicating any state or relevant details */
376 …nic_log_offset; /* Offset of the beginning of the panic log from the beginning of the header */
377 uint32_t eph_panic_log_len; /* length of the panic log */
378 …t_offset; /* Offset of the beginning of the panic stackshot from the beginning of the header */
379 uint32_t eph_stackshot_len; /* length of the panic stackshot (0 if not valid ) */
380 …fset of the other log (any logging subsequent to the stackshot) from the beginning of the header */
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];
393 uuid_string_t eph_bootsessionuuid_string; /* boot session UUID */
394 …; /* bitmap indicating which roots are installed on this system */
395 uint32_t eph_ext_paniclog_offset;
396 uint32_t eph_ext_paniclog_len;
397 uint32_t eph_panic_initiator_offset;
398 uint32_t eph_panic_initiator_len;