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