Lines Matching refs:debugFlags
730 UInt64 debugFlags; in getDebugFlags() local
735 debugFlags = debugProp->unsigned64BitValue(); in getDebugFlags()
737 debugFlags = gIOKitDebug; in getDebugFlags()
740 return debugFlags; in getDebugFlags()
748 UInt64 debugFlags; in getDebugFlags() local
753 debugFlags = debugProp->unsigned64BitValue(); in getDebugFlags()
755 debugFlags = gIOKitDebug; in getDebugFlags()
760 return debugFlags; in getDebugFlags()
3868 SInt64 debugFlags; in probeCandidates() local
3915 debugFlags = getDebugFlags( match ); in probeCandidates()
3949 if ((debugFlags & kIOLogMatch) && (this != gIOResources)) { in probeCandidates()
4001 if (debugFlags & kIOLogCatalogue) { in probeCandidates()
4051 debugFlags = getDebugFlags( props ); in probeCandidates()
4074 if (debugFlags & kIOLogStart) { in probeCandidates()
4101 if (debugFlags & kIOLogProbe) { in probeCandidates()
4110 if (debugFlags & kIOLogProbe) { in probeCandidates()
4154 if ((debugFlags & kIOLogMatch) && iokit_print_verbose_match_logs && startDict != NULL) { in probeCandidates()
4192 debugFlags = getDebugFlags( inst ); in probeCandidates()
4194 if (debugFlags & kIOLogStart) { in probeCandidates()
4227 if ((debugFlags & kIOLogStart) && (false == started)) { in probeCandidates()