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

/opensolaris-onvv-gate/usr/src/head/
H A Dzone.h65 extern int zone_list(zoneid_t *, uint_t *);
/opensolaris-onvv-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) {
/opensolaris-onvv-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) {
/opensolaris-onvv-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() */
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/lib/libc/port/sys/
H A Dzone.c183 zone_list(zoneid_t *zonelist, uint_t *numzones) function
/opensolaris-onvv-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c221 if (zone_list(NULL, &nzids) != 0)
228 if (zone_list(zids, &nzids) != 0) {
/opensolaris-onvv-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c977 zoneList_t zone_list = NULL; local
1026 if ((zone_list = z_get_nonglobal_zone_list_by_brand(brands)) == NULL) {
1034 for (zone_index = 0; z_zlist_get_zonename(zone_list, zone_index)
1039 if (z_zlist_get_current_state(zone_list, zone_index) <
1044 z_zlist_get_zonepath(zone_list, zone_index)) == NULL) ||
1094 z_free_zone_list(zone_list);
/opensolaris-onvv-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) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A Dfslib.c437 if (zone_list(ids, &numzones) < 0) {
/opensolaris-onvv-gate/usr/src/cmd/halt/
H A Dhalt.c477 * two zone_list calls, try again.
481 (void) zone_list(NULL, &nz);
493 (void) zone_list(zones, &nz);
561 (void) zone_list(NULL, &nz);
/opensolaris-onvv-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3823 if (zone_list(NULL, &nzents) != 0) {
3841 if (zone_list(zids, &nzents) != 0) {
4076 if (zone_list(NULL, &nzents) != 0) {
4097 if (zone_list(zids, &nzents) != 0) {
4315 if (zone_list(zids, &nzids) == 0)
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c593 * fetch_zents() calls zone_list(2) to find out how many zones are running
594 * (which is stored in the global nzents), then calls zone_list(2) again
618 if (zone_list(NULL, &nzents) != 0) {
630 if (zone_list(zids, &nzents) != 0) {
/opensolaris-onvv-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3018 zone_list;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dzone.c191 * - zone_list: lists all zones active in the system
5889 * Systemcall entry point for zone_list(2).
5895 zone_list(zoneid_t *zoneidlist, uint_t *numzones) function
6102 return (zone_list((zoneid_t *)arg1, (uint_t *)arg2));

Completed in 277 milliseconds