COMPILATION LISTING OF SEGMENT dm_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: 01/03/85 1655.1 mst Thu Options: optimize list 1 /* *********************************************************** 2* * * 3* * Copyright, (C) Honeywell Information Systems Inc., 1983 * 4* * * 5* *********************************************************** */ 6 /* format: style2,ind3 */ 7 dm_vu_err_no_operation: 8 proc (p1_ptr, p2_fb17, p3_fb17, p4_ptr, p5_ptr, p_code); 9 dcl p1_ptr ptr; 10 dcl p2_fb17 fixed bin (17); 11 dcl p3_fb17 fixed bin (17); 12 dcl p4_ptr ptr; 13 dcl p5_ptr ptr; 14 dcl p_code fixed bin (35); 15 16 dcl error_table_$no_operation 17 ext fixed bin (35); 18 19 p_code = error_table_$no_operation; 20 end dm_vu_err_no_operation; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 01/03/85 1151.5 dm_vu_err_no_operation.pl1 >spec>temp>famis1>dm_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 16 ref 19 p1_ptr parameter pointer dcl 9 ref 7 p2_fb17 parameter fixed bin(17,0) dcl 10 ref 7 p3_fb17 parameter fixed bin(17,0) dcl 11 ref 7 p4_ptr parameter pointer dcl 12 ref 7 p5_ptr parameter pointer dcl 13 ref 7 p_code parameter fixed bin(35,0) dcl 14 set ref 7 19* NAME DECLARED BY EXPLICIT CONTEXT. dm_vu_err_no_operation 000011 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 64 76 22 74 Length 246 22 12 133 42 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME dm_vu_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 CONSTANTS 000000 aa 404000000043 000001 aa 404000000021 000002 aa 464000000000 BEGIN PROCEDURE dm_vu_err_no_operation ENTRY TO dm_vu_err_no_operation STATEMENT 1 ON LINE 7 dm_vu_err_no_operation: proc (p1_ptr, p2_fb17, p3_fb17, p4_ptr, p5_ptr, p_code); 000003 at 000006000002 000004 tt 000001000001 000005 tt 000002000002 000006 ta 000000000000 000007 ta 000003000000 000010 da 000036300000 000011 aa 000100 6270 00 eax7 64 000012 aa 7 00034 3521 20 epp2 pr7|28,* 000013 aa 2 01045 2721 00 tsp2 pr2|549 ext_entry 000014 aa 000014000000 000015 aa 000000000000 STATEMENT 1 ON LINE 19 p_code = error_table_$no_operation; 000016 la 4 00010 2361 20 ldq pr4|8,* error_table_$no_operation 000017 aa 6 00032 3735 20 epp7 pr6|26,* 000020 aa 7 00014 7561 20 stq pr7|12,* p_code STATEMENT 1 ON LINE 20 end dm_vu_err_no_operation; 000021 aa 0 00631 7101 00 tra pr0|409 return END PROCEDURE dm_vu_err_no_operation ----------------------------------------------------------- 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