COMPILATION LISTING OF SEGMENT dm_hphcs_fake_ Compiled by: Multics PL/I Compiler, Release 28d, of October 4, 1983 Compiled at: Honeywell Multics Op. - System M Compiled on: 01/03/85 1648.5 mst Thu Options: optimize list 1 /* *********************************************************** 2* * * 3* * Copyright, (C) Honeywell Information Systems Inc., 1984 * 4* * * 5* *********************************************************** */ 6 7 /* DESCRIPTION: 8* 9* dm_hphcs_fake_ is a version of dm_hphcs_ to avoid ring crossing 10* problems in a test Data Management system (DMS); another example of this 11* is dm_hcs_fake_. Currently, there is only one entry, ips_wakeup, and it 12* is a no-op (as opposed to trying to get to pxss_ from ring 4). We also 13* use the dm_hphcs_ refname in the proc stmt to emphasis this is a fake. 14* 15* This is written in PL/I for now and will have to be transferred to 16* ALM if more entries are added that need a transfer vector mechanism. 17**/ 18 19 /* HISTORY: 20* 21*Written by Lee A. Newcomb, 10/05/84. 22*Modified: 23**/ 24 25 /* format: style2,ll79,ind3,^indprocbody,ifthendo,ifthen,^indnoniterdo */ 26 /* format: ^inddcls,dclind5,idind35,linecom */ 27 28 dm_hphcs_$ips_wakeup: 29 proc (); 30 31 /* START OF DECLARATIONS */ 32 /* Parameter */ 33 /* Automatic */ 34 /* Based */ 35 /* Builtin */ 36 /* Constant */ 37 /* Entry */ 38 /* External */ 39 /* END OF DECLARATIONS */ 40 41 42 MAIN_RETURN: /* no-op */ 43 return; 44 45 46 end dm_hphcs_$ips_wakeup; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 01/03/85 1150.3 dm_hphcs_fake_.pl1 >spec>temp>famis1>dm_hphcs_fake_.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. NAMES DECLARED BY EXPLICIT CONTEXT. MAIN_RETURN 000006 constant label dcl 42 dm_hphcs_$ips_wakeup 000001 constant entry external dcl 28 THERE WERE NO NAMES DECLARED BY CONTEXT OR IMPLICATION. STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 50 60 7 60 Length 224 7 10 127 41 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME dm_hphcs_$ips_wakeup 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. BEGIN PROCEDURE dm_hphcs_$ips_wakeup ENTRY TO dm_hphcs_$ips_wakeup STATEMENT 1 ON LINE 28 dm_hphcs_$ips_wakeup: proc (); 000000 da 000035200000 000001 aa 000100 6270 00 eax7 64 000002 aa 7 00034 3521 20 epp2 pr7|28,* 000003 aa 2 01045 2721 00 tsp2 pr2|549 ext_entry 000004 aa 000000000000 000005 aa 000000000000 STATEMENT 1 ON LINE 42 MAIN_RETURN: /* no-op */ return; 000006 aa 0 00631 7101 00 tra pr0|409 return STATEMENT 1 ON LINE 46 end dm_hphcs_$ips_wakeup; END PROCEDURE dm_hphcs_$ips_wakeup ----------------------------------------------------------- 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