Lines Matching refs:features
4566 OSSharedPtr<OSDictionary> features; local
4570 features = OSDictionary::withDictionary(origFeatures);
4572 features = OSDictionary::withCapacity(1);
4593 if ((osObj = features->getObject(feature))) {
4607 features->setObject(feature, existing_feature_arr.get());
4612 features->setObject(feature, new_feature_data.get());
4615 setProperty(kRootDomainSupportedFeatures, features.get());
4660 OSSharedPtr<OSDictionary> features; local
4666 features = OSDictionary::withDictionary(origFeatures);
4668 features = NULL;
4677 dictIterator = OSCollectionIterator::withCollection(features.get());
4683 osObj = features->getObject(dictKey);
4692 features->removeObject(dictKey);
4715 features->removeObject(dictKey);
4721 features->setObject(dictKey, arrayMemberCopy.get());
4735 setProperty(kRootDomainSupportedFeatures, features.get());