/* BEGIN INCLUDE FILE mtape_dcls.incl.pl1. Created by J. A. Bush 04/20/83 */ /* format: style4 */ /* Usage: call mtape_$alloc (mtdp, type, link_tail, length, alloc_ptr); */ dcl mtape_$alloc entry (ptr, fixed bin, ptr, fixed bin (21), ptr); /* Usage: call mtape_$allocate_buffers (mtdp, block_size, code); */ dcl mtape_$allocate_buffers entry (ptr, fixed bin (21), fixed bin (35)); /* Usage: call mtape_$demount (mtdp, code); dcl mtape_$demount entry (ptr, fixed bin (35)); /* Usage: call mtape_$error (mtdp, code, ioa_cntl_string, arguments); */ dcl mtape_$error entry options (variable); /* Usage: call mtape_$flush_buffers (mtdp, code); */ dcl mtape_$flush_buffers entry (ptr, fixed bin (35)); /* Usage: call mtape_$mount (mtdp, code); dcl mtape_$mount entry (ptr, fixed bin (35)); /* Usage: call mtape_$order (mtdp, mnemonic, repeat_count, info_ptr, code); */ dcl mtape_$order entry (ptr, char (*), fixed bin, ptr, fixed bin (35)); /* Usage: call mtape_$read_block (mtdp, code); */ dcl mtape_$read_block entry (ptr, fixed bin (35)); /* Usage: call mtape_$read_label (mtdp, lr_ptr, code); */ dcl mtape_$read_label entry (ptr, ptr, fixed bin (35)); /* Usage: call mtape_$set_mode (mtdp, mode, mode_index, mode_ptr, code); */ dcl mtape_$set_mode entry (ptr, char (*), fixed bin, ptr, fixed bin (35)); /* Usage: call mtape_$stop_tape (mtdp, code); */ dcl mtape_$stop_tape entry (ptr, fixed bin (35)); /* Usage: call mtape_$user_query (mtdp, query_code, code); */ dcl mtape_$user_query entry (ptr, fixed bin, fixed bin (35)); /* Usage: call mtape_$volume_switch (mtdp, new_vs_ptr, code); */ dcl mtape_$volume_switch entry (ptr, ptr, fixed bin (35)); /* Usage: call mtape_$write_block (mtdp, code); */ dcl mtape_$write_block entry (ptr, fixed bin (35)); /* Usage: call mtape_$write_label (mtdp, lr_ptr, code); */ dcl mtape_$write_label entry (ptr, ptr, fixed bin (35)); /* Usage: call pfm_utils_$file_search (mtdp, fi_ptr, vs_ptr, code); */ dcl pfm_utils_$file_search entry (ptr, ptr, ptr, fixed bin (35)); /* Usage: call pfm_utils_$init_label_record (mtdp, link_tail, link_head, lr_ptr, length); */ dcl pfm_utils_$init_label_record entry (ptr, ptr, ptr, ptr, fixed bin (21)); /* Usage: blk_yyddd = pfm_utils_$julian_date (date_time_string); */ dcl pfm_utils_$julian_date entry (char (*)) returns (char (6)); /* Usage: call pfm_utils_$position_in_file (mtdp, fi_ptr, vs_ptr, position_constant, code); */ dcl pfm_utils_$position_in_file entry (ptr, ptr, ptr, fixed bin, fixed bin (35)); /* Usage: call pfm_utils_$read_file_labels (mtdp, fi_ptr, vs_ptr, label_type, code); */ dcl pfm_utils_$read_file_labels entry (ptr, ptr, ptr, fixed bin, fixed bin (35)); /* Usage: call pfm_utils_$setup_file (mtdp, fi_ptr, new_section); */ dcl pfm_utils_$setup_file entry (ptr, ptr, bit (1) aligned); /* Usage: call pfm_utils_$truncate_file_set (mtdp); */ dcl pfm_utils_$truncate_file_set entry (ptr); /* Usage: call pfm_utils_$write_file_labels (mtdp, label_type, code); */ dcl pfm_utils_$write_file_labels entry (ptr, fixed bin, fixed bin (35)); /* END INCLUDE FILE mtape_dcls.incl.pl1 */ */ ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group Bull including Bull HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell Bull Inc., Groupe Bull and Bull HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, Bull or Bull HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by Bull HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved */