Lines Matching defs:zoneIndex
850 int zoneIndex;
963 for (zoneIndex = 0;
965 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL;
966 zoneIndex++) {
970 zst = z_zlist_get_current_state(a_zlst, zoneIndex);
985 n = pkgZoneRemove(z_zlist_get_scratch(a_zlst, zoneIndex),
1001 for (zoneIndex = 0;
1002 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) !=
1003 (char *)NULL; zoneIndex++) {
1007 zst = z_zlist_get_current_state(a_zlst, zoneIndex);
1018 zoneIndex) == B_FALSE) {
1030 b = z_zlist_change_zone_state(a_zlst, zoneIndex,
1047 zoneIndex), a_nodelete, a_altBinDir,
1063 b = z_zlist_restore_zone_state(a_zlst, zoneIndex);
1883 int zoneIndex;
1949 for (zoneIndex = 0;
1950 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) !=
1951 (char *)NULL; zoneIndex++) {
1955 zst = z_zlist_get_current_state(a_zlst, zoneIndex);
1967 scratchName = z_zlist_get_scratch(a_zlst, zoneIndex);
2000 for (zoneIndex = 0;
2001 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) !=
2002 (char *)NULL; zoneIndex++) {
2006 zst = z_zlist_get_current_state(a_zlst, zoneIndex);
2017 zoneIndex) == B_FALSE) {
2029 b = z_zlist_change_zone_state(a_zlst, zoneIndex,
2042 scratchName = z_zlist_get_scratch(a_zlst, zoneIndex);
2073 b = z_zlist_restore_zone_state(a_zlst, zoneIndex);