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

/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A Dzpool_list.cc38 * Implementation of the ZpoolList class.
67 /*--------------------------------- ZpoolList --------------------------------*/
69 ZpoolList::ZpoolAll(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg)
75 ZpoolList::ZpoolByGUID(zpool_handle_t *pool, nvlist_t *poolConfig,
88 ZpoolList::ZpoolByName(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg)
97 ZpoolList::LoadIterator(zpool_handle_t *pool, void *data)
99 ZpoolList *zpl(reinterpret_cast<ZpoolList *>(data));
109 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.cc330 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID);
393 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID);
H A Dcase_file.cc224 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID);
241 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID);
490 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID);
735 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID);
942 ZpoolList zpl(ZpoolList
[all...]
H A Dzfsd.cc217 ZpoolList zpl;
218 ZpoolList::iterator pool;

Completed in 130 milliseconds