Searched refs:OSReportWithBacktrace (Results 1 – 13 of 13) sorted by relevance
| /xnu-11215/libkern/libkern/ |
| H A D | OSDebug.h | 44 extern void OSReportWithBacktrace(const char *str, ...) __printflike(1, 2);
|
| /xnu-11215/libkern/c++/ |
| H A D | OSCollection.cpp | 72 OSReportWithBacktrace("Trying to change a collection in the registry"); in haveUpdated()
|
| /xnu-11215/libkern/gen/ |
| H A D | OSDebug.cpp | 77 OSReportWithBacktrace(const char *str, ...) in OSReportWithBacktrace() function
|
| /xnu-11215/bsd/kern/ |
| H A D | policy_check.c | 98 … OSReportWithBacktrace("calling MACF hook with mutex count %d (event %d) ", i, policy_check_event); in common_hook() 108 … OSReportWithBacktrace("calling MACF hook with mutex count %d (event %d) ", i, policy_check_event); in common_hook()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOCommandGate.cpp | 105 OSReportWithBacktrace("IOCommandGate::disable() called when not gated"); in disable()
|
| H A D | IOMapper.cpp | 161 OSReportWithBacktrace("waitForSystemMapper"); in waitForSystemMapper()
|
| H A D | IOWorkLoop.cpp | 734 OSReportWithBacktrace("IOWorkLoop %p lock time %qd us", this, time / 1000ULL); in lockTime()
|
| H A D | IOLib.cpp | 353 OSReportWithBacktrace("bad IOFree size 0x%zx should be 0x%zx", in IOFree_internal() 632 OSReportWithBacktrace("bad IOFreeAligned size 0x%zx should be 0x%zx", in IOFreeAligned_internal()
|
| H A D | IOMemoryDescriptor.cpp | 1990 …OSReportWithBacktrace("IOMemoryDescriptor: attempt to create 32b virtual in 64b task, use ::withAd… in initWithOptions() 4121 OSReportWithBacktrace("IOMemoryDescriptor 0x%zx prepared read only", in wireVirtual() 4841 …OSReportWithBacktrace("warning: creating writable mapping from IOMemoryDescriptor(kIODirectionOut)… in memoryReferenceCreateOptions() 5247 OSReportWithBacktrace("IOMemoryDescriptor physical with managed page 0x%qx:0x%qx", in populateDevicePager() 5545 …OSReportWithBacktrace("IOMemoryMap::getVirtualAddress(0x%qx) called on 64b map; use ::getAddress()… in getVirtualAddress() 5743 OSReportWithBacktrace("IOMemoryDescriptor::map() in 64b task, use ::createMappingInTask()"); in map()
|
| H A D | IOPMrootDomain.cpp | 6855 OSReportWithBacktrace("Dark wake display tickle"); 10609 OSReportWithBacktrace("PMRD: createPMAssertion(0x%qx) %s (%s)", newAssertion, 10629 …OSReportWithBacktrace("PMRD: releasePMAssertion(0x%qx) %s (%s)", releaseAssertion, serviceName, ow… 10631 OSReportWithBacktrace("PMRD: releasePMAssertion(0x%qx)", releaseAssertion);
|
| H A D | IOUserServer.cpp | 3665 OSReportWithBacktrace("obsolete message"); in IORPCMessageFromMachReply() 3777 … OSReportWithBacktrace("IOMemoryDescriptor %p was created without kIOMemoryThreadSafe flag", iomd); in copyOutObjects()
|
| H A D | IOServicePM.cpp | 8659 OSReportWithBacktrace("%s: %s(%s) on PM thread\n", in waitForPMDriverCall()
|
| H A D | IOService.cpp | 5485 …OSReportWithBacktrace("%s: bad busy count (%d,%d)\n", next->getName(), (uint32_t)count, (int)delta… in _adjustBusy()
|