| /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/cmd/backup/lib/ |
| getdate.y | 130 | zone { 180 zone : tZONE { label 411 { "eet", tZONE, -HOURN(2) }, /* Eastern Europe, USSR Zone 1 */ 412 { "bt", tZONE, -HOURN(3) }, /* Baghdad, USSR Zone 2 */ 414 { "zp4", tZONE, -HOURN(4) }, /* USSR Zone 3 */ 415 { "zp5", tZONE, -HOURN(5) }, /* USSR Zone 4 */ 417 { "zp6", tZONE, -HOURN(6) }, /* USSR Zone 5 */ 422 { "sst", tZONE, -HOURN(7) }, /* South Sumatra, USSR Zone 6 */ 427 { "cct", tZONE, -HOURN(8) }, /* China Coast, USSR Zone 7 */ 428 { "jst", tZONE, -HOURN(9) }, /* Japan Standard, USSR Zone 8 * [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/cli/ |
| getdate.y | 88 current time zone checks various CPP symbols to see if special 271 | zone { 320 zone : tZONE { label 553 { gettext("eet"), tZONE, -HOUR(2) }, /* Eastern Europe, USSR Zone 1 */ 554 { gettext("bt"), tZONE, -HOUR(3) }, /* Baghdad, USSR Zone 2 */ 558 { gettext("zp4"), tZONE, -HOUR(4) }, /* USSR Zone 3 */ 559 { gettext("zp5"), tZONE, -HOUR(5) }, /* USSR Zone 4 */ 563 { gettext("zp6"), tZONE, -HOUR(6) }, /* USSR Zone 5 */ 568 { gettext("sst"), tZONE, -HOUR(7) }, /* South Sumatra, USSR Zone 6 */ 575 { gettext("cct"), tZONE, -HOUR(8) }, /* China Coast, USSR Zone 7 * [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/tm/ |
| tmdata.c | 231 static Tm_zone_t zone[] = variable 282 Tm_data_t _tm_data_ = { format, lex, digit, days, sum, leap, zone };
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_zip.c | 47 char zone[33]; local 76 "ZIP GNI Zone = \"%.*s\"", p[6], &p[7]); 134 "Network = %d, Zone = \"%.*s\"", 144 "GetNetInfo Zone = \"%.*s\"", p[0], &p[1]); 156 (void) snprintf(zone, sizeof (zone), 173 "Default Zone = \"%.*s\"", 184 "Zone = \"%s\"", zone); 208 (void) snprintf(zone, sizeof (zone) [all...] |
| /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/uts/common/fs/tmpfs/ |
| tmp_tnode.c | 67 zone_t *zone; local 80 zone = tm->tm_vfsp->vfs_zone; 82 (!anon_checkspace(ptob(pages + tmpfs_minfree), zone)) || 83 (anon_try_resv_zone(delta, zone) == 0))) {
|
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| chown.c | 72 struct zone *zone = crgetzone(CRED()); local 74 if (uid != (uid_t)-1 && !VALID_UID(uid, zone) || 75 gid != (gid_t)-1 && !VALID_GID(gid, zone)) {
|
| gid.c | 51 zone_t *zone = crgetzone(CRED()); local 54 if (!VALID_GID(gid, zone)) 58 if (ksid_lookupbygid(zone, gid, &ksid) != 0) 151 zone_t *zone = crgetzone(CRED()); local 153 if (!VALID_GID(gid, zone)) 157 if (ksid_lookupbygid(zone, gid, &ksid) != 0) 226 zone_t *zone = crgetzone(CRED()); local 228 if ((rgid != -1 && !VALID_GID(rgid, zone)) || 229 (egid != -1 && !VALID_GID(egid, zone))) 233 if (ksid_lookupbygid(zone, egid, &ksid) != 0 [all...] |
| 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);
|
| uid.c | 41 #include <sys/zone.h> 55 zone_t *zone = crgetzone(CRED()); local 57 if (!VALID_UID(uid, zone)) 61 if (ksid_lookupbyuid(zone, uid, &ksid) != 0) 192 zone_t *zone = crgetzone(CRED()); local 194 if (!VALID_UID(uid, zone)) 198 if (ksid_lookupbyuid(zone, uid, &ksid) != 0) 270 zone_t *zone = crgetzone(CRED()); local 272 if ((ruid != -1 && !VALID_UID(ruid, zone)) || 273 (euid != -1 && !VALID_UID(euid, zone))) [all...] |
| groups.c | 50 zone_t *zone; local 57 zone = crgetzone(CRED()); 69 if (!VALID_GID(groups[i], zone)) { 77 ksl = kcrsid_gidstosids(zone, n, (gid_t *)groups);
|
| tasksys.c | 43 #include <sys/zone.h> 74 zone_t *zone; local 112 zone = p->p_zone; 114 mutex_enter(&zone->zone_nlwps_lock); 115 mutex_enter(&zone->zone_mem_lock); 142 mutex_exit(&zone->zone_mem_lock); 143 mutex_exit(&zone->zone_nlwps_lock); 161 mutex_exit(&zone->zone_mem_lock); 162 mutex_exit(&zone->zone_nlwps_lock); 243 * in the current zone [all...] |
| exacctsys.c | 197 zone_t *zone = p->p_zone; local 200 zone_hold(zone); 204 bufsize, flags, zone->zone_nodename); 205 zone_rele(zone);
|
| acctctl.c | 123 * accounting in any zone. 433 zone_t *zone = curproc->p_zone; local 436 acg = zone_getspecific(exacct_zone_key, zone); 438 * exacct_zone_key and associated per-zone state were initialized when 455 * zones, but we have this field on a per-zone basis for future 586 * unmount, thus causing the entire zone halt/reboot to fail.
|
| corectl.c | 36 #include <sys/zone.h> 53 * At system and zone boot, init_core() sets init(1M)'s core file path and 55 * core_default_content respectively (for the global zone). All subsequent 60 * settings for all processes in the zone. Each zone has different default 61 * settings; when processes enter a non-global zone, their core file path and 62 * content are set to the zone's default path and content. 170 * Constructor routine to be called when a zone is created. 191 * Destructor routine to be called when a zone is destroyed. 217 * The first time we hit this, in the global zone, we have t 249 zone_t *zone = curproc->p_zone; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/brand/lx/syscall/ |
| lx_kill.c | 34 #include <sys/zone.h> 91 * pid for the zone. Note that Linux dictates that no unhandled 169 zone_t *zone = curproc->p_zone; local 183 initpid = zone->zone_proc_initpid; 192 * exist in this zone. 201 * process group leader doesn't exist in this zone. 239 if ((p->p_zone == zone) && (p->p_stat != SIDL) &&
|
| 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/cmd/mdb/common/modules/genunix/ |
| zone.c | 30 #include "zone.h" 33 #include <sys/zone.h> 54 if (mdb_walk_dcmd("zone", "zone", argc, argv) == -1) { 119 wsp->walk_addr += offsetof(struct zone, zone_zsd); 186 zone_t zone; local 199 if (mdb_walk_dcmd("zone", "zsd", argc, argv) == -1) { 200 mdb_warn("failed to walk zone\n"); 209 if (mdb_vread(&zone, sizeof (zone), addr) == -1) [all...] |
| /onnv/onnv-gate/usr/src/lib/libzonecfg/common/ |
| scratchops.c | 30 * This module contains functions used for reading and writing the scratch zone 32 * mappings between actual kernel zone names and the zones in an alternate boot 46 * handle error; zone already mounted 48 * mount zone here 67 #define PATH_MAPFILE "tmp/.alt.lu-zone-map" 186 char zone[ZONENAME_MAX]; local 190 while (zonecfg_get_scratch(fp, zone, sizeof (zone), kernzone, kernlen, 192 if (strcmp(zone, zonename) == 0 && strcmp(altroot, aroot) == 0) 229 char zone[ZONENAME_MAX] local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/mntfs/ |
| mntvfsops.c | 53 #include <sys/zone.h> 186 zone_t *zone = curproc->p_zone; local 192 * You can only mount mnttab in your current zone. 194 if (zone == global_zone) { 200 if (mntzone != zone) 221 zone_hold(mnt->mnt_zone = zone);
|
| /onnv/onnv-gate/usr/src/uts/common/fs/proc/ |
| prvfsops.c | 44 #include <sys/zone.h> 198 zone_t *zone = curproc->p_zone; local 206 if (zone == global_zone) { 211 if (zone != mntzone)
|
| /onnv/onnv-gate/usr/src/uts/common/brand/lx/procfs/ |
| lx_prvfsops.c | 198 zone_t *zone = curproc->p_zone; local 214 if (zone == global_zone) { 219 if (zone != mntzone) 255 zone_hold(lxpr_mnt->lxprm_zone = zone);
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| ptm.c | 81 * ZONEPT: sets the zone membership of the associated pts device. 139 #include <sys/zone.h> 566 zone_t *zone; local 573 zone = zone_find_by_id(ptmp->pt_zoneid); 576 if (!VALID_UID(ptop->pto_ruid, zone) || 577 !VALID_GID(ptop->pto_rgid, zone)) { 578 zone_rele(zone); 582 zone_rele(zone);
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| priv_str_xlate.c | 85 priv_set_t *zone; local 100 zone = privdata->pd_zoneset; 115 } else if (strcasecmp(offset, "zone") == 0) { 116 priv_union(zone, pset); 183 priv_set_t *zone; local 206 * zone: zone,!missing_zone 211 * Note that zone and all forms are identical in the global zone; 213 * all is preferred. Also, the zone form is only used when th [all...] |