{
{ NOTE: If TYPE declarations or record fields are added/changed/deleted, please
{   make the appropriate changes in the corresponding display procedures in the
{   module(s) for the System Core Debugger: SYM$DEBUG, SYM$DEBUG1
{

  CONST
    mmc$sac_read_beyond_eoi  = 1,
    mmc$sac_read_write_beyond_msl  = 2,
    mmc$sac_segment_access_error = 3,
    mmc$sac_key_lock_violation = 4,
    mmc$sac_ring_violation = 5,
    mmc$sac_io_read_error  = 6,
    mmc$sac_no_append_permission = 7,
    mmc$sac_tape_system_failure = 8,
    mmc$sac_file_server_terminated = 9,
    mmc$sac_pf_space_limit_exceeded = 10,
    mmc$sac_tf_space_limit_exceeded = 11,
    mmc$sac_runaway_write = 12;


  TYPE
    mmt$segment_access_condition = record
      identifier: pmt$condition_identifier,
      segment: ^cell,
    recend;

*copyc PMT$CONDITION_IDENTIFIER
