Searched refs:gIOClassKey (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOCatalogue.h | 264 extern OSPtr<const OSSymbol> gIOClassKey;
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOCatalogue.cpp | 72 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 D | IOUserServer.cpp | 5230 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 D | IOService.cpp | 4055 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 D | ioreg.py | 171 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 D | OSKext.cpp | 3284 uniqueStringPlistProperty(personalityDict, gIOClassKey.get()); in uniquePersonalityProperties()
|