Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_config.c224 return (zhp->zpool_config); in zpool_get_config()
314 if (zhp->zpool_config != NULL) { in zpool_refresh_stats()
317 verify(nvlist_lookup_uint64(zhp->zpool_config, in zpool_refresh_stats()
325 nvlist_free(zhp->zpool_config); in zpool_refresh_stats()
328 zhp->zpool_old_config = zhp->zpool_config; in zpool_refresh_stats()
332 zhp->zpool_config = config; in zpool_refresh_stats()
H A Dlibzfs_impl.h118 nvlist_t *zpool_config; member
H A Dlibzfs_import.c365 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_POOL_GUID, in pool_active()
1582 verify(nvlist_lookup_string(zhp->zpool_config, in name_or_guid_exists()
1589 verify(nvlist_lookup_uint64(zhp->zpool_config, in name_or_guid_exists()
1650 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in find_aux()
H A Dlibzfs_status.c381 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE); in zpool_get_status()
H A Dlibzfs_pool.c155 (nvlist_lookup_nvlist(zhp->zpool_config, in zpool_get_prop_int()
1094 nvlist_free(zhp->zpool_config); in zpool_close()
1965 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_scan()
2330 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE,
2381 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE,
2538 return (zpool_get_config_physpath(zhp->zpool_config, physpath,
3767 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_ERRCOUNT,
4203 verify(nvlist_lookup_nvlist(zhp->zpool_config,
/freebsd-12.1/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc88 nvlist_t *zpool_config; member
220 poolHandle.zpool_config = poolConfig; in SetUp()