Lines Matching defs:altroot
266 return (gettext("\tsplit [-n] [-R altroot] [-o mntopts]\n"
800 char *altroot = NULL;
819 altroot = optarg;
862 altroot = propval;
938 if (altroot != NULL && altroot[0] != '/') {
940 "must be an absolute path\n"), altroot);
962 if (altroot != NULL)
964 altroot, poolname);
969 if (altroot != NULL)
971 altroot, mountpoint);
3079 * "dedupratio,health,altroot"
3094 "dedupratio,health,altroot";
3356 * [-R altroot] <pool> <newpool> [<device> ...]
3482 "different altroot\n"), "zpool import");