Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/
H A Dlibzutil.h251 #define __FOR_EACH_VDEV(__zhp, __nv, __func) { \ argument
252 __nv = zpool_get_config(__zhp, NULL); \
259 #define FOR_EACH_VDEV(__zhp, __nv) \ argument
260 __FOR_EACH_VDEV(__zhp, __nv, for_each_vdev_macro_helper_func)
266 #define FOR_EACH_REAL_LEAF_VDEV(__zhp, __nv) \ argument
267 __FOR_EACH_VDEV(__zhp, __nv, for_each_real_leaf_vdev_macro_helper_func)