Searched defs:vdev_id_to_find (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c881 * vdev, if any, or to vdev_id_to_find if the searched-for vdev is a
886 uint64_t vdev_id_to_find, uint64_t *p_vdev_id)
889 uint64_t id = vdev_id_to_find;
896 /* Get index of this vdev and compare with vdev_id_to_find */
899 if (result == 0 && id == vdev_id_to_find) {
926 vdev_id_to_find, p_vdev_id);
885 zjni_get_vdev(zpool_handle_t *zhp, nvlist_t *vdev_parent, uint64_t vdev_id_to_find, uint64_t *p_vdev_id) argument

Completed in 77 milliseconds