Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_config.c272 if (zhp->zpool_config_size == 0) in zpool_refresh_stats()
273 zhp->zpool_config_size = 1 << 16; in zpool_refresh_stats()
275 if (zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size) != 0) in zpool_refresh_stats()
309 zhp->zpool_config_size = zc.zc_nvlist_dst_size; in zpool_refresh_stats()
HDlibzfs_impl.h113 size_t zpool_config_size; member
HDlibzfs_pool.c3161 if (zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size * 2) != 0)