Searched refs:zpool_config (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | 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()
|
| HD | libzfs_impl.h | 114 nvlist_t *zpool_config; member
|
| HD | libzfs_import.c | 368 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()
|
| HD | libzfs_pool.c | 154 (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,
|
| HD | libzfs_status.c | 381 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE); in zpool_get_status()
|