Home
last modified time | relevance | path

Searched refs:zone (Results 176 – 200 of 441) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c345 sharetab_get_globals(zone_t *zone) in sharetab_get_globals() argument
347 return (zone_getspecific(sharetab_zone_key, zone)); in sharetab_get_globals()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h192 struct zone; /* from zone.h */
225 struct zone *vfs_zone; /* zone that owns the mount */
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h195 struct zone; /* from zone.h */
228 struct zone *vfs_zone; /* zone that owns the mount */
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-storage-skd.p5m22 # global zone only. See the include file for greater detail, as well as
H A Ddriver-storage-vio9p.p5m22 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-vmxnet3s.p5m18 # global zone only. See the include file for greater detail, as well as
H A Ddriver-storage-smartpqi.p5m18 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-vioif.p5m23 # global zone only. See the include file for greater detail, as well as
H A Dsystem-ficl.p5m18 # global zone only. See the include file for greater detail, as well as
H A Dsystem-storage-luxadm.p5m35 file path=usr/sbin/luxadm mode=0555 variant.opensolaris.zone=global
H A Ddriver-storage-pvscsi.p5m19 # global zone only. See the include file for greater detail, as well as
H A Dsystem-kernel-secure-rpc.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-serial-usbser.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-storage-sbp2.p5m28 # global zone only. See the include file for greater detail, as well as
H A Dsystem-kernel-rsmops.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-misc-virtio.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-mlxcx.p5m19 # global zone only. See the include file for greater detail, as well as
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c514 zone_t *zone = nfs_zone(); in nfs_mount() local
940 zone_hold(mntzone = zone); /* start with this assumption */ in nfs_mount()
945 if (mntzone != zone) { in nfs_mount()
1145 int flags, cred_t *cr, zone_t *zone) in nfsrootvp() argument
1247 mi->mi_zone = zone; in nfsrootvp()
1249 zone_hold_ref(zone, &mi->mi_zone_ref, ZONE_REF_NFS); in nfsrootvp()
/illumos-gate/usr/src/cmd/initpkg/
H A Dumountall.sh336 zone=*)
/illumos-gate/usr/src/uts/intel/os/
H A Dname_to_sysnum216 zone 227
/illumos-gate/usr/src/uts/sparc/os/
H A Dname_to_sysnum215 zone 227
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c815 mdb_zone_t zone; in pcommon_init() local
854 if (mdb_ctf_vread(&zone, "zone_t", "mdb_zone_t", p->p_zone, 0) == -1) { in pcommon_init()
857 pc->pc_zoneid = zone.zone_id; in pcommon_init()
1895 mdb_zone_t zone; in Pzonename_gcore() local
1897 if (mdb_ctf_vread(&zone, "zone_t", "mdb_zone_t", p->p_zone, 0) == -1) { in Pzonename_gcore()
1901 if (mdb_readstr(s, n, zone.zone_name) == -1) { in Pzonename_gcore()
1902 mdb_warn("Failed to read zone name from %p\n", zone.zone_name); in Pzonename_gcore()
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c71 struct zone { struct
125 static void outzone(const struct zone *zp, int ntzones);
241 static struct zone *zones;
745 register struct zone *zp; in associate()
1064 static struct zone z;
1126 zones = (struct zone *)(void *)erealloc((char *)zones,
1634 const struct zone * const zpfirst; in outzone()
1637 register const struct zone *zp;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c908 char *p, *timestr, zone, *fmterr = in time2text() local
952 if (( zone = *p ) == 'Z' ) { /* GMT */ in time2text()
953 zone = '\0'; /* no need to indicate on screen, so we make it null */ in time2text()
959 timestr[ strlen( timestr ) - 1 ] = zone; /* replace trailing newline */ in time2text()
/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c247 zone_t *zone = curproc->p_zone; in corectl() local
249 cg = zone_getspecific(core_zone_key, zone); in corectl()

12345678910>>...18