COMPILATION LISTING OF SEGMENT vu_err_no_operation Compiled by: Multics PL/I Compiler, Release 28d, of October 4, 1983 Compiled at: Honeywell Multics Op. - System M Compiled on: 02/16/84 1305.6 mst Thu Options: optimize map 1 /* *********************************************************** 2* * * 3* * Copyright, (C) Honeywell Information Systems Inc., 1983 * 4* * * 5* *********************************************************** */ 6 /* format: style2,ind3 */ 7 vu_err_no_operation: 8 err_no_operation: 9 proc (p1_ptr, p2_fb17, p3_fb17, p4_ptr, p5_ptr, p_code); 10 dcl p1_ptr ptr; 11 dcl p2_fb17 fixed bin (17); 12 dcl p3_fb17 fixed bin (17); 13 dcl p4_ptr ptr; 14 dcl p5_ptr ptr; 15 dcl p_code fixed bin (35); 16 17 dcl error_table_$no_operation 18 ext fixed bin (35); 19 20 p_code = error_table_$no_operation; 21 end vu_err_no_operation; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 02/16/84 1249.9 vu_err_no_operation.pl1 >spec>on>mtape>vu_err_no_operation.pl1 NAMES DECLARED IN THIS COMPILATION. IDENTIFIER OFFSET LOC STORAGE CLASS DATA TYPE ATTRIBUTES AND REFERENCES (* indicates a set context) NAMES DECLARED BY DECLARE STATEMENT. error_table_$no_operation 000010 external static fixed bin(35,0) dcl 17 ref 20 p1_ptr parameter pointer dcl 10 ref 7 7 p2_fb17 parameter fixed bin(17,0) dcl 11 ref 7 7 p3_fb17 parameter fixed bin(17,0) dcl 12 ref 7 7 p4_ptr parameter pointer dcl 13 ref 7 7 p5_ptr parameter pointer dcl 14 ref 7 7 p_code parameter fixed bin(35,0) dcl 15 set ref 7 7 20* NAMES DECLARED BY EXPLICIT CONTEXT. err_no_operation 000011 constant entry external dcl 7 vu_err_no_operation 000021 constant entry external dcl 7 THERE WERE NO NAMES DECLARED BY CONTEXT OR IMPLICATION. STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 104 116 32 114 Length 264 32 12 131 51 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME err_no_operation 64 external procedure is an external procedure. THE FOLLOWING EXTERNAL OPERATORS ARE USED BY THIS PROGRAM. return ext_entry NO EXTERNAL ENTRIES ARE CALLED BY THIS PROGRAM. THE FOLLOWING EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. error_table_$no_operation LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC 7 000003 20 000026 21 000031 ----------------------------------------------------------- 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