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

/osnet-11/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c734 picl_prophdl_t tagTable; local
766 /* go through the tagTable and fill in the array */
769 &tagTable, sizeof (tagTable))) != PICL_SUCCESS) {
773 picl_err = picl_get_next_by_col(tagTable, &tagTable);
781 if ((picl_err = picl_get_propval(tagTable,
788 picl_err = picl_get_next_by_col(tagTable, &tagTable);
813 picl_prophdl_t tagTable local
[all...]
/osnet-11/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c746 picl_prophdl_t tagTable; local
778 /* go through the tagTable and fill in the array */
781 &tagTable, sizeof (tagTable))) != PICL_SUCCESS) {
785 picl_err = ptree_get_next_by_col(tagTable, &tagTable);
793 if ((picl_err = ptree_get_propval(tagTable,
800 picl_err = ptree_get_next_by_col(tagTable, &tagTable);
825 picl_prophdl_t tagTable local
[all...]

Completed in 49 milliseconds