Searched refs:vdev_to_nvlist_iter (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 1883 vdev_to_nvlist_iter(nvlist_t *nv, nvlist_t *search, boolean_t *avail_spare, in vdev_to_nvlist_iter() function 2033 if ((ret = vdev_to_nvlist_iter(child[c], search, in vdev_to_nvlist_iter() 2054 if ((ret = vdev_to_nvlist_iter(child[c], search, in vdev_to_nvlist_iter() 2065 if ((ret = vdev_to_nvlist_iter(child[c], search, in vdev_to_nvlist_iter() 2096 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log); in zpool_find_vdev_by_physpath() 2144 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log); in zpool_find_vdev()
|