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

/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp304 static char * loaded_kext_paniclist = NULL; variable
10192 if (loaded_kext_paniclist) {
10193 kfree(loaded_kext_paniclist, loaded_kext_paniclist_size);
10195 loaded_kext_paniclist = newlist;
10263 if (loaded_kext_paniclist &&
10264 pmap_find_phys(kernel_pmap, (addr64_t) (uintptr_t) loaded_kext_paniclist) &&
10265 loaded_kext_paniclist[0]) {
10268 strnlen(loaded_kext_paniclist, loaded_kext_paniclist_size),
10269 loaded_kext_paniclist);

Completed in 122 milliseconds