Home
last modified time | relevance | path

Searched refs:libzfs_topo_hdl (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_fru.c272 if ((hdl->libzfs_topo_hdl = _topo_open(TOPO_VERSION, in libzfs_fru_refresh()
276 thp = hdl->libzfs_topo_hdl; in libzfs_fru_refresh()
347 if (_topo_fmri_strcmp_noauth(hdl->libzfs_topo_hdl, in libzfs_fru_devpath()
387 return (_topo_fmri_strcmp_noauth(hdl->libzfs_topo_hdl, a, b)); in libzfs_fru_compare()
440 if (hdl->libzfs_topo_hdl != NULL) { in libzfs_fru_clear()
441 _topo_snap_release(hdl->libzfs_topo_hdl); in libzfs_fru_clear()
442 _topo_close(hdl->libzfs_topo_hdl); in libzfs_fru_clear()
443 hdl->libzfs_topo_hdl = NULL; in libzfs_fru_clear()
H A Dlibzfs_impl.h78 topo_hdl_t *libzfs_topo_hdl; member