Home
last modified time | relevance | path

Searched refs:gIOClassKey (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOCatalogue.h264 extern OSPtr<const OSSymbol> gIOClassKey;
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp72 OSSharedPtr<const OSSymbol> gIOClassKey; variable
113 gIOClassKey = OSSymbol::withCStringNoCopy( kIOClassKey ); in initialize()
120 assert( array && gIOClassKey && gIOProbeScoreKey in initialize()
187 if (NULL == dict->getObject( gIOClassKey.get())) { in init()
189 gIOClassKey->getCStringNoCopy()); in init()
H A DIOUserServer.cpp5230 str = OSDynamicCast(OSString, copyProperties->getObject(gIOClassKey)); in Create_Impl()
5402 if (gIOClassKey->isEqualTo(key)) { in CopyProviderProperties_Impl()
5422 props->setObject(gIOClassKey, classes); in CopyProviderProperties_Impl()
H A DIOService.cpp4055 props->getObject( gIOClassKey)); in probeCandidates()
4211 symbol = OSDynamicCast(OSSymbol, inst->getProperty(gIOClassKey)); in probeCandidates()
7685 if (matchProps && (obj = matchProps->getObject(gIOClassKey))) { in matchInternal()
/xnu-11215/tools/lldbmacros/
H A Dioreg.py171 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
799 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
846 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
973 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
1014 result = LookupKeyInOSDict(entry.fPropertyTable, kern.globals.gIOClassKey)
1595 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
1645 name = LookupKeyInOSDict(propertyTable, kern.globals.gIOClassKey)
/xnu-11215/libkern/c++/
H A DOSKext.cpp3284 uniqueStringPlistProperty(personalityDict, gIOClassKey.get()); in uniquePersonalityProperties()