Searched defs:rootpathlen (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c424 size_t rootpathlen; member in struct:zone_summary
487 summaries[j].rootpathlen = len;
503 summaries[i].rootpathlen) == 0)
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c4142 size_t rootpathlen = strlen(rootpath); local
4153 ASSERT(rootpath[rootpathlen - 1] == '/');
4163 rootpathlen) == 0)
4179 size_t rootpathlen = strlen(rootpath); local
4187 if ((rootpathlen <= 3) && (rootpath[0] == '/') &&
4197 MIN(rootpathlen, len)) == 0)

Completed in 73 milliseconds