Symbol: zpool_handle_t
cddl/usr.sbin/zfsd/case_file.cc
1036
zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
cddl/usr.sbin/zfsd/case_file.cc
1097
CaseFile::BeingReplacedBy(zpool_handle_t *zhp) {
cddl/usr.sbin/zfsd/case_file.cc
1147
zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
cddl/usr.sbin/zfsd/case_file.cc
1228
zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
cddl/usr.sbin/zfsd/case_file.cc
1273
CaseFile::CaseVdev(zpool_handle_t *zhp) const
cddl/usr.sbin/zfsd/case_file.cc
248
zpool_handle_t *casePool(zpl.empty() ? NULL : zpl.front());
cddl/usr.sbin/zfsd/case_file.cc
266
zpool_handle_t *pool(zpl.empty() ? NULL : zpl.front());
cddl/usr.sbin/zfsd/case_file.cc
535
zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
cddl/usr.sbin/zfsd/case_file.cc
886
zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
cddl/usr.sbin/zfsd/case_file.h
379
Vdev BeingReplacedBy(zpool_handle_t *zhp);
cddl/usr.sbin/zfsd/case_file.h
419
nvlist_t *CaseVdev(zpool_handle_t *zhp) const;
cddl/usr.sbin/zfsd/tests/libmocks.h
44
typedef int (*zpool_iter_f)(zpool_handle_t *, void *);
cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
140
MOCK_CONST_METHOD2(Name, string(zpool_handle_t * zhp, bool verbose));
cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
233
zpool_handle_t poolHandle;
cddl/usr.sbin/zfsd/tests/zfsd_unittest.cc
82
zpool_handle_t *zpool_next;
cddl/usr.sbin/zfsd/vdev.cc
103
Vdev::Vdev(zpool_handle_t *pool, nvlist_t *config)
cddl/usr.sbin/zfsd/vdev.cc
326
Vdev::Name(zpool_handle_t *zhp, bool verbose) const
cddl/usr.sbin/zfsd/vdev.h
133
virtual std::string Name(zpool_handle_t *, bool verbose) const;
cddl/usr.sbin/zfsd/vdev.h
78
Vdev(zpool_handle_t *pool, nvlist_t *vdevConfig);
cddl/usr.sbin/zfsd/vdev_iterator.cc
62
VdevIterator::VdevIterator(zpool_handle_t *pool)
cddl/usr.sbin/zfsd/vdev_iterator.h
70
VdevIterator(zpool_handle_t *pool);
cddl/usr.sbin/zfsd/zfsd.h
71
typedef int LeafIterFunc(zpool_handle_t *, nvlist_t *, void *);
cddl/usr.sbin/zfsd/zfsd_event.cc
404
zpool_handle_t* hdl;
cddl/usr.sbin/zfsd/zfsd_event.cc
460
zpool_handle_t *hdl(static_cast<zpool_handle_t*>(cbArg));
cddl/usr.sbin/zfsd/zfsd_exception.cc
74
ZfsdException::ZfsdException(zpool_handle_t *pool, const char *fmt, ...)
cddl/usr.sbin/zfsd/zfsd_exception.h
82
ZfsdException(zpool_handle_t *pool, const char *, ...);
cddl/usr.sbin/zfsd/zpool_list.cc
67
ZpoolList::ZpoolAll(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg)
cddl/usr.sbin/zfsd/zpool_list.cc
73
ZpoolList::ZpoolByGUID(zpool_handle_t *pool, nvlist_t *poolConfig,
cddl/usr.sbin/zfsd/zpool_list.cc
86
ZpoolList::ZpoolByName(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg)
cddl/usr.sbin/zfsd/zpool_list.cc
95
ZpoolList::LoadIterator(zpool_handle_t *pool, void *data)
cddl/usr.sbin/zfsd/zpool_list.h
117
static int LoadIterator(zpool_handle_t *pool, void *data);
cddl/usr.sbin/zfsd/zpool_list.h
62
typedef bool PoolFilter_t(zpool_handle_t *pool, nvlist_t *poolConfig,
cddl/usr.sbin/zfsd/zpool_list.h
71
class ZpoolList : public std::list<zpool_handle_t *>
lib/libbe/be_impl.h
20
zpool_handle_t *active_phandle;