Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/
H A DOSDebug.h44 extern void OSReportWithBacktrace(const char *str, ...) __printflike(1, 2);
/xnu-11215/libkern/c++/
H A DOSCollection.cpp72 OSReportWithBacktrace("Trying to change a collection in the registry"); in haveUpdated()
/xnu-11215/libkern/gen/
H A DOSDebug.cpp77 OSReportWithBacktrace(const char *str, ...) in OSReportWithBacktrace() function
/xnu-11215/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-11215/iokit/Kernel/
H A DIOCommandGate.cpp105 OSReportWithBacktrace("IOCommandGate::disable() called when not gated"); in disable()
H A DIOMapper.cpp161 OSReportWithBacktrace("waitForSystemMapper"); in waitForSystemMapper()
H A DIOWorkLoop.cpp734 OSReportWithBacktrace("IOWorkLoop %p lock time %qd us", this, time / 1000ULL); in lockTime()
H A DIOLib.cpp353 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 DIOMemoryDescriptor.cpp1990OSReportWithBacktrace("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()
5247 OSReportWithBacktrace("IOMemoryDescriptor physical with managed page 0x%qx:0x%qx", in populateDevicePager()
5545OSReportWithBacktrace("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 DIOPMrootDomain.cpp6855 OSReportWithBacktrace("Dark wake display tickle");
10609 OSReportWithBacktrace("PMRD: createPMAssertion(0x%qx) %s (%s)", newAssertion,
10629OSReportWithBacktrace("PMRD: releasePMAssertion(0x%qx) %s (%s)", releaseAssertion, serviceName, ow…
10631 OSReportWithBacktrace("PMRD: releasePMAssertion(0x%qx)", releaseAssertion);
H A DIOUserServer.cpp3665 OSReportWithBacktrace("obsolete message"); in IORPCMessageFromMachReply()
3777OSReportWithBacktrace("IOMemoryDescriptor %p was created without kIOMemoryThreadSafe flag", iomd); in copyOutObjects()
H A DIOServicePM.cpp8659 OSReportWithBacktrace("%s: %s(%s) on PM thread\n", in waitForPMDriverCall()
H A DIOService.cpp5485OSReportWithBacktrace("%s: bad busy count (%d,%d)\n", next->getName(), (uint32_t)count, (int)delta… in _adjustBusy()