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

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_activate.c737 zoneList_t zone_list = NULL; local
788 if ((zone_list = z_get_nonglobal_zone_list_by_brand(brands)) == NULL) {
796 for (zone_index = 0; z_zlist_get_zonename(zone_list, zone_index)
801 if (z_zlist_get_current_state(zone_list, zone_index) <
806 z_zlist_get_zonepath(zone_list, zone_index)) == NULL) ||
856 z_free_zone_list(zone_list);
/osnet-11/usr/src/lib/libc/port/sys/
H A Dzone.c201 zone_list(zoneid_t *zonelist, uint_t *numzones) function
262 * This is a convenience wrapper around zone_list.
295 if (zone_list(zids, &nzids) != 0) {

Completed in 17 milliseconds