Searched refs:zone_rootpath (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dzone.h67 char *zone_rootpath; /* Path to zone's root + '/' */ member in struct:zone
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c88 zone0.zone_rootpath = "/";
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h463 * zone_rootvp and zone_rootpath can never be modified once set.
466 char *zone_rootpath; /* Path to zone's root + '/' */ member in struct:zone
478 uint_t zone_rootpathlen; /* strlen(zone_rootpath) + 1 */
763 (strncmp((path), (zone)->zone_rootpath, \
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.c155 (uintptr_t)zn.zone_rootpath);
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2087 zone0.zone_rootpath = "/";
2391 if (zone->zone_rootpath)
2392 kmem_free(zone->zone_rootpath, zone->zone_rootpathlen);
3471 zone->zone_rootpath = path;
4195 len = strlen(zone->zone_rootpath);
4196 if (strncmp(rootpath, zone->zone_rootpath,
4645 if (zone_is_nested(zone->zone_rootpath)) {
4656 if (zone_mount_count(zone->zone_rootpath) != 0) {
5192 if (zone_mount_count(zone->zone_rootpath) != 0) {
5431 bcopy(zone->zone_rootpath, zonepat
[all...]
H A Dcore.c540 s = p->p_zone->zone_rootpath;
H A Dexec.c714 /* zone_rootpath always has trailing / */
719 pp->p_zone->zone_rootpath, path + 1);
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c584 zonep->zone_rootpath) != 0) {
609 dummyvfs.vfs_mntpt = refstr_alloc(zonep->zone_rootpath);
1566 (void) strcpy(pbuf, zone->zone_rootpath);
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c590 error = smb_pathname(NULL, zone->zone_rootpath, 0,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1871 if (strncmp(zone->zone_rootpath, orig_mntpt,
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1892 * required to hold zone_rootpath (zone_rootpathlen)
1911 (void) strcpy(sp, zone->zone_rootpath);
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c5456 if (strstr(dest, z->zone_rootpath) == dest)
5457 dest += strlen(z->zone_rootpath) - 1;

Completed in 154 milliseconds