Lines Matching defs:rootpath
617 char rootpath[MAXPATHLEN];
624 /* determine the zone rootpath */
637 (void) strlcpy(rootpath, luroot, sizeof (rootpath));
640 rootpath, sizeof (rootpath)) != Z_OK) {
646 if ((rv = valid_mount_path(zlogp, rootpath, spec, dir, fstype)) < 0) {
648 rootpath, dir);
652 if (make_one_dir(zlogp, rootpath, dir,
666 if ((rv = valid_mount_path(zlogp, rootpath, spec, dir,
669 "%s%s is not a valid mount point", rootpath, dir);