Searched refs:zpool_config (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_config.c | 168 return (zhp->zpool_config); in zpool_get_config() 254 if (zhp->zpool_config != NULL) { in zpool_refresh_stats() 257 zhp->zpool_old_config = zhp->zpool_config; in zpool_refresh_stats() 260 zhp->zpool_config = config; in zpool_refresh_stats() 280 dzhp->zpool_old_config = dzhp->zpool_config; in zpool_refresh_stats_from_handle() 281 dzhp->zpool_config = fnvlist_dup(szhp->zpool_config); in zpool_refresh_stats_from_handle()
|
| H A D | libzfs_import.c | 51 uint64_t theguid = fnvlist_lookup_uint64(zhp->zpool_config, in pool_active() 245 nvlist_t *nvroot = fnvlist_lookup_nvlist(zhp->zpool_config, in find_aux()
|
| H A D | libzfs_impl.h | 105 nvlist_t *zpool_config; member
|
| H A D | libzfs_status.c | 538 zpool_status_t ret = check_status(zhp->zpool_config, B_FALSE, errata, in zpool_get_status()
|
| H A D | libzfs_pool.c | 156 (nvlist_lookup_nvlist(zhp->zpool_config, in zpool_get_prop_int() 1450 nvlist_free(zhp->zpool_config); in zpool_close() 3083 nvroot = fnvlist_lookup_nvlist(zhp->zpool_config, in zpool_scan_range() 3380 nvroot = fnvlist_lookup_nvlist(zhp->zpool_config, in zpool_vdev_is_interior() 3439 nvroot = fnvlist_lookup_nvlist(zhp->zpool_config, in __zpool_find_vdev() 4904 if (fnvlist_lookup_uint64(zhp->zpool_config, in zpool_get_errlog()
|
| H A D | libzfs.abi | 2674 <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 | 217 nvlist_t *nvroot = fnvlist_lookup_nvlist(zhp->zpool_config, in zpool_label_disk()
|