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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp770 OSDictionary * thisNewPersonality = NULL; // do not release local
807 (thisNewPersonality = (OSDictionary *) newPersonalities->getObject(newIdx));
816 if (thisNewPersonality->isEqualTo(thisOldPersonality))
819 if (thisNewPersonality)
840 (thisNewPersonality = (OSDictionary *) newPersonalities->getObject(newIdx));
843 OSKext::uniquePersonalityProperties(thisNewPersonality);
844 addPersonality(thisNewPersonality);
845 matchSet->setObject(thisNewPersonality);

Completed in 71 milliseconds