Lines Matching defs:newpool
228 "\t <pool | id> [newpool]\n"));
262 "\t [-o property=value] <pool> <newpool> "
1761 * [-d dir | -c cachefile] [-f] [-n] [-F] <pool | id> [newpool]
2024 "<pool | id> <newpool>' to give it a new name\n"),
3208 * [-R altroot] <pool> <newpool> [<device> ...]
3227 char *srcpool, *newpool, *propval;
3297 newpool = argv[1];
3305 config = split_mirror_vdev(zhp, newpool, props, flags, argc, argv);
3311 "following layout:\n\n"), newpool);
3312 print_vdev_tree(NULL, newpool, config, 0, B_FALSE);
3326 if ((zhp = zpool_open_canfail(g_zfs, newpool)) == NULL)