Searched refs:old_disk (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_pool.c | 2885 const char *old_disk, const char *new_disk, nvlist_t *nvroot, int replacing) argument 2902 "cannot replace %s with %s"), old_disk, new_disk); 2905 "cannot attach %s to %s"), new_disk, old_disk); 2908 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache,
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/ |
| D | zpool_main.c | 3874 char *poolname, *old_disk, *new_disk; in zpool_do_attach_or_replace() local 3910 old_disk = argv[1]; in zpool_do_attach_or_replace() 3918 new_disk = old_disk; in zpool_do_attach_or_replace() 3955 ret = zpool_vdev_attach(zhp, old_disk, new_disk, nvroot, replacing); in zpool_do_attach_or_replace()
|