
  PROCEDURE [XREF] dmp$create_disk_file
    (    fde_p: gft$file_desc_entry_p;
         file_attributes_p: ^array [ * ] of dmt$file_attribute;
         allocation_length: amt$file_byte_address;
         sfid: gft$system_file_identifier;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_byte_address
*copyc dmt$file_attributes
*copyc gft$file_desc_entry_p
*copyc gft$system_file_identifier
*copyc ost$status
?? POP ??
