Searched refs:zpool_config (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_config.c | 222 return (zhp->zpool_config); in zpool_get_config() 311 if (zhp->zpool_config != NULL) { in zpool_refresh_stats() 314 verify(nvlist_lookup_uint64(zhp->zpool_config, in zpool_refresh_stats() 323 nvlist_free(zhp->zpool_config); in zpool_refresh_stats() 326 zhp->zpool_old_config = zhp->zpool_config; in zpool_refresh_stats() 330 zhp->zpool_config = config; in zpool_refresh_stats()
|
H A D | libzfs_impl.h | 113 nvlist_t *zpool_config; member
|
H A D | libzfs_import.c | 366 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_POOL_GUID, in pool_active() 1436 verify(nvlist_lookup_string(zhp->zpool_config, in name_or_guid_exists() 1443 verify(nvlist_lookup_uint64(zhp->zpool_config, in name_or_guid_exists() 1504 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in find_aux()
|
H A D | libzfs_pool.c | 154 (nvlist_lookup_nvlist(zhp->zpool_config, in zpool_get_prop_int() 1029 if (zhp->zpool_config) in zpool_close() 1030 nvlist_free(zhp->zpool_config); in zpool_close() 1817 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_scan() 2077 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev_by_physpath() 2125 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev() 2281 return (zpool_get_config_physpath(zhp->zpool_config, physpath, in zpool_get_physpath() 3424 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_ERRCOUNT, in zpool_get_errlog() 3838 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_label_disk()
|
H A D | libzfs_status.c | 364 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE); in zpool_get_status()
|