Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/
H A Dfslib.c424 size_t rootpathlen; member
487 summaries[j].rootpathlen = len; in fs_get_zone_summaries()
503 summaries[i].rootpathlen) == 0) in fs_find_zone()
/titanic_41/usr/src/uts/common/os/
H A Dzone.c4012 size_t rootpathlen = strlen(rootpath); in zone_mount_count() local
4023 ASSERT(rootpath[rootpathlen - 1] == '/'); in zone_mount_count()
4033 rootpathlen) == 0) in zone_mount_count()
4049 size_t rootpathlen = strlen(rootpath); in zone_is_nested() local
4057 if ((rootpathlen <= 3) && (rootpath[0] == '/') && in zone_is_nested()
4067 MIN(rootpathlen, len)) == 0) in zone_is_nested()