/* START OF: tape_ioi_dcls.incl.pl1 * * * * * * * * * * * * * * * * */ /* Written 22 April 1982 by Chris Jones */ /* Modified September 1983 by Chris Jones for reserve_buffer and release_buffer */ /* format: style4,delnl,insnl,indattr,ifthen,declareind10,dclind10 */ /* call tape_ioi_$activate (rsc_ptr, tioi_info_ptr, tioi_id, code); */ dcl tape_ioi_$activate entry (ptr, ptr, bit (36) aligned, fixed bin (35)); /* call tape_ioi_$allocate_buffers (tioi_id, req_length, req_number, act_length, act_number, buffer_ptrs, code); */ dcl tape_ioi_$allocate_buffers entry (bit (36) aligned, fixed bin (21), fixed bin, fixed bin (21), fixed bin, dim (*) ptr, fixed bin (35)); /* call tape_ioi_$allocate_work_area (tioi_id, req_size, act_size, work_area_ptr, code); */ dcl tape_ioi_$allocate_work_area entry (bit (36) aligned, fixed bin (19), fixed bin (19), ptr, fixed bin (35)); /* call tape_ioi_$buffer_status (tioi_id, buffer_ptr, tbs_ptr, code); */ dcl tape_ioi_$buffer_status entry (bit (36) aligned, ptr, ptr, fixed bin (35)); /* call tape_ioi_$check_order (tioi_id, ocount, rx, code); */ dcl tape_ioi_$check_order entry (bit (36) aligned, fixed bin, fixed bin, fixed bin (35)); /* call tape_ioi_$check_read (tioi_id, buffer_ptr, data_len, rx, code); */ dcl tape_ioi_$check_read entry (bit (36) aligned, ptr, fixed bin (21), fixed bin, fixed bin (35)); /* call tape_ioi_$check_write (tioi_id, buffer_ptr, rx, code); */ dcl tape_ioi_$check_write entry (bit (36) aligned, ptr, fixed bin, fixed bin (35)); /* call tape_ioi_$deactivate (tioi_id, error_ptr, code); */ dcl tape_ioi_$deactivate entry (bit (36) aligned, ptr, fixed bin (35)); /* call tape_ioi_$deallocate (tioi_id, code); */ dcl tape_ioi_$deallocate entry (bit (36) aligned, fixed bin (35)); /* call tape_ioi_$deallocate_buffers (tioi_id, code); */ dcl tape_ioi_$deallocate_buffers entry (bit (36) aligned, fixed bin (35)); /* call tape_ioi_$get_mode (tioi_id, mode, data_ptr, code); */ dcl tape_ioi_$get_mode entry (bit (36) aligned, char (*), ptr, fixed bin (35)); /* call tape_ioi_$get_statistics (tioi_id, tec_ptr, code); */ dcl tape_ioi_$get_statistics entry (bit (36) aligned, ptr, fixed bin (35)); /* call tape_ioi_$hardware_status (tioi_id, ths_ptr, code); */ dcl tape_ioi_$hardware_status entry (bit (36) aligned, ptr, fixed bin (35)); /* call tape_ioi_$list_buffers (tioi_id, state, buffer_ptrs, num_buffers, code); */ dcl tape_ioi_$list_buffers entry (bit (36) aligned, fixed bin, dim (*) ptr, fixed bin, fixed bin (35)); /* call tape_ioi_$order (tioi_id, order, count, data_ptr, ocount, rx, code); */ dcl tape_ioi_$order entry (bit (36) aligned, char (4), fixed bin, ptr, fixed bin, fixed bin, fixed bin (35)); /* call tape_ioi_$queue_order (tioi_id, order, count, data_ptr, code); */ dcl tape_ioi_$queue_order entry (bit (36) aligned, char (4), fixed bin, ptr, fixed bin (35)); /* call tape_ioi_$queue_read (tioi_id, buffer_ptr, code); */ dcl tape_ioi_$queue_read entry (bit (36) aligned, ptr, fixed bin (35)); /* call tape_ioi_$queue_write (tioi_id, buffer_ptr, data_len, code); */ dcl tape_ioi_$queue_write entry (bit (36) aligned, ptr, fixed bin (21), fixed bin (35)); /* call tape_ioi_$read (tioi_id, buffer_ptr, data_len, rx, code); */ dcl tape_ioi_$read entry (bit (36) aligned, ptr, fixed bin (21), fixed bin, fixed bin (35)); /* call tape_ioi_$release_buffer (tioi_id, buffer_ptr, code); */ dcl tape_ioi_$release_buffer entry (bit (36) aligned, ptr, fixed bin (35)); /* call tape_ioi_$reserve_buffer (tioi_id, buffer_ptr, code); */ dcl tape_ioi_$reserve_buffer entry (bit (36) aligned, ptr, fixed bin (35)); /* call tape_ioi_$reset_statistics (tioi_id, code); */ dcl tape_ioi_$reset_statistics entry (bit (36) aligned, fixed bin (35)); /* call tape_ioi_$set_buffer_ready (tioi_id, buffer_ptr, code); */ dcl tape_ioi_$set_buffer_ready entry (bit (36) aligned, ptr, fixed bin (35)); /* call tape_ioi_$set_mode (tioi_id, mode, data_ptr, code); */ dcl tape_ioi_$set_mode entry (bit (36) aligned, char (*), ptr, fixed bin (35)); /* call tape_ioi_$stop_tape (tioi_id, count, rx, code); */ dcl tape_ioi_$stop_tape entry (bit (36) aligned, fixed bin, fixed bin, fixed bin (35)); /* call tape_ioi_$write (tioi_id, write_buffer_ptrs, data_len, buffer_ptr, rx, code); */ dcl tape_ioi_$write entry (bit (36) aligned, (*) ptr, fixed bin (21), ptr, fixed bin, fixed bin (35)); /* END OF: tape_ioi_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 */