• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/

Lines Matching refs:nvlist_t

396 print_vdev_tree(zpool_handle_t *zhp, const char *name, nvlist_t *nv, int indent,
399 nvlist_t **child;
436 prop_list_contains_feature(nvlist_t *proplist)
451 add_prop_list(const char *propname, char *propval, nvlist_t **props,
456 nvlist_t *proplist;
526 add_prop_list_default(const char *propname, char *propval, nvlist_t **props,
558 nvlist_t *nvroot;
564 nvlist_t *config;
634 nvlist_t *poolnvroot;
787 nvlist_t *config;
952 nvlist_t *nvroot = NULL;
958 nvlist_t *fsprops = NULL;
959 nvlist_t *props = NULL;
1473 max_width(zpool_handle_t *zhp, nvlist_t *nv, int depth, int max,
1477 nvlist_t **child;
1520 find_vdev(nvlist_t *nv, uint64_t search)
1523 nvlist_t **child;
1544 nvlist_t *config, *nvroot;
1576 nvlist_t *nv, int depth, boolean_t isspare)
1578 nvlist_t **child;
1792 print_import_config(status_cbdata_t *cb, const char *name, nvlist_t *nv,
1795 nvlist_t **child;
1907 print_class_vdevs(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t *nv,
1911 nvlist_t **child;
1962 show_import(nvlist_t *config)
1971 nvlist_t *nvroot, *nvinfo;
2226 zfs_force_import_required(nvlist_t *config)
2230 nvlist_t *nvinfo;
2256 do_import(nvlist_t *config, const char *newname, const char *mntopts,
2257 nvlist_t *props, int flags)
2273 nvlist_t *nvinfo;
2481 nvlist_t *pools = NULL;
2486 nvlist_t *config;
2490 nvlist_t *found_config;
2491 nvlist_t *policy = NULL;
2492 nvlist_t *props = NULL;
2931 print_vdev_stats(zpool_handle_t *zhp, const char *name, nvlist_t *oldnv,
2932 nvlist_t *newnv, iostat_cbdata_t *cb, int depth)
2934 nvlist_t **oldchild, **newchild;
3111 nvlist_t *oldconfig, *newconfig;
3112 nvlist_t *oldnvroot, *newnvroot;
3143 nvlist_t *config, *nvroot;
3579 print_list_stats(zpool_handle_t *zhp, const char *name, nvlist_t *nv,
3582 nvlist_t **child;
3725 nvlist_t *config;
3726 nvlist_t *nvroot;
3873 nvlist_t *nvroot;
4081 nvlist_t *config, *props = NULL;
4349 nvlist_t *policy = NULL;
4523 nvlist_t *config, *nvroot;
4625 zpool_collect_leaves(zpool_handle_t *zhp, nvlist_t *nvroot, nvlist_t *res)
4628 nvlist_t **child;
4660 nvlist_t *vdevs;
4718 nvlist_t *config = zpool_get_config(zhp, NULL);
4719 nvlist_t *nvroot = fnvlist_lookup_nvlist(config,
4931 nvlist_t *config, *nvroot;
4932 nvlist_t **child;
5064 nvlist_t *nverrlist = NULL;
5081 nvlist_t *nv;
5097 print_spares(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t **spares,
5117 print_l2cache(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t **l2cache,
5137 print_dedup_stats(nvlist_t *config)
5191 nvlist_t *config, *nvroot;
5448 nvlist_t **spares, **l2cache;
5493 nvlist_t *nverrlist = NULL;
5674 nvlist_t *config;
5706 nvlist_t *enabled = zpool_get_features(zhp);
5743 nvlist_t *config;
5840 nvlist_t *config;
5882 nvlist_t *config;
5901 nvlist_t *enabled = zpool_get_features(zhp);
6230 print_history_records(nvlist_t *nvhis, hist_cbdata_t *cb)
6232 nvlist_t **records;
6239 nvlist_t *rec = records[i];
6343 nvlist_t *nvhis;