Searched refs:respath (Results 1 – 2 of 2) sorted by relevance
173 char *nfspath, *respath; in getflabel_cipso() local182 respath = strchr(nfspath, ':'); /* skip server name */ in getflabel_cipso()183 if (respath) in getflabel_cipso()184 respath++; /* skip over ":" */ in getflabel_cipso()185 if (*respath != '/') { in getflabel_cipso()190 reszone = zone_find_by_any_path(respath, treat_abs); in getflabel_cipso()201 respath += reszone->zone_rootpathlen - 7; in getflabel_cipso()203 respath--; /* no leading '/' to skip */ in getflabel_cipso()204 if (strncmp(respath, "/root/", 6) == 0) { in getflabel_cipso()207 respath += 5; /* skip "/root" first */ in getflabel_cipso()[all …]
941 char respath[MAXPATHLEN]; in valid_mount_point() local958 if ((res = resolvepath(path, respath, sizeof (respath))) == -1) { in valid_mount_point()962 respath[res] = '\0'; in valid_mount_point()963 if (strcmp(path, respath) != 0) { in valid_mount_point()