Searched refs:debugProp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp357 OSNumber *debugProp; local
360 debugProp = OSDynamicCast(OSNumber, props->getObject(gIOKitDebugKey));
361 if (debugProp)
362 debugFlags = debugProp->unsigned64BitValue();
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp401 OSNumber * debugProp; local
404 debugProp = OSDynamicCast( OSNumber,
406 if( debugProp)
407 debugFlags = debugProp->unsigned64BitValue();

Completed in 202 milliseconds