Home
last modified time | relevance | path

Searched refs:gIOKitDebugKey (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h157 extern const OSSymbol * gIOKitDebugKey;
/xnu-11215/iokit/Kernel/
H A DIOService.cpp169 const OSSymbol * gIOKitDebugKey; variable
533 gIOKitDebugKey = OSSymbol::withCStringNoCopy( kIOKitDebugKey ); in initialize()
733 props->getObject( gIOKitDebugKey )); in getDebugFlags()
750 prop = inst->copyProperty(gIOKitDebugKey); in getDebugFlags()