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()
2657 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev() function
2929 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online()
2996 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline()
3146 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach()
3172 newvd = zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, NULL); in zpool_vdev_attach()
3306 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach()
3612 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove()
3681 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_indirect_size()
3724 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, in zpool_clear()
H A Dmapfile-vers235 zpool_find_vdev;
H A Dlibzfs.h319 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()