Lines Matching defs:thp
49 topo_hdl_t *thp;
52 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
55 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) {
56 fmd_fmri_topo_rele(thp);
65 topo_hdl_strfree(thp, str);
66 fmd_fmri_topo_rele(thp);
77 topo_hdl_t *thp;
83 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
85 present = topo_fmri_present(thp, nvl, &err);
86 fmd_fmri_topo_rele(thp);
96 topo_hdl_t *thp;
102 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
104 replaced = topo_fmri_replaced(thp, nvl, &err);
105 fmd_fmri_topo_rele(thp);
115 topo_hdl_t *thp;
121 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
124 service_state = topo_fmri_service_state(thp, nvl, &err);
125 fmd_fmri_topo_rele(thp);
139 topo_hdl_t *thp;
145 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
147 unusable = topo_fmri_unusable(thp, nvl, &err);
148 fmd_fmri_topo_rele(thp);