Lines Matching refs:thp
104 libzfs_fru_gather(topo_hdl_t *thp, tnode_t *tn, void *arg) in libzfs_fru_gather() argument
138 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
143 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
150 if (_topo_fmri_nvl2str(thp, fru, &frustr, &err) != 0) { in libzfs_fru_gather()
152 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
162 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
163 _topo_hdl_strfree(thp, frustr); in libzfs_fru_gather()
171 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
172 _topo_hdl_strfree(thp, frustr); in libzfs_fru_gather()
176 _topo_hdl_strfree(thp, devpath); in libzfs_fru_gather()
177 _topo_hdl_strfree(thp, frustr); in libzfs_fru_gather()
261 topo_hdl_t *thp; in libzfs_fru_refresh() local
276 thp = hdl->libzfs_topo_hdl; in libzfs_fru_refresh()
278 if ((uuid = _topo_snap_hold(thp, NULL, &err)) == NULL) in libzfs_fru_refresh()
281 _topo_hdl_strfree(thp, uuid); in libzfs_fru_refresh()
292 twp = _topo_walk_init(thp, FM_FMRI_SCHEME_HC, in libzfs_fru_refresh()