COMPILATION LISTING OF SEGMENT ips_wkp_ Compiled by: Multics PL/I Compiler, Release 28d, of October 4, 1983 Compiled at: Honeywell Multics Op. - System M Compiled on: 07/09/84 0934.1 mst Mon Options: optimize list 1 /* *********************************************************** 2* * * 3* * Copyright, (C) Honeywell Information Systems Inc., 1982 * 4* * * 5* * Copyright (c) 1972 by Massachusetts Institute of * 6* * Technology and Honeywell Information Systems, Inc. * 7* * * 8* *********************************************************** */ 9 10 11 ips_wkp_$send_wkp: procedure (Process_id, Code); 12 13 /* Send the "wkp_" IPS signal to another process. */ 14 /* Written by C. Hornig, January 1979 */ 15 16 declare (Process_id bit (36) aligned, 17 Code fixed (35)) parameter; 18 declare pid bit (36) aligned; 19 20 declare pxss$ips_wakeup entry (bit (36) aligned, character (4) aligned); 21 22 pid = Process_id; 23 call pxss$ips_wakeup (pid, "wkp_"); 24 Code = 0; 25 return; 26 end; 27 SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 07/09/84 0934.0 ips_wkp_.pl1 >spec>temp>bce>40-00>ips_wkp_.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. Code parameter fixed bin(35,0) dcl 16 set ref 11 24* Process_id parameter bit(36) dcl 16 ref 11 22 pid 000100 automatic bit(36) dcl 18 set ref 22* 23* pxss$ips_wakeup 000010 constant entry external dcl 20 ref 23 NAME DECLARED BY EXPLICIT CONTEXT. ips_wkp_$send_wkp 000007 constant entry external dcl 11 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 34 114 Length 260 34 12 126 47 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME ips_wkp_$send_wkp 72 external procedure is an external procedure. STORAGE FOR AUTOMATIC VARIABLES. STACK FRAME LOC IDENTIFIER BLOCK NAME ips_wkp_$send_wkp 000100 pid ips_wkp_$send_wkp THE FOLLOWING EXTERNAL OPERATORS ARE USED BY THIS PROGRAM. call_ext_out return ext_entry THE FOLLOWING EXTERNAL ENTRIES ARE CALLED BY THIS PROGRAM. pxss$ips_wakeup NO EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. CONSTANTS 000000 aa 167 153 160 137 wkp_ 000001 aa 404000000043 000002 aa 514000000044 BEGIN PROCEDURE ips_wkp_$send_wkp ENTRY TO ips_wkp_$send_wkp STATEMENT 1 ON LINE 11 ips_wkp_$send_wkp: procedure (Process_id, Code); 000003 at 000002000002 000004 ta 000001000000 000005 ta 000003000000 000006 da 000043300000 000007 aa 000120 6270 00 eax7 80 000010 aa 7 00034 3521 20 epp2 pr7|28,* 000011 aa 2 01045 2721 00 tsp2 pr2|549 ext_entry 000012 aa 000004000000 000013 aa 000000000000 STATEMENT 1 ON LINE 22 pid = Process_id; 000014 aa 6 00032 3735 20 epp7 pr6|26,* 000015 aa 7 00002 2351 20 lda pr7|2,* Process_id 000016 aa 6 00100 7551 00 sta pr6|64 pid STATEMENT 1 ON LINE 23 call pxss$ips_wakeup (pid, "wkp_"); 000017 aa 777761 2350 04 lda -15,ic 000000 = 167153160137 000020 aa 6 00101 7551 00 sta pr6|65 000021 aa 6 00100 3521 00 epp2 pr6|64 pid 000022 aa 6 00104 2521 00 spri2 pr6|68 000023 aa 6 00101 3521 00 epp2 pr6|65 000024 aa 6 00106 2521 00 spri2 pr6|70 000025 aa 6 00102 6211 00 eax1 pr6|66 000026 aa 010000 4310 07 fld 4096,dl 000027 la 4 00010 3521 20 epp2 pr4|8,* pxss$ips_wakeup 000030 aa 0 00623 7001 00 tsx0 pr0|403 call_ext_out STATEMENT 1 ON LINE 24 Code = 0; 000031 aa 6 00032 3735 20 epp7 pr6|26,* 000032 aa 7 00004 4501 20 stz pr7|4,* Code STATEMENT 1 ON LINE 25 return; 000033 aa 0 00631 7101 00 tra pr0|409 return STATEMENT 1 ON LINE 26 end; END PROCEDURE ips_wkp_$send_wkp ----------------------------------------------------------- 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