Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zinject/
H A Dtranslate.c370 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL); in translate_device()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2068 nvlist_t *tgt = zpool_find_vdev(zhp, vd_path, &spare, &cache, in zpool_translate_vdev_guids()
2625 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev() function
2897 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online()
2964 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline()
3114 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach()
3140 newvd = zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, NULL); in zpool_vdev_attach()
3274 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach()
3580 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove()
3649 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_indirect_size()
3692 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, in zpool_clear()
H A Dmapfile-vers235 zpool_find_vdev;
H A Dlibzfs.h313 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c862 if ((vd_nvl = zpool_find_vdev(zhp, vdg, in zfs_fm_recv()