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

12

/freebsd-11.0-release/cddl/usr.sbin/zfsd/tests/
H A Dlibmocks.h45 typedef struct zpool_handle zpool_handle_t; typedef in typeref:struct:zpool_handle
46 typedef int (*zpool_iter_f)(zpool_handle_t *, void *);
H A Dzfsd_unittest.cc85 zpool_handle_t *zpool_next;
232 zpool_handle_t poolHandle;
/freebsd-11.0-release/cddl/usr.sbin/zfsd/
H A Dzpool_list.h54 typedef struct zpool_handle zpool_handle_t; typedef in typeref:struct:zpool_handle
64 typedef bool PoolFilter_t(zpool_handle_t *pool, nvlist_t *poolConfig,
73 class ZpoolList : public std::list<zpool_handle_t *>
119 static int LoadIterator(zpool_handle_t *pool, void *data);
H A Dzfsd_exception.h51 typedef struct zpool_handle zpool_handle_t; typedef in typeref:struct:zpool_handle
84 ZfsdException(zpool_handle_t *pool, const char *, ...);
H A Dvdev_iterator.h49 typedef struct zpool_handle zpool_handle_t; typedef in typeref:struct:zpool_handle
72 VdevIterator(zpool_handle_t *pool);
H A Dzpool_list.cc68 ZpoolList::ZpoolAll(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg)
74 ZpoolList::ZpoolByGUID(zpool_handle_t *pool, nvlist_t *poolConfig,
87 ZpoolList::ZpoolByName(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg)
96 ZpoolList::LoadIterator(zpool_handle_t *pool, void *data)
H A Dzfsd.h65 typedef struct zpool_handle zpool_handle_t; typedef in typeref:struct:zpool_handle
73 typedef int LeafIterFunc(zpool_handle_t *, nvlist_t *, void *);
H A Dvdev.h52 typedef struct zpool_handle zpool_handle_t; typedef in typeref:struct:zpool_handle
80 Vdev(zpool_handle_t *pool, nvlist_t *vdevConfig);
129 std::string Name(zpool_handle_t *, bool verbose) const;
H A Dcase_file.h343 Vdev BeingReplacedBy(zpool_handle_t *zhp);
387 nvlist_t *CaseVdev(zpool_handle_t *zhp) const;
H A Dvdev_iterator.cc63 VdevIterator::VdevIterator(zpool_handle_t *pool)
H A Dzfsd_event.h58 typedef struct zpool_handle zpool_handle_t; typedef in typeref:struct:zpool_handle
H A Dzfsd_exception.cc75 ZfsdException::ZfsdException(zpool_handle_t *pool, const char *fmt, ...)
H A Dzfsd_event.cc446 zpool_handle_t* hdl;
502 zpool_handle_t *hdl(static_cast<zpool_handle_t*>(cbArg));
H A Dvdev.cc106 Vdev::Vdev(zpool_handle_t *pool, nvlist_t *config)
329 Vdev::Name(zpool_handle_t *zhp, bool verbose) const
H A Dcase_file.cc217 zpool_handle_t *casePool(zpl.empty() ? NULL : zpl.front());
234 zpool_handle_t *pool(zpl.empty() ? NULL : zpl.front());
454 zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
887 zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
948 CaseFile::BeingReplacedBy(zpool_handle_t *zhp) {
998 zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
1100 CaseFile::CaseVdev(zpool_handle_t *zhp) const
/freebsd-11.0-release/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.c366 print_vdev_tree(zpool_handle_t *zhp, const char *name, nvlist_t *nv, int indent,
502 zpool_handle_t *zhp;
600 zpool_handle_t *zhp;
1102 zpool_handle_t *zhp;
1175 zpool_handle_t *zhp;
1238 max_width(zpool_handle_t *zhp, nvlist_t *nv, int depth, int max)
1280 zpool_handle_t *cb_zhp;
1305 find_spare(zpool_handle_t *zhp, void *data)
1327 print_status_config(zpool_handle_t *zhp, const char *name, nvlist_t *nv,
1589 print_logs(zpool_handle_t *zh
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h178 typedef struct zpool_handle zpool_handle_t; typedef in typeref:struct:zpool_handle
187 extern libzfs_handle_t *zpool_get_handle(zpool_handle_t *);
211 extern zpool_handle_t *zpool_open(libzfs_handle_t *, const char *);
212 extern zpool_handle_t *zpool_open_canfail(libzfs_handle_t *, const char *);
213 extern void zpool_close(zpool_handle_t *);
214 extern const char *zpool_get_name(zpool_handle_t *);
215 extern int zpool_get_state(zpool_handle_t *);
223 typedef int (*zpool_iter_f)(zpool_handle_t *, void *);
231 extern int zpool_destroy(zpool_handle_t *, const char *);
232 extern int zpool_add(zpool_handle_t *, nvlist_
[all...]
H A Dlibzfs_impl.h66 zpool_handle_t *libzfs_pool_handles;
89 zpool_handle_t *zpool_hdl;
110 zpool_handle_t *zpool_next;
197 int zpool_open_silent(libzfs_handle_t *, const char *, zpool_handle_t **);
H A Dlibzfs_pool.c66 zpool_get_all_props(zpool_handle_t *zhp)
99 zpool_props_refresh(zpool_handle_t *zhp)
113 zpool_get_prop_string(zpool_handle_t *zhp, zpool_prop_t prop,
139 zpool_get_prop_int(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src)
240 zpool_get_prop(zpool_handle_t *zhp, zpool_prop_t prop, char *buf, size_t len,
404 zpool_is_bootable(zpool_handle_t *zhp)
430 zpool_handle_t *zhp;
651 zpool_set_prop(zpool_handle_t *zhp, const char *propname, const char *propval)
707 zpool_expand_proplist(zpool_handle_t *zhp, zprop_list_t **plp)
803 zpool_prop_get_feature(zpool_handle_t *zh
[all...]
H A Dlibzfs_config.c219 zpool_get_config(zpool_handle_t *zhp, nvlist_t **oldconfig)
231 zpool_get_features(zpool_handle_t *zhp)
264 zpool_refresh_stats(zpool_handle_t *zhp, boolean_t *missing)
389 zpool_handle_t *zhp;
H A Dlibzfs_import.c357 zpool_handle_t *zhp;
1476 name_or_guid_exists(zpool_handle_t *zhp, void *data)
1540 zpool_handle_t *cb_zhp;
1544 find_aux(zpool_handle_t *zhp, void *data)
1584 zpool_handle_t *zhp;
H A Dlibzfs_fru.c360 zpool_fru_set(zpool_handle_t *zhp, uint64_t vdev_guid, const char *fru)
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c434 zpool_handle_t *zhp;

Completed in 205 milliseconds

12