Searched defs:foundTag (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c817 fru_tag_t foundTag; local
824 foundTag.raw_data = 0;
834 if ((picl_err = picl_get_propval(tagTable, (void *)&foundTag,
835 sizeof (foundTag))) != PICL_SUCCESS) {
838 if ((tags_equal(tag, foundTag) == 1) && (instance-- == 0)) {
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c829 fru_tag_t foundTag; local
836 foundTag.raw_data = 0;
846 if ((picl_err = ptree_get_propval(tagTable, (void *)&foundTag,
847 sizeof (foundTag))) != PICL_SUCCESS) {
850 if ((tags_equal(tag, foundTag) == 1) && (instance-- == 0)) {

Completed in 47 milliseconds