
  PROCEDURE [XREF] dmp$retrieve_allocation_info
    (    p_dfl_entry: ^dmt$ms_device_file_list_entry;
         avt_index: dmt$active_volume_table_index;
     VAR allocated_length: amt$file_byte_address;
     VAR initialized_length: amt$file_byte_address;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc dmt$ms_device_file_list_entry
*copyc dmt$active_volume_table_index
*copyc amt$file_byte_address
*copyc ost$status
?? POP ??
