
  PROCEDURE [XREF] pfp$r2_df_client_define_data
    (    served_family_locator: pft$served_family_locator;
         lfn: amt$local_file_name;
         path: pft$complete_path;
         cycle_selector: pft$cycle_selector;
         update_cycle_statistics: boolean;
         password_selector: pft$password_selector;
         validation_ring: ost$valid_ring;
         p_mass_storage_request_info: ^fmt$mass_storage_request_info;
         p_volume_list: ^array [1 .. * ] of rmt$recorded_vsn;
         purge_cycle_options: pft$purge_cycle_options;
         replace_cycle_data: boolean;
         restore_selections: put$restore_data_selections;
     VAR mandated_modification_time: {i/o} pft$mandated_modification_time;
     VAR data_residence: pft$data_residence;
     VAR authority: pft$authority;
     VAR bytes_allocated: amt$file_byte_address;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc osd$virtual_address
*copyc amt$file_byte_address
*copyc amt$local_file_name
*copyc fmt$mass_storage_request_info
*copyc ost$status
*copyc pft$authority
*copyc pft$complete_path
*copyc pft$cycle_selector
*copyc pft$data_residence
*copyc pft$family_location
*copyc pft$mandated_modification_time
*copyc pft$password_selector
*copyc pft$purge_cycle_options
*copyc pft$served_family_locator
*copyc put$restore_data_selections
*copyc rmt$recorded_vsn
?? POP ??
