Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dkern_stackshot.c5404 struct exclaves_panic_stackshot excl_ss; in kdp_stackshot_kcdata_format() local
5405 kdp_read_panic_exclaves_stackshot(&excl_ss); in kdp_stackshot_kcdata_format()
5407 if (excl_ss.stackshot_buffer != NULL && excl_ss.stackshot_buffer_size != 0) { in kdp_stackshot_kcdata_format()
5415 …tberr = stackshot_stackshotresult__unmarshal(excl_ss.stackshot_buffer, excl_ss.stackshot_buffer_si… in kdp_stackshot_kcdata_format()