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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_config.c222 return (zhp->zpool_config);
311 if (zhp->zpool_config != NULL) {
314 verify(nvlist_lookup_uint64(zhp->zpool_config,
323 nvlist_free(zhp->zpool_config);
326 zhp->zpool_old_config = zhp->zpool_config;
330 zhp->zpool_config = config;
H A Dlibzfs_impl.h114 nvlist_t *zpool_config; member in struct:zpool_handle
H A Dlibzfs_import.c360 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_POOL_GUID,
1479 verify(nvlist_lookup_string(zhp->zpool_config,
1486 verify(nvlist_lookup_uint64(zhp->zpool_config,
1547 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE,
H A Dlibzfs_status.c381 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE);
H A Dlibzfs_pool.c154 (nvlist_lookup_nvlist(zhp->zpool_config,
1082 if (zhp->zpool_config)
1083 nvlist_free(zhp->zpool_config);
1888 verify(nvlist_lookup_nvlist(zhp->zpool_config,
2148 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE,
2196 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE,
2354 return (zpool_get_config_physpath(zhp->zpool_config, physpath,
3531 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_ERRCOUNT,
3959 verify(nvlist_lookup_nvlist(zhp->zpool_config,

Completed in 221 milliseconds