Searched refs:ZpoolList (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/cddl/usr.sbin/zfsd/
H A Dzpool_list.cc38 * Implementation of the ZpoolList class.
66 /*--------------------------------- ZpoolList --------------------------------*/
68 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)
98 ZpoolList *zpl(reinterpret_cast<ZpoolList *>(data));
108 ZpoolList::ZpoolList(PoolFilter_ function in class:ZpoolList
[all...]
H A Dzpool_list.h38 * ZpoolList class definition. ZpoolList is a standard container
62 /*--------------------------------- ZpoolList --------------------------------*/
63 class ZpoolList;
70 * ZpoolList is a convenience class that converts libzfs's ZFS
73 class ZpoolList : public std::list<zpool_handle_t *> class in inherits:std::list
77 * \brief Utility ZpoolList construction filter that causes all
79 * instantiated ZpoolList.
84 * \brief Utility ZpoolList construction filter that causes only
86 * to be included in the instantiated ZpoolList
[all...]
H A Dzfsd_event.cc381 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID);
444 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID);
H A Dcase_file.cc216 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID);
233 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID);
453 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID);
679 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID);
886 ZpoolList zpl(ZpoolList
[all...]
H A Dzfsd.cc216 ZpoolList zpl;
217 ZpoolList::iterator pool;

Completed in 66 milliseconds