Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_config.c275 if (zhp->zpool_config_size == 0) in zpool_refresh_stats()
276 zhp->zpool_config_size = 1 << 16; in zpool_refresh_stats()
278 if (zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size) != 0) in zpool_refresh_stats()
312 zhp->zpool_config_size = zc.zc_nvlist_dst_size; in zpool_refresh_stats()
H A Dlibzfs_impl.h125 size_t zpool_config_size; member
H A Dlibzfs_pool.c3700 if (zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size * 2) != 0) in zpool_clear()