  PROCEDURE [XREF] osp$reserve_spi_r1_support
    (    spi_identifier: ost$spi_identifier;
         collection_file: amt$local_file_name;
         number_of_spi_samples: ost$number_of_spi_samples;
         spi_sampling_interval: ost$spi_sampling_interval;
         processor_id_set: ost$processor_id_set;
         data_string: string (32);
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc ost$spi_types
*copyc ost$processor_id_set
*copyc amt$local_file_name
?? POP ??
