Searched refs:zpool_config (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_config.c224 return (zhp->zpool_config);
314 if (zhp->zpool_config != NULL) {
317 verify(nvlist_lookup_uint64(zhp->zpool_config,
325 nvlist_free(zhp->zpool_config);
328 zhp->zpool_old_config = zhp->zpool_config;
332 zhp->zpool_config = config;
H A Dlibzfs_impl.h118 nvlist_t *zpool_config; member in struct:zpool_handle
H A Dlibzfs_status.c381 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE);
H A Dlibzfs_import.c365 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_POOL_GUID,
1582 verify(nvlist_lookup_string(zhp->zpool_config,
1589 verify(nvlist_lookup_uint64(zhp->zpool_config,
1650 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE,
H A Dlibzfs_pool.c155 (nvlist_lookup_nvlist(zhp->zpool_config,
1094 nvlist_free(zhp->zpool_config);
1965 verify(nvlist_lookup_nvlist(zhp->zpool_config,
2330 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE,
2381 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE,
2538 return (zpool_get_config_physpath(zhp->zpool_config, physpath,
3774 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_ERRCOUNT,
4212 verify(nvlist_lookup_nvlist(zhp->zpool_config,
/freebsd-11-stable/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc88 nvlist_t *zpool_config; member in struct:zpool_handle
220 poolHandle.zpool_config = poolConfig;

Completed in 214 milliseconds