Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c601 for_each_vdev_run_cb(zpool_handle_t *zhp, nvlist_t *nv, void *cb_vcdl) in for_each_vdev_run_cb() argument
603 vdev_cmd_data_list_t *vcdl = cb_vcdl; in for_each_vdev_run_cb()
667 all_pools_for_each_vdev_gather_cb(zpool_handle_t *zhp, void *cb_vcdl) in all_pools_for_each_vdev_gather_cb() argument
669 return (for_each_vdev(zhp, for_each_vdev_run_cb, cb_vcdl)); in all_pools_for_each_vdev_gather_cb()