
{ Xref deck - mmt$server_io_control_block.

  CONST
    mmc$server_iocb_table_size = 50;

  TYPE
    mmt$server_io_control_block = ARRAY [1..mmc$server_iocb_table_size] OF
      mmt$server_iocb_entry;

  TYPE
    mmt$server_iocb_entry = RECORD
      global_file_name: ALIGNED [0 MOD 8] dmt$global_file_name,
      server_state: mmt$server_state,
      sfid: gft$system_file_identifier,
      offset: ost$segment_offset,
      length: ost$segment_length,
      eoi: amt$file_byte_address,
      sub_reqcode: mmt$sub_reqcodes,
      condition: dft$server_iocb_error_condition,
      io_already_active: boolean,
      active_io_count: mmt$active_io_count,
      reissue_request: boolean,
      restart_count: integer,
      RECEND;

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_byte_address
*copyc dft$server_iocb_error_condition
*copyc dmt$global_file_name
*copyc gft$system_file_identifier
*copyc mmt$io_status
*copyc mmt$io_identifier
*copyc mmt$rb_memory_manager_io
*copyc mmt$server_state
*copyc osd$virtual_address
?? POP ??

