Searched refs:gIOKitDebug (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSCollection.cpp66 if (!(gIOKitDebug & kOSRegistryModsMode))
68 if (gIOKitDebug & kOSRegistryModsMode)
H A DOSObject.cpp291 size_t tracking = (gIOKitDebug & kOSTraceObjectAlloc)
320 size_t tracking = (gIOKitDebug & kOSTraceObjectAlloc)
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStartIOKit.cpp133 gIOKitDebug = debugFlags;
140 gIOKitTrace |= (gIOKitDebug & kIOTraceCompatBootArgs);
143 if (gIOKitDebug & kIOLogSynchronous)
H A DIOKitDebug.cpp46 SInt64 gIOKitDebug = DEBUG_INIT_VALUE; variable
49 SYSCTL_QUAD(_debug, OID_AUTO, iokit, CTLFLAG_RW | CTLFLAG_LOCKED, &gIOKitDebug, "boot_arg io");
H A DIOKitKernelInternal.h46 if(kIOTraceIOService & gIOKitDebug) { \
H A DIOServicePM.cpp122 if (kIOLogDebugPower & gIOKitDebug) \
126 if (kIOLogDebugPower & gIOKitDebug) \
136 if ((kIOLogPMRootDomain & gIOKitDebug) && \
158 if (gIOKitDebug & kIOLogPower) \
4995 if (gIOKitDebug & kIOLogDebugPower)
5342 if (gIOKitDebug & kIOLogDebugPower)
5536 if (kIOLogDebugPower & gIOKitDebug)
5553 if (kIOLogDebugPower & gIOKitDebug)
5596 if ((kIOLogDebugPower & gIOKitDebug) &&
5614 if (gIOKitDebug
[all...]
H A DIOService.cpp408 debugFlags = gIOKitDebug;
454 if( gIOKitDebug & kIOLogAttach)
486 if( gIOKitDebug & kIOLogAttach)
554 && (kIOLogRegister & gIOKitDebug)) {
1671 #define TLOG(fmt, args...) { if(kIOLogYield & gIOKitDebug) { IOLog("[%llx] ", thread_tid(current_thread())); IOLog(fmt, ## args); }}
2928 if (kIOLogStart & gIOKitDebug)
2933 if (kIOLogStart & gIOKitDebug)
3026 if( gIOKitDebug & kIOLogConfig)
3031 if( gIOKitDebug & kIOLogConfig)
3402 if( gIOKitDebug
[all...]
H A DIOPlatformExpert.cpp527 if ( kIOLogPower & gIOKitDebug)
H A DIOStatistics.cpp181 if (!(kIOStatistics & gIOKitDebug)) {
H A DIOPMrootDomain.cpp77 if (kIOLogPMRootDomain & gIOKitDebug) \
979 if (gIOKitDebug & (kIOLogDriverPower1 | kIOLogDriverPower2))
4149 (gIOKitDebug & kIOLogPMRootDomain))
4963 if (kIOLogPMRootDomain & gIOKitDebug)
7015 (gIOKitDebug & kIOLogPMRootDomain))
H A DIOMemoryDescriptor.cpp3158 if (kIOLogMapping & gIOKitDebug)
3230 if( kIOLogMapping & gIOKitDebug)
3321 if( kIOLogMapping & gIOKitDebug)
H A DIOHibernateIO.cpp1137 if (kIOLogHibernate & gIOKitDebug)
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOKitDebug.h105 extern SInt64 gIOKitDebug;
/darwin-on-arm/xnu/iokit/bsddev/
H A DIOKitBSDInit.cpp502 if( gIOKitDebug & kIOLogDTree) {
506 if( gIOKitDebug & kIOLogServiceTree) {
510 if( gIOKitDebug & kIOLogMemory)
573 if( (gIOKitDebug & (kIOLogDTree | kIOLogServiceTree | kIOLogMemory)) && !debugInfoPrintedOnce) {
577 if( gIOKitDebug & kIOLogDTree) {
581 if( gIOKitDebug & kIOLogServiceTree) {
585 if( gIOKitDebug & kIOLogMemory)

Completed in 128 milliseconds