Searched refs:zone_rootpath (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libfakekernel/common/sys/ |
H A D | zone.h | 67 char *zone_rootpath; /* Path to zone's root + '/' */ member
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vfs.c | 88 zone0.zone_rootpath = "/"; in fksmbsrv_vfs_init()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | zone.h | 457 char *zone_rootpath; /* Path to zone's root + '/' */ member 741 (strncmp((path), (zone)->zone_rootpath, \
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | zone.c | 155 (uintptr_t)zn.zone_rootpath); in zoneprt()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | zone.c | 1983 zone0.zone_rootpath = "/"; in zone_zsd_init() 2287 if (zone->zone_rootpath) in zone_free() 2288 kmem_free(zone->zone_rootpath, zone->zone_rootpathlen); in zone_free() 3341 zone->zone_rootpath = path; in zone_set_root() 4065 len = strlen(zone->zone_rootpath); in zone_is_nested() 4066 if (strncmp(rootpath, zone->zone_rootpath, in zone_is_nested() 4459 if (zone_is_nested(zone->zone_rootpath)) { in zone_create() 4470 if (zone_mount_count(zone->zone_rootpath) != 0) { in zone_create() 5006 if (zone_mount_count(zone->zone_rootpath) != 0) { in zone_destroy() 5245 bcopy(zone->zone_rootpath, zonepath, size); in zone_getattr() [all …]
|
H A D | core.c | 540 s = p->p_zone->zone_rootpath; in expand_string()
|
H A D | exec.c | 697 pp->p_zone->zone_rootpath, path + 1); in gexec()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_node.c | 590 error = smb_pathname(NULL, zone->zone_rootpath, 0, in smb_node_root_init()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_stub_vnops.c | 1866 if (strncmp(zone->zone_rootpath, orig_mntpt, in nfs4_trigger_domount()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | vfs.c | 1942 (void) strcpy(sp, zone->zone_rootpath); in vfs_setpath()
|
/titanic_44/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 5290 if (strstr(dest, z->zone_rootpath) == dest) in dtrace_dif_subr() 5291 dest += strlen(z->zone_rootpath) - 1; in dtrace_dif_subr()
|