Lines Matching refs:OSSymbol
72 OSSharedPtr<const OSSymbol> gIOClassKey;
73 OSSharedPtr<const OSSymbol> gIOProbeScoreKey;
74 OSSharedPtr<const OSSymbol> gIOModuleIdentifierKey;
75 OSSharedPtr<const OSSymbol> gIOModuleIdentifierKernelKey;
76 OSSharedPtr<const OSSymbol> gIOHIDInterfaceClassName;
113 gIOClassKey = OSSymbol::withCStringNoCopy( kIOClassKey ); in initialize()
114 gIOProbeScoreKey = OSSymbol::withCStringNoCopy( kIOProbeScoreKey ); in initialize()
115 gIOModuleIdentifierKey = OSSymbol::withCStringNoCopy( kCFBundleIdentifierKey ); in initialize()
116 gIOModuleIdentifierKernelKey = OSSymbol::withCStringNoCopy( kCFBundleIdentifierKernelKey ); in initialize()
117 gIOHIDInterfaceClassName = OSSymbol::withCStringNoCopy( "IOHIDInterface" ); in initialize()
135 const OSSymbol * sym; in arrayForPersonality()
137 sym = OSDynamicCast(OSSymbol, dict->getObject(gIOProviderClassKey)); in arrayForPersonality()
148 const OSSymbol * sym; in addPersonality()
151 sym = OSDynamicCast(OSSymbol, dict->getObject(gIOProviderClassKey)); in addPersonality()
266 const OSSymbol * key; in findDrivers()
282 while ((key = (const OSSymbol *) iter->getNextObject())) { in findDrivers()
334 const OSSymbol * key; in exchangeDrivers()
335 while ((key = (const OSSymbol *) iter_all_personalities->getNextObject())) { in exchangeDrivers()
511 const OSSymbol * key;
526 while ((key = (const OSSymbol *) iter->getNextObject())) {
671 IOCatalogue::moduleHasLoaded(const OSSymbol * moduleName) in moduleHasLoaded()
682 OSSharedPtr<const OSSymbol> name; in moduleHasLoaded()
684 name = OSSymbol::withCString(moduleName); in moduleHasLoaded()
809 const OSSymbol * key; in _removeDrivers()
819 while ((key = (const OSSymbol *) iter->getNextObject())) { in _removeDrivers()
1054 personalities->iterateObjects(^bool (const OSSymbol * key, OSObject * value) { in startMatching()
1084 IOCatalogue::startMatching( const OSSymbol * moduleName ) in startMatching()
1132 const OSSymbol * category; in startMatching()
1135 category = OSDynamicCast(OSSymbol, personality->getObject(gIOMatchCategoryKey)); in startMatching()
1155 personalities->iterateObjects(^bool (const OSSymbol * key, OSObject * value) { in startMatching()
1214 const OSSymbol * key; in resetAndAddDrivers()
1253 while ((key = (const OSSymbol *) iter->getNextObject())) { in resetAndAddDrivers()