Home
last modified time | relevance | path

Searched refs:zone (Results 276 – 300 of 442) sorted by relevance

1...<<1112131415161718

/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-storage-scsa1394.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-storage-ses.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-storage-si3124.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-hxge.p5m29 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-nxge.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-storage-sdcard.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-dnet.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-bnx.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-mwl.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-rds.p5m28 # global zone only. See the include file for greater detail, as well as
H A Dsystem-xvm-ipagent.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-iwp.p5m29 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-fp.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-rwd.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-storage-aac.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-graphics-dcam1394-devfsadm-dcam1394.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-afe.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-ath.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-atu.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-chxge.p5m28 # global zone only. See the include file for greater detail, as well as
H A Ddriver-network-elxl.p5m29 # global zone only. See the include file for greater detail, as well as
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c388 zperror2(const char *zone, const char *str) in zperror2() argument
1564 auth_check(char *user, char *zone, int cmd_num) in auth_check() argument
1597 (void) strlcat(authname, zone, MAXAUTHS); in auth_check()
1626 sanity_check(char *zone, int cmd_num, boolean_t running, in sanity_check() argument
1676 if (zone == NULL) { in sanity_check()
1681 if (auth_check(username, zone, cmd_num) == Z_ERR) { in sanity_check()
1687 if (strcmp(zone, GLOBAL_ZONENAME) == 0) { in sanity_check()
1693 if (strncmp(zone, "SUNW", 4) == 0) { in sanity_check()
1700 zent = lookup_running_zone(zone); in sanity_check()
1740 if ((err = zone_get_state(zone, &state)) != Z_OK) { in sanity_check()
[all …]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c782 anon_resvmem(size_t size, boolean_t takemem, zone_t *zone, int tryhard) in anon_resvmem() argument
789 if (zone != NULL) { in anon_resvmem()
792 if (rctl_incr_swap(p, zone, ptob(npages)) != 0) { in anon_resvmem()
796 atomic_add_64(&zone->zone_anon_alloc_fail, 1); in anon_resvmem()
802 rctl_decr_swap(zone, ptob(npages)); in anon_resvmem()
912 if (zone != NULL && takemem) in anon_resvmem()
913 rctl_decr_swap(zone, ptob(npages)); in anon_resvmem()
922 anon_unresvmem(size_t size, zone_t *zone) in anon_unresvmem() argument
930 if (zone != NULL) in anon_unresvmem()
931 rctl_decr_swap(zone, ptob(npages)); in anon_unresvmem()
/illumos-gate/usr/src/data/zoneinfo/
H A Deurope19 # for time zone data was the International Air Transport
217 # if you find a zone reference it will say, "All times B.D.S.T."
1072 # The military zone near Thule UTC-4
1110 # considered a dual time zone in some respects because of this.
1463 # The German time zone web site by the Physikalisch-Technische
1881 # I would like to inform that in this year Lithuanian time zone
2688 # region to the Moscow time zone....
3173 # need their own zone.
3478 # most users of tzdata: The [Europe/Zurich zone] ...
3482 # To represent this, an extra zone would be needed.
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A Dacctctl.c433 zone_t *zone = curproc->p_zone; in acctctl() local
436 acg = zone_getspecific(exacct_zone_key, zone); in acctctl()

1...<<1112131415161718