HomeSort by relevance Sort by last modified time
    Searched refs:zone (Results 1 - 25 of 479) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/4.2/
timezone.c 39 static struct zone { struct
63 char *timezone(zone, dst)
65 register struct zone *zp;
86 if (zp->offset==zone) {
92 if (zone<0) {
93 zone = -zone;
97 sprintf(czone, "GMT%s%d:%02d", sign, zone/60, zone%60);
  /onnv/onnv-gate/usr/src/cmd/zoneadm/
svc-zones 59 # Boot the installed zones for which the "autoboot" zone property is
63 for zone in `zoneadm list -pi | nawk -F: '{
68 zonecfg -z $zone info autoboot | grep "true" >/dev/null 2>&1
72 echo " $zone\c"
79 zoneadm -z $zone boot &
81 zoneadm -z $zone sysboot &
103 MAXSHUT=`expr 3 \* $SVC_TIMEOUT \/ 4` # 3/4 of time to zone shutdown
113 for zone in $zonelist; do
114 echo " $zone\c"
115 zlogin -S $zone /sbin/init 0 < /dev/null >&0 2>&0
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
zone.c 30 * A zone is a named collection of processes, namespace constraints,
35 * the kernel in the zonehash. Elsewhere in the kernel, Zone IDs
36 * (zoneid_t) are used to track zone association. Zone IDs are
37 * dynamically generated when the zone is created; if a persistent
39 * etc.), the zone name should be used.
42 * Global Zone:
44 * The global zone (zoneid 0) is automatically associated with all
45 * system resources that have not been bound to a user-created zone.
47 * have a global zone, and all processes, mounts, etc. ar
583 struct zone *zone; local
672 zone_t *zone; local
918 zone_t *zone; local
1327 zone_t *zone = e->rcep_p.zone; local
1353 zone_t *zone = p->p_zone; local
1605 zone_t *zone; local
1619 zone_t *zone = ksp->ks_private; local
1633 zone_t *zone = ksp->ks_private; local
2507 zone_t *zone = NULL; local
2521 zone_t *zone = NULL; local
2539 zone_t *zone = NULL; local
2559 zone_t *zone; local
2586 zone_t *zone; local
2614 zone_t *zone; local
2650 zone_t *zone; local
2791 zone_t *zone; local
2959 zone_t *zone = curproc->p_zone; local
3018 zone_t *zone = pp->p_zone; local
3192 zone_t *zone; member in struct:zsched_arg
3210 zone_t *zone = za->zone; local
3567 zone_t *zone; local
3784 zone_t *zone, *ztmp; local
4114 zone_t *zone; local
4234 zone_t *zone; local
4392 zone_t *zone; local
4536 zone_t *zone; local
4806 zone_t *zone; local
4954 zone_t *zone; local
5369 zone_t *zone, *myzone; local
5467 zone_t *zone; local
5513 zone(int cmd, void *arg1, void *arg2, void *arg3, void *arg4) function
5610 zone_t *zone; member in struct:zarg
5644 zone_t *zone; local
5772 zone_t *zone; local
5908 zone_t *zone = curproc->p_zone; local
5979 zone_t *zone; local
6056 zone_t *zone; local
6087 zone_t *zone; local
6113 zone_t *zone; local
6151 zone_t *zone; local
6205 zone_t *zone; local
6223 zone_t *zone; local
    [all...]
tlabel.c 37 #include <sys/zone.h>
161 * So we rely on conventions: zones, zone names, and zone paths
163 * the exported name to find the equivalent local zone and its
198 * Skip over zonepath (not including "root"), e.g. /zone/internal
204 /* Check if we now have something like "/zone/public/" */
288 zone_t *zone; local
315 * Fast path, for objects in a labeled zone: everything except
316 * for lofs/nfs will be just the label of that zone.
321 zone = rvfsp->vfs_zone
    [all...]
  /onnv/onnv-gate/usr/src/cmd/syseventd/
svc-syseventd 45 zone=`smf_zonename`
46 /usr/bin/pkill -x -u 0 -P 1 -z $zone rcm_daemon
47 /usr/bin/pkill -x -u 0 -P 1 -z $zone syseventd
48 /usr/bin/pkill -x -u 0 -P 1 -z $zone devfsadm
49 /usr/bin/pkill -x -u 0 -P 1 -z $zone syseventconfd
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.definit 43 zone=`sed -n 's/^[ ]*TZ=\([^ ;#]*\).*$/\1/p' $BASEDIR/etc/TIMEZONE.temp`
44 if [ "x$zone" = "xROC" ]; then
47 zone="Asia/Taipei"
49 sed "s%^[ ]*TZ=\([^ ;#]*\).*\$%TZ=$zone%" $src > $dest
59 zone=`sed -n 's/^[ ]*TZ=\([^ ;#]*\).*$/\1/p' $dest`
60 if [ "x$zone" = "xROC" ]; then
  /onnv/onnv-gate/usr/src/cmd/tsol/demo/
runwlabel.ksh 36 # Get the zone path associated with the "my-label" zone
41 # Find the zone name that is associated with this zone path
42 for zone in `zoneadm list -pi | nawk -F: -v zonepath=${zonepath} '{
47 # Run the specified command in the matching zone
48 zlogin ${zone} ${progname}
  /onnv/onnv-gate/usr/src/uts/common/sys/
kidmap.h 40 #include <sys/zone.h>
71 kidmap_getuidbysid(zone_t *zone, const char *sid_prefix, uint32_t rid,
75 kidmap_getgidbysid(zone_t *zone, const char *sid_prefix, uint32_t rid,
79 kidmap_getpidbysid(zone_t *zone, const char *sid_prefix, uint32_t rid,
83 kidmap_getsidbyuid(zone_t *zone, uid_t uid, const char **sid_prefix,
87 kidmap_getsidbygid(zone_t *zone, gid_t gid, const char **sid_prefix,
100 kidmap_get_create(zone_t *zone);
147 int idmap_reg_dh(zone_t *zone, door_handle_t dh);
148 int idmap_unreg_dh(zone_t *zone, door_handle_t dh);
154 door_handle_t idmap_get_door(zone_t *zone);
    [all...]
cpucaps_impl.h 59 * Most of the per-project or per-zone state related to CPU caps is kept in the
65 struct zone *cap_zone; /* zone for the cap */
68 int64_t cap_gen; /* zone cap specific */
90 #define ZONE_IS_CAPPED(zone) \
91 (((zone)->zone_cpucap != NULL) && \
92 CAP_ENABLED((zone)->zone_cpucap))
cred.h 133 * Private interface for setting zone association of credential.
135 struct zone;
136 extern void crsetzone(cred_t *, struct zone *);
137 extern struct zone *crgetzone(const cred_t *);
170 extern boolean_t valid_ephemeral_uid(struct zone *, uid_t);
171 extern boolean_t valid_ephemeral_gid(struct zone *, gid_t);
173 extern int eph_uid_alloc(struct zone *, int, uid_t *, int);
174 extern int eph_gid_alloc(struct zone *, int, gid_t *, int);
cred_impl.h 63 struct zone; /* forward reference */
77 struct zone *cr_zone; /* pointer to per-zone structure */
  /onnv/onnv-gate/usr/src/lib/libtsol/common/
getplabel.c 29 #include <zone.h>
33 #include <sys/zone.h>
  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
tmtype.c 34 * return the tm_data.zone[] time zone entry for type s
48 tmset(tm_info.zone);
53 if (zp == tm_info.local) zp = tm_data.zone;
tmxtime.c 61 tmset(tm_info.zone);
83 * time zone adjustments
88 t += tm_info.zone->west * 60;
89 if (!tm_info.zone->daylight)
95 now = tmxsec(tmxtime(tm, tm_info.zone->west));
100 t += tm_info.zone->dst * 60;
106 if (!tm_info.zone->daylight)
113 now = tmxsec(tmxtime(tm, tm_info.zone->west));
  /onnv/onnv-gate/usr/src/uts/common/fs/autofs/
auto_sys.c 30 #include <sys/zone.h>
46 zone_t *zone; local
54 if ((zone = zone_find_by_id(zoneid)) == NULL)
57 fngp = zone_getspecific(autofs_key, zone);
60 zone_rele(zone);
68 zone_rele(zone);
71 case AUTOFS_SETDOOR: { /* set door handle for zone */
  /onnv/onnv-gate/usr/src/lib/brand/lx/
Makefile 36 SUBDIRS= cmd librtld_db lx_support lx_brand lx_thunk netfiles zone \
38 MSGSUBDIRS= lx_brand lx_support zone
  /onnv/onnv-gate/usr/src/uts/common/syscall/
sidsys.c 51 zone_t *zone = crgetzone(CRED()); local
53 dh = idmap_get_door(zone);
69 idmap_purge_cache(zone);
75 err = eph_uid_alloc(zone, flag, &su, nuids);
77 err = eph_gid_alloc(zone, flag, &sg, ngids);
113 zone_t *zone; local
118 zone = crgetzone(CRED());
119 res = idmap_unreg_dh(zone, dh);
  /onnv/onnv-gate/usr/src/lib/brand/sn1/
Makefile 33 SUBDIRS = librtld_db sn1_brand zone
34 MSGSUBDIRS = zone
  /onnv/onnv-gate/usr/src/lib/brand/solaris10/
Makefile 33 SUBDIRS = librtld_db s10_npreload s10_brand s10_support zone cmd
34 MSGSUBDIRS = s10_support zone
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509v3/
v3_sxnet.c 91 ASN1_SIMPLE(SXNETID, zone, ASN1_INTEGER),
115 tmp = i2s_ASN1_INTEGER(NULL, id->zone);
150 /* Add an id given the zone as an ASCII number */
152 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user,
156 if(!(izone = s2i_ASN1_INTEGER(NULL, zone))) {
163 /* Add an id given the zone as an unsigned long */
178 /* Add an id given the zone as an ASN1_INTEGER.
183 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *zone, char *user,
188 if(!psx || !zone || !user) {
202 if(SXNET_get_id_INTEGER(sx, zone)) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/disp/
cpucaps.c 43 * A CPU cap can be set on any project or any zone. Zone CPU cap limits the CPU
44 * usage for all projects running inside the zone. If the zone CPU cap is set
50 * below the cap level. Each zone and each project has its own wait queue.
57 * zone's CPU usage drops below the cap.
61 * CPU usage to its project. Usage from all projects belonging to a capped zone
62 * is aggregated to get the zone usage.
64 * When the current CPU usage is above the cap, a project or zone is considered
66 * zone is marked by setting TS_PROJWAITQ flag in thread's t_schedflag field an
518 zone_t *zone = cap->cap_zone; local
1027 zone_t *zone; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libzonecfg/common/
zonecfg_impl.h 35 #include <zone.h>
  /onnv/onnv-gate/usr/src/uts/common/brand/lx/syscall/
lx_sysinfo.c 31 #include <sys/zone.h>
54 zone_t *zone = curthread->t_procp->p_zone; local
58 * We don't record the time a zone was booted, so we use the
59 * birthtime of that zone's init process instead.
62 init_proc = prfind(zone->zone_proc_initpid);
83 si.si_procs = (int32_t)zone->zone_nlwps;
109 * application running in a Linux zone cares about this, then
  /onnv/onnv-gate/usr/src/lib/libntfs/common/include/ntfs/
lcnalloc.h 36 MFT_ZONE = 0, /* Allocate from $MFT zone. */
37 DATA_ZONE = 1, /* Allocate from $DATA zone. */
42 LCN start_lcn, const NTFS_CLUSTER_ALLOCATION_ZONES zone);
  /onnv/onnv-gate/usr/src/lib/brand/native/
Makefile 27 SUBDIRS= zone

Completed in 6170 milliseconds

1 2 3 4 5 6 7 8 91011>>