Lines Matching defs:zoneIndex
3366 int zoneIndex;
3382 for (zoneIndex = 0;
3383 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL;
3384 zoneIndex++) {
3388 zst = z_zlist_get_current_state(a_zlst, zoneIndex);
3397 install_in_one_zone(z_zlist_get_scratch(a_zlst, zoneIndex),
3434 int zoneIndex;
3450 for (zoneIndex = 0;
3451 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL;
3452 zoneIndex++) {
3456 zst = z_zlist_get_current_state(a_zlst, zoneIndex);
3464 if (z_zlist_is_zone_runnable(a_zlst, zoneIndex) == B_FALSE) {
3475 b = z_zlist_change_zone_state(a_zlst, zoneIndex,
3487 install_in_one_zone(z_zlist_get_scratch(a_zlst, zoneIndex),
3496 b = z_zlist_restore_zone_state(a_zlst, zoneIndex);
3603 int zoneIndex;
3607 for (zoneIndex = 0;
3608 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL;
3609 zoneIndex++) {
3611 zst = z_zlist_get_current_state(a_zlst, zoneIndex);
3620 z_zlist_get_scratch(a_zlst, zoneIndex), zst, B_FALSE);
3654 int zoneIndex;
3672 for (zoneIndex = 0;
3673 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL;
3674 zoneIndex++) {
3678 zst = z_zlist_get_current_state(a_zlst, zoneIndex);
3686 if (z_zlist_is_zone_runnable(a_zlst, zoneIndex) == B_FALSE) {
3697 b = z_zlist_change_zone_state(a_zlst, zoneIndex,
3711 z_zlist_get_scratch(a_zlst, zoneIndex),
3719 b = z_zlist_restore_zone_state(a_zlst, zoneIndex);