Searched refs:zpool_config (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_config.c | 224 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 D | libzfs_impl.h | 108 nvlist_t *zpool_config; member
|
| H A D | libzfs_import.c | 374 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_POOL_GUID, in pool_active() 1544 verify(nvlist_lookup_string(zhp->zpool_config, in name_or_guid_exists() 1551 verify(nvlist_lookup_uint64(zhp->zpool_config, in name_or_guid_exists() 1612 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in find_aux()
|
| H A D | libzfs_pool.c | 153 (nvlist_lookup_nvlist(zhp->zpool_config, in zpool_get_prop_int() 1068 nvlist_free(zhp->zpool_config); in zpool_close() 1872 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_scan() 2139 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, 2187 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, 2343 return (zpool_get_config_physpath(zhp->zpool_config, physpath, 3513 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_ERRCOUNT, 3937 verify(nvlist_lookup_nvlist(zhp->zpool_config,
|
| H A D | libzfs_status.c | 381 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE); in zpool_get_status()
|