Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_pool.c2110 tgt = zpool_find_vdev(zhp, vd_path, &spare, &cache, NULL); in zpool_initialize()
2445 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, function
2693 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
2758 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
2908 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache,
2940 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache,
3072 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
3378 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
3447 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache,
3490 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare,
Dlibzfs.h295 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zinject/
Dtranslate.c447 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL); in translate_device()