Searched refs:respath (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c173 char *nfspath, *respath; local
182 respath = strchr(nfspath, ':'); /* skip server name */
183 if (respath)
184 respath++; /* skip over ":" */
185 if (*respath != '/') {
190 reszone = zone_find_by_any_path(respath, treat_abs);
201 respath += reszone->zone_rootpathlen - 7;
203 respath--; /* no leading '/' to skip */
204 if (strncmp(respath, "/root/", 6) == 0) {
207 respath
[all...]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c943 char respath[MAXPATHLEN]; local
960 if ((res = resolvepath(path, respath, sizeof (respath))) == -1) {
964 respath[res] = '\0';
965 if (strcmp(path, respath) != 0) {

Completed in 112 milliseconds