Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/ !
H A Dexclaves_inspection.c529 } stackshot_panic_magic_t; typedef
530 _Static_assert(sizeof(stackshot_panic_magic_t) == 16, "panic magic should be 16 bytes");
558 if (exclaves_stackshot_buffer_size <= sizeof(stackshot_panic_magic_t)) { in kdp_read_panic_exclaves_stackshot()
563stackshot_panic_magic_t *panic_magic = __IGNORE_WCASTALIGN((stackshot_panic_magic_t *)(exclaves_st… in kdp_read_panic_exclaves_stackshot()