Home
last modified time | relevance | path

Searched refs:zone (Results 101 – 125 of 442) sorted by last modified time

12345678910>>...18

/illumos-gate/usr/src/pkg/manifests/
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-network-vioif.p5m23 # global zone only. See the include file for greater detail, as well as
H A Ddriver-storage-mr_sas.p5m31 # 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-storage-vio9p.p5m22 # global zone only. See the include file for greater detail, as well as
H A Ddriver-audio.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-bge.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
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dscratchops.c184 char zone[ZONENAME_MAX]; in zonecfg_find_scratch() local
188 while (zonecfg_get_scratch(fp, zone, sizeof (zone), kernzone, kernlen, in zonecfg_find_scratch()
190 if (strcmp(zone, zonename) == 0 && strcmp(altroot, aroot) == 0) in zonecfg_find_scratch()
227 char zone[ZONENAME_MAX]; in zonecfg_delete_scratch() local
247 while (zonecfg_get_scratch(fp, zone, sizeof (zone), kzone, in zonecfg_delete_scratch()
252 if (fprintf(fp, "%s %s %s\n", zone, kzone, aroot) == EOF) in zonecfg_delete_scratch()
/illumos-gate/usr/src/lib/libtsol/common/
H A Dzone.c37 getzonelabelbyname(const char *zone) in getzonelabelbyname() argument
41 if ((zoneid = getzoneidbyname(zone)) == -1) { in getzonelabelbyname()
164 getzonerootbyname(const char *zone) in getzonerootbyname() argument
168 if ((zoneid = getzoneidbyname(zone)) == -1) in getzonerootbyname()
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c726 sdp_zone_t *zone; in sdp_get_length() local
787 while (zone != NULL) { in sdp_get_length()
790 zone = zone->z_next; in sdp_get_length()
838 sdp_zone_t *zone; in sdp_clone_session() local
907 if (sdp_add_zone(new_sess, zone->z_time, zone->z_offset) != 0) in sdp_clone_session()
909 zone = zone->z_next; in sdp_clone_session()
970 sdp_zone_t *zone; in sdp_session_to_str() local
1062 if (zone != NULL) { in sdp_session_to_str()
1064 zone->z_offset); in sdp_session_to_str()
1067 zone = zone->z_next; in sdp_session_to_str()
[all …]
H A Dsdp_parse.c676 sdp_parse_zone(sdp_zone_t **zone, const char *begin, const char *end, in sdp_parse_zone() argument
688 if (*zone != NULL) in sdp_parse_zone()
698 if (*zone == NULL) { in sdp_parse_zone()
699 *zone = new_zone; in sdp_parse_zone()
700 tmp = *zone; in sdp_parse_zone()
732 sdp_free_zone(*zone); in sdp_parse_zone()
733 *zone = NULL; in sdp_parse_zone()
H A Dsdp_parse_helper.c72 sdp_free_zone(sdp_zone_t *zone) in sdp_free_zone() argument
76 while (zone != NULL) { in sdp_free_zone()
77 next_zone = zone->z_next; in sdp_free_zone()
78 if (zone->z_offset != NULL) in sdp_free_zone()
79 free(zone->z_offset); in sdp_free_zone()
80 free(zone); in sdp_free_zone()
81 zone = next_zone; in sdp_free_zone()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README1580 from the global zone
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1038 @ MSG_SYS_ZONE "[ zone ]" # 227
1039 @ MSG_SYS_ZONE_ALT "zone"
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A DMakefile.files84 zone.c
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y269 | zone {
318 zone : tZONE {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_zip.c45 char zone[33]; in interpret_ddp_zip() local
154 (void) snprintf(zone, sizeof (zone), in interpret_ddp_zip()
182 "Zone = \"%s\"", zone); in interpret_ddp_zip()
206 (void) snprintf(zone, sizeof (zone), in interpret_ddp_zip()
235 "Old Zone = \"%s\"", zone); in interpret_ddp_zip()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y129 | zone {
179 zone : tZONE {
/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c247 zone_t *zone = curproc->p_zone; in corectl() local
249 cg = zone_getspecific(core_zone_key, zone); in corectl()
/illumos-gate/usr/src/uts/common/sys/
H A Dzone.h379 struct zone *zref_zone; /* the zone to which the reference refers */
428 typedef struct zone { struct
653 extern long zone(int, void *, void *, void *, void *);
768 #define ZONE_PATH_VISIBLE(path, zone) \ argument
769 (strncmp((path), (zone)->zone_rootpath, \
770 (zone)->zone_rootpathlen - 1) == 0)
778 #define ZONE_PATH_TRANSLATE(path, zone) \ argument
779 (ASSERT(ZONE_PATH_VISIBLE(path, zone)), \
780 (path) + (zone)->zone_rootpathlen - 2)
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs214 multi-level port(MLP) for the process's zone. This privilege
215 applies to both shared address and zone-specific address MLPs.
234 global zone.
404 for processes which do not have all zone privileges asserted.
405 Unless a process has all zone privileges, the mount(2)
408 Regardless of privileges, a process running in a non-global zone may
409 only control mounts performed from within said zone.
410 Outside the global zone, the "nodevices" option is always forced.
H A Drctl.c573 e->rcep_p.zone = p->p_zone; in rctl_entity_obtain_entity_p()
2923 e.rcep_p.zone = zonep; in rctl_incr_locked_mem()
3011 e.rcep_p.zone = zone; in rctl_incr_swap()
3017 if ((zone->zone_max_swap + swap) < zone->zone_max_swap) { in rctl_incr_swap()
3030 zone->zone_max_swap += swap; in rctl_incr_swap()
3053 zone->zone_max_swap -= swap; in rctl_decr_swap()
3078 e.rcep_p.zone = zone; in rctl_incr_lofi()
3084 if ((zone->zone_max_lofi + incr) < zone->zone_max_lofi) { in rctl_incr_lofi()
3088 if ((zone->zone_max_lofi + incr) > zone->zone_max_lofi_ctl) { in rctl_incr_lofi()
3095 zone->zone_max_lofi += incr; in rctl_incr_lofi()
[all …]

12345678910>>...18