Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_panic.h42 exclaves_panic_get_string(char **string);
H A Dexclaves_panic.c248 exclaves_panic_get_string(char **string) in exclaves_panic_get_string() function
H A Ddebug.c696 if (exclaves_panic_get_string(&panic_str) == KERN_SUCCESS) { in DebuggerSaveState()