Searched refs:zpool_config (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| 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 zhp->zpool_old_config = zhp->zpool_config; in zpool_refresh_stats() 320 zhp->zpool_config = config; in zpool_refresh_stats()
|
| H A D | libzfs_import.c | 61 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_POOL_GUID, in pool_active() 275 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in find_aux()
|
| H A D | libzfs_status.c | 487 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE, errata); in zpool_get_status()
|
| H A D | libzfs_pool.c | 155 (nvlist_lookup_nvlist(zhp->zpool_config, in zpool_get_prop_int() 1142 nvlist_free(zhp->zpool_config); in zpool_close() 2467 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_scan() 2679 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev_by_physpath() 2731 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev() 2888 return (zpool_get_config_physpath(zhp->zpool_config, physpath, in zpool_get_physpath() 4112 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_ERRCOUNT, in zpool_get_errlog()
|
| H A D | libzfs.abi | 834 …<var-decl name='zpool_config' type-id='type-id-48' visibility='default' filepath='../../include/li…
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 104 nvlist_t *zpool_config; member
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_pool_os.c | 229 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_label_disk()
|