zpool_handle_t
zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
CaseFile::BeingReplacedBy(zpool_handle_t *zhp) {
zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
CaseFile::CaseVdev(zpool_handle_t *zhp) const
zpool_handle_t *casePool(zpl.empty() ? NULL : zpl.front());
zpool_handle_t *pool(zpl.empty() ? NULL : zpl.front());
zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
Vdev BeingReplacedBy(zpool_handle_t *zhp);
nvlist_t *CaseVdev(zpool_handle_t *zhp) const;
typedef int (*zpool_iter_f)(zpool_handle_t *, void *);
MOCK_CONST_METHOD2(Name, string(zpool_handle_t * zhp, bool verbose));
zpool_handle_t poolHandle;
zpool_handle_t *zpool_next;
Vdev::Vdev(zpool_handle_t *pool, nvlist_t *config)
Vdev::Name(zpool_handle_t *zhp, bool verbose) const
virtual std::string Name(zpool_handle_t *, bool verbose) const;
Vdev(zpool_handle_t *pool, nvlist_t *vdevConfig);
VdevIterator::VdevIterator(zpool_handle_t *pool)
VdevIterator(zpool_handle_t *pool);
typedef int LeafIterFunc(zpool_handle_t *, nvlist_t *, void *);
zpool_handle_t* hdl;
zpool_handle_t *hdl(static_cast<zpool_handle_t*>(cbArg));
ZfsdException::ZfsdException(zpool_handle_t *pool, const char *fmt, ...)
ZfsdException(zpool_handle_t *pool, const char *, ...);
ZpoolList::ZpoolAll(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg)
ZpoolList::ZpoolByGUID(zpool_handle_t *pool, nvlist_t *poolConfig,
ZpoolList::ZpoolByName(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg)
ZpoolList::LoadIterator(zpool_handle_t *pool, void *data)
static int LoadIterator(zpool_handle_t *pool, void *data);
typedef bool PoolFilter_t(zpool_handle_t *pool, nvlist_t *poolConfig,
class ZpoolList : public std::list<zpool_handle_t *>
zpool_handle_t *active_phandle;