Lines Matching refs:thp
50 topo_hdl_t *thp; in fmd_fmri_nvl2str() local
53 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_nvl2str()
56 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) { in fmd_fmri_nvl2str()
57 fmd_fmri_topo_rele(thp); in fmd_fmri_nvl2str()
66 topo_hdl_strfree(thp, str); in fmd_fmri_nvl2str()
67 fmd_fmri_topo_rele(thp); in fmd_fmri_nvl2str()
76 topo_hdl_t *thp; in fmd_fmri_present() local
78 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_present()
81 present = topo_fmri_present(thp, nvl, &err); in fmd_fmri_present()
82 fmd_fmri_topo_rele(thp); in fmd_fmri_present()
91 topo_hdl_t *thp; in fmd_fmri_replaced() local
93 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_replaced()
96 rval = topo_fmri_replaced(thp, nvl, &err); in fmd_fmri_replaced()
97 fmd_fmri_topo_rele(thp); in fmd_fmri_replaced()
107 topo_hdl_t *thp; in fmd_fmri_unusable() local
113 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_unusable()
116 unusable = topo_fmri_unusable(thp, nvl, &err); in fmd_fmri_unusable()
117 fmd_fmri_topo_rele(thp); in fmd_fmri_unusable()
130 topo_hdl_t *thp; in fmd_fmri_service_state() local
136 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL) in fmd_fmri_service_state()
139 service_state = topo_fmri_service_state(thp, nvl, &err); in fmd_fmri_service_state()
140 fmd_fmri_topo_rele(thp); in fmd_fmri_service_state()