Lines Matching defs:altroot
261 return (gettext("\tsplit [-n] [-R altroot] [-o mntopts]\n"
652 char *altroot = NULL;
671 altroot = optarg;
714 altroot = propval;
790 if (altroot != NULL && altroot[0] != '/') {
792 "must be an absolute path\n"), altroot);
814 if (altroot != NULL)
816 altroot, poolname);
821 if (altroot != NULL)
823 altroot, mountpoint);
2931 * "dedupratio,health,altroot"
2946 "dedupratio,health,altroot";
3208 * [-R altroot] <pool> <newpool> [<device> ...]
3334 "different altroot\n"), "zpool import");