Searched refs:zone (Results 76 - 100 of 511) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c871 tsol_mlp_anon(zone_t *zone, mlp_type_t mlptype, uchar_t proto, uint16_t port, argument
877 retv = mlp_add_del(&zone->zone_mlps, zone->zone_id, proto,
881 retv = mlp_add_del(&shared_mlps, zone->zone_id, proto, port,
884 (void) mlp_add_del(&zone->zone_mlps, zone->zone_id,
921 zone_t *zone; local
941 zone = NULL;
944 zone = zone_find_by_id(tsme.tsme_zoneid);
945 if (zone
1278 tsol_next_port(zone_t *zone, in_port_t port, int proto, boolean_t upward) argument
1330 tsol_mlp_port_type(zone_t *zone, uchar_t proto, uint16_t port, mlp_type_t mlptype) argument
[all...]
H A Dsid.c194 ksid_lookupbyuid(zone_t *zone, uid_t id, ksid_t *res) argument
198 if (kidmap_getsidbyuid(zone, id, &sid_prefix, &res->ks_rid)
210 ksid_lookupbygid(zone_t *zone, gid_t id, ksid_t *res) argument
214 if (kidmap_getsidbygid(zone, id, &sid_prefix, &res->ks_rid)
383 kcrsid_gidstosids(zone_t *zone, int ngrp, gid_t *grp) argument
401 if (ksid_lookupbygid(zone,
H A Drctl.c45 #include <sys/zone.h>
54 * the process, the task, the project, and the zone. (In principle, only
573 e->rcep_p.zone = p->p_zone;
2498 en = "zone";
2876 * zone. If proj is non-NULL the project must be held by the
2877 * caller; if it is NULL the proj and zone of proc_t p are used.
2925 e.rcep_p.zone = zonep;
2956 * zone. If proj is non-NULL the project must be held by the
2957 * caller; if it is NULL the proj and zone of proc_t p are used.
2996 * Increments the swap charge on the specified zone
3007 rctl_incr_swap(proc_t *proc, zone_t *zone, size_t swap) argument
3050 rctl_decr_swap(zone_t *zone, size_t swap) argument
3073 rctl_incr_lofi(proc_t *proc, zone_t *zone, size_t incr) argument
3109 rctl_decr_lofi(zone_t *zone, size_t decr) argument
3142 rctl_kstat_create_zone(zone_t *zone, char *ks_name, uchar_t ks_type, uint_t ks_ndata, uchar_t ks_flags) argument
[all...]
/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/libtsol/
H A DMakefile.com36 setflabel.o stob.o zone.o \
/illumos-gate/usr/src/uts/common/rpc/
H A Dmt_rpcinit.c40 #include <sys/zone.h>
172 * They cannot be used for general zone-crossing RPC client support, and will
175 * Currently these functions route all nfs global clients to the global zone.
177 * correct zone or their calls should be changed (rpc_zone() to curproc->p_zone
180 struct zone *
/illumos-gate/usr/src/uts/common/sys/
H A Dfss.h45 struct zone;
88 uint32_t fssps_gen; /* generation for zone's kstats */
138 * One of these structures is allocated to each zone running within
139 * each active cpu partition. This means that if a zone spans more
143 struct zone *fssz_zone; /* ptr to our zone structure */
148 uint32_t fssz_rshares; /* "real" shares given to zone */
/illumos-gate/usr/src/lib/libast/common/include/
H A Dtm.h52 #define TM_LOCALZONE (25 * 60) /* use local time zone offset */
53 #define TM_UTCZONE (26 * 60) /* UTC "time zone" */
106 typedef struct /* time zone info */
123 Tm_zone_t* zone; /* alternate timezone table */ member in struct:__anon2635
133 Tm_zone_t* zone; /* current timezone */ member in struct:__anon2636
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c143 abbrok(const char * const abbrp, const char * const zone) argument
155 (void) fprintf(stderr, gettext("%s: warning: zone \"%s\" "
157 progname, zone, abbrp);
160 (void) fprintf(stderr, gettext("%s: warning: zone \"%s\" "
162 progname, zone, abbrp);
165 (void) fprintf(stderr, gettext("%s: warning: zone \"%s\" "
167 "alphanumerics\n"), progname, zone, abbrp);
491 show(zone, t, v)
492 char *zone;
498 (void) printf("%-*s ", (int)longest, zone);
523 abbrok(abbr(tmp), zone); local
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_admin.c35 #include <zone.h>
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_usermask.c32 #include <zone.h>
57 * If global zone auditing is set, a local zone cannot reduce the default
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.h70 * installed zone.
73 /* The zone's zonepath */
81 * in the zone.
86 * This is the number of overlay mounts detected on the zone's root
92 * This is used to track important zone root mount information. The
94 * associated zone doesn't have a mounted root filesystem.
96 * NOTE: mnt_mountp is non-NULL iff the zone's root filesystem is a
116 extern void zperror2(const char *zone, const char *str);
/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.h38 #include <zone.h>
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection_zone.c32 #include <zone.h>
73 update_notification_cb("zone", zent->zname, changes, max_rss,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Ddefs.h27 #include <zone.h>
/illumos-gate/usr/src/cmd/auditset/
H A Dsvc-auditset.c33 #include <zone.h>
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.h37 #include <sys/zone.h>
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfzone.c14 #include <zone.h>
31 * specify the zone with the -z option, and therefore use getzoneopt() below.
96 * Set the zonename in ipfzo to the given string: this is the zone all further
109 * further ioctls to act on the GZ-controlled stack for that zone.
119 * Set the zone that all further ioctls will operate on. See the "GZ-controlled
120 * and per-zone stacks" note at the top of ip_fil_solaris.c for further
138 "-G cannot be used with the global zone\n");
146 "Could not find running zone: %s\n",
151 "Permission denied setting zone: %s\n",
155 perror("Error setting zone");
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Decho.c41 #include <zone.h>
108 * bbb - zone i.d.
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_context.h64 #include <sys/zone.h>
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c41 #include <sys/zone.h>
195 zone_t *zone = curproc->p_zone; local
203 if (zone == global_zone) {
208 if (zone != mntzone)
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockvfsops.c38 #include <sys/zone.h>
81 * We want to be informed each time a zone is created or
82 * destroyed in the kernel, so we can maintain per-zone
84 * global zone, without us having to special case it here.
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_mod.c338 bpf_provider_tickle(char *name, zoneid_t zone) argument
346 if (bp->bpl_what->bpr_open(name, &handle, zone) == 0) {
360 zone) == 0) {
362 zone) == 0) {
387 * when a zone is being torn down, allowing BPF to drive IPNET to
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dbind.c60 zoneid_t zone; member in struct:rdsv3_ip_bucket
72 if (*(uint64_t *)a > (((uint64_t)bp->ip << 32) | bp->zone))
74 else if (*(uint64_t *)a < (((uint64_t)bp->ip << 32) | bp->zone))
124 /* allocate a new bucket for this IP & zone */
129 bucketp->zone = zoneid;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dmntdata.h31 #include <sys/zone.h>
87 zone_ref_t mnt_zone_ref; /* zone for mount point */

Completed in 136 milliseconds

1234567891011>>