Home
last modified time | relevance | path

Searched refs:OSReportWithBacktrace (Results 1 – 13 of 13) sorted by relevance

/xnu-10063.141.1/libkern/libkern/
H A DOSDebug.h44 extern void OSReportWithBacktrace(const char *str, ...) __printflike(1, 2);
/xnu-10063.141.1/libkern/c++/
H A DOSCollection.cpp72 OSReportWithBacktrace("Trying to change a collection in the registry"); in haveUpdated()
/xnu-10063.141.1/libkern/gen/
H A DOSDebug.cpp77 OSReportWithBacktrace(const char *str, ...) in OSReportWithBacktrace() function
/xnu-10063.141.1/bsd/kern/
H A Dpolicy_check.c98OSReportWithBacktrace("calling MACF hook with mutex count %d (event %d) ", i, policy_check_event); in common_hook()
108OSReportWithBacktrace("calling MACF hook with mutex count %d (event %d) ", i, policy_check_event); in common_hook()
/xnu-10063.141.1/iokit/Kernel/
H A DIOCommandGate.cpp105 OSReportWithBacktrace("IOCommandGate::disable() called when not gated"); in disable()
H A DIOMapper.cpp160 OSReportWithBacktrace("waitForSystemMapper"); in waitForSystemMapper()
H A DIOWorkLoop.cpp734 OSReportWithBacktrace("IOWorkLoop %p lock time %qd us", this, time / 1000ULL); in lockTime()
H A DIOLib.cpp350 OSReportWithBacktrace("bad IOFree size 0x%zx should be 0x%zx", in IOFree_internal()
629 OSReportWithBacktrace("bad IOFreeAligned size 0x%zx should be 0x%zx", in IOFreeAligned_internal()
H A DIOMemoryDescriptor.cpp1992OSReportWithBacktrace("IOMemoryDescriptor: attempt to create 32b virtual in 64b task, use ::withAd… in initWithOptions()
4121 OSReportWithBacktrace("IOMemoryDescriptor 0x%zx prepared read only", in wireVirtual()
4841OSReportWithBacktrace("warning: creating writable mapping from IOMemoryDescriptor(kIODirectionOut)… in memoryReferenceCreateOptions()
5242 OSReportWithBacktrace("IOMemoryDescriptor physical with managed page 0x%qx:0x%qx", in populateDevicePager()
5540OSReportWithBacktrace("IOMemoryMap::getVirtualAddress(0x%qx) called on 64b map; use ::getAddress()… in getVirtualAddress()
5738 OSReportWithBacktrace("IOMemoryDescriptor::map() in 64b task, use ::createMappingInTask()"); in map()
H A DIOPMrootDomain.cpp6825 OSReportWithBacktrace("Dark wake display tickle");
10509OSReportWithBacktrace("PMRD: createPMAssertion(0x%qx) %s (%s)", newAssertion, ownerService->getNam…
10525 OSReportWithBacktrace("PMRD: releasePMAssertion(0x%qx) %s (%s)", releaseAssertion,
10528 OSReportWithBacktrace("PMRD: releasePMAssertion(0x%qx)", releaseAssertion);
H A DIOUserServer.cpp3609 OSReportWithBacktrace("obsolete message"); in IORPCMessageFromMachReply()
3721OSReportWithBacktrace("IOMemoryDescriptor %p was created without kIOMemoryThreadSafe flag", iomd); in copyOutObjects()
H A DIOServicePM.cpp8526 OSReportWithBacktrace("%s: %s(%s) on PM thread\n", in waitForPMDriverCall()
H A DIOService.cpp5445OSReportWithBacktrace("%s: bad busy count (%d,%d)\n", next->getName(), (uint32_t)count, (int)delta… in _adjustBusy()