Home
last modified time | relevance | path

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

/illumos-gate/usr/src/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 zhp->zpool_old_config = zhp->zpool_config; in zpool_refresh_stats()
320 zhp->zpool_config = config; in zpool_refresh_stats()
H A Dlibzfs_import.c86 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_POOL_GUID, in pool_active()
290 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in find_aux()
H A Dlibzfs_impl.h126 nvlist_t *zpool_config; member
H A Dlibzfs_status.c419 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE, errata); in zpool_get_status()
H A Dlibzfs_pool.c162 (nvlist_lookup_nvlist(zhp->zpool_config, in zpool_get_prop_int()
1134 nvlist_free(zhp->zpool_config); in zpool_close()
2146 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_scan()
2586 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev_by_physpath()
2638 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev()
2795 return (zpool_get_config_physpath(zhp->zpool_config, physpath, in zpool_get_physpath()
4192 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_ERRCOUNT, in zpool_get_errlog()
4611 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_label_disk()