Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libfakekernel/common/sys/
H A Dzone.h67 char *zone_rootpath; /* Path to zone's root + '/' */ member
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c88 zone0.zone_rootpath = "/"; in fksmbsrv_vfs_init()
/titanic_44/usr/src/uts/common/sys/
H A Dzone.h457 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 Dzone.c155 (uintptr_t)zn.zone_rootpath); in zoneprt()
/titanic_44/usr/src/uts/common/os/
H A Dzone.c1983 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 Dcore.c540 s = p->p_zone->zone_rootpath; in expand_string()
H A Dexec.c697 pp->p_zone->zone_rootpath, path + 1); in gexec()
/titanic_44/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()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c590 error = smb_pathname(NULL, zone->zone_rootpath, 0, in smb_node_root_init()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1866 if (strncmp(zone->zone_rootpath, orig_mntpt, in nfs4_trigger_domount()
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c1942 (void) strcpy(sp, zone->zone_rootpath); in vfs_setpath()
/titanic_44/usr/src/uts/common/dtrace/
H A Ddtrace.c5290 if (strstr(dest, z->zone_rootpath) == dest) in dtrace_dif_subr()
5291 dest += strlen(z->zone_rootpath) - 1; in dtrace_dif_subr()