Home
last modified time | relevance | path

Searched refs:zone (Results 201 – 225 of 442) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-network-mlxcx.p5m19 # global zone only. See the include file for greater detail, as well as
H A Ddriver-storage-vioblk.p5m28 # global zone only. See the include file for greater detail, as well as
H A Dstorage-mpathadm.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-storage-lmrc.p5m18 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-igc.p5m18 # global zone only. See the include file for greater detail, as well as
H A Ddriver-graphics-atiatom.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-graphics-dcam1394.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-eoib.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-fcsm.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-usbecm.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-serial-usbsksp-usbs49_fw.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-audio-audiocmihd.p5m32 # global zone only. See the include file for greater detail, as well as
H A Ddriver-storage-blkdev.p5m29 # global zone only. See the include file for greater detail, as well as
H A Ddriver-usb-ugen.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-crypto-tpm.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-hme.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-platform.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-i86pc-fipe.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-nge.p5m28 # global zone only. See the include file for greater detail, as well as
/illumos-gate/usr/src/data/zoneinfo/
H A Dasia19 # for time zone data was the International Air Transport
56 # editions invented alphabetic time zone abbreviations for every
244 # Whitman and the 1995 CIA time zone map say 5:00, but the
302 # zone line cuts this off on May 28, when the Communists took power.
410 # DST start/end dates for Peking's time zone (info from AP):
873 # during the Qing Dynasty, it seems that there was no time zone
1347 # The time zone abbreviations and UT offsets are:
2282 # Mangghystaū, and West Kazakhstan. The other zone encompasses
2456 # (Asia/Qyzylorda) is changing its time zone from UTC+6 to UTC+5
2664 # the 8:30 time zone on August 15, one example:
[all …]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c787 zonecfg_validate_zonename(const char *zone) in zonecfg_validate_zonename() argument
791 if (strcmp(zone, GLOBAL_ZONENAME) == 0) in zonecfg_validate_zonename()
794 if (strlen(zone) >= ZONENAME_MAX) in zonecfg_validate_zonename()
797 if (!((zone[0] >= 'a' && zone[0] <= 'z') || in zonecfg_validate_zonename()
798 (zone[0] >= 'A' && zone[0] <= 'Z') || in zonecfg_validate_zonename()
799 (zone[0] >= '0' && zone[0] <= '9'))) in zonecfg_validate_zonename()
802 for (i = 1; zone[i] != '\0'; i++) { in zonecfg_validate_zonename()
803 if (!((zone[i] >= 'a' && zone[i] <= 'z') || in zonecfg_validate_zonename()
804 (zone[i] >= 'A' && zone[i] <= 'Z') || in zonecfg_validate_zonename()
805 (zone[i] >= '0' && zone[i] <= '9') || in zonecfg_validate_zonename()
[all …]
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c2292 zone_t *zone = crgetzone(cr); in pr_scred() local
2294 if (!VALID_UID(prcred->pr_euid, zone) || in pr_scred()
2295 !VALID_UID(prcred->pr_ruid, zone) || in pr_scred()
2296 !VALID_UID(prcred->pr_suid, zone) || in pr_scred()
2297 !VALID_GID(prcred->pr_egid, zone) || in pr_scred()
2298 !VALID_GID(prcred->pr_rgid, zone) || in pr_scred()
2299 !VALID_GID(prcred->pr_sgid, zone)) in pr_scred()
2310 if (!VALID_GID(prcred->pr_groups[i], zone)) in pr_scred()
/illumos-gate/usr/src/pkg/
H A DREADME.pkg249 package are not installed within a non-global zone, but the
260 with both global and non-global zone variants, the package contents will
262 set name=variant.opensolaris.zone value=global value=nonglobal
265 the global zone or only the non-global zones.
443 set name=variant.opensolaris.zone
/illumos-gate/usr/src/uts/common/os/
H A Dshm.c1258 zone_t *zone; in shm_rm_amp() local
1260 zone = sp->shm_perm.ipc_zone_ref.zref_zone; in shm_rm_amp()
1261 ASSERT(zone != NULL); in shm_rm_amp()
1273 anon_unresv_zone(amp->swresv, zone); in shm_rm_amp()
/illumos-gate/usr/src/lib/libsecdb/
H A Dauth_attr.txt208 solaris.zone.:::Zone Management::help=ZoneHeader.html
209 solaris.zone.clonefrom:::Clone another Zone::help=ZoneCloneFrom.html
210 solaris.zone.login:::Zone Login::help=ZoneLogin.html
211 solaris.zone.manage:::Zone Deployment::help=ZoneManage.html

12345678910>>...18