Searched defs:zones (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c362 int zones = 0; local
385 zones = 1;
412 if (argc > optind || (projects > 0 && zones > 0))
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c28 * Module: zones.c
30 * Description: Provide "zones" interface for install consolidation code
39 * non-global native zones
41 * all non-global zones matching the list of zone brands passed in.
48 * z_lock_zones - lock specified zones
51 * z_non_global_zones_exist - Determine if any non-global native zones exist
55 * z_set_zone_root - Set root for zones library operations
56 * z_set_zone_spec - Set list of zones on which actions will be performed
59 * z_unlock_zones - unlock specified zones
60 * z_verify_zone_spec - Verify list of zones o
351 zoneList_t zones; local
[all...]
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c468 * continue with the shutdown. Return non-zero if we need to wait for zones to
475 zoneid_t *zones; local
481 * Get a list of zones. If the number of zones changes in between the
490 zones = calloc(sizeof (zoneid_t), nz);
491 if (zones == NULL) {
493 gettext("%s: Could not halt zones"
498 (void) zone_list(zones, &nz);
501 free(zones);
508 (void) fprintf(stderr, gettext("%s: Halting %i zones
[all...]
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c151 static zonetbl_t zone_tbl = {0, 0, NULL}; /* selected zones */
164 static list_t zones; /* list of zones */ variable
243 * prune results returned to non-global zones automatically, so
253 * Gather rss for all users in all zones. Treat the same
254 * uid in different zones as the same user.
259 /* Gather rss for all tasks in all zones */
264 * Gather rss for all projects in all zones. Treat the same
265 * projid in diffrent zones as the same project.
270 /* Gather rss for all zones */
[all...]
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c241 static struct zone *zones; variable in typeref:struct:zone
242 static int nzones; /* number of zones */
567 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j)
569 outzone(&zones[i], j - i);
724 * Associate sets of rules with zones.
778 zp = &zones[i];
788 zp = &zones[i];
796 zp = &zones[i];
1026 if (zones[i].z_name != NULL &&
1027 strcmp(zones[
[all...]

Completed in 547 milliseconds