Searched refs:zone_list (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libtsol/common/
H A Dzone.c94 if (zone_list(NULL, &nzents) != 0)
113 if (zone_list(zids, &nzents) != 0) {
210 if (zone_list(NULL, &nzents) != 0)
222 if (zone_list(zids, &nzents) != 0) {
/illumos-gate/usr/src/head/
H A Dzone.h65 extern int zone_list(zoneid_t *, uint_t *);
/illumos-gate/usr/src/cmd/rcap/common/
H A Dutils.c262 * get_running_zones() calls zone_list(2) to find out how many zones are
263 * running. It then calls zone_list(2) again to fetch the list of running
276 if (zone_list(NULL, nzents) != 0) {
292 if (zone_list(zids, nzents) != 0) {
/illumos-gate/usr/src/cmd/tzreload/
H A Dtzreload.c314 if (zone_list(NULL, &nzents) != 0) {
330 if (zone_list(zids, &nzents) != 0) {
337 /* zone increased while doing zone_list() */
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c143 static thermal_zone_t *zone_list; variable
247 thermal_zone_t *tzp = zone_list;
336 thermal_zone_t *tzp = zone_list;
392 * zones are linked into the global zone_list.
411 tzp->next = zone_list;
412 zone_list = tzp;
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dzone.c183 zone_list(zoneid_t *zonelist, uint_t *numzones) function
/illumos-gate/usr/src/cmd/wall/
H A Dwall.c241 if (zone_list(NULL, &nzids) != 0)
248 if (zone_list(zoneidlist, &nzids) != 0) {
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c221 if (zone_list(NULL, &nzids) != 0)
228 if (zone_list(zids, &nzids) != 0) {
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c1430 zoneList_t zone_list = NULL; local
1479 if ((zone_list = z_get_nonglobal_zone_list_by_brand(brands)) == NULL) {
1487 for (zone_index = 0; z_zlist_get_zonename(zone_list, zone_index)
1492 if (z_zlist_get_current_state(zone_list, zone_index) <
1497 z_zlist_get_zonepath(zone_list, zone_index)) == NULL) ||
1547 z_free_zone_list(zone_list);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c101 if (zone_list(NULL, &nzents) != 0) {
112 if (zone_list(zids, &nzents) != 0) {
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c437 if (zone_list(ids, &numzones) < 0) {
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c482 * two zone_list calls, try again.
486 (void) zone_list(NULL, &nz);
498 (void) zone_list(zones, &nz);
566 (void) zone_list(NULL, &nz);
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3831 if (zone_list(NULL, &nzents) != 0) {
3849 if (zone_list(zids, &nzents) != 0) {
4084 if (zone_list(NULL, &nzents) != 0) {
4105 if (zone_list(zids, &nzents) != 0) {
4324 if (zone_list(zids, &nzids) == 0)
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c2217 if (zone_list(NULL, &nzents) != 0)
2227 if (zone_list(zids, &found) != 0)
2232 * zone_list(), we're done -- otherwise, we must free our array
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3629 if (zone_list(NULL, &nzents) != 0)
3639 if (zone_list(zids, &found) != 0)
3644 * zone_list(), we're done -- otherwise, we must free our array
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c853 * from list. This can happen if zone is returned by zone_list, but
2413 (void) zone_list(ctl->zsctl_zone_cache, &num);
4755 (void) zone_list(NULL, &nzids);
4761 (void) zone_list(zids, &nzids);
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c602 * fetch_zents() calls zone_list(2) to find out how many zones are running
603 * (which is stored in the global nzents), then calls zone_list(2) again
627 if (zone_list(NULL, &nzents) != 0) {
639 if (zone_list(zids, &nzents) != 0) {
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c192 * - zone_list: lists all zones active in the system
6287 * Systemcall entry point for zone_list(2).
6293 zone_list(zoneid_t *zoneidlist, uint_t *numzones) function
6500 return (zone_list((zoneid_t *)arg1, (uint_t *)arg2));

Completed in 159 milliseconds