• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/

Lines Matching refs:personalities

131     return ((OSArray *) personalities->getObject(sym));
141 arr = (OSArray *) personalities->getObject(sym);
146 personalities->setObject(sym, arr);
164 personalities = OSDictionary::withCapacity(32);
165 personalities->setOptions(OSCollection::kSort, OSCollection::kSort);
219 array = (OSArray *) personalities->getObject(meta->getClassNameSymbol());
255 iter = OSCollectionIterator::withCollection(personalities);
265 array = (OSArray *) personalities->getObject(key);
285 * Important that existing personalities are kept (not replaced)
290 * xxx - userlib used to refuse to send personalities with IOKitDebug
351 // Be sure not to double up on personalities.
355 * The catalogue must be able to contain personalities that
414 iter = OSCollectionIterator::withCollection(personalities);
424 array = (OSArray *) personalities->getObject(key);
483 /* The personalities of codeless kexts often contain the bundle ID of the
486 * so it can include these personalities, so OSKext stores that bundle ID
562 /* Terminate only for personalities that match the matching dictionary.
591 iter = OSCollectionIterator::withCollection(personalities);
596 array = (OSArray *) personalities->getObject(key);
600 /* Remove from the catalogue's array any personalities
722 iter = OSCollectionIterator::withCollection(personalities);
733 array = (OSArray *) personalities->getObject(key);
790 iter = OSCollectionIterator::withCollection(personalities);
811 array = (OSArray *) personalities->getObject(key);
827 * The catalogue must be able to contain personalities that
875 /* Finally, start device matching on all new & removed personalities.