Searched refs:zpool_config (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_config.c | 178 return (zhp->zpool_config); in zpool_get_config() 264 if (zhp->zpool_config != NULL) { in zpool_refresh_stats() 267 zhp->zpool_old_config = zhp->zpool_config; in zpool_refresh_stats() 270 zhp->zpool_config = config; in zpool_refresh_stats() 290 dzhp->zpool_old_config = dzhp->zpool_config; in zpool_refresh_stats_from_handle() 291 dzhp->zpool_config = fnvlist_dup(szhp->zpool_config); in zpool_refresh_stats_from_handle()
|
| H A D | libzfs_import.c | 61 uint64_t theguid = fnvlist_lookup_uint64(zhp->zpool_config, in pool_active() 255 nvlist_t *nvroot = fnvlist_lookup_nvlist(zhp->zpool_config, in find_aux()
|
| H A D | libzfs_impl.h | 106 nvlist_t *zpool_config; member
|
| H A D | libzfs_status.c | 521 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE, errata, in zpool_get_status()
|
| H A D | libzfs_pool.c | 165 (nvlist_lookup_nvlist(zhp->zpool_config, in zpool_get_prop_int() 1400 nvlist_free(zhp->zpool_config); in zpool_close() 2878 nvroot = fnvlist_lookup_nvlist(zhp->zpool_config, in zpool_scan_range() 3175 nvroot = fnvlist_lookup_nvlist(zhp->zpool_config, in zpool_find_vdev_by_physpath() 3234 nvroot = fnvlist_lookup_nvlist(zhp->zpool_config, in __zpool_find_vdev() 4632 if (fnvlist_lookup_uint64(zhp->zpool_config, in zpool_get_errlog()
|
| H A D | libzfs.abi | 2722 <var-decl name='zpool_config' type-id='5ce45b60' visibility='default'/>
|
| /freebsd/cddl/usr.sbin/zfsd/tests/ |
| H A D | zfsd_unittest.cc | 89 nvlist_t *zpool_config; member 222 poolHandle.zpool_config = poolConfig; in SetUp()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_pool_os.c | 227 nvlist_t *nvroot = fnvlist_lookup_nvlist(zhp->zpool_config, in zpool_label_disk()
|