THIS FILE IS DAMAGED ASSEMBLY LISTING OF SEGMENT >spec>on>7138.pbf>fm_data_.alm ASSEMBLED ON: 03/05/85 0840.1 mst Tue OPTIONS USED: list ASSEMBLED BY: ALM Version 6.6 November 1982 ASSEMBLER CREATED: 09/21/83 1227.3 mst Wed  1 " ***********************************************************  2 " * *  3 " * Copyright, (C) Honeywell Information Systems Inc., 1983 *  4 " * *  5 " ***********************************************************  6 "  7 " This is the external static data used by the Data Management File Manager. 8 "  9 " Written in March 1983 by Jeffrey D. Ives  10 " 04/13/83 jdi Add protection_enabled, locking_enabled, & before_journalization_enabled. 11 " 830424 bim turned locking on.  12 " 07/12/84 by Matthew Pierret: Changed proc_ad_tbl_ptr to  13 " file_access_table_ptr. 14 "  15 " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " "  16  000000 17 name fm_data_  18  19  000000 20 entry sub_err_flag_set 000000 21 sub_err_flag_set:  000000 aa 0 00002 3521 20 22 epp2 pr0|2,*  000001 aa 0 00100 1005 00 23 mlr (pr),(pr)  000002 aa 200000 000001 24 desc9a pr2|0,1 000003 9a 400020 000001 25 desc9a pr4|sub_err_flag,1  000004 aa 7 00044 7101 20 26 short_return  27  28  000005 29 entry sub_err_flag_get 000005 30 sub_err_flag_get:  000005 aa 0 00002 3521 20 31 epp2 pr0|2,*  000006 aa 0 00100 1005 00 32 mlr (pr),(pr)  000007 9a 400020 000001 33 desc9a pr4|sub_err_flag,1  000010 aa 200000 000001 34 desc9a pr2|0,1 000011 aa 7 00044 7101 20 35 short_return  36  37  38  39 " TEXT DATA TEXT DATA TEXT DATA TEXT DATA TEXT DATA TEXT DATA TEXT DATA  40  000012 41 segdef me " for calls to sub_err_  000012 42 me: " dcl fm_data_$me char (32) aligned ext;  000012 aa 104 141 164 141 43 aci /Data Management File/,32  000013 aa 040 115 141 156 000014 aa 141 147 145 155 000015 aa 145 156 164 040 000016 aa 106 151 154 145 000017 aa 040 040 040 040 000020 aa 040 040 040 040 000021 aa 040 040 040 040 44  000022 45 segdef sys_pn_tbl_name " name of uid/pathname table  000022 46 sys_pn_tbl_name: " dcl $sys_pn_tbl_name char (32) ext;  000022 aa 146 155 137 163 47 aci /fm_sys_pn_tbl/,32 000023 aa 171 163 137 160 000024 aa 156 137 164 142 000025 aa 154 040 040 040 000026 aa 040 040 040 040 000027 aa 040 040 040 040 000030 aa 040 040 040 040 000031 aa 040 040 040 040 48  000032 49 segdef protection_enabled " 1/0/ like protected = "0"b on all files.  000032 50 protection_enabled: " For development ONLY.  000032 aa 400000 000000 51 vfd 1/1/ " Effective when file is first opened.  52  000033 53 segdef locking_enabled " 1/0/ no_concurrency = "1"b on all files. 000033 54 locking_enabled: " For development ONLY. 000033 aa 400000 000000 55 vfd 1/1/ " Effective when file is first opened.  56  000034 57 segdef before_journalization_enabled " 1/0/ => no_rollback = "1"b on all files.  000034 58 before_journalization_enabled: " For development ONLY. 000034 aa 400000 000000 59 vfd 1/1/ " Effective when file is first opened.  60 "  61 " LINKAGE DATA LINKAGE DATA LINKAGE DATA LINKAGE DATA LINKAGE DATA  62  63 use linkage_data  64  65 even  66  000010 67 segdef sys_pn_tbl_ptr " -> pathname/pfuid table  000010 68 sys_pn_tbl_ptr: " dcl $sys_pn_tbl_ptr ptr ext;  000010 aa 077777 000043 69 its -1,1  000011 aa 000001 000000 70  000012 71 segdef old_sys_pn_tbl_ptr " used during recovery after crash  000012 72 old_sys_pn_tbl_ptr: " dcl $old_sys_pn_tbl_ptr ptr ext;  000012 aa 077777 000043 73 its -1,1  000013 aa 000001 000000 74  000014 75 segdef proc_txn_tbl_ptr " -> per-process per-transaction table  000014 76 proc_txn_tbl_ptr: " dcl $proc_txn_tbl_ptr ptr ext;  000014 aa 077777 000043 77 its -1,1  000015 aa 000001 000000 78  000016 79 segdef file_access_table_ptr " -> per-process access data table  000016 80 file_access_table_ptr: " dcl $file_access_table_ptr ptr ext;  000016 aa 077777 000043 81 its -1,1  000017 aa 000001 000000 82  83 " !!!!!!!!!!!!!!!!!! END OF DOUBLE WORD ALIGNMENT REGION !!!!!!!!!!!!!!!!!!!!!! 84  85  000020 86 segdef sub_err_flag " used in calls to sub_err_  000020 87 sub_err_flag: " dcl $sub_err_flag char aligned ext; 000020 aa 161 000 000 000 88 aci /q/  89  90  91 join /link/linkage_data  92  93 end  ENTRY SEQUENCES  000035 5a 000135 0000 00 000036 aa 7 00046 2721 20 000037 0a 000000 7100 00 000040 5a 000125 0000 00 000041 aa 7 00046 2721 20 000042 0a 000005 7100 00 NO LITERALS  NAME DEFINITIONS FOR ENTRY POINTS AND SEGDEFS 000044 5a 000003 000000 000045 5a 000154 600000 000046 aa 000000 000000 000047 55 000011 000002 000050 5a 000002 400003 000051 55 000006 000011 000052 aa 010 146 155 137 000053 aa 144 141 164 141 000054 aa 137 000 000 000 000055 55 000020 000003 000056 2a 000020 400001 000057 55 000014 000003 000060 aa 014 163 165 142 sub_err_flag  000061 aa 137 145 162 162 000062 aa 000 000000 000250 aa 000000 000000 000251 aa 000000 000000 000252 aa 000000 000000 000253 5a 000125 000000 NO EXTERNAL NAMES  NO TRAP POINTER WORDS  TYPE PAIR BLOCKS  000254 aa 000001 000000 000255 aa 000000 000000 INTERNAL EXPRESSION WORDS LINKAGE INFORMATION 000000 aa 000000 000000 000001 0a 000044 000000 000002 aa 000000 000000 000003 aa 000000 000000 000004 aa 000000 000000 000005 aa 000000 000000 000006 22 000022 000022 000007 a2 000000 000012 SYMBOL INFORMATION SYMBOL TABLE HEADER  000000 aa 000000 000001 000001 aa 163171 155142 000002 aa 164162 145145 000003 aa 000000 000004 000004 aa 000000 112143 000005 aa 305203 523135 000006 aa 000000 113376 000007 aa 634330 645341 000010 aa 141154 155040 000011 aa 040040 040040 000012 aa 000024 000040 000013 aa 000034 000040 000014 aa 000044 000100 000015 aa 000002 000002 000016 aa 000064 000000 000017 aa 000000 000121 000020 aa 000000 000102 000021 aa 000000 000107 000022 aa 000113 000102 000023 aa 000064 000000 000024 aa 101114 115040 000025 aa 126145 162163 000026 aa 151157 156040 000027 aa 040066 056066 000030 aa 040040 116157 000031 aa 166145 155142 000032 aa 145162 040061 000033 aa 071070 062040 000034 aa 107112 157150 000035 aa 156163 157156 000036 aa 056123 171163 000037 aa 115141 151156 000040 aa 164056 155040 000041 aa 040040 040040 000042 aa 040040 040040 000043 aa 040040 040040 000044 aa 154151 163164 000045 aa 040040 040040 000046 aa 040040 040040 000047 aa 040040 040040 000050 aa 040040 040040 000051 aa 040040 040040 000052 aa 040040 040040 000053 aa 040040 040040 000054 aa 040040 040040 000055 aa 040040 040040 000056 aa 040040 040040 000057 aa 040040 040040 000060 aa 040040 040040 000061 aa 040040 040040 000062 aa 040040 040040 000063 aa 040040 040040 000064 aa 000000 000001 000065 aa 000000 000001 000066 aa 000072 000036 000067 aa 133727 542540 000070 aa 000000 113376 000071 aa 612044 200000 000072 aa 076163 160145 >spec>on>7138.pbf>fm_data_.alm  000073 aa 143076 157156 000074 aa 076067 061063 000075 aa 070056 160142 000076 aa 146076 146155 000077 aa 137144 141164 000100 aa 141137 056141 000101 aa 154155 040040 MULTICS ASSEMBLY CROSS REFERENCE LISTING Value Symbol Source file Line number  34 before_journalization_enabled fm_data_: 57, 58. 16 file_access_table_ptr fm_data_: 79, 80.  10 linkage_data fm_data_: 63, 91.  33 locking_enabled fm_data_: 53, 54.  12 me fm_data_: 41, 42.  12 old_sys_pn_tbl_ptr fm_data_: 71, 72.  14 proc_txn_tbl_ptr fm_data_: 75, 76.  32 protection_enabled fm_data_: 49, 50.  20 sub_err_flag fm_data_: 25, 33, 86, 87.  5 sub_err_flag_get fm_data_: 29, 30.  0 sub_err_flag_set fm_data_: 20, 21.  22 sys_pn_tbl_name fm_data_: 45, 46.  10 sys_pn_tbl_ptr fm_data_: 67, 68.  NO FATAL ERRORS  ----------------------------------------------------------- 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