Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_pool.c2165 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, function
2411 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
2478 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
2628 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache,
2660 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache,
2791 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
3098 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
3152 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare,
H A Dlibzfs.h263 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
/netbsd-src/external/cddl/osnet/dist/cmd/zinject/
H A Dtranslate.c447 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL); in translate_device()