Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_fru.c70 static topo_hdl_t *(*_topo_open)(int, const char *, int *); variable
217 _topo_open = (topo_hdl_t *(*)()) in libzfs_init_fru()
244 if (_topo_open == NULL || _topo_close == NULL || in libzfs_init_fru()
279 if ((hdl->libzfs_topo_hdl = _topo_open(TOPO_VERSION, in libzfs_fru_refresh()