Searched refs:debugFlags (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStartIOKit.cpp130 int debugFlags; local
132 if( PE_parse_boot_argn( "io", &debugFlags, sizeof (debugFlags) ))
133 gIOKitDebug = debugFlags;
135 if( PE_parse_boot_argn( "iotrace", &debugFlags, sizeof (debugFlags) ))
136 gIOKitTrace = debugFlags;
H A DIOPlatformExpert.cpp100 uint32_t debugFlags; local
106 if (PE_parse_boot_argn("dart", &debugFlags, sizeof (debugFlags)) && (debugFlags == 0))
108 if (PE_parse_boot_argn("-x", &debugFlags, sizeof (debugFlags)))
H A DIOService.cpp401 UInt64 debugFlags; local
406 debugFlags = debugProp->unsigned64BitValue();
408 debugFlags = gIOKitDebug;
410 return( debugFlags );
2621 SInt64 debugFlags; local
2650 debugFlags = getDebugFlags( match );
2661 if( debugFlags & kIOLogMatch)
2688 if( debugFlags & kIOLogCatalogue)
2726 debugFlags = getDebugFlags( props );
2748 if( debugFlags
[all...]
H A DIOHibernateIO.cpp1210 gIOHibernateCurrentHeader->debugFlags = gIOHibernateDebugFlags;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOHibernatePrivate.h100 uint32_t debugFlags; member in struct:IOHibernateImageHeader

Completed in 39 milliseconds