Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_pool.c2153 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, function
2399 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
2466 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
2616 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache,
2648 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache,
2779 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
3089 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
3143 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare,
HDlibzfs.h263 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
/NextBSD/cddl/contrib/opensolaris/cmd/zinject/
HDtranslate.c447 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL); in translate_device()