COMPILATION LISTING OF SEGMENT audit_needed Compiled by: Multics PL/I Compiler, Release 28e, of February 14, 1985 Compiled at: Honeywell Multics Op. - System M Compiled on: 03/13/85 1058.0 mst Wed Options: optimize list 1 /* *********************************************************** 2* * * 3* * Copyright, (C) Honeywell Information Systems Inc., 1985 * 4* * * 5* *********************************************************** */ 6 audit_needed: procedure () returns (bit (1)); 7 8 /* This internal subroutine determines if auditing is 9* * enabled for an RCP event. 10* * Created 841112 by Maria M. Pozzo 11* * 12**/ 13 14 15 return ("0"b); 16 17 end audit_needed; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 03/13/85 0942.0 audit_needed.pl1 >spec>h>41-11>audit_needed.pl1 NAMES DECLARED IN THIS COMPILATION. IDENTIFIER OFFSET LOC STORAGE CLASS DATA TYPE ATTRIBUTES AND REFERENCES (* indicates a set context) THERE WERE NO NAMES DECLARED BY DECLARE STATEMENT. NAME DECLARED BY EXPLICIT CONTEXT. audit_needed 000004 constant entry external dcl 6 THERE WERE NO NAMES DECLARED BY CONTEXT OR IMPLICATION. STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 44 54 17 54 Length 214 17 10 123 25 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME audit_needed 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. NO EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. CONSTANTS 000000 aa 516000000001 BEGIN PROCEDURE audit_needed ENTRY TO audit_needed STATEMENT 1 ON LINE 6 audit_needed: procedure () returns (bit (1)); 000001 at 000001000000 000002 ta 000001000000 000003 da 000021320000 000004 aa 000100 6270 00 eax7 64 000005 aa 7 00034 3521 20 epp2 pr7|28,* 000006 aa 2 01045 2721 00 tsp2 pr2|549 ext_entry 000007 aa 000002000000 000010 aa 000000000000 STATEMENT 1 ON LINE 15 return ("0"b); 000011 aa 6 00032 3735 20 epp7 pr6|26,* 000012 aa 7 00002 3715 20 epp5 pr7|2,* 000013 aa 003 100 060 400 csl (),(pr),fill(0),bool(move) 000014 aa 000000 00 0000 descb 0,0 000015 aa 5 00000 00 0001 descb pr5|0,1 000016 aa 0 00631 7101 00 tra pr0|409 return STATEMENT 1 ON LINE 17 end audit_needed; END PROCEDURE audit_needed ----------------------------------------------------------- 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