Home
last modified time | relevance | path

Searched refs:PoolFilter_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/usr.sbin/zfsd/
H A Dzpool_list.h62 typedef bool PoolFilter_t(zpool_handle_t *pool, nvlist_t *poolConfig, typedef
79 static PoolFilter_t ZpoolAll;
86 static PoolFilter_t ZpoolByGUID;
93 static PoolFilter_t ZpoolByName;
105 ZpoolList(PoolFilter_t *filter = ZpoolAll, void *filterArg = NULL);
122 PoolFilter_t *m_filter;
H A Dzpool_list.cc107 ZpoolList::ZpoolList(PoolFilter_t *filter, void * filterArg) in ZpoolList()