Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_config.c222 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()
HDlibzfs_impl.h114 nvlist_t *zpool_config; member
HDlibzfs_import.c368 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_POOL_GUID, in pool_active()
1485 verify(nvlist_lookup_string(zhp->zpool_config, in name_or_guid_exists()
1492 verify(nvlist_lookup_uint64(zhp->zpool_config, in name_or_guid_exists()
1553 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in find_aux()
HDlibzfs_pool.c154 (nvlist_lookup_nvlist(zhp->zpool_config, in zpool_get_prop_int()
1057 if (zhp->zpool_config) in zpool_close()
1058 nvlist_free(zhp->zpool_config); in zpool_close()
1860 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_scan()
2127 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE,
2175 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE,
2331 return (zpool_get_config_physpath(zhp->zpool_config, physpath,
3504 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_ERRCOUNT,
3928 verify(nvlist_lookup_nvlist(zhp->zpool_config,
HDlibzfs_status.c381 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE); in zpool_get_status()