Home
last modified time | relevance | path

Searched refs:zone_rootpath (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/uts/common/sys/
H A Dzone.h433 char *zone_rootpath; /* Path to zone's root + '/' */ member
666 (strncmp((path), (zone)->zone_rootpath, \
/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.c129 (uintptr_t)zn.zone_rootpath); in zoneprt()
/onnv-gate/usr/src/uts/common/os/
H A Dzone.c1900 zone0.zone_rootpath = "/"; in zone_zsd_init()
2199 if (zone->zone_rootpath) in zone_free()
2200 kmem_free(zone->zone_rootpath, zone->zone_rootpathlen); in zone_free()
3167 zone->zone_rootpath = path; in zone_set_root()
3887 len = strlen(zone->zone_rootpath); in zone_is_nested()
3888 if (strncmp(rootpath, zone->zone_rootpath, in zone_is_nested()
4283 if (zone_is_nested(zone->zone_rootpath)) { in zone_create()
4294 if (zone_mount_count(zone->zone_rootpath) != 0) { in zone_create()
4819 if (zone_mount_count(zone->zone_rootpath) != 0) { in zone_destroy()
5058 bcopy(zone->zone_rootpath, zonepath, size); in zone_getattr()
[all …]
H A Dexec.c692 pp->p_zone->zone_rootpath, path + 1); in gexec()
/onnv-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c584 zonep->zone_rootpath) != 0) { in mntfs_snapshot()
609 dummyvfs.vfs_mntpt = refstr_alloc(zonep->zone_rootpath); in mntfs_snapshot()
1566 (void) strcpy(pbuf, zone->zone_rootpath); in mntioctl()
/onnv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1859 if (strncmp(zone->zone_rootpath, orig_mntpt, in nfs4_trigger_domount()
/onnv-gate/usr/src/uts/common/fs/
H A Dvfs.c1886 (void) strcpy(sp, zone->zone_rootpath); in vfs_setpath()