Lines Matching refs:personalities

127     return ((OSArray *) personalities->getObject(sym));
137 arr = (OSArray *) personalities->getObject(sym);
142 personalities->setObject(sym, arr);
160 personalities = OSDictionary::withCapacity(32);
161 personalities->setOptions(OSCollection::kSort, OSCollection::kSort);
215 array = (OSArray *) personalities->getObject(meta->getClassNameSymbol());
251 iter = OSCollectionIterator::withCollection(personalities);
261 array = (OSArray *) personalities->getObject(key);
281 * Important that existing personalities are kept (not replaced)
286 * xxx - userlib used to refuse to send personalities with IOKitDebug
347 // Be sure not to double up on personalities.
351 * The catalogue must be able to contain personalities that
410 iter = OSCollectionIterator::withCollection(personalities);
420 array = (OSArray *) personalities->getObject(key);
479 /* The personalities of codeless kexts often contain the bundle ID of the
482 * so it can include these personalities, so OSKext stores that bundle ID
558 /* Terminate only for personalities that match the matching dictionary.
587 iter = OSCollectionIterator::withCollection(personalities);
592 array = (OSArray *) personalities->getObject(key);
596 /* Remove from the catalogue's array any personalities
718 iter = OSCollectionIterator::withCollection(personalities);
729 array = (OSArray *) personalities->getObject(key);
785 iter = OSCollectionIterator::withCollection(personalities);
801 array = (OSArray *) personalities->getObject(key);
811 * The catalogue must be able to contain personalities that
848 /* Finally, start device matching on all new & removed personalities.