Lines Matching defs:thp
46 topo_hdl_t *thp;
49 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
51 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) {
52 fmd_fmri_topo_rele(thp);
59 topo_hdl_strfree(thp, str);
60 fmd_fmri_topo_rele(thp);
151 topo_hdl_t *thp;
160 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
163 rc = topo_fmri_expand(thp, nvl, &err);
164 fmd_fmri_topo_rele(thp);
209 topo_hdl_t *thp;
218 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
220 rc = topo_fmri_present(thp, nvl, &err);
221 fmd_fmri_topo_rele(thp);
262 topo_hdl_t *thp;
271 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
273 rc = topo_fmri_replaced(thp, nvl, &err);
274 fmd_fmri_topo_rele(thp);
319 topo_hdl_t *thp;
329 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
331 rc = topo_fmri_unusable(thp, nvl, &err);
332 fmd_fmri_topo_rele(thp);