Lines Matching defs:thp
52 topo_hdl_t *thp;
55 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
58 if (topo_fmri_nvl2str(thp, nvl, &str, &err) != 0) {
59 fmd_fmri_topo_rele(thp);
68 topo_hdl_strfree(thp, str);
69 fmd_fmri_topo_rele(thp);
78 topo_hdl_t *thp;
80 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
83 present = topo_fmri_present(thp, nvl, &err);
84 fmd_fmri_topo_rele(thp);
93 topo_hdl_t *thp;
95 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
98 rval = topo_fmri_replaced(thp, nvl, &err);
99 fmd_fmri_topo_rele(thp);
109 topo_hdl_t *thp;
115 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
118 unusable = topo_fmri_unusable(thp, nvl, &err);
119 fmd_fmri_topo_rele(thp);
132 topo_hdl_t *thp;
138 if ((thp = fmd_fmri_topo_hold(TOPO_VERSION)) == NULL)
141 service_state = topo_fmri_service_state(thp, nvl, &err);
142 fmd_fmri_topo_rele(thp);