Searched refs:thisOldPersonality (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp771 OSDictionary * thisOldPersonality = NULL; // do not release local
803 for (idx = 0; (thisOldPersonality = (OSDictionary *) array->getObject(idx)); idx++)
805 if (thisOldPersonality->getObject("KernelConfigTable")) continue;
816 if (thisNewPersonality->isEqualTo(thisOldPersonality))
828 if ( isModuleLoaded(thisOldPersonality) == false )
830 if (matchSet) matchSet->setObject(thisOldPersonality);

Completed in 16 milliseconds