Searched refs:total_tags (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c736 unsigned int total_tags = 0; local
750 (void *)&total_tags,
751 sizeof (total_tags))) != PICL_SUCCESS) {
755 if (total_tags == 0) {
761 rc_tags = malloc((sizeof (*rc_tags) * total_tags));
776 if (rc_num >= total_tags) {
/osnet-11/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c748 unsigned int total_tags = 0; local
762 (void *)&total_tags,
763 sizeof (total_tags))) != PICL_SUCCESS) {
767 if (total_tags == 0) {
773 rc_tags = malloc((sizeof (*rc_tags) * total_tags));
788 if (rc_num >= total_tags) {

Completed in 26 milliseconds