Searched refs:zpool_find_vdev (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 2024 tgt = zpool_find_vdev(zhp, vd_path, &spare, &cache, NULL); in zpool_initialize() 2359 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, function 2607 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, 2672 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, 2822 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, 2854 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, 2986 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, 3292 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, 3361 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, 3404 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare,
|
| H A D | libzfs.h | 290 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zinject/ |
| H A D | translate.c | 447 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL); in translate_device()
|