Searched refs:zpool_config (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | 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()
|
| HD | 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()
|
| HD | libzfs_status.c | 520 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE, errata, in zpool_get_status()
|
| HD | libzfs_pool.c | 159 (nvlist_lookup_nvlist(zhp->zpool_config, in zpool_get_prop_int() 1163 nvlist_free(zhp->zpool_config); in zpool_close() 2536 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_scan() 2778 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev_by_physpath() 2834 verify(nvlist_lookup_nvlist(zhp->zpool_config, ZPOOL_CONFIG_VDEV_TREE, in zpool_find_vdev() 3003 return (zpool_get_config_physpath(zhp->zpool_config, physpath, in zpool_get_physpath() 4284 verify(nvlist_lookup_uint64(zhp->zpool_config, ZPOOL_CONFIG_ERRCOUNT, in zpool_get_errlog()
|
| HD | libzfs.abi | 1494 <var-decl name='zpool_config' type-id='5ce45b60' visibility='default'/>
|
| /freebsd-13-stable/sys/contrib/openzfs/include/ |
| HD | libzfs_impl.h | 106 nvlist_t *zpool_config; member
|
| /freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| HD | libzfs_pool_os.c | 229 verify(nvlist_lookup_nvlist(zhp->zpool_config, in zpool_label_disk()
|
| /freebsd-13-stable/cddl/usr.sbin/zfsd/tests/ |
| HD | zfsd_unittest.cc | 86 nvlist_t *zpool_config; member 218 poolHandle.zpool_config = poolConfig; in SetUp()
|