Lines Matching refs:zoneIndex

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