Lines Matching refs:getObject

124     sym = OSDynamicCast(OSSymbol, dict->getObject(gIOProviderClassKey));
127 return ((OSArray *) personalities->getObject(sym));
135 sym = OSDynamicCast(OSSymbol, dict->getObject(gIOProviderClassKey));
137 arr = (OSArray *) personalities->getObject(sym);
162 for (unsigned int idx = 0; (obj = initArray->getObject(idx)); idx++)
167 if( 0 == dict->getObject( gIOClassKey ))
215 array = (OSArray *) personalities->getObject(meta->getClassNameSymbol());
216 if (array) for (idx = 0; (nextTable = (OSDictionary *) array->getObject(idx)); idx++)
261 array = (OSArray *) personalities->getObject(key);
262 if (array) for (idx = 0; (dict = (OSDictionary *) array->getObject(idx)); idx++)
348 driver = (OSDictionary *)array->getObject(count);
420 array = (OSArray *) personalities->getObject(key);
421 if (array) for (idx = 0; (dict = (OSDictionary *) array->getObject(idx)); idx++)
486 driver->getObject(kIOPersonalityPublisherKey));
489 moduleName = OSDynamicCast(OSString, driver->getObject(gIOModuleIdentifierKey));
592 array = (OSArray *) personalities->getObject(key);
593 if (array) for (idx = 0; (dict = (OSDictionary *) array->getObject(idx)); idx++)
729 array = (OSArray *) personalities->getObject(key);
730 if (array) for (idx = 0; (dict = (OSDictionary *) array->getObject(idx)); idx++)
801 array = (OSArray *) personalities->getObject(key);
803 for (idx = 0; (thisOldPersonality = (OSDictionary *) array->getObject(idx)); idx++)
805 if (thisOldPersonality->getObject("KernelConfigTable")) continue;
807 (thisNewPersonality = (OSDictionary *) newPersonalities->getObject(newIdx));
840 (thisNewPersonality = (OSDictionary *) newPersonalities->getObject(newIdx));