Home
last modified time | relevance | path

Searched refs:zoneList (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dquit.c69 static zoneList_t zoneList = (zoneList_t)NULL; variable
145 zoneList = a_zlst; in quitSetZonelist()
268 if (zoneList != (zoneList_t)NULL) { in quit()
269 (void) z_unlock_zones(zoneList, ZLOCKS_ALL); in quit()
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dquit.c76 static zoneList_t zoneList = (zoneList_t)NULL; variable
170 zoneList = a_zlst; in quitSetZonelist()
302 if (zoneList != (zoneList_t)NULL) { in quit()
303 (void) z_unlock_zones(zoneList, ZLOCKS_ALL); in quit()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java1065 private List zoneList = new LinkedList(); field in UtilizationObjective
1126 if (zoneList.size() == 9) { in examine()
1127 zoneList.remove(0); in examine()
1129 zoneList.add(new Integer(sl.getZoneMean(val))); in examine()
1305 Iterator itZones = zoneList.iterator(); in checkShort()
1316 if (zoneList.size() >= 9) { in checkShort()
1323 if (zoneList.size() >= 9 && checkOne) { in checkShort()
1330 zoneList.clear(); in checkShort()