Lines Matching refs:unique
68 /* check if attribute is unique */
71 snd_config_t *unique;
75 ret = snd_config_search(class_cfg, "attributes.unique", &unique);
79 if (snd_config_get_string(unique, &s) < 0)
154 /* get the name of the attribute that must have a unique value in the object instance */
158 snd_config_t *unique;
165 ret = snd_config_search(class, "attributes.unique", &unique);
167 SNDERR("No unique attribute in class '%s'\n", class_id);
171 if (snd_config_get_string(unique, &unique_name) < 0) {
172 SNDERR("Invalid name for unique attribute in class '%s'\n", class_id);