Home
last modified time | relevance | path

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
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vfs.c93 zone0.zone_rootpath = "/"; in fksmbsrv_vfs_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h481 char *zone_rootpath; /* Path to zone's root + '/' */ member
769 (strncmp((path), (zone)->zone_rootpath, \
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dzone.c155 (uintptr_t)zn.zone_rootpath); in zoneprt()
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2095 zone0.zone_rootpath = "/"; in zone_zsd_init()
2416 if (zone->zone_rootpath) in zone_free()
3499 zone->zone_rootpath = path; in zone_set_root()
4224 len = strlen(zone->zone_rootpath); in zone_is_nested()
4225 if (strncmp(rootpath, zone->zone_rootpath, in zone_is_nested()
4675 if (zone_is_nested(zone->zone_rootpath)) { in zone_create()
4686 if (zone_mount_count(zone->zone_rootpath) != 0) { in zone_create()
5222 if (zone_mount_count(zone->zone_rootpath) != 0) { in zone_destroy()
5461 bcopy(zone->zone_rootpath, zonepath, size); in zone_getattr()
7021 c = zone->zone_rootpath + zone->zone_rootpathlen - 2; in zone_find_by_any_path()
[all …]
H A Dcore.c541 s = p->p_zone->zone_rootpath; in expand_string()
H A Dexec.c803 pp->p_zone->zone_rootpath, path + 1); in gexec()
/illumos-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()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c632 error = smb_pathname(NULL, zone->zone_rootpath, 0, in smb_node_root_init()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1871 if (strncmp(zone->zone_rootpath, orig_mntpt, in nfs4_trigger_domount()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1892 (void) strcpy(sp, zone->zone_rootpath); in vfs_setpath()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c5517 if (strstr(dest, z->zone_rootpath) == dest) in dtrace_dif_subr()
5518 dest += strlen(z->zone_rootpath) - 1; in dtrace_dif_subr()