COMPILATION LISTING OF SEGMENT im_destroy_index Compiled by: Multics PL/I Compiler, Release 28d, of October 4, 1983 Compiled at: Honeywell Multics Op. - System M Compiled on: 01/03/85 1518.2 mst Thu Options: optimize list 1 /* *********************************************************** 2* * * 3* * Copyright, (C) Honeywell Information Systems Inc., 1983 * 4* * * 5* *********************************************************** */ 6 7 /* DESCRIPTION: 8* This routine destroys an index collection. Currently the opening 9* ingo, if there is any, is left intact. This should be changed to free 10* all opening info. 11**/ 12 13 /* HISTORY: 14* 15*Written by Matthew Pierret, 04/07/83. 16*Modified: 17*05/23/84 by Lindsey L. Spratt: Removed the unused CHECK_VERSION procedure. 18**/ 19 20 /* format: style2,ind3 */ 21 im_destroy_index: 22 proc (p_file_opening_id, p_index_collection_id, p_code); 23 24 /* START OF DECLARATIONS */ 25 /* Parameter */ 26 27 dcl p_file_opening_id bit (36) aligned; /*is a file opening identifier*/ 28 dcl p_index_collection_id bit (36) aligned; /*is the collection id of the 29* index*/ 30 dcl p_code fixed bin (35); /*is a standard system error code*/ 31 32 /* Automatic */ 33 /* Based */ 34 /* Builtin */ 35 36 dcl null builtin; 37 38 /* Constant */ 39 40 dcl myname init ("im_destroy_collection") char (32) varying internal static options (constant); 41 42 /* Entry */ 43 44 dcl collection_manager_$destroy_collection 45 entry (bit (36) aligned, bit (36) aligned, fixed bin (35)); 46 dcl sub_err_ entry () options (variable); 47 48 /* External */ 49 50 dcl error_table_$unimplemented_version 51 fixed bin (35) ext; 52 53 /* END OF DECLARATIONS */ 54 55 p_code = 0; 56 call collection_manager_$destroy_collection (p_file_opening_id, p_index_collection_id, p_code); 57 return; 58 1 1 /* BEGIN INCLUDE FILE sub_err_flags.incl.pl1 BIM 11/81 */ 1 2 /* format: style3 */ 1 3 1 4 /* These constants are to be used for the flags argument of sub_err_ */ 1 5 /* They are just "string (condition_info_header.action_flags)" */ 1 6 1 7 declare ( 1 8 ACTION_CAN_RESTART init (""b), 1 9 ACTION_CANT_RESTART init ("1"b), 1 10 ACTION_DEFAULT_RESTART 1 11 init ("01"b), 1 12 ACTION_QUIET_RESTART 1 13 init ("001"b), 1 14 ACTION_SUPPORT_SIGNAL 1 15 init ("0001"b) 1 16 ) bit (36) aligned internal static options (constant); 1 17 1 18 /* End include file */ 59 60 end im_destroy_index; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 01/03/85 1146.3 im_destroy_index.pl1 >spec>temp>famis1>im_destroy_index.pl1 59 1 04/16/82 0958.1 sub_err_flags.incl.pl1 >ldd>include>sub_err_flags.incl.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. collection_manager_$destroy_collection 000010 constant entry external dcl 44 ref 56 p_code parameter fixed bin(35,0) dcl 30 set ref 21 55* 56* p_file_opening_id parameter bit(36) dcl 27 set ref 21 56* p_index_collection_id parameter bit(36) dcl 28 set ref 21 56* NAMES DECLARED BY DECLARE STATEMENT AND NEVER REFERENCED. ACTION_CANT_RESTART internal static bit(36) initial dcl 1-7 ACTION_CAN_RESTART internal static bit(36) initial dcl 1-7 ACTION_DEFAULT_RESTART internal static bit(36) initial dcl 1-7 ACTION_QUIET_RESTART internal static bit(36) initial dcl 1-7 ACTION_SUPPORT_SIGNAL internal static bit(36) initial dcl 1-7 error_table_$unimplemented_version external static fixed bin(35,0) dcl 50 myname internal static varying char(32) initial dcl 40 null builtin function dcl 36 sub_err_ 000000 constant entry external dcl 46 NAME DECLARED BY EXPLICIT CONTEXT. im_destroy_index 000006 constant entry external dcl 21 THERE WERE NO NAMES DECLARED BY CONTEXT OR IMPLICATION. STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 74 106 30 104 Length 270 30 12 145 43 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME im_destroy_index 72 external procedure is an external procedure. THE FOLLOWING EXTERNAL OPERATORS ARE USED BY THIS PROGRAM. call_ext_out return ext_entry THE FOLLOWING EXTERNAL ENTRIES ARE CALLED BY THIS PROGRAM. collection_manager_$destroy_collection NO EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. CONSTANTS 000000 aa 404000000043 000001 aa 514000000044 BEGIN PROCEDURE im_destroy_index ENTRY TO im_destroy_index STATEMENT 1 ON LINE 21 im_destroy_index: proc (p_file_opening_id, p_index_collection_id, p_code); 000002 at 000003000001 000003 tt 000001000000 000004 ta 000002000000 000005 da 000037300000 000006 aa 000120 6270 00 eax7 80 000007 aa 7 00034 3521 20 epp2 pr7|28,* 000010 aa 2 01045 2721 00 tsp2 pr2|549 ext_entry 000011 aa 000006000000 000012 aa 000000000000 STATEMENT 1 ON LINE 55 p_code = 0; 000013 aa 6 00032 3735 20 epp7 pr6|26,* 000014 aa 7 00006 4501 20 stz pr7|6,* p_code STATEMENT 1 ON LINE 56 call collection_manager_$destroy_collection (p_file_opening_id, p_index_collection_id, p_code); 000015 aa 7 00002 3521 20 epp2 pr7|2,* p_file_opening_id 000016 aa 6 00102 2521 00 spri2 pr6|66 000017 aa 7 00004 3521 20 epp2 pr7|4,* p_index_collection_id 000020 aa 6 00104 2521 00 spri2 pr6|68 000021 aa 7 00006 3521 20 epp2 pr7|6,* p_code 000022 aa 6 00106 2521 00 spri2 pr6|70 000023 aa 6 00100 6211 00 eax1 pr6|64 000024 aa 014000 4310 07 fld 6144,dl 000025 la 4 00010 3521 20 epp2 pr4|8,* collection_manager_$destroy_collection 000026 aa 0 00623 7001 00 tsx0 pr0|403 call_ext_out STATEMENT 1 ON LINE 57 return; 000027 aa 0 00631 7101 00 tra pr0|409 return STATEMENT 1 ON LINE 60 end im_destroy_index; END PROCEDURE im_destroy_index ----------------------------------------------------------- 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