Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dkern_stackshot.c5637 struct exclaves_panic_stackshot excl_ss; in kdp_stackshot_kcdata_format() local
5638 kdp_read_panic_exclaves_stackshot(&excl_ss); in kdp_stackshot_kcdata_format()
5640 if (excl_ss.stackshot_buffer != NULL && excl_ss.stackshot_buffer_size != 0) { in kdp_stackshot_kcdata_format()
5648 …tberr = stackshot_stackshotresult__unmarshal(excl_ss.stackshot_buffer, excl_ss.stackshot_buffer_si… in kdp_stackshot_kcdata_format()