Searched refs:tagTable (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libfru/libfrupicl/ |
H A D | frupicl.c | 734 picl_prophdl_t tagTable; in fpt_get_tag_list() local 769 &tagTable, sizeof (tagTable))) != PICL_SUCCESS) { in fpt_get_tag_list() 773 picl_err = picl_get_next_by_col(tagTable, &tagTable); in fpt_get_tag_list() 781 if ((picl_err = picl_get_propval(tagTable, in fpt_get_tag_list() 788 picl_err = picl_get_next_by_col(tagTable, &tagTable); in fpt_get_tag_list() 813 picl_prophdl_t tagTable = 0; in get_tag_handle() local 827 &tagTable, sizeof (tagTable))) != PICL_SUCCESS) { in get_tag_handle() 831 picl_err = picl_get_next_by_col(tagTable, &tagTable); in get_tag_handle() 834 if ((picl_err = picl_get_propval(tagTable, (void *)&foundTag, in get_tag_handle() 840 *tagHdl = tagTable; in get_tag_handle() [all …]
|
/titanic_44/usr/src/lib/libfru/libfrupicltree/ |
H A D | frupicltree.c | 746 picl_prophdl_t tagTable; in fpt_get_tag_list() local 781 &tagTable, sizeof (tagTable))) != PICL_SUCCESS) { in fpt_get_tag_list() 785 picl_err = ptree_get_next_by_col(tagTable, &tagTable); in fpt_get_tag_list() 793 if ((picl_err = ptree_get_propval(tagTable, in fpt_get_tag_list() 800 picl_err = ptree_get_next_by_col(tagTable, &tagTable); in fpt_get_tag_list() 825 picl_prophdl_t tagTable = 0; in get_tag_handle() local 839 &tagTable, sizeof (tagTable))) != PICL_SUCCESS) { in get_tag_handle() 843 picl_err = ptree_get_next_by_col(tagTable, &tagTable); in get_tag_handle() 846 if ((picl_err = ptree_get_propval(tagTable, (void *)&foundTag, in get_tag_handle() 852 *tagHdl = tagTable; in get_tag_handle() [all …]
|