Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c544 for_each_vdev_run_cb(void *zhp_data, nvlist_t *nv, void *cb_vcdl) in for_each_vdev_run_cb() argument
546 vdev_cmd_data_list_t *vcdl = cb_vcdl; in for_each_vdev_run_cb()
615 all_pools_for_each_vdev_gather_cb(zpool_handle_t *zhp, void *cb_vcdl) in all_pools_for_each_vdev_gather_cb() argument
617 return (for_each_vdev(zhp, for_each_vdev_run_cb, cb_vcdl)); in all_pools_for_each_vdev_gather_cb()