Lines Matching defs:rootpath
943 char rootpath[MAXPATHLEN]; /* root path */
1131 if (snprintf(rootpath, sizeof (rootpath), "%s/root", rpath) >=
1132 sizeof (rootpath)) {
1141 if ((res = stat(rootpath, &stbuf)) == 0) {
1155 "directory.\n"), rootpath);
1161 "owned by root.\n"), rootpath);
1167 "0755.\n"), rootpath);
4901 char rootpath[MAXPATHLEN], zonepath[MAXPATHLEN];
5005 if ((err = zone_get_rootpath(target_zone, rootpath,
5006 sizeof (rootpath))) != Z_OK) {
5033 err = zonecfg_find_mounts(rootpath, NULL, NULL);
5036 "subdirectories of %s.\n"), rootpath);
5037 (void) zonecfg_find_mounts(rootpath, zfm_print, NULL);