COMPILATION LISTING OF SEGMENT gtss_filact_error_status_ Compiled by: Multics PL/I Compiler, Release 28d, of October 4, 1983 Compiled at: Honeywell Multics Op. - System M Compiled on: 12/10/84 1305.9 mst Mon Options: optimize map 1 /* *********************************************************** 2* * * 3* * * 4* * Copyright, (C) Honeywell Information Systems Inc., 1981 * 5* * * 6* * * 7* *********************************************************** */ 8 9 /* ************************************************************* 10* * * 11* * Copyright (c) 1979 by Honeywell Information Systems, Inc. * 12* * * 13* ************************************************************* */ 14 15 16 /* Written by Mel Wilson November 1979 17* Modified by Stew Putt November 1979 adding error_table_$moderr 18**/ 19 20 gtss_filact_error_status_: proc (code) returns (bit (12)); 21 22 dcl code fixed bin (35); 23 24 if code = 0 then return ("4000"b3); /* no error */ 25 26 if code = error_table_$bad_ring_brackets 27 | code = error_table_$incorrect_access 28 | code = error_table_$moderr 29 | code = error_table_$no_s_permission 30 | code = error_table_$no_info then return ("4003"b3); /* permissions denied */ 31 32 if code = error_table_$dirseg 33 | code = error_table_$no_dir 34 | code = error_table_$noentry 35 | code = error_table_$nondirseg 36 | code = error_table_$not_seg_type 37 | code = error_table_$notadir then return ("4005"b3); /* incorrect cat/file description */ 38 39 if code = error_table_$namedup 40 | code = error_table_$segnamedup then return ("4011"b3); /* duplicate name */ 41 42 if code = error_table_$logical_volume_not_connected 43 | code = error_table_$pvid_not_found then return ("4025"b3); /* requested entry not on-line */ 44 45 return ("4047"b3); /* unaccountable error */ 46 47 dcl ( 48 error_table_$bad_ring_brackets, 49 error_table_$dirseg, 50 error_table_$incorrect_access, 51 error_table_$logical_volume_not_connected, 52 error_table_$moderr, 53 error_table_$namedup, 54 error_table_$no_dir, 55 error_table_$no_info, 56 error_table_$no_s_permission, 57 error_table_$noentry, 58 error_table_$nondirseg, 59 error_table_$not_seg_type, 60 error_table_$notadir, 61 error_table_$segnamedup, 62 error_table_$pvid_not_found 63 ) ext static fixed bin (35); 64 65 end gtss_filact_error_status_; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 12/10/84 1043.9 gtss_filact_error_status_.pl1 >spec>on>7105>gtss_filact_error_status_.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 22 ref 20 24 26 26 26 26 26 32 32 32 32 32 32 39 39 42 42 error_table_$bad_ring_brackets 000010 external static fixed bin(35,0) dcl 47 ref 26 error_table_$dirseg 000012 external static fixed bin(35,0) dcl 47 ref 32 error_table_$incorrect_access 000014 external static fixed bin(35,0) dcl 47 ref 26 error_table_$logical_volume_not_connected 000016 external static fixed bin(35,0) dcl 47 ref 42 error_table_$moderr 000020 external static fixed bin(35,0) dcl 47 ref 26 error_table_$namedup 000022 external static fixed bin(35,0) dcl 47 ref 39 error_table_$no_dir 000024 external static fixed bin(35,0) dcl 47 ref 32 error_table_$no_info 000026 external static fixed bin(35,0) dcl 47 ref 26 error_table_$no_s_permission 000030 external static fixed bin(35,0) dcl 47 ref 26 error_table_$noentry 000032 external static fixed bin(35,0) dcl 47 ref 32 error_table_$nondirseg 000034 external static fixed bin(35,0) dcl 47 ref 32 error_table_$not_seg_type 000036 external static fixed bin(35,0) dcl 47 ref 32 error_table_$notadir 000040 external static fixed bin(35,0) dcl 47 ref 32 error_table_$pvid_not_found 000044 external static fixed bin(35,0) dcl 47 ref 42 error_table_$segnamedup 000042 external static fixed bin(35,0) dcl 47 ref 39 NAME DECLARED BY EXPLICIT CONTEXT. gtss_filact_error_status_ 000006 constant entry external dcl 20 THERE WERE NO NAMES DECLARED BY CONTEXT OR IMPLICATION. STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 314 362 120 324 Length 554 120 46 155 173 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME gtss_filact_error_status_ 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_$bad_ring_brackets error_table_$dirseg error_table_$incorrect_access error_table_$logical_volume_not_connected error_table_$moderr error_table_$namedup error_table_$no_dir error_table_$no_info error_table_$no_s_permission error_table_$noentry error_table_$nondirseg error_table_$not_seg_type error_table_$notadir error_table_$pvid_not_found error_table_$segnamedup LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC 20 000002 24 000013 26 000023 32 000042 39 000063 42 000074 45 000105 ----------------------------------------------------------- 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