Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_fru.c279 if ((hdl->libzfs_topo_hdl = _topo_open(TOPO_VERSION, in libzfs_fru_refresh()
283 thp = hdl->libzfs_topo_hdl; in libzfs_fru_refresh()
354 if (_topo_fmri_strcmp_noauth(hdl->libzfs_topo_hdl, in libzfs_fru_devpath()
394 return (_topo_fmri_strcmp_noauth(hdl->libzfs_topo_hdl, a, b)); in libzfs_fru_compare()
447 if (hdl->libzfs_topo_hdl != NULL) { in libzfs_fru_clear()
448 _topo_snap_release(hdl->libzfs_topo_hdl); in libzfs_fru_clear()
449 _topo_close(hdl->libzfs_topo_hdl); in libzfs_fru_clear()
450 hdl->libzfs_topo_hdl = NULL; in libzfs_fru_clear()
H A Dlibzfs_impl.h89 topo_hdl_t *libzfs_topo_hdl; member