Home
last modified time | relevance | path

Searched refs:rootpathlen (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c422 size_t rootpathlen; member
485 summaries[j].rootpathlen = len; in fs_get_zone_summaries()
501 summaries[i].rootpathlen) == 0) in fs_find_zone()
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c4171 size_t rootpathlen = strlen(rootpath); in zone_mount_count() local
4182 ASSERT(rootpath[rootpathlen - 1] == '/'); in zone_mount_count()
4192 rootpathlen) == 0) in zone_mount_count()
4208 size_t rootpathlen = strlen(rootpath); in zone_is_nested() local
4216 if ((rootpathlen <= 3) && (rootpath[0] == '/') && in zone_is_nested()
4226 MIN(rootpathlen, len)) == 0) in zone_is_nested()