Searched defs:zone_list (Results 1 - 4 of 4) sorted by relevance

/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/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/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/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 165 milliseconds