Home
last modified time | relevance | path

Searched refs:eph_panic_flags (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/osfmk/arm/
H A Dmodel_dep.c752 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_DEBUGGERSYNC; in do_print_all_panic_info()
756 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_NESTED; in do_print_all_panic_info()
776 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COMPRESS_FAILED; in do_print_all_panic_info()
789 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_SUCCEEDED; in do_print_all_panic_info()
798 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_DATA_COMPRESSED; in do_print_all_panic_info()
812 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_INCOMPLETE; in do_print_all_panic_info()
818 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_ERROR; in do_print_all_panic_info()
825 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_STACKSHOT_FAILED_ERROR; in do_print_all_panic_info()
940 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_BUTTON_RESET_PANIC; in SavePanicInfo()
944 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COMPANION_PROC_INITIATED_PANIC; in SavePanicInfo()
[all …]
/xnu-12377.61.12/pexpert/arm/
H A Dpe_init.c723 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_NESTED_PANIC; in PE_update_panicheader_nestedpanic()
727 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_NESTED_PANIC; in PE_update_panicheader_nestedpanic()
739 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_INCOHERENT_PANICLOG; in PE_update_panicheader_nestedpanic()
745 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_INCOHERENT_PANICLOG; in PE_update_panicheader_nestedpanic()
757 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_INCOHERENT_PANICLOG; in PE_update_panicheader_nestedpanic()
/xnu-12377.61.12/osfmk/kern/
H A Ddebug.c1540 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COREFILE_UNLINKED;
1542 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COREDUMP_FAILED;
1558 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COREDUMP_FAILED;
1564 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COREDUMP_FAILED;
1568 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_COREDUMP_FAILED;
H A Dexclaves_panic.c308 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_EXCLAVE_PANIC; in exclaves_panic_append_info()
H A Ddebug.h424 eph_panic_flags_t eph_panic_flags; /* Flags indicating any state or relevant details */ member
/xnu-12377.61.12/osfmk/kdp/
H A Dkdp_core.c696 …panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_KERNEL_COREDUMP_SKIPPED_EXCLUDE_REGIONS_… in kern_dump_init()
839 panic_info->eph_panic_flags |= EMBEDDED_PANIC_HEADER_FLAG_ENCRYPTED_COREDUMP_SKIPPED; in kdp_reset_output_vars()
1385 panic_info->eph_panic_flags |= (dump_succeeded ? EMBEDDED_PANIC_HEADER_FLAG_COREDUMP_COMPLETE : in do_kern_dump()
/xnu-12377.61.12/tools/lldbmacros/
H A Dxnu.py905 panic_header_flags = unsigned(panic_header.eph_panic_flags)