Home
last modified time | relevance | path

Searched refs:foundTag (Results 1 – 2 of 2) sorted by relevance

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