Lines Matching refs:thp

153 	topo_hdl_t *thp;  in fmd_fmri_expand()  local
161 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_expand()
163 rc = topo_fmri_expand(thp, nvl, &err); in fmd_fmri_expand()
164 fmd_fmri_topo_rele(thp); in fmd_fmri_expand()
216 struct topo_hdl *thp; in fmd_fmri_present() local
234 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_present()
236 rc = topo_fmri_present(thp, nvl, &err); in fmd_fmri_present()
237 fmd_fmri_topo_rele(thp); in fmd_fmri_present()
284 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) { in fmd_fmri_present()
288 if (topo_fmri_str2nvl(thp, unum, &unum_nvl, &err) == 0) { in fmd_fmri_present()
289 rc = topo_fmri_present(thp, unum_nvl, &err); in fmd_fmri_present()
293 fmd_fmri_topo_rele(thp); in fmd_fmri_present()
316 struct topo_hdl *thp; in fmd_fmri_replaced() local
334 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_replaced()
336 rc = topo_fmri_replaced(thp, nvl, &err); in fmd_fmri_replaced()
337 fmd_fmri_topo_rele(thp); in fmd_fmri_replaced()
385 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) { in fmd_fmri_replaced()
389 if (topo_fmri_str2nvl(thp, unum, &unum_nvl, &err) == 0) { in fmd_fmri_replaced()
390 rc = topo_fmri_replaced(thp, unum_nvl, &err); in fmd_fmri_replaced()
394 fmd_fmri_topo_rele(thp); in fmd_fmri_replaced()
418 struct topo_hdl *thp; in fmd_fmri_contains() local
425 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_contains()
427 rc = topo_fmri_contains(thp, er, ee, &err); in fmd_fmri_contains()
428 fmd_fmri_topo_rele(thp); in fmd_fmri_contains()
465 topo_hdl_t *thp; in fmd_fmri_unusable() local
474 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_unusable()
476 rc = topo_fmri_unusable(thp, nvl, &err1); in fmd_fmri_unusable()
477 fmd_fmri_topo_rele(thp); in fmd_fmri_unusable()