Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dexclaves_panic.h41 exclaves_panic_get_string(char **string);
H A Dexclaves_panic.c173 exclaves_panic_get_string(char **string) in exclaves_panic_get_string() function
H A Ddebug.c678 if (exclaves_panic_get_string(&panic_str) == KERN_SUCCESS) { in DebuggerSaveState()