Lines Matching refs:tags

32  * 3) The data_source sub-libraries which provide payloads(tags) and the tree
42 * 3) Figure out which tags of this type are in the container.
991 fru_tag_t *tags = NULL;
1019 seg_name, &tags, &num_tags))
1036 free(tags);
1042 const fru_regdef_t *def = fru_reg_lookup_def_by_tag(tags[i]);
1048 free(tags);
1057 free(tags);
1067 free(tags);
1195 // a list of tags and number of them
1204 find_unknown_element(fru_tag_t *tags, int num_tags,
1217 // search all the tags untill they are exhausted or we find
1221 // NOTE: instancesFound is a running total of the instances in the tags
1228 const fru_regdef_t *def = fru_reg_lookup_def_by_tag(tags[i]);
1231 if (update_tag_inst_hist(&hist, tags[i])
1252 (*tag).raw_data = tags[i].raw_data;
1253 if (get_tag_inst_from_hist(&hist, tags[i], instance) != FRU_SUCCESS) {
1261 // a list of tags and number of them
1275 find_known_element(fru_tag_t *tags, int num_tags, Ancestor *ants,
1299 // NOTE: instancesFound is a running total of the instances in the tags
1305 if (tags_equal(cur->getTag(), tags[i])) {
1306 if (update_tag_inst_hist(&hist, tags[i])
1335 if (get_tag_inst_from_hist(&hist, tags[i], tagInstance)
1348 find_known_element_abs(fru_tag_t *tags, int num_tags, int *instance,
1370 if (tags_equal(cur->getTag(), tags[i])) {
1429 fru_tag_t *tags = NULL;
1435 seg_name, &tags, &num_tags))
1453 if ((err = find_unknown_element(tags, num_tags, &unknown_inst,
1456 free(tags);
1463 free(tags);
1471 free(tags);
1475 free(tags);
1481 free(tags);
1488 if ((err = find_known_element_abs(tags, num_tags, &instance,
1494 free(tags);
1500 if ((err = find_known_element(tags, num_tags, *ancestors,
1506 free(tags);
1518 free(tags);
1995 fru_tag_t *tags = NULL;
2000 seg_name, &tags, &num_tags))
2006 if ((err = find_unknown_element(tags, num_tags,
2008 free(tags);
2012 free(tags);