Lines Matching refs:z_cond

272 	enum sdebug_z_cond z_cond;  member
2695 zc = zsp->z_cond; in zbc_close_zone()
2705 zsp->z_cond = ZC1_EMPTY; in zbc_close_zone()
2707 zsp->z_cond = ZC4_CLOSED; in zbc_close_zone()
2718 if (zsp->z_cond == ZC2_IMPLICIT_OPEN) { in zbc_close_imp_open_zone()
2733 zc = zsp->z_cond; in zbc_open_zone()
2739 if (explicit && zsp->z_cond == ZC2_IMPLICIT_OPEN) in zbc_open_zone()
2745 if (zsp->z_cond == ZC4_CLOSED) in zbc_open_zone()
2748 zsp->z_cond = ZC3_EXPLICIT_OPEN; in zbc_open_zone()
2751 zsp->z_cond = ZC2_IMPLICIT_OPEN; in zbc_open_zone()
2759 switch (zsp->z_cond) { in zbc_set_zone_full()
2768 zsp->z_start, zsp->z_cond); in zbc_set_zone_full()
2771 zsp->z_cond = ZC5_FULL; in zbc_set_zone_full()
2859 if (zsp->z_cond == ZC5_FULL) { in check_zbc_access_params()
2874 if (zsp->z_cond == ZC1_EMPTY || zsp->z_cond == ZC4_CLOSED) { in check_zbc_access_params()
4370 if (zsp->z_cond != ZC1_EMPTY) in resp_report_zones()
4375 if (zsp->z_cond != ZC2_IMPLICIT_OPEN) in resp_report_zones()
4380 if (zsp->z_cond != ZC3_EXPLICIT_OPEN) in resp_report_zones()
4385 if (zsp->z_cond != ZC4_CLOSED) in resp_report_zones()
4390 if (zsp->z_cond != ZC5_FULL) in resp_report_zones()
4421 desc[1] = zsp->z_cond << 4; in resp_report_zones()
4456 if (zsp->z_cond == ZC4_CLOSED) in zbc_open_all()
4513 zc = zsp->z_cond; in resp_open_zone()
4590 enum sdebug_z_cond zc = zsp->z_cond; in zbc_finish_zone()
4596 if (zsp->z_cond == ZC4_CLOSED) in zbc_finish_zone()
4599 zsp->z_cond = ZC5_FULL; in zbc_finish_zone()
4669 zc = zsp->z_cond; in zbc_rwp_zone()
4673 if (zsp->z_cond == ZC4_CLOSED) in zbc_rwp_zone()
4682 zsp->z_cond = ZC1_EMPTY; in zbc_rwp_zone()
4917 zsp->z_cond = ZBC_NOT_WRITE_POINTER; in sdebug_device_create_zones()
4924 zsp->z_cond = ZC1_EMPTY; in sdebug_device_create_zones()