Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.c692 if (exclaves_panic_get_string(&panic_str) == KERN_SUCCESS) { in DebuggerSaveState()