Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libzfs/common/
H A Dmapfile-vers196 zpool_find_vdev;
H A Dlibzfs_pool.c2115 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev() function
2360 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online()
2427 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline()
2577 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach()
2609 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, in zpool_vdev_attach()
2730 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach()
3037 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove()
3091 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, in zpool_clear()
H A Dlibzfs.h259 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
/titanic_53/usr/src/cmd/zinject/
H A Dtranslate.c464 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL); in translate_device()