Lines Matching full:duplicate
656 struct kobject *attr_name_kobj, *duplicate;
700 /* All duplicate attributes found are ignored */
701 duplicate = kset_find_obj(temp_kset, str_value);
702 if (duplicate) {
703 pr_debug("Duplicate attribute name found - %s\n", str_value);
705 kobject_put(duplicate);
768 struct kobject *attr_name_kobj, *duplicate;
793 /* All duplicate attributes found are ignored */
794 duplicate = kset_find_obj(temp_kset, str);
795 if (duplicate) {
796 pr_debug("Duplicate attribute name found - %s\n", str);
798 kobject_put(duplicate);