Searched refs:loaded_kext_paniclist (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp305 static char * loaded_kext_paniclist = NULL; variable
10544 if (loaded_kext_paniclist) {
10545 kfree(loaded_kext_paniclist, loaded_kext_paniclist_size);
10547 loaded_kext_paniclist = newlist;
10611 if (loaded_kext_paniclist &&
10612 pmap_find_phys(kernel_pmap, (addr64_t) (uintptr_t) loaded_kext_paniclist) &&
10613 loaded_kext_paniclist[0]) {
10615 printf_func("%.*s", loaded_kext_paniclist_length, loaded_kext_paniclist);

Completed in 42 milliseconds