Lines Matching refs:config
106 nvlist_t *config; in namespace_reload() local
162 if (zcmd_read_dst_nvlist(hdl, &zc, &config) != 0) { in namespace_reload()
180 while ((elem = nvlist_next_nvpair(config, elem)) != NULL) { in namespace_reload()
185 nvlist_free(config); in namespace_reload()
192 nvlist_free(config); in namespace_reload()
200 nvlist_free(config); in namespace_reload()
209 nvlist_free(config); in namespace_reload()
232 nvlist_t *config, *features; in zpool_get_features() local
234 config = zpool_get_config(zhp, NULL); in zpool_get_features()
236 if (config == NULL || !nvlist_exists(config, in zpool_get_features()
246 config = zpool_get_config(zhp, NULL); in zpool_get_features()
249 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_FEATURE_STATS, in zpool_get_features()
266 nvlist_t *config; in zpool_refresh_stats() local
302 if (zcmd_read_dst_nvlist(hdl, &zc, &config) != 0) { in zpool_refresh_stats()
316 verify(nvlist_lookup_uint64(config, in zpool_refresh_stats()
330 zhp->zpool_config = config; in zpool_refresh_stats()