
  PROCEDURE [XREF] fmp$request_mass_storage
    (    allocation_size: rmt$allocation_size;
         estimated_file_size: amt$file_byte_address;
         file_class: rmt$mass_storage_class;
         initial_volume: rmt$recorded_vsn;
         transfer_size: fst$transfer_size;
         volume_overflow_allowed: boolean;
     VAR evaluated_file_reference: {i/o} fst$evaluated_file_reference;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_byte_address
*copyc fst$evaluated_file_reference
*copyc fst$transfer_size
*copyc ost$status
*copyc rmc$unspecified_file_size
*copyc rmc$unspecified_transfer_size
*copyc rmt$allocation_size
*copyc rmt$mass_storage_class
*copyc rmt$recorded_vsn
?? POP ??

