Home
last modified time | relevance | path

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

/xnu-8019.80.24/pexpert/arm/
H A Dpe_init.c158 if (panic_info->eph_magic == 'SHMC') { in check_for_panic_log()
164 if (panic_info->eph_magic == 'BTRC') { in check_for_panic_log()
171 if (panic_info->eph_magic == EMBEDDED_PANIC_MAGIC) { in check_for_panic_log()
612 if (panic_info->eph_magic != EMBEDDED_PANIC_MAGIC) { in PE_save_buffer_to_vram()
613 …printf("Error!! Current Magic 0x%X, expected value 0x%x", panic_info->eph_magic, EMBEDDED_PANIC_MA… in PE_save_buffer_to_vram()
646 panic_info->eph_magic = EMBEDDED_PANIC_MAGIC; in PE_init_panicheader()
/xnu-8019.80.24/osfmk/kern/
H A Ddebug.h311 uint32_t eph_magic; /* EMBEDDED_PANIC_MAGIC if valid */ member
/xnu-8019.80.24/tools/lldbmacros/
H A Dxnu.py618 panic_log_magic = unsigned(panic_header.eph_magic)
835 panic_log_magic = unsigned(panic_header.eph_magic)