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

/macosx-10.10/IOSerialFamily-74/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.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp419 OSNumber * debugProp; local
422 debugProp = OSDynamicCast( OSNumber,
424 if( debugProp)
425 debugFlags = debugProp->unsigned64BitValue();

Completed in 115 milliseconds