Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c732 picl_prophdl_t tagTable; in fpt_get_tag_list() local
767 &tagTable, sizeof (tagTable))) != PICL_SUCCESS) { in fpt_get_tag_list()
771 picl_err = picl_get_next_by_col(tagTable, &tagTable); in fpt_get_tag_list()
779 if ((picl_err = picl_get_propval(tagTable, in fpt_get_tag_list()
786 picl_err = picl_get_next_by_col(tagTable, &tagTable); in fpt_get_tag_list()
811 picl_prophdl_t tagTable = 0; in get_tag_handle() local
825 &tagTable, sizeof (tagTable))) != PICL_SUCCESS) { in get_tag_handle()
829 picl_err = picl_get_next_by_col(tagTable, &tagTable); in get_tag_handle()
832 if ((picl_err = picl_get_propval(tagTable, (void *)&foundTag, in get_tag_handle()
838 *tagHdl = tagTable; in get_tag_handle()
[all …]
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c744 picl_prophdl_t tagTable; in fpt_get_tag_list() local
779 &tagTable, sizeof (tagTable))) != PICL_SUCCESS) { in fpt_get_tag_list()
783 picl_err = ptree_get_next_by_col(tagTable, &tagTable); in fpt_get_tag_list()
791 if ((picl_err = ptree_get_propval(tagTable, in fpt_get_tag_list()
798 picl_err = ptree_get_next_by_col(tagTable, &tagTable); in fpt_get_tag_list()
823 picl_prophdl_t tagTable = 0; in get_tag_handle() local
837 &tagTable, sizeof (tagTable))) != PICL_SUCCESS) { in get_tag_handle()
841 picl_err = ptree_get_next_by_col(tagTable, &tagTable); in get_tag_handle()
844 if ((picl_err = ptree_get_propval(tagTable, (void *)&foundTag, in get_tag_handle()
850 *tagHdl = tagTable; in get_tag_handle()
[all …]