
  PROCEDURE [XREF] iop$create_rvl_entry
    (    sfid: gft$system_file_identifier;
         density: rmt$density;
         global_file_name: dmt$global_file_name;
         path_handle: fmt$path_handle;
         requested_volume_attributes: iot$requested_volume_attributes;
         volume_list: rmt$volume_list;
         write_ring: rmt$write_ring;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc dmt$global_file_name
*copyc gft$system_file_identifier
*copyc fmt$path_handle
*copyc iot$requested_volume_attributes
*copyc ost$status
*copyc rmt$density
*copyc rmt$volume_list
*copyc rmt$write_ring
?? POP ??
