Home
last modified time | relevance | path

Searched refs:zone (Results 76 – 100 of 442) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/test/net-tests/tests/forwarding/
H A DREADME32 +----------------------------+ |router zone |
33 |client zone | | +-------------------------+|
52 |server zone | |+-------------------------+ |
70 +----------------------------+ |router zone |
71 |client zone | | +-------------------------+|
90 |server zone | |+-------------------------+ |
/illumos-gate/usr/src/lib/brand/sn1/
H A DMakefile33 SUBDIRS = librtld_db sn1_brand zone
34 MSGSUBDIRS = zone
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1117 zone_t *zone; in domount() local
1587 ASSERT(zone != NULL); in domount()
1594 zone_hold(zone); in domount()
1765 mount_completed(zone); in domount()
1766 zone_rele(zone); in domount()
3505 zone_t *zone; in vfs_list_add() local
3534 ASSERT(zone != NULL); in vfs_list_add()
3602 zone_rele(zone); in vfs_list_add()
3608 zone_t *zone; in vfs_list_remove() local
3611 ASSERT(zone != NULL); in vfs_list_remove()
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m33 dir path=lib variant.opensolaris.zone=global
34 dir path=lib/svc variant.opensolaris.zone=global
35 dir path=lib/svc/manifest group=sys variant.opensolaris.zone=global
36 dir path=lib/svc/manifest/system group=sys variant.opensolaris.zone=global
38 variant.opensolaris.zone=global
39 dir path=lib/svc/method variant.opensolaris.zone=global
40 file path=lib/svc/method/svc-pools mode=0555 variant.opensolaris.zone=global
200 dir path=var group=sys variant.opensolaris.zone=global
201 dir path=var/adm/pool group=sys variant.opensolaris.zone=global
202 dir path=var/log/pool group=sys variant.opensolaris.zone=global
/illumos-gate/usr/src/lib/brand/solaris10/
H A DMakefile33 zone cmd
34 MSGSUBDIRS = s10_support zone
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dzone.h57 struct zone *zref_zone; /* the zone to which the reference refers */
61 typedef struct zone { struct
H A Dthread.h92 struct zone;
93 extern struct zone *_curzone(void);
H A Dproc.h49 struct zone;
68 struct zone *p_zone; /* zone in which process lives */
/illumos-gate/usr/src/uts/common/sys/
H A Dcred_impl.h64 struct zone; /* forward reference */
85 struct zone *cr_zone; /* pointer to per-zone structure */
H A Dproject.h67 struct zone *kpj_zone; /* zone pointer */
99 kproject_t *project_hold_by_id(projid_t, struct zone *, int);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtminit.c261 tm_info.zone = tm_info.local = &local; in tmlocal()
344 for (zp = tm_data.zone; zp->standard; zp++) in tmlocal()
399 for (zp = tm_data.zone; zp->standard; zp++) in tmlocal()
425 zp = tm_data.zone; in tmlocal()
459 tm_info.zone = zp; in tminit()
H A Dtmzone.c58 tmset(tm_info.zone); in tmzone()
90 zp = tm_data.zone; in tmzone()
H A Dtmxdate.c175 int zone; in tmxdate() local
216 zone = TM_LOCALZONE; in tmxdate()
238 zone = i; in tmxdate()
272 now = tmxtime(tm, zone); in tmxdate()
637 fix = tmxtime(tm, zone); in tmxdate()
653 tt = tmxtime(tm, zone); in tmxdate()
1523 zone = tmgoff(s, &t, 0); in tmxdate()
1532 zone = tm->tm_zone->west; in tmxdate()
1534 zone += tmgoff(s, &t, dst); in tmxdate()
1549 zone = zp->west + dst; in tmxdate()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dptm.c566 zone_t *zone; in ptmwput() local
573 zone = zone_find_by_id(ptmp->pt_zoneid); in ptmwput()
576 if (!VALID_UID(ptop->pto_ruid, zone) || in ptmwput()
577 !VALID_GID(ptop->pto_rgid, zone)) { in ptmwput()
578 zone_rele(zone); in ptmwput()
582 zone_rele(zone); in ptmwput()
/illumos-gate/usr/src/uts/common/os/
H A Dsid.c286 ksid_lookupbyuid(zone_t *zone, uid_t id, ksid_t *res) in ksid_lookupbyuid() argument
290 if (kidmap_getsidbyuid(zone, id, &sid_prefix, &res->ks_rid) in ksid_lookupbyuid()
302 ksid_lookupbygid(zone_t *zone, gid_t id, ksid_t *res) in ksid_lookupbygid() argument
306 if (kidmap_getsidbygid(zone, id, &sid_prefix, &res->ks_rid) in ksid_lookupbygid()
514 kcrsid_gidstosids(zone_t *zone, int ngrp, gid_t *grp) in kcrsid_gidstosids() argument
533 if (ksid_lookupbygid(zone, in kcrsid_gidstosids()
H A Dfork.c953 zone_t *zone; in getproc() local
962 zone = pp->p_zone; in getproc()
965 mutex_enter(&zone->zone_nlwps_lock); in getproc()
977 if (zone->zone_nprocs >= zone->zone_nprocs_ctl) in getproc()
985 atomic_inc_32(&zone->zone_ffcap); in getproc()
991 zone->zone_nprocs++; in getproc()
992 mutex_exit(&zone->zone_nlwps_lock); in getproc()
1259 mutex_enter(&zone->zone_nlwps_lock); in getproc()
1262 zone->zone_nprocs--; in getproc()
1263 mutex_exit(&zone->zone_nlwps_lock); in getproc()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dbind.c60 zoneid_t zone; member
72 if (*(uint64_t *)a > (((uint64_t)bp->ip << 32) | bp->zone)) in rdsv3_bind_node_compare()
74 else if (*(uint64_t *)a < (((uint64_t)bp->ip << 32) | bp->zone)) in rdsv3_bind_node_compare()
129 bucketp->zone = zoneid; in rdsv3_find_ip_bucket()
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_mod.c338 bpf_provider_tickle(char *name, zoneid_t zone) in bpf_provider_tickle() argument
346 if (bp->bpl_what->bpr_open(name, &handle, zone) == 0) { in bpf_provider_tickle()
360 zone) == 0) { in bpf_provider_tickle()
362 zone) == 0) { in bpf_provider_tickle()
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c183 zone_t *zone = curproc->p_zone; in mntmount() local
191 if (zone == global_zone) { in mntmount()
197 if (mntzone != zone) in mntmount()
217 zone_hold_ref(zone, &mnt->mnt_zone_ref, ZONE_REF_MNTFS); in mntmount()
/illumos-gate/usr/src/pkg/transforms/
H A Ddefaults45 <transform file dir link hardlink path=.*kernel/.* -> set variant.opensolaris.zone global>
46 <transform dir path=kernel$ -> set variant.opensolaris.zone global>
47 <transform dir path=.*/kernel$ -> set variant.opensolaris.zone global>
49 <transform file dir link hardlink path=boot/.* -> set variant.opensolaris.zone global>
50 <transform dir path=boot$ -> set variant.opensolaris.zone global>
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfilter36 zone=`smf_zonename`
41 pid=`pgrep -z $zone ipmon`
217 [ "$zone" = "global" -a -n "$ipfid" ] && modunload -i $ipfid
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcred.c30 extern struct zone zone0;
115 struct zone *
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c1219 zone_t *zone; in tsol_attr_to_zoneid() local
1224 if (zone != NULL) { in tsol_attr_to_zoneid()
1227 zone_rele(zone); in tsol_attr_to_zoneid()
2053 zone_t *zone; in tsol_check_interface_address() local
2073 zone = NULL; in tsol_check_interface_address()
2081 if (zone != NULL) { in tsol_check_interface_address()
2106 if (zone != NULL) in tsol_check_interface_address()
2107 zone_rele(zone); in tsol_check_interface_address()
2134 } else if (zone == NULL) { in tsol_check_interface_address()
2150 if (zone != NULL) in tsol_check_interface_address()
[all …]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-loopback68 /sbin/ipadm set-addrprop -t -p zone=all-zones lo0/v4
69 /sbin/ipadm set-addrprop -t -p zone=all-zones lo0/v6
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c549 zone_t *zone = crgetzone(connp->conn_cred); in sctp_bindi() local
657 zone->zone_id, in sctp_bindi()
675 mlptype = tsol_mlp_port_type(zone, IPPROTO_SCTP, in sctp_bindi()
742 zone, sctps); in sctp_bindi()
745 port = sctp_update_next_port(port + 1, zone, sctps); in sctp_bindi()
772 sctp_update_next_port(in_port_t port, zone_t *zone, sctp_stack_t *sctps) in sctp_update_next_port() argument
807 (i = tsol_next_port(zone, port, IPPROTO_SCTP, B_TRUE)) != 0) { in sctp_update_next_port()

12345678910>>...18