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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2096 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, function
2202 if (zpool_find_vdev(zhp, path, &as, &l2, NULL,
2424 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
2491 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
2658 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache,
2689 new_vdev = zpool_find_vdev(zhp, newname, &avail_spare, &l2cache,
2840 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
3151 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
3197 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare,

Completed in 24 milliseconds