Lines Matching refs:rootpath
942 char rootpath[MAXPATHLEN]; /* root path */ in validate_zonepath() local
1130 if (snprintf(rootpath, sizeof (rootpath), "%s/root", rpath) >= in validate_zonepath()
1131 sizeof (rootpath)) { in validate_zonepath()
1140 if ((res = stat(rootpath, &stbuf)) == 0) { in validate_zonepath()
1154 "directory.\n"), rootpath); in validate_zonepath()
1160 "owned by root.\n"), rootpath); in validate_zonepath()
1166 "0755.\n"), rootpath); in validate_zonepath()
4899 char rootpath[MAXPATHLEN], zonepath[MAXPATHLEN]; in uninstall_func() local
5003 if ((err = zone_get_rootpath(target_zone, rootpath, in uninstall_func()
5004 sizeof (rootpath))) != Z_OK) { in uninstall_func()
5031 err = zonecfg_find_mounts(rootpath, NULL, NULL); in uninstall_func()
5034 "subdirectories of %s.\n"), rootpath); in uninstall_func()
5035 (void) zonecfg_find_mounts(rootpath, zfm_print, NULL); in uninstall_func()