Searched refs:zpool_handle_t (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_util.h46 nvlist_t *make_root_vdev(zpool_handle_t *zhp, int force, int check_rep,
48 nvlist_t *split_mirror_vdev(zpool_handle_t *zhp, char *newname,
64 void pool_list_remove(zpool_list_t *, zpool_handle_t *);
H A Dzpool_iter.c48 zpool_handle_t *zn_handle;
64 zpool_handle_t *l = ((zpool_node_t *)larg)->zn_handle;
65 zpool_handle_t *r = ((zpool_node_t *)rarg)->zn_handle;
77 add_pool(zpool_handle_t *zhp, void *data)
134 zpool_handle_t *zhp;
186 pool_list_remove(zpool_list_t *zlp, zpool_handle_t *zhp)
H A Dzpool_main.c367 print_vdev_tree(zpool_handle_t *zhp, const char *name, nvlist_t *nv, int indent,
518 zpool_handle_t *zhp;
616 zpool_handle_t *zhp;
1137 zpool_handle_t *zhp;
1210 zpool_handle_t *zhp;
1273 max_width(zpool_handle_t *zhp, nvlist_t *nv, int depth, int max)
1315 zpool_handle_t *cb_zhp;
1340 find_spare(zpool_handle_t *zhp, void *data)
1362 print_status_config(zpool_handle_t *zhp, const char *name, nvlist_t *nv,
1624 print_logs(zpool_handle_t *zh
[all...]
H A Dzpool_vdev.c941 make_disks(zpool_handle_t *zhp, nvlist_t *nv)
1423 split_mirror_vdev(zpool_handle_t *zhp, char *newname, nvlist_t *props,
1481 make_root_vdev(zpool_handle_t *zhp, int force, int check_rep,
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h175 typedef struct zpool_handle zpool_handle_t; typedef in typeref:struct:zpool_handle
184 extern libzfs_handle_t *zpool_get_handle(zpool_handle_t *);
208 extern zpool_handle_t *zpool_open(libzfs_handle_t *, const char *);
209 extern zpool_handle_t *zpool_open_canfail(libzfs_handle_t *, const char *);
210 extern void zpool_close(zpool_handle_t *);
211 extern const char *zpool_get_name(zpool_handle_t *);
212 extern int zpool_get_state(zpool_handle_t *);
221 typedef int (*zpool_iter_f)(zpool_handle_t *, void *);
230 extern int zpool_destroy(zpool_handle_t *, const char *);
231 extern int zpool_add(zpool_handle_t *, nvlist_
[all...]
H A Dlibzfs_impl.h65 zpool_handle_t *libzfs_pool_handles;
88 zpool_handle_t *zpool_hdl;
109 zpool_handle_t *zpool_next;
196 int zpool_open_silent(libzfs_handle_t *, const char *, zpool_handle_t **);
H A Dlibzfs_pool.c67 zpool_get_all_props(zpool_handle_t *zhp)
100 zpool_props_refresh(zpool_handle_t *zhp)
114 zpool_get_prop_string(zpool_handle_t *zhp, zpool_prop_t prop,
140 zpool_get_prop_int(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src)
244 zpool_get_prop(zpool_handle_t *zhp, zpool_prop_t prop, char *buf, size_t len,
408 zpool_is_bootable(zpool_handle_t *zhp)
434 zpool_handle_t *zhp;
671 zpool_set_prop(zpool_handle_t *zhp, const char *propname, const char *propval)
727 zpool_expand_proplist(zpool_handle_t *zhp, zprop_list_t **plp)
823 zpool_prop_get_feature(zpool_handle_t *zh
[all...]
H A Dlibzfs_config.c220 zpool_get_config(zpool_handle_t *zhp, nvlist_t **oldconfig)
232 zpool_get_features(zpool_handle_t *zhp)
265 zpool_refresh_stats(zpool_handle_t *zhp, boolean_t *missing)
404 zpool_handle_t *zhp;
H A Dlibzfs_import.c357 zpool_handle_t *zhp;
1478 name_or_guid_exists(zpool_handle_t *zhp, void *data)
1542 zpool_handle_t *cb_zhp;
1546 find_aux(zpool_handle_t *zhp, void *data)
1586 zpool_handle_t *zhp;
H A Dlibzfs_status.c379 zpool_get_status(zpool_handle_t *zhp, char **msgid)
H A Dlibzfs_fru.c360 zpool_fru_set(zpool_handle_t *zhp, uint64_t vdev_guid, const char *fru)
H A Dlibzfs_dataset.c230 static zpool_handle_t *
234 zpool_handle_t *zph;
244 static zpool_handle_t *
248 zpool_handle_t *zph = hdl->libzfs_pool_handles;
261 static zpool_handle_t *
266 zpool_handle_t *zph;
283 zpool_handle_t *next, *zph = hdl->libzfs_pool_handles;
828 zpool_handle_t *zpool_handle = zhp->zpool_hdl;
864 uint64_t zoned, zfs_handle_t *zhp, zpool_handle_t *zpool_hdl,
3261 zpool_handle_t *zpool_handl
[all...]
H A Dlibzfs_util.c666 zpool_get_handle(zpool_handle_t *zhp)
677 zpool_handle_t *
H A Dlibzfs_mount.c1136 zpool_enable_datasets(zpool_handle_t *zhp, const char *mntopts, int flags)
1215 zpool_disable_datasets(zpool_handle_t *zhp, boolean_t force)
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c434 zpool_handle_t *zhp;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c78 zpool_handle_t *zph;
H A Dzfs_main.c848 zpool_handle_t *zpool_handle;

Completed in 121 milliseconds