VdevIterator
|| (VdevIterator(zhp).Find(m_vdevGUID)) == NULL) {
return (VdevIterator(zhp).Find(VdevGUID()));
|| (vdevConf = VdevIterator(zpl.front())
VdevIterator(poolConfig).Each(VdevIteratorTestCB, NULL);
m_config = VdevIterator(labelConfig).Find(m_vdevGUID);
VdevIterator::Next()
VdevIterator::Each(VdevCallback_t *callBack, void *callBackArg)
VdevIterator::Find(Guid vdevGUID)
VdevIterator::VdevIterator(zpool_handle_t *pool)
VdevIterator::VdevIterator(nvlist_t *poolConfig)
VdevIterator::Reset()
class VdevIterator
VdevIterator(zpool_handle_t *pool);
VdevIterator(nvlist_t *poolConfig);
VdevIterator(*pool).Each(VdevAddCaseFile, NULL);
nvlist_t *vdevConfig = VdevIterator(zpl.front()).Find(VdevGUID());
VdevIterator(hdl).Each(TryDetach, (void*)hdl);