Searched refs:zpool_find_vdev (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 191 zpool_find_vdev;
|
H A D | libzfs_pool.c | 2099 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, in zpool_find_vdev() function 2343 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online() 2410 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline() 2560 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach() 2592 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, in zpool_vdev_attach() 2713 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach() 3020 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove() 3074 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, in zpool_clear()
|
H A D | libzfs.h | 257 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
|
/titanic_44/usr/src/cmd/zinject/ |
H A D | translate.c | 464 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL); in translate_device()
|