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 Dmapfile-vers224 zpool_find_vdev;
H A Dlibzfs_pool.c2058 nvlist_t *tgt = zpool_find_vdev(zhp, vd_path, &spare, &cache, in zpool_translate_vdev_guids()
2615 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev() function
2887 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online()
2954 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline()
3104 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach()
3130 newvd = zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, NULL); in zpool_vdev_attach()
3264 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach()
3570 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove()
3639 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_indirect_size()
3682 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, in zpool_clear()
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()