Searched refs:zone (Results 201 - 225 of 511) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/port/gen/
H A Ducred.c68 #include <sys/zone.h>
/illumos-gate/usr/src/lib/libcmd/common/
H A Ddate.c104 " [+i?international \bdate\b(1) date with time zone type name]"
117 " [+q?time zone type name (nation code)]"
138 " [+z?time zone \aSHHMM\a west of GMT offset where S is"
140 " [+Z?time zone name]"
146 " [+u?UTC time zone]"
175 "[z:list-zones?List the known time zone table and exit. The table columns"
176 " are: country code, standard zone name, savings time zone name,"
291 Tm_zone_t* listzones = 0; /* known time zone table */
352 listzones = tm_data.zone;
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c912 char *p, *timestr, zone, *fmterr = local
956 if (( zone = *p ) == 'Z' ) { /* GMT */
957 zone = '\0'; /* no need to indicate on screen, so we make it null */
963 timestr[ strlen( timestr ) - 1 ] = zone; /* replace trailing newline */
/illumos-gate/usr/src/cmd/nscd/
H A Dserver.c38 #include <zone.h>
132 * in global zone where most trusted configuration database
133 * resides. However, nscd will run in any labeled zone if
141 "global zone (if nscd_per_label flag not set)\n"));
/illumos-gate/usr/src/cmd/pools/poolbind/
H A Dpoolbind.c46 #include <zone.h>
222 * zone id.
226 * It must be a project or zone name.
230 warn(gettext("invalid zone '%s'\n"),
235 /* make sure the zone is booted */
237 warn(gettext("zone '%s' is not "
/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.c38 #include <zone.h>
176 * str should be either the name of a configured zone, or the
177 * id of a running zone. If str is a zone name, store the name
181 Die(gettext("unknown zone -- %s\n"), str);
185 /* was zone specified by name or id? */
224 * Lookup ids for each zone name; this is done once each time /proc
H A Dprutil.c36 #include <zone.h>
/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c40 #include <zone.h>
64 "# update zone memory cap\n"));
149 * Update the in-kernel memory cap for the specified zone.
160 /* get the running zone from the kernel */
162 (void) fprintf(stderr, gettext("zone '%s' must be running\n"),
174 "cap for zone '%s'\n"), zonename);
/illumos-gate/usr/src/cmd/renice/
H A Drenice.c55 #include <zone.h>
85 { PRIO_ZONE, "zone" },
182 /* if a zone id, make sure it is valid */
232 gettext("renice: unknown zone: %s\n"),
/illumos-gate/usr/src/cmd/dispadmin/
H A Ddispadmin.c39 #include <zone.h>
/illumos-gate/usr/src/cmd/modload/
H A Drem_drv.c45 #include <zone.h>
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_main.c47 #include <zone.h>
218 /* Global zone check */
220 (void) fprintf(stderr, "Non-global zone not supported.\n");
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_main.c39 #include <zone.h>
116 * In a non-global zone some of the privileges we retain in a
117 * global zone are only optionally assigned to the zone, while others
120 * PRIV_PROC_PRIOCNTL (optional in a non-global zone):
123 * PRIV_SYS_CONFIG (prohibited in a non-global zone):
126 * supported in a non-global zone.
128 * PRIV_SYS_DEVICES (prohibited in a non-global zone):
129 * Needed in the global zone for ioctls on various drivers
132 * PRIV_SYS_RES_CONFIG (prohibited in a non-global zone)
[all...]
/illumos-gate/usr/src/cmd/audit/
H A Daudit.c42 #include <zone.h>
59 static boolean_t is_valid_zone(boolean_t); /* operation ok in this zone? */
274 * zone unless the perzone audit policy is set.
301 gettext("%s: Not valid in a local zone.\n"),
/illumos-gate/usr/src/cmd/gcore/
H A Dgcore.c38 #include <zone.h>
/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c44 #include <zone.h>
54 #define USAGE "usage: ipcrm [-z zone] [ [-q msqid] [-m shmid] " \
107 * caller's zone. Returns number of ids retrieved. On return, idlist
148 * Not in right zone, pretend the call failed.
172 /* lookup in local zone is simple */
180 /* search for right key and zone combination */
213 * Not in right zone, pretend the call failed.
242 /* lookup in local zone is simple */
251 /* search for right key and zone combination */
280 * Not in right zone, preten
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Denv.c31 #include <zone.h>
/illumos-gate/usr/src/cmd/tsol/tninfo/
H A Dtninfo.c41 #include <zone.h>
318 * Print all of the MLPs for the given zone.
326 (void) fprintf(stderr, gettext("tninfo: zone '%s' unknown\n"),
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c39 #include <zone.h>
78 * This program assumes the /zone is the autofs mountpoint for
79 * cross-zone mounts.
82 * the same in each zone, relative to the zone's root.
84 * At this point, the cross-zone automounter only supports home
118 /* Get zone id from min_sl */
127 * Since the global zone home directories aren't public
134 * Get zone root path from zone i
[all...]
/illumos-gate/usr/src/cmd/tzreload/
H A Dtzreload.c42 #include <zone.h>
185 * zname name of zone (NULL if no need to consider zones)
186 * zroot zone's root path
292 (void) fprintf(stderr, gettext("not in the global zone.\n"));
301 gettext("unable to get zone configuration.\n"));
308 gettext("unable to get zone configuration.\n"));
337 /* zone increased while doing zone_list() */
346 gettext("failed to get zone attribute\n"));
354 gettext("failed to get zone name\n"));
364 gettext("failed to get zone'
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_srcid.c65 #include <sys/zone.h>
214 ip1dbg(("ip_srcid_find_addr: unknown %s in zone %d\n",
250 ip1dbg(("ip_srcid_find_id: unknown %u or in wrong zone\n", id));
/illumos-gate/usr/src/uts/common/exec/elf/
H A Dold_notes.c56 #include <sys/zone.h>
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ipnetops.c42 #include <sys/zone.h>
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_vnops.c37 #include <sys/zone.h>
78 * MAC policy for doors. Restrict cross-zone open()s so that only
79 * door servers in the global zone can have clients from other zones.
80 * For other zones, client must be within the same zone as server.
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_kernel.h36 #include <sys/zone.h>
289 * per zone audit context
314 /* Only one audit svc per zone at a time */

Completed in 143 milliseconds

1234567891011>>