Searched refs:zpool_config (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| 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()
|
| D | libzfs_impl.h | 118 nvlist_t *zpool_config; member
|
| D | libzfs_import.c | 365 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_POOL_GUID, in pool_active() 1594 verify(nvlist_lookup_string(zhp->zpool_config, in name_or_guid_exists() 1601 verify(nvlist_lookup_uint64(zhp->zpool_config, in name_or_guid_exists() 1733 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in find_aux()
|
| D | libzfs_pool.c | 156 (nvlist_lookup_nvlist(zhp->zpool_config, in zpool_get_prop_int() 1104 nvlist_free(zhp->zpool_config); in zpool_close() 2051 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_scan() 2416 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, 2467 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, 2624 return (zpool_get_config_physpath(zhp->zpool_config, physpath, 3900 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_ERRCOUNT, 4338 verify(nvlist_lookup_nvlist(zhp->zpool_config,
|
| D | libzfs_status.c | 425 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE); in zpool_get_status()
|
| /freebsd-12-stable/cddl/usr.sbin/zfsd/tests/ |
| D | zfsd_unittest.cc | 88 nvlist_t *zpool_config; member 220 poolHandle.zpool_config = poolConfig; in SetUp()
|