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

/xnu-2782.1.97/libkern/libkern/
H A DOSDebug.h48 extern void OSReportWithBacktrace(const char *str, ...);
/xnu-2782.1.97/libkern/c++/
H A DOSCollection.cpp75 OSReportWithBacktrace("Trying to change a collection in the registry");
/xnu-2782.1.97/iokit/Kernel/
H A DIOCommandGate.cpp97 OSReportWithBacktrace("IOCommandGate::disable() called when not gated");
H A DIOMapper.cpp137 OSReportWithBacktrace("waitForSystemMapper");
H A DIOMemoryDescriptor.cpp1345 OSReportWithBacktrace("IOMemoryDescriptor: attempt to create 32b virtual in 64b task, use ::withAddressRange()");
1970 // if (dataP->fMappedBase) OSReportWithBacktrace("kIOMDDMAMap whole %d remap %d params %d\n", whole, remap, params);
2785 OSReportWithBacktrace("IOMemoryDescriptor 0x%lx prepared read only", VM_KERNEL_ADDRPERM(this));
3350 OSReportWithBacktrace("warning: creating writable mapping from IOMemoryDescriptor(kIODirectionOut) - use kIOMapReadOnly or change direction");
3874 OSReportWithBacktrace("IOMemoryMap::getVirtualAddress(0x%qx) called on 64b map; use ::getAddress()", fAddress);
4048 OSReportWithBacktrace("IOMemoryDescriptor::map() in 64b task, use ::createMappingInTask()");
H A DIOService.cpp3493 OSReportWithBacktrace("%s: bad busy count (%d,%d)\n", next->getName(), count, delta);
H A DIOServicePM.cpp7761 OSReportWithBacktrace("%s: %s(%s) on PM thread\n",
H A DIOPMrootDomain.cpp4962 OSReportWithBacktrace("Dark wake display tickle");
/xnu-2782.1.97/libkern/gen/
H A DOSDebug.cpp93 OSReportWithBacktrace(const char *str, ...) function
/xnu-2782.1.97/bsd/kern/
H A Dpolicy_check.c96 OSReportWithBacktrace("calling MACF hook with mutex count %d (event %d) ", i, policy_check_event);
106 OSReportWithBacktrace("calling MACF hook with mutex count %d (event %d) ", i, policy_check_event);

Completed in 90 milliseconds