Home
last modified time | relevance | path

Searched refs:eph_magic (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/pexpert/arm/
H A Dpe_init.c176 if (panic_info->eph_magic == 'SHMC') { in check_for_panic_log()
182 if (panic_info->eph_magic == 'BTRC') { in check_for_panic_log()
189 if (panic_info->eph_magic == EMBEDDED_PANIC_MAGIC) { in check_for_panic_log()
656 if (panic_info->eph_magic != EMBEDDED_PANIC_MAGIC) { in PE_update_panic_crc()
658 …printf("Error!! Current Magic 0x%X, expected value 0x%x\n", panic_info->eph_magic, EMBEDDED_PANIC_… in PE_update_panic_crc()
691 panic_info->eph_magic = EMBEDDED_PANIC_MAGIC; in PE_init_panicheader()
/xnu-12377.61.12/osfmk/kern/
H A Ddebug.h421 uint32_t eph_magic; /* EMBEDDED_PANIC_MAGIC if valid */ member
/xnu-12377.61.12/tools/lldbmacros/
H A Dxnu.py897 panic_log_magic = unsigned(panic_header.eph_magic)
1122 panic_log_magic = unsigned(panic_header.eph_magic)