Searched refs:tagHdl (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libfru/libfrupicl/ |
H A D | frupicl.c | 803 * tagHdl: tag property handle in the tag table for this instance "tag" 809 picl_prophdl_t *tagHdl) 840 *tagHdl = tagTable; 861 picl_prophdl_t tagHdl; local 864 tag, instance, &seg, &tagHdl)) != FRU_SUCCESS) { 868 if ((picl_err = picl_get_next_by_row(tagHdl, &tagHdl)) 879 if ((picl_err = picl_get_propval(tagHdl, buffer, buf_len)) 900 picl_prophdl_t tagHdl; local 903 tag, instance, &seg, &tagHdl)) ! 806 get_tag_handle(picl_nodehdl_t handle, const char *segment, fru_tag_t tag, int instance, picl_nodehdl_t *segHdl, picl_prophdl_t *tagHdl) argument 929 picl_prophdl_t tagHdl; local [all...] |
/illumos-gate/usr/src/lib/libfru/libfrupicltree/ |
H A D | frupicltree.c | 815 * tagHdl: tag property handle in the tag table for this instance "tag" 821 picl_prophdl_t *tagHdl) 852 *tagHdl = tagTable; 873 picl_prophdl_t tagHdl; local 876 tag, instance, &seg, &tagHdl)) != FRU_SUCCESS) { 880 if ((picl_err = ptree_get_next_by_row(tagHdl, &tagHdl)) 891 if ((picl_err = ptree_get_propval(tagHdl, buffer, buf_len)) 912 picl_prophdl_t tagHdl; local 915 tag, instance, &seg, &tagHdl)) ! 818 get_tag_handle(picl_nodehdl_t handle, const char *segment, fru_tag_t tag, int instance, picl_nodehdl_t *segHdl, picl_prophdl_t *tagHdl) argument 941 picl_prophdl_t tagHdl; local [all...] |
Completed in 131 milliseconds