Lines Matching defs:thp
47 topo_hdl_t *thp;
54 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
56 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) {
57 fmd_fmri_topo_rele(thp);
66 topo_hdl_strfree(thp, str);
67 fmd_fmri_topo_rele(thp);
76 topo_hdl_t *thp;
88 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
90 present = topo_fmri_present(thp, nvl, &err);
91 fmd_fmri_topo_rele(thp);
100 topo_hdl_t *thp;
112 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
114 replaced = topo_fmri_replaced(thp, nvl, &err);
115 fmd_fmri_topo_rele(thp);
124 topo_hdl_t *thp;
134 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
136 unusable = topo_fmri_unusable(thp, nvl, &err);
137 fmd_fmri_topo_rele(thp);
209 topo_hdl_t *thp;
215 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
218 (void) topo_fmri_fru(thp, r1, &f1, &err);
219 (void) topo_fmri_fru(thp, r2, &f2, &err);
229 fmd_fmri_topo_rele(thp);
283 topo_hdl_t *thp;
289 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
292 service_state = topo_fmri_service_state(thp, nvl, &err);
293 fmd_fmri_topo_rele(thp);