
  PROCEDURE [XREF] iop$forspace_tape ALIAS 'iomtsf'
    (    system_file_id: gft$system_file_identifier;
         block_count: iot$tape_block_count;
     VAR io_id: iot$io_id;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc gft$system_file_identifier
*copyc iot$io_id
*copyc iot$tape_block_count
*copyc ost$status
?? POP ??


