Searched refs:zone_rootpath (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | zone.h | 433 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 D | zone.c | 129 (uintptr_t)zn.zone_rootpath); in zoneprt()
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | zone.c | 1900 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 D | exec.c | 692 pp->p_zone->zone_rootpath, path + 1); in gexec()
|
| /onnv-gate/usr/src/uts/common/fs/mntfs/ |
| H A D | mntvnops.c | 584 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 D | nfs4_stub_vnops.c | 1859 if (strncmp(zone->zone_rootpath, orig_mntpt, in nfs4_trigger_domount()
|
| /onnv-gate/usr/src/uts/common/fs/ |
| H A D | vfs.c | 1886 (void) strcpy(sp, zone->zone_rootpath); in vfs_setpath()
|