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

/darwin-on-arm/xnu/libkern/
H A DOSKextLib.cpp434 * kmod_dump_log() must not be called in a panic context.
447 void kmod_dump_log(vm_offset_t *addr, unsigned int cnt);
450 kmod_dump_log( function
/darwin-on-arm/xnu/libkern/gen/
H A DOSDebug.cpp59 extern void kmod_dump_log(vm_offset_t *addr, unsigned int cnt);
117 kmod_dump_log((vm_offset_t *) &bt[2], cnt - 2);
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h98 void kmod_dump_log(vm_offset_t*, unsigned int);
183 friend void kmod_dump_log(vm_offset_t*, unsigned int);

Completed in 77 milliseconds