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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSCollection.cpp63 if ( (gIOKitDebug & kOSLogRegistryMods) && (fOptions & kImmutable) )
H A DOSObject.cpp312 size_t tracking = (gIOKitDebug & kOSTraceObjectAlloc)
341 size_t tracking = (gIOKitDebug & kOSTraceObjectAlloc)
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOKitDebug.h90 extern SInt64 gIOKitDebug;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitDebug.cpp52 SInt64 gIOKitDebug = DEBUG_INIT_VALUE; variable
53 SYSCTL_QUAD(_debug, OID_AUTO, iokit, CTLFLAG_RW, &gIOKitDebug, "boot_arg io");
H A DIOStartIOKit.cpp103 gIOKitDebug = debugFlags;
106 if (gIOKitDebug & kIOLogSynchronous)
H A DIOService.cpp365 debugFlags = gIOKitDebug;
410 if( gIOKitDebug & kIOLogAttach)
440 if( gIOKitDebug & kIOLogAttach)
504 && (kIOLogRegister & gIOKitDebug)) {
1616 #define TLOG(fmt, args...) { if(kIOLogYield & gIOKitDebug) IOLog(fmt, ## args); }
2723 if (kIOLogStart & gIOKitDebug)
2728 if (kIOLogStart & gIOKitDebug)
2826 if( gIOKitDebug & kIOLogConfig)
2831 if( gIOKitDebug & kIOLogConfig)
3134 if( gIOKitDebug
[all...]
H A DIOPlatformExpert.cpp383 UInt32 debugFlags = gIOKitDebug;
562 if ( kIOLogPower & gIOKitDebug)
H A DIOPMrootDomain.cpp2171 if ((deltaTime > kPMHaltTimeoutMS) || (gIOKitDebug & kIOLogDebugPower))
2875 (gIOKitDebug & kIOLogDebugPower))
H A DIOMemoryDescriptor.cpp2559 if (kIOLogMapping & gIOKitDebug)
2631 if( kIOLogMapping & gIOKitDebug)
2721 if( kIOLogMapping & gIOKitDebug)
H A DIOServicePM.cpp96 if (kIOLogDebugPower & gIOKitDebug) kprintf(x); } while (false)
3842 if (gIOKitDebug & kIOLogDebugPower)
4594 if (gIOKitDebug & kIOLogPower) {
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp690 if( gIOKitDebug & kIOLogDTree) {
694 if( gIOKitDebug & kIOLogServiceTree) {
698 if( gIOKitDebug & kIOLogMemory)
776 if( (gIOKitDebug & (kIOLogDTree | kIOLogServiceTree | kIOLogMemory)) && !debugInfoPrintedOnce) {
779 if( gIOKitDebug & kIOLogDTree) {
783 if( gIOKitDebug & kIOLogServiceTree) {
787 if( gIOKitDebug & kIOLogMemory)

Completed in 106 milliseconds