Searched refs:zpool_config_size (Results 1 – 4 of 4) sorted by relevance
275 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()
3839 if (zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size * 2) != 0) in zpool_clear()
831 …<var-decl name='zpool_config_size' type-id='type-id-67' visibility='default' filepath='../../inclu…
103 size_t zpool_config_size; member