Searched refs:gIOKitDebugKey (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h123 extern const OSSymbol * gIOKitDebugKey;
283 <code>kIOKitDebugKey, extern const OSSymbol * gIOKitDebugKey, "IOKitDebug"</code>
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp114 const OSSymbol * gIOKitDebugKey; variable
314 gIOKitDebugKey = OSSymbol::withCStringNoCopy( kIOKitDebugKey );
423 props->getObject( gIOKitDebugKey ));
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp360 debugProp = OSDynamicCast(OSNumber, props->getObject(gIOKitDebugKey));

Completed in 145 milliseconds