Lines Matching refs:thp
108 libzfs_fru_gather(topo_hdl_t *thp, tnode_t *tn, void *arg) in libzfs_fru_gather() argument
142 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
147 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
154 if (_topo_fmri_nvl2str(thp, fru, &frustr, &err) != 0) { in libzfs_fru_gather()
156 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
166 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
167 _topo_hdl_strfree(thp, frustr); in libzfs_fru_gather()
175 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
176 _topo_hdl_strfree(thp, frustr); in libzfs_fru_gather()
180 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
181 _topo_hdl_strfree(thp, frustr); in libzfs_fru_gather()
268 topo_hdl_t *thp; in libzfs_fru_refresh() local
283 thp = hdl->libzfs_topo_hdl; in libzfs_fru_refresh()
285 if ((uuid = _topo_snap_hold(thp, NULL, &err)) == NULL) in libzfs_fru_refresh()
288 _topo_hdl_strfree(thp, uuid); in libzfs_fru_refresh()
299 twp = _topo_walk_init(thp, FM_FMRI_SCHEME_HC, in libzfs_fru_refresh()