
  PROCEDURE [XREF] bap$tape_bm_read_next_block
    (    file_identifier: amt$file_identifier;
         operation: amt$fap_operation;
         volunteered_buffer_area: ^bat$tape_block;
         volunteered_buffer_length: amt$working_storage_length;
         system_media_recovery: boolean;
     VAR block_ptr: ^bat$tape_block;
     VAR block_type: bat$tape_block_type;
     VAR block_length: amt$max_block_length;
     VAR failure_modes: amt$tape_failure_modes;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_identifier
*copyc amt$fap_operation
*copyc bat$tape_block
*copyc amt$working_storage_length
*copyc bat$tape_block_type
*copyc amt$max_block_length
*copyc amt$tape_failure_modes
*copyc ost$status
?? POP ??
