COMPILATION LISTING OF SEGMENT gtss_drl_pasdes_ Compiled by: Multics PL/I Compiler, Release 28d, of October 4, 1983 Compiled at: Honeywell Multics Op. - System M Compiled on: 12/10/84 1240.4 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 gtss_drl_pasdes_: proc (mcpp, increment); 15 16 /** Pass aft names(s) and file description(s) to caller. 17* 18* Author: Dave Ward 06/02/78 19* Authors: Robert J. Grimes Created 20* Albert N. Kepner 1978 21* Robert M. May 22* David B. Ward 23* Change Paul Benjamin 09/28/79 Change behavior when L(max) <= 20 or max = 0 24* **/ 25 dcl mcpp ptr parm; 26 dcl increment fixed bin (24)parm; 27 28 /* * 29* DRL PASDES, PASS AFT FILE NAMES AND DESCRIPTIONS (octal 44) 30* 31* 8_________1_6_____________________ 32* 33* DRL PASDES 34* ZERO L(buff),L(max) or 0 35* 0 => pass all aft names. 36* 37* (See TSS SYSTEM PROGRAMMER'S 38* REFERENCE MANUAL DD17B, Rev. 0, July 1976 39* Page 3-18) 40* 41**/ 42 43 44 mcp = mcpp; /* Set local value. */ 45 increment = 1; /* one arguement */ 46 scup = addr (mc.scu); 47 48 /* * Obtain pointer to caller's "memory". * */ 49 gseg = gtss_ext_$gtss_slave_area_seg (gtss_ext_$stack_level_); 50 51 /* * Obtain pointer to 1 word drl argument list. * */ 52 arg_ptr = addrel (gseg, fixed (scu.ilc)+1); 53 54 /* * Check location of caller's buffer. * */ 55 if arglist.buffer_offset > gtss_ust.lsize.limit then do; 56 call gtss_abort_subsystem_ (mcp, 57 "gtss_drl_pasdes_", 58 4, 59 "Argument outside bounds at (^6o)", 60 fixed (scu.ilc, 18)); 61 return; 62 end; 63 64 /* * Set pointer to caller's buffer. * */ 65 buffer_ptr = addrel (gseg, fixed (arglist.buffer_offset)); 66 67 if arglist.num_files_offset = "0"b then num_files = hbound (aft_entry, 1); /* All aft names. */ 68 else if arglist.num_files_offset <= "000000000000010100"b /* loc <= aft limit */ 69 then num_files = bin (arglist.num_files_offset, 17, 0); /* must mean number of files */ 70 else do; /* Obtain number of files word. */ 71 72 /* * Check location of number of files word. * */ 73 if arglist.num_files_offset > gtss_ust.lsize.limit then do; 74 call gtss_abort_subsystem_ (mcp, 75 "gtss_drl_pasdes_", 76 4, 77 "Offset to number files out of memory at (^6o)", 78 fixed (scu.ilc, 18)); 79 return; 80 end; 81 82 /* * Obtain pointer to number files word. * */ 83 number_files_ptr = addrel (gseg, arglist.num_files_offset); 84 85 /* * Set local value. * */ 86 num_files = number_files.max_n; 87 if num_files = 0 then num_files = hbound (aft_entry, 1); /* all files */ 88 end; 89 90 /* * Move names from aft to caller's buffer. * */ 91 aftx = gtss_ext_$aft.first_added; /* Index to aft_entry. */ 92 n = 0; /* Number of names moved. */ 93 do while ((aftx>0)& (n gtss_file_attributes.descriptor); 98 aftx = aft_entry (aftx).next_add; /* Link to next name added to aft. */ 99 end; 100 101 /* * Note: No check is made that there were num_files in aft. 102* * */ 103 104 buffer.number = n; /* Record number of names moved. */ 105 106 return; 107 108 /* external definitions */ 109 110 111 /* work variables */ 112 113 dcl i fixed bin; 114 dcl num_files fixed binary; 115 dcl gseg ptr init(null()); 116 dcl aftx fixed bin (24); 117 dcl n fixed bin (24); 118 119 dcl arg_ptr ptr ; 120 dcl 1 arglist aligned based (arg_ptr), 121 2 buffer_offset bit (18) unaligned, 122 2 num_files_offset bit (18) unaligned; 123 124 dcl buffer_ptr ptr init(null()); 125 dcl 1 buffer aligned based (buffer_ptr), 126 2 number fixed binary (35), 127 2 aft (hbound (aft_entry, 1)), 128 3 name char (8), 129 3 desc bit (36); 130 131 dcl number_files_ptr ptr init(null()); 132 dcl 1 number_files aligned based (number_files_ptr), 133 2 max_n fixed bin (17)unal, 134 2 fill1 bit (18)unal; 135 136 dcl (addrel, addr, string, fixed, null) builtin; 137 1 1 /* BEGIN INCLUDE FILE gtss_ust_ext_.incl.pl1 */ 1 2 /* UST: User Status Table 1 3* definitions based on 1 4* System Tables, Order number DD14-01E, January 1981 1 5* Section 15, Time Sharing System 1 6* 1 7* Authors: Robert J. Grimes Created 1 8* - Albert N. Kepner 1978 1 9* - Robert M. May 1 10* - David B. Ward 1 11* Change: Dave Ward 02/23/79 Level 4 numbering. 1 12* Change: Ron Barstad 83-07-12 Repaired damaged formating and word offset comments 1 13* Brought up to 4JS3 functionality 1 14**/ 1 15 /* octal word offsets of entries */ 1 16 dcl 1 gtss_ust_ext_$ust aligned ext, 1 17 3 gtss_ust, 1 18 /* 0-1 */ 4 lid bit (72), 1 19 /* 2 */ 4 lstp bit (36), 1 20 /* 3 */ 4 ltin bit (36), 1 21 /* 4 */ 4 lstio, 1 22 5 no_of_chars_by_8 fixed bin (18) uns unal, 1 23 5 no_of_disk_io fixed bin (18) uns unal, 1 24 /* 5 */ 4 lsnub bit (36), 1 25 /* 6-7 */ 4 lchg bit (72), 1 26 /* 10 */ 4 lbuf, 1 27 5 address bit (18)unaligned, 1 28 5 tally bit (1)unaligned, 1 29 5 terminal_type bit (5)unaligned, 1 30 5 station_id bit (12)unaligned, 1 31 /* 11-12 */ 4 liost (0:1) bit (36), 1 32 /* 13 */ 4 lcc bit (36), 1 33 /* 14 */ 4 lback, 1 34 5 fill1 bit (18) unaligned, 1 35 5 gwake fixed bin (17) unaligned, 1 36 /* 15 */ 4 lflag, 1 37 5 mp_list bit (18) unaligned, 1 38 5 flags unaligned, 1 39 6 b18 bit (1) unaligned, 1 40 6 b19 bit (1) unaligned, 1 41 6 b20 bit (1) unaligned, 1 42 6 b21 bit (1) unaligned, 1 43 6 b22 bit (1) unaligned, 1 44 6 b23 bit (1) unaligned, 1 45 6 b24 bit (1) unaligned, 1 46 6 b25 bit (1) unaligned, 1 47 6 b26 bit (1) unaligned, 1 48 6 b27 bit (1) unaligned, 1 49 6 b28 bit (1) unaligned, 1 50 6 b29 bit (1) unaligned, 1 51 6 b30 bit (1) unaligned, 1 52 6 b31 bit (1) unaligned, 1 53 6 b32 bit (1) unaligned, 1 54 6 b33 bit (1) unaligned, 1 55 6 b34 bit (1) unaligned, 1 56 6 b35 bit (1) unaligned, 1 57 /* 16 */ 4 lkdss bit (36), 1 58 /* 17 */ 4 lfile, 1 59 5 program_stack fixed bin (17) unal, 1 60 5 file_list_ptr bit (18) unal, 1 61 /* 20 */ 4 lttys bit (36), 1 62 /* 21 */ 4 lswth, 1 63 5 b0 bit (1) unaligned, 1 64 5 b1 bit (1) unaligned, 1 65 5 b2 bit (1) unaligned, 1 66 5 b3 bit (1) unaligned, 1 67 5 b4 bit (1) unaligned, 1 68 5 b5 bit (1) unaligned, 1 69 5 b6 bit (1) unaligned, 1 70 5 b7 bit (1) unaligned, 1 71 5 b8 bit (1) unaligned, 1 72 5 b9 bit (1) unaligned, 1 73 5 b10 bit (1) unaligned, 1 74 5 b11 bit (1) unaligned, 1 75 5 b12 bit (1) unaligned, 1 76 5 b13 bit (1) unaligned, 1 77 5 b14 bit (1) unaligned, 1 78 5 b15 bit (1) unaligned, 1 79 5 b16 bit (1) unaligned, 1 80 5 b17 bit (1) unaligned, 1 81 5 b18 bit (1) unaligned, 1 82 5 b19 bit (1) unaligned, 1 83 5 b20 bit (1) unaligned, 1 84 5 b21 bit (1) unaligned, 1 85 5 b22 bit (1) unaligned, 1 86 5 b23 bit (1) unaligned, 1 87 5 b24 bit (1) unaligned, 1 88 5 b25 bit (1) unaligned, 1 89 5 b26 bit (1) unaligned, 1 90 5 b27 bit (1) unaligned, 1 91 5 b28 bit (1) unaligned, 1 92 5 b29 bit (1) unaligned, 1 93 5 b30 bit (1) unaligned, 1 94 5 b31 bit (1) unaligned, 1 95 5 b32 bit (1) unaligned, 1 96 5 b33 bit (1) unaligned, 1 97 5 b34 bit (1) unaligned, 1 98 5 b35 bit (1) unaligned, 1 99 /* 22 */ 4 lsize, 1 100 5 bar fixed bin (17) unaligned, 1 101 5 limit bit (18) unaligned, 1 102 /* 23... */ 4 lswap, 1 103 5 fill bit (18) unal, 1 104 5 size bit (18) unal, 1 105 /* ...24 */ 4 transfer_cell bit (36) unal, 1 106 /* 25 */ 4 lerrm bit (36), 1 107 /* 26-37 */ 4 lcfil (0:9) bit (36), 1 108 /* 40 */ 4 lsybc, 1 109 5 b0_17 fixed bin (17) unaligned, 1 110 5 b18_35 fixed bin (17) unaligned, 1 111 /* 41-42 */ 4 lstem (0:1) bit (36), 1 112 /* 43 */ 4 lcals, 1 113 5 b0_17 fixed bin (17) unaligned, 1 114 5 b18_35 bit (18) unaligned, 1 115 /* 44-51 */ 4 subsystems (3), 1 116 5 content_lswap, 1 117 6 fill bit (18) unal, 1 118 6 size bit (18) unal, 1 119 5 tally_address fixed bin (17) unaligned, 1 120 5 ss_flags bit (18) unaligned, 1 121 /* 52 */ 4 ltalc, 1 122 5 tod fixed bin (17) unaligned, 1 123 5 startup fixed bin (17) unaligned, 1 124 /* 53 */ 4 lspts fixed bin (35), 1 125 /* 54 */ 4 lflg2, 1 126 5 b0 bit (1) unaligned, 1 127 5 b1 bit (1) unaligned, 1 128 5 b2 bit (1) unaligned, 1 129 5 b3 bit (1) unaligned, 1 130 5 b4 bit (1) unaligned, 1 131 5 b5 bit (1) unaligned, 1 132 5 b6 bit (1) unaligned, 1 133 5 b7 bit (1) unaligned, 1 134 5 b8 bit (1) unaligned, 1 135 5 b9 bit (1) unaligned, 1 136 5 b10 bit (1) unaligned, 1 137 5 b11 bit (1) unaligned, 1 138 5 b12 bit (1) unaligned, 1 139 5 b13 bit (1) unaligned, 1 140 5 b14 bit (1) unaligned, 1 141 5 b15 bit (1) unaligned, 1 142 5 b16 bit (1) unaligned, 1 143 5 b17 bit (1) unaligned, 1 144 5 b18 bit (1) unaligned, 1 145 5 b19 bit (1) unaligned, 1 146 5 b20 bit (1) unaligned, 1 147 5 b21 bit (1) unaligned, 1 148 5 b22 bit (1) unaligned, 1 149 5 b23 bit (1) unaligned, 1 150 5 b24 bit (1) unaligned, 1 151 5 b25 bit (1) unaligned, 1 152 5 b26 bit (1) unaligned, 1 153 5 b27 bit (1) unaligned, 1 154 5 b28 bit (1) unaligned, 1 155 5 b29 bit (1) unaligned, 1 156 5 b30 bit (1) unaligned, 1 157 5 b31 bit (1) unaligned, 1 158 5 b32 bit (1) unaligned, 1 159 5 b33 bit (1) unaligned, 1 160 5 b34 bit (1) unaligned, 1 161 5 b35 bit (1) unaligned, 1 162 /* 55-60 */ 4 lsftm (0:3) bit (36), 1 163 /* 61 */ 4 lsprt fixed bin (35), 1 164 /* 62 */ 4 ltrm bit (36), 1 165 /* 63 */ 4 linno fixed bin (35), 1 166 /* 64 */ 4 lincr fixed bin (35), 1 167 /* 65 */ 4 ltdes bit (36), 1 168 /* 66 */ 4 lbptr bit (36), 1 169 /* 67 */ 4 lpptr, 1 170 5 last_file_pat_ptr bin (18) uns unal, 1 171 5 lpptr_reserved bin (18) uns unal, 1 172 /* 70 */ 4 lsclp bit (36), 1 173 /* 71 */ 4 limit fixed bin (35), 1 174 /* 72 */ 4 lacpt, 1 175 5 jout_pat_offset bit (18) unal, 1 176 5 permissions unal, 1 177 6 lodx bit (1) unal, 1 178 6 cardin bit (1) unal, 1 179 6 talk bit (1) unal, 1 180 6 lods bit (1) unal, 1 181 5 cardin_urgency bit (14) unal, 1 182 /* 73 */ 4 ldrl, 1 183 5 ilc bit (18) unaligned, 1 184 5 code fixed bin (17) unaligned, 1 185 /* 74 */ 4 ljsnb bit (36), 1 186 /* 75 */ 4 ltm0 bit (36), 1 187 /* 76 */ 4 ltm1 bit (36), 1 188 /* 77 */ 4 ltm2 bit (36), 1 189 /* 100 */ 4 ltm3 bit (36), 1 190 /* 101 */ 4 ltm4 bit (36), 1 191 /* 102 */ 4 ltm5 bit (36), 1 192 /* 103 */ 4 ltmwt bit (36), 1 193 /* 104 */ 4 ltmrs bit (36), 1 194 /* 105 */ 4 ltc0 bit (36), 1 195 /* 106 */ 4 ltc1 bit (36), 1 196 /* 107 */ 4 ltc2 bit (36), 1 197 /* 110 */ 4 lct3 bit (36), 1 198 /* 111 */ 4 ltc4 bit (36), 1 199 /* 112 */ 4 ltc5 bit (36), 1 200 /* 113 */ 4 ltcw bit (36), 1 201 /* 114 */ 4 lkst bit (36), 1 202 /* 115 */ 4 lkst2 bit (36), 1 203 /* 116 */ 4 lkcc bit (36), 1 204 /* 117 */ 4 lkms bit (36), 1 205 /* 120-121 */ 4 lksdc (0:1) bit (36), 1 206 /* 122 */ 4 lkntp bit (36), 1 207 /* 123 */ 4 lkrdc bit (36), 1 208 /* 124 */ 4 lpqf bit (36), 1 209 /* 125 */ 4 lpqb bit (36), 1 210 /* 126 */ 4 lustl bit (36), 1 211 /* 127 */ 4 ltemp bit (36), 1 212 /* 130 */ 4 lrtll, 1 213 5 word_length fixed bin unaligned, 1 214 5 char_length fixed bin unaligned, 1 215 /* 131 */ 4 ltim bit (36), 1 216 /* 132 */ 4 lcfio, 1 217 5 sect_out fixed bin(18)unsigned unal, 1 218 5 sect_in fixed bin(18)unsigned unal, 1 219 /* 133 */ 4 lcfst, 1 220 5 initial_sect_out fixed bin(18)unsigned unal, 1 221 5 start_term fixed bin(18)unsigned unal, 1 222 /* 134 */ 4 lcmpt bit (36), 1 223 /* 135 */ 4 lcjid bit (36), 1 224 /* 136-137 */ 4 lrcal (0:1) bit (36), 1 225 /* 140 */ 4 lrdta bit (36), 1 226 /* 141 */ 4 lrrsk bit (36), 1 227 /* 142 */ 4 lrskd bit (36), 1 228 /* 143 */ 4 lrcc bit (36), 1 229 /* 144-145 */ 4 lrsts (0:1) bit (36), 1 230 /* 146 */ 4 lrtm bit (36), 1 231 /* 147 */ 4 lswt2, 1 232 5 b0 bit (1) unaligned, 1 233 5 b1 bit (1) unaligned, 1 234 5 b2 bit (1) unaligned, 1 235 5 b3 bit (1) unaligned, 1 236 5 b4 bit (1) unaligned, 1 237 5 b5 bit (1) unaligned, 1 238 5 b6 bit (1) unaligned, 1 239 5 b7 bit (1) unaligned, 1 240 5 b8 bit (1) unaligned, 1 241 5 b9 bit (1) unaligned, 1 242 5 b10 bit (1) unaligned, 1 243 5 b11 bit (1) unaligned, 1 244 5 b12 bit (1) unaligned, 1 245 5 b13 bit (1) unaligned, 1 246 5 b14 bit (1) unaligned, 1 247 5 b15 bit (1) unaligned, 1 248 5 b16 bit (1) unaligned, 1 249 5 b17 bit (1) unaligned, 1 250 5 b18 bit (1) unaligned, 1 251 5 b19 bit (1) unaligned, 1 252 5 b20 bit (1) unaligned, 1 253 5 b21 bit (1) unaligned, 1 254 5 b22 bit (1) unaligned, 1 255 5 b23 bit (1) unaligned, 1 256 5 b24 bit (1) unaligned, 1 257 5 b25 bit (1) unaligned, 1 258 5 b26 bit (1) unaligned, 1 259 5 b27 bit (1) unaligned, 1 260 5 b28 bit (1) unaligned, 1 261 5 b29 bit (1) unaligned, 1 262 5 b30 bit (1) unaligned, 1 263 5 b31 bit (1) unaligned, 1 264 5 b32 bit (1) unaligned, 1 265 5 b33 bit (1) unaligned, 1 266 5 b34 bit (1) unaligned, 1 267 5 b35 bit (1) unaligned, 1 268 /* 150 */ 4 llsnb bit (36), 1 269 /* 151 */ 4 lesq bit (36), 1 270 /* 152-153 */ 4 lumc (0:1) bit (36), 1 271 /* 154-155 */ 4 lfnam (0:1) bit (36), 1 272 /* 156 */ 4 lopts bit (36), 1 273 /* 157 */ 4 licec, 1 274 5 b0_17 bit (18) unaligned, 1 275 5 b18_35 fixed bin (17) unaligned, 1 276 /* 160 */ 4 lflg3, 1 277 5 b0 bit (1) unaligned, 1 278 5 b1 bit (1) unaligned, 1 279 5 b2 bit (1) unaligned, 1 280 5 b3 bit (1) unaligned, 1 281 5 b4 bit (1) unaligned, 1 282 5 b5 bit (1) unaligned, 1 283 5 b6 bit (1) unaligned, 1 284 5 b7 bit (1) unaligned, 1 285 5 b8 bit (1) unaligned, 1 286 5 b9 bit (1) unaligned, 1 287 5 b10 bit (1) unaligned, 1 288 5 b11 bit (1) unaligned, 1 289 5 b12 bit (1) unaligned, 1 290 5 b13 bit (1) unaligned, 1 291 5 b14 bit (1) unaligned, 1 292 5 b15 bit (1) unaligned, 1 293 5 b16 bit (1) unaligned, 1 294 5 b17 bit (1) unaligned, 1 295 5 b18 bit (1) unaligned, 1 296 5 b19 bit (1) unaligned, 1 297 5 b20 bit (1) unaligned, 1 298 5 b21 bit (1) unaligned, 1 299 5 b22 bit (1) unaligned, 1 300 5 b23 bit (1) unaligned, 1 301 5 b24 bit (1) unaligned, 1 302 5 b25 bit (1) unaligned, 1 303 5 b26 bit (1) unaligned, 1 304 5 b27 bit (1) unaligned, 1 305 5 b28 bit (1) unaligned, 1 306 5 b29 bit (1) unaligned, 1 307 5 b30 bit (1) unaligned, 1 308 5 b31 bit (1) unaligned, 1 309 5 b32 bit (1) unaligned, 1 310 5 b33 bit (1) unaligned, 1 311 5 b34 bit (1) unaligned, 1 312 5 b35 bit (1) unaligned, 1 313 /* 161-163 */ 4 lpage (0:2) bit (36), 1 314 /* 164 */ 4 lsit1 bit (36), 1 315 /* 165 */ 4 lsit2 bit (36), 1 316 /* 166 */ 4 lsit3 bit (36), 1 317 /* 167 */ 4 lsit4 bit (36), 1 318 /* The following entries are maintained by gtss and are not found in TSS UST */ 1 319 /* 170 */ 4 lxxx, /* program stack index, offset from gtss_ust */ 1 320 5 b0_17 fixed bin (17) unaligned, 1 321 5 b18_35 bit (18) unaligned, /* not used */ 1 322 /* 171-175 */ 4 lprgs (5), 1 323 5 b0_17 fixed bin (17) unaligned, 1 324 5 b18_35 fixed bin (17) unaligned, 1 325 /* 176 */ 4 fill bit (36), 1 326 /* 177 */ 4 remote_io_buffer aligned, 1 327 5 buffer_control_word, 1 328 6 current_line_pointer bit (18)unal, 1 329 6 buffer_threshold_address bit (18)unal, 1 330 5 number_words_transmitted fixed bin (17)unal, 1 331 5 FILL1 fixed bin (17)unal, 1 332 5 count_of_characters_transmitted fixed bin (17)unal, 1 333 5 FILL2 fixed bin (17)unal, 1 334 5 characters_transmitted (244) char (1) unal, 1 335 /* 277 */ 4 word_after_ust bit (36) aligned; 1 336 1 337 /* END INCLUDE FILE gtss_ust_ext_.incl.pl1 */ 138 139 2 1 /* BEGIN INCLUDE FILE gtss_file_attributes.incl.pl1 */ 2 2 /* 2 3* Created: (Kepner Multics) 06/02/78 1522.0 mst Fri 2 4**/ 2 5 2 6 /* Declaration of File Attributes Segement */ 2 7 2 8 2 9 dcl gtss_file_attributes_ptr ptr init(null()); 2 10 2 11 dcl 1 gtss_file_attributes based (gtss_file_attributes_ptr) aligned, 2 12 2 max_size fixed bin (24), /* maximum size the file can grow to 2 13* in 320 word blocks. if = 0 then the 2 14* file size is unlimited. */ 2 15 2 current_size fixed bin (24), /* current size of the file in 320 word blocks */ 2 16 2 user_attributes aligned, 2 17 3 non_null bit (1) unal, /* 0 = this file has never been written to */ 2 18 3 user_attr bit (35) unal, /* User defined attributes */ 2 19 2 descriptor aligned, 2 20 3 device_type bit (6) unaligned, /* currently ignored */ 2 21 3 words_block bit (12) unaligned, /* number of words per physical block */ 2 22 3 llink_flag bit (1) unaligned, /* if 0= size in links | 1= size in llinks */ 2 23 3 mode bit (1) unaligned, /* 0= linked file | 1= random file */ 2 24 3 perm bit (1) unaligned, /* 1=permanent file|0=not */ 2 25 3 fill bit (1) unaligned, 2 26 3 size bit (14) unaligned; 2 27 2 28 2 29 /* END INCLUDE FILE gtss_file_attributes.incl.pl1 */ 140 141 3 1 /* BEGIN INCLUDE FILE gtss_dfd_ext_.incl.pl1 */ 3 2 /* 3 3* Created: (Wardd Multics) 06/09/78 1650.6 mst Fri 3 4**/ 3 5 3 6 dcl 1 gtss_dfd_ext_$disk_file_data (41) aligned ext, /* disk_file_data structure */ 3 7 3 8 3 gtss_disk, 3 9 4 dir_name char (168) unal, /* containing directory for file */ 3 10 4 entry_name char (32) unal, /* entry name for file */ 3 11 4 fcb_ptr ptr aligned, /* ptr to file control block */ 3 12 4 msf_array_ptr ptr, /* Pointer to an array of pointers for a msf. Each 3 13* component which has been accessed has a corresponding 3 14* initialized pointer. Currently 500 components 3 15* are supported. */ 3 16 4 single_segment_ptr ptr, /* Pointer to segment for single segment file */ 3 17 4 indicators aligned, /* one word of flags */ 3 18 3 19 5 msf bit (1) unaligned, /* 1=msf segment | 0= single segment */ 3 20 5 protected_file bit (1) unaligned, /* 1=file uses protections | 0= unprotected */ 3 21 5 fill bit (34) unal, 3 22 3 23 4 permissions aligned, 3 24 5 read bit (1) unaligned, /* 1=read permission */ 3 25 5 execute bit (1) unaligned, /* 1=execute permission */ 3 26 5 write bit (1) unaligned, /* 1=write permission */ 3 27 5 fill2 bit (33) unaligned, /* unused at this time */ 3 28 3 29 4 access_mode bit (6) aligned, /* contains the mode by which the file was accessed */ 3 30 4 component fixed bin, /* current component value (first component = 0) */ 3 31 4 offset fixed bin (24), /* current word offset in the component */ 3 32 4 file_position fixed bin (30), /* current file position in words */ 3 33 4 file_size fixed bin (30), /* size of file in words */ 3 34 4 no_components fixed bin (24), /* number of components for a msf */ 3 35 4 attributes_ptr ptr, /* Pointer to the attributes structure 3 36* for this file. (See gtss_file_attributes.incl.pl1) */ 3 37 3 38 4 pat_body, 3 39 3 40 5 word_0, 3 41 6 defective bit (1) unal, /* 1 = file has defective space */ 3 42 6 io_errors bit (1) unal, /* 1 = I/O errors encountered on file */ 3 43 6 reserved bit (2) unal, /* Reserved for GCOS */ 3 44 6 sct bit (12) unal, /* address of SCT for device on which 3 45* file begins or if cataloged, 3 46* for device with file catalog entry */ 3 47 6 reserved2 bit (2) unal, /* Reserved for GCOS */ 3 48 3 49 5 word_1, 3 50 6 io_time fixed bin (35), /* I/O time for this file */ 3 51 3 52 5 word_2, 3 53 6 protected bit (1) unal, /* 1 = file has protected allocation */ 3 54 6 hash_code bit (5) unal, /* hash code of user name under which 3 55* file is cataloged */ 3 56 6 not_cat bit (1) unal, /* 1 = file is not cataloged */ 3 57 6 last_desc bit (1) unal, /* 1 = last descriptor for file is not in memory */ 3 58 6 random bit (1) unal, /* 1 = access to file is random */ 3 59 6 perm bit (1) unal, /* 1 = file space is permanently assigned */ 3 60 6 first_desc bit (1) unal, /* 1 = first descriptor for file is not in memory */ 3 61 6 creator bit (1) unal, /* 1 = user is not creator of file */ 3 62 6 disposition bit (2) unal, /* Abort disposition code 3 63* 00 = Release 3 64* 01 = Dismount 3 65* 10 = Save 3 66* 11 = Continue */ 3 67 6 ids1 bit (1) unal, /* 1 = file is an I-D-S/I file */ 3 68 6 write_performed bit (1) unal, /* 1 = write was performed on file */ 3 69 6 unpermitted_access bit (1) unal, /* 1 = unpermitted access to file attempted or seek 3 70* attempted to part of file marked defective (only 3 71* for procted allocation) */ 3 72 6 purge bit (1) unal, /* 1 = file space to be purgedbefore deallocating file. */ 3 73 6 sector_number bit (18) unal, /* If cataloged file, sector number of file catalog 3 74* (on device with SCT referenced in word 0). If 3 75* cataloged file that is proctected (bit 0 ON in this 3 76* word), memory location of table in File Management 3 77* Supervisor Executive. If user temporary file, 3 78* largest size file has ever attained, in llinks. 3 79* If system value equals 777777 octal, it is system 3 80* file created by System Input. */ 3 81 3 82 5 word_3, 3 83 6 llink_size bit (14) unal, /* 0-13 ^= 0, Current total file size in llinks 3 84* 0-13 = 0, File size is greater than 16,383 llinks, 3 85* and if the file is cataloged, call to .MFS19,5 with 3 86* offset to PAT pointer in index 5 will cause bits 3 87* 14-35 of Q-register to be set to file size. (Unless 3 88* there is a Seek error on file catalog in which case 3 89* zero is returned. ) 3 90* */ 3 91 6 llink_position bit (22) unal, /* Relative llink position within the space descriptors 3 92* in memory. */ 3 93 3 94 5 word_4, 3 95 6 not_last_desc bit (1) unal, /* 1 = not last descriptor in memory */ 3 96 6 space_desc bit (1) unal, /* 0 = this is space descriptor */ 3 97 6 space_defective bit (1) unal, /* 1 = Space is defective */ 3 98 6 extent bit (15) unal, /* Number of llinks in this extent (area defined by this 3 99* descriptor) */ 3 100 6 origin bit (18) unal; /* device llinks number of origin of this extent */ 3 101 /* END INCLUDE FILE gtss_dfd_ext_.incl.pl1 */ 142 143 4 1 /* BEGIN INCLUDE FILE gtss_ext_.incl.pl1 */ 4 2 /* 4 3* Created: (Wardd Multics) 05/20/78 1307.6 mst Sat 4 4* Modified: Ward 1981 add suspended_process dcl 4 5* Modified: Ron Barstad 83-07-21 Fixed level number on mcfc to 3 4 6* Modified: Ron Barstad 83-07-25 Fixed derail range in statistics to 4js3 number 4 7**/ 4 8 dcl gtss_ext_$aem fixed bin static ext /* >0 Print "additional" error information. */; 4 9 dcl gtss_ext_$bad_drl_rtrn static ext label /* Default for drl_rtrn. */; 4 10 dcl gtss_ext_$db (72)bit(1)unal static ext; 4 11 dcl gtss_ext_$deferred_catalogs_ptr ptr ext; 4 12 dcl gtss_ext_$dispose_of_drl static ext label /* quit handlers for some derails use this label to abort */; 4 13 dcl gtss_ext_$drl_rtrn (4)static ext label /* where to return at subsystem end */; 4 14 dcl gtss_ext_$drm_path char(168)static ext /* gtss_expand_pathname_stores drm_path */; 4 15 dcl gtss_ext_$drun_jid char (5) static ext /* valid only for DRUN executing under absentee */; 4 16 dcl gtss_ext_$event_channel fixed bin (71) static ext /* used for DABT signals */; 4 17 dcl gtss_ext_$finished static ext label /* Return to gtss for normal conclusion. */; 4 18 dcl gtss_ext_$gdb_name char(8)ext /* Name H* module to debug. */; 4 19 dcl gtss_ext_$get_line entry(ptr,ptr,fixed bin(21),fixed bin(21),fixed bin(35))variable ext /* Build mode input procedure. */; 4 20 dcl gtss_ext_$gtss_slave_area_seg (4) ext static ptr /* pointer to gtss slave area segment */; 4 21 dcl gtss_ext_$hcs_work_area_ptr ptr ext static /* Temp seg for acl lists. */; 4 22 dcl gtss_ext_$homedir char (64) static ext /* user's home dir */; 4 23 dcl gtss_ext_$last_k_was_out bit (1)aligned ext static /* "1"b => last tty output was output. */; 4 24 dcl gtss_ext_$pdir char (168) varying ext static /* pathname of process directory */; 4 25 dcl gtss_ext_$popup_from_pi static ext label /* transfer to this label after pi simulates popup primitive */; 4 26 dcl gtss_ext_$process_type fixed bin (17) static ext; 4 27 dcl gtss_ext_$put_chars entry(ptr,ptr,fixed bin(24),fixed bin(35)) variable ext /* Terminal output procedure. */; 4 28 dcl gtss_ext_$restart_from_pi static ext label /* transfer to this label after pi restores machine conditions */; 4 29 dcl gtss_ext_$restart_seg_ptr ptr static ext /* points to DRUN restart file when exec under absentee */; 4 30 dcl gtss_ext_$sig_ptr ext static ptr /* saved ptr to signal_ */; 4 31 dcl gtss_ext_$stack_level_ fixed bin ext static; 4 32 dcl gtss_ext_$suspended_process bit(1) ext static; 4 33 dcl gtss_ext_$SYstarstar_file_no fixed bin (24) static ext; 4 34 dcl gtss_ext_$user_id char (26)var ext; 4 35 dcl gtss_ext_$work_area_ptr ptr ext; 4 36 4 37 dcl 1 gtss_ext_$CFP_bits aligned static external 4 38 , 3 no_input_yet bit (1) unaligned /* used in gtss_CFP_input_, gtss_read_starCFP_ */ 4 39 , 3 rtn_bits bit (4) unaligned /* used in gtss_CFP_input_, gtss_CFP_output_ */ 4 40 , 3 cpos_called bit (1) unaligned /* used in gtss_CFP_input_, gtss_drl_t_cfio_, gtss_abandon_CFP_ */ 4 41 , 3 cout_called bit (1) unaligned /* used in gtss_read_starCFP_, gtss_abandon_CFP_ */ 4 42 , 3 build_mode bit (1) unaligned /* used in gtss_build_, gtss_dsd_process_ */ 4 43 ; 4 44 4 45 dcl 1 gtss_ext_$com_reg aligned static ext, 4 46 3 tsdmx, 4 47 4 dst fixed bin (18) unsigned unaligned, 4 48 4 dit fixed bin (18) unsigned unaligned, 4 49 3 tsdpt fixed bin (36) unsigned unaligned, 4 50 3 tsddt fixed bin (36) unsigned unaligned, 4 51 3 tsdid bit (72) unaligned, 4 52 3 tsdsd bit (36) unaligned, 4 53 3 tsdst fixed bin (36) unsigned unaligned, 4 54 3 tsdjb fixed bin (35) unaligned, 4 55 3 tsdgt, 4 56 4 ust_loc fixed bin (18) unsigned unaligned, 4 57 4 gating_ctl fixed bin (18) unsigned unaligned, 4 58 3 tcdfr bit (36) unaligned; 4 59 4 60 dcl 1 gtss_ext_$flags aligned static ext 4 61 , 3 dispose_of_drl_on_pi bit (01) unal /* 1 => drl that should be aborted after quit-pi sequence */ 4 62 , 3 drl_in_progress bit (01) unal /* 1 => drl handler executing; 0 => gcos code executing */ 4 63 , 3 popup_from_pi bit (01) unal /* 1 => derail processor will simulate Gcos break instead of returning */ 4 64 , 3 unfinished_drl bit (01) unal /* 1 => subsystem is handling breaks and quit was raised during a drl */ 4 65 , 3 ss_time_limit_set bit (01) unal /* 1 => exec time limit set for subsystem */ 4 66 , 3 timer_ranout bit (01) unal /* 1 => user is executing timer runout code */ 4 67 , 3 gtss_com_err_sw bit (01) unal /* 1 => stop com_err_ string from going to terminal */ 4 68 , 3 available bit (65) unal 4 69 ; 4 70 4 71 4 72 dcl 1 gtss_ext_$statistics aligned static ext, /* Derail usage statistics */ 4 73 3 total_time (-10:71)fixed bin (71), 4 74 3 count (-10:71)fixed bin (17); 4 75 4 76 /* Declaration of Available File Table 4 77* */ 4 78 dcl 1 gtss_ext_$aft aligned ext, /* aft structure */ 4 79 4 80 3 start_list (0:102) fixed bin (24), /* >0 => 1st aft_entry row to start of next entry chain. */ 4 81 4 82 3 aft_entry (20), 4 83 4 altname char (8), /* altname name for attaching this file */ 4 84 4 next_entry fixed bin (24), /* Next aft_entry in hash chain. */ 4 85 4 previous_add fixed bin (24), /* Previously added entry. */ 4 86 4 next_add fixed bin (24), /* Entry added after this one. */ 4 87 4 used bit (1) unal, /* "1"b => aft_entry contains AFT value. */ 4 88 4 forced bit(1) unal, /* "1"b => gtss_verify_access_ forced access on this file. */ 4 89 4 90 3 free_space fixed bin (24), /* Index of start of free space list for aft entries. */ 4 91 3 first_added fixed bin (24), /* >0 => start of chain in add order. */ 4 92 3 last_added fixed bin (24) /* >0 => end of chain in added order. */; 4 93 4 94 dcl gtss_ext_$ppt ptr ext /* switch name for tapein drl */; 4 95 /** Data structure to provide access to installed 4 96* subsystems fast library load. 4 97* **/ 4 98 dcl 1 gtss_ext_$fast_lib aligned ext 4 99 , 3 fast_lib_fcb ptr /* Pointer to msf fcb. */ 4 100 , 3 fast_lib_ncp fixed bin (24) /* Number of components. */ 4 101 , 3 comp_ptr (0:9)ptr /* Pointer to component. */ 4 102 , 3 comp_wds (0:9)fixed bin (24) /* Component length (words). */ 4 103 ; 4 104 4 105 /* Pointers to segments to regulate multipler 4 106* callers to files. Same segments are used to regulate 4 107* all simulator callers. 4 108**/ 4 109 dcl 1 gtss_ext_$mcfc aligned ext, 4 110 3 multics_lock_id bit(36), 4 111 3 wait_time fixed bin, 4 112 3 files_ptr ptr, 4 113 3 names_ptr ptr, 4 114 3 callers_ptr (0:3)ptr 4 115 ; 4 116 4 117 /* END INCLUDE FILE gtss_ext_.incl.pl1 */ 144 145 5 1 /* */ 5 2 /* BEGIN INCLUDE FILE mc.incl.pl1 Created Dec 72 for 6180 - WSS. */ 5 3 /* Modified 06/07/76 by Greenberg for mc.resignal */ 5 4 /* Modified 07/07/76 by Morris for fault register data */ 5 5 /* Modified 08/28/80 by J. A. Bush for the DPS8/70M CVPU */ 5 6 /* Modified '82 to make values constant */ 5 7 5 8 /* words 0-15 pointer registers */ 5 9 5 10 dcl mcp ptr; 5 11 5 12 dcl 1 mc based (mcp) aligned, 5 13 2 prs (0:7) ptr, /* POINTER REGISTERS */ 5 14 (2 regs, /* registers */ 5 15 3 x (0:7) bit (18), /* index registers */ 5 16 3 a bit (36), /* accumulator */ 5 17 3 q bit (36), /* q-register */ 5 18 3 e bit (8), /* exponent */ 5 19 3 pad1 bit (28), 5 20 3 t bit (27), /* timer register */ 5 21 3 pad2 bit (6), 5 22 3 ralr bit (3), /* ring alarm register */ 5 23 5 24 2 scu (0:7) bit (36), 5 25 5 26 2 mask bit (72), /* mem controller mask at time of fault */ 5 27 2 ips_temp bit (36), /* Temporary storage for IPS info */ 5 28 2 errcode fixed bin (35), /* fault handler's error code */ 5 29 2 fim_temp, 5 30 3 unique_index bit (18) unal, /* unique index for restarting faults */ 5 31 3 resignal bit (1) unal, /* recompute signal name with fcode below */ 5 32 3 fcode bit (17) unal, /* fault code used as index to FIM table and SCT */ 5 33 2 fault_reg bit (36), /* fault register */ 5 34 2 pad2 bit (1), 5 35 2 cpu_type fixed bin (2) unsigned, /* L68 = 0, DPS8/70M = 1 */ 5 36 2 ext_fault_reg bit (15), /* extended fault reg for DPS8/70M CPU */ 5 37 2 fault_time bit (54), /* time of fault */ 5 38 5 39 2 eis_info (0:7) bit (36)) unaligned; 5 40 5 41 5 42 dcl (apx fixed bin init (0), 5 43 abx fixed bin init (1), 5 44 bpx fixed bin init (2), 5 45 bbx fixed bin init (3), 5 46 lpx fixed bin init (4), 5 47 lbx fixed bin init (5), 5 48 spx fixed bin init (6), 5 49 sbx fixed bin init (7)) internal static options (constant); 5 50 5 51 5 52 5 53 5 54 dcl scup ptr; 5 55 5 56 dcl 1 scu based (scup) aligned, /* SCU DATA */ 5 57 5 58 5 59 /* WORD (0) */ 5 60 5 61 (2 ppr, /* PROCEDURE POINTER REGISTER */ 5 62 3 prr bit (3), /* procedure ring register */ 5 63 3 psr bit (15), /* procedure segment register */ 5 64 3 p bit (1), /* procedure privileged bit */ 5 65 5 66 2 apu, /* APPENDING UNIT STATUS */ 5 67 3 xsf bit (1), /* ext seg flag - IT modification */ 5 68 3 sdwm bit (1), /* match in SDW Ass. Mem. */ 5 69 3 sd_on bit (1), /* SDW Ass. Mem. ON */ 5 70 3 ptwm bit (1), /* match in PTW Ass. Mem. */ 5 71 3 pt_on bit (1), /* PTW Ass. Mem. ON */ 5 72 3 pi_ap bit (1), /* Instr Fetch or Append cycle */ 5 73 3 dsptw bit (1), /* Fetch of DSPTW */ 5 74 3 sdwnp bit (1), /* Fetch of SDW non paged */ 5 75 3 sdwp bit (1), /* Fetch of SDW paged */ 5 76 3 ptw bit (1), /* Fetch of PTW */ 5 77 3 ptw2 bit (1), /* Fetch of pre-paged PTW */ 5 78 3 fap bit (1), /* Fetch of final address paged */ 5 79 3 fanp bit (1), /* Fetch of final address non-paged */ 5 80 3 fabs bit (1), /* Fetch of final address absolute */ 5 81 5 82 2 fault_cntr bit (3), /* number of retrys of EIS instructions */ 5 83 5 84 5 85 /* WORD (1) */ 5 86 5 87 2 fd, /* FAULT DATA */ 5 88 3 iro bit (1), /* illegal ring order */ 5 89 3 oeb bit (1), /* out of execute bracket */ 5 90 3 e_off bit (1), /* no execute */ 5 91 3 orb bit (1), /* out of read bracket */ 5 92 3 r_off bit (1), /* no read */ 5 93 3 owb bit (1), /* out of write bracket */ 5 94 3 w_off bit (1), /* no write */ 5 95 3 no_ga bit (1), /* not a gate */ 5 96 3 ocb bit (1), /* out of call bracket */ 5 97 3 ocall bit (1), /* outward call */ 5 98 3 boc bit (1), /* bad outward call */ 5 99 3 inret bit (1), /* inward return */ 5 100 3 crt bit (1), /* cross ring transfer */ 5 101 3 ralr bit (1), /* ring alarm register */ 5 102 3 am_er bit (1), /* associative memory fault */ 5 103 3 oosb bit (1), /* out of segment bounds */ 5 104 3 paru bit (1), /* processor parity upper */ 5 105 3 parl bit (1), /* processor parity lower */ 5 106 3 onc_1 bit (1), /* op not complete type 1 */ 5 107 3 onc_2 bit (1), /* op not complete type 2 */ 5 108 5 109 2 port_stat, /* PORT STATUS */ 5 110 3 ial bit (4), /* illegal action lines */ 5 111 3 iac bit (3), /* illegal action channel */ 5 112 3 con_chan bit (3), /* connect channel */ 5 113 5 114 2 fi_num bit (5), /* (fault/interrupt) number */ 5 115 2 fi_flag bit (1), /* 1 => fault, 0 => interrupt */ 5 116 5 117 5 118 /* WORD (2) */ 5 119 5 120 2 tpr, /* TEMPORARY POINTER REGISTER */ 5 121 3 trr bit (3), /* temporary ring register */ 5 122 3 tsr bit (15), /* temporary segment register */ 5 123 5 124 2 pad2 bit (9), 5 125 5 126 2 cpu_no bit (3), /* CPU number */ 5 127 5 128 2 delta bit (6), /* tally modification DELTA */ 5 129 5 130 5 131 /* WORD (3) */ 5 132 5 133 2 word3 bit (18), 5 134 5 135 2 tsr_stat, /* TSR STATUS for 1,2,&3 word instructions */ 5 136 3 tsna, /* Word 1 status */ 5 137 4 prn bit (3), /* Word 1 PR number */ 5 138 4 prv bit (1), /* Word 1 PR valid bit */ 5 139 3 tsnb, /* Word 2 status */ 5 140 4 prn bit (3), /* Word 2 PR number */ 5 141 4 prv bit (1), /* Word 2 PR valid bit */ 5 142 3 tsnc, /* Word 3 status */ 5 143 4 prn bit (3), /* Word 3 PR number */ 5 144 4 prv bit (1), /* Word 3 PR valid bit */ 5 145 5 146 2 tpr_tbr bit (6), /* TPR.TBR field */ 5 147 5 148 5 149 /* WORD (4) */ 5 150 5 151 2 ilc bit (18), /* INSTRUCTION COUNTER */ 5 152 5 153 2 ir, /* INDICATOR REGISTERS */ 5 154 3 zero bit (1), /* zero indicator */ 5 155 3 neg bit (1), /* negative indicator */ 5 156 3 carry bit (1), /* carryry indicator */ 5 157 3 ovfl bit (1), /* overflow indicator */ 5 158 3 eovf bit (1), /* eponent overflow */ 5 159 3 eufl bit (1), /* exponent underflow */ 5 160 3 oflm bit (1), /* overflow mask */ 5 161 3 tro bit (1), /* tally runout */ 5 162 3 par bit (1), /* parity error */ 5 163 3 parm bit (1), /* parity mask */ 5 164 3 bm bit (1), /* ^bar mode */ 5 165 3 tru bit (1), /* truncation mode */ 5 166 3 mif bit (1), /* multi-word instruction mode */ 5 167 3 abs bit (1), /* absolute mode */ 5 168 3 hex bit (1), /* hexadecimal exponent mode */ 5 169 3 pad bit (3), 5 170 5 171 5 172 /* WORD (5) */ 5 173 5 174 2 ca bit (18), /* COMPUTED ADDRESS */ 5 175 5 176 2 cu, /* CONTROL UNIT STATUS */ 5 177 3 rf bit (1), /* on first cycle of repeat instr */ 5 178 3 rpt bit (1), /* repeat instruction */ 5 179 3 rd bit (1), /* repeat double instruction */ 5 180 3 rl bit (1), /* repeat link instruciton */ 5 181 3 pot bit (1), /* IT modification */ 5 182 3 pon bit (1), /* return type instruction */ 5 183 3 xde bit (1), /* XDE from Even location */ 5 184 3 xdo bit (1), /* XDE from Odd location */ 5 185 3 poa bit (1), /* operation preparation */ 5 186 3 rfi bit (1), /* tells CPU to refetch instruction */ 5 187 3 its bit (1), /* ITS modification */ 5 188 3 if bit (1), /* fault occured during instruction fetch */ 5 189 5 190 2 cpu_tag bit (6)) unaligned, /* computed tag field */ 5 191 5 192 5 193 /* WORDS (6,7) */ 5 194 5 195 2 even_inst bit (36), /* even instruction of faulting pair */ 5 196 5 197 2 odd_inst bit (36); /* odd instruction of faulting pair */ 5 198 5 199 5 200 5 201 5 202 5 203 5 204 /* ALTERNATE SCU DECLARATION */ 5 205 5 206 5 207 dcl 1 scux based (scup) aligned, 5 208 5 209 (2 pad0 bit (36), 5 210 5 211 2 fd, /* GROUP II FAULT DATA */ 5 212 3 isn bit (1), /* illegal segment number */ 5 213 3 ioc bit (1), /* illegal op code */ 5 214 3 ia_am bit (1), /* illegal address - modifier */ 5 215 3 isp bit (1), /* illegal slave procedure */ 5 216 3 ipr bit (1), /* illegal procedure */ 5 217 3 nea bit (1), /* non existent address */ 5 218 3 oobb bit (1), /* out of bounds */ 5 219 3 pad bit (29), 5 220 5 221 2 pad2 bit (36), 5 222 5 223 2 pad3a bit (18), 5 224 5 225 2 tsr_stat (0:2), /* TSR STATUS as an ARRAY */ 5 226 3 prn bit (3), /* PR number */ 5 227 3 prv bit (1), /* PR valid bit */ 5 228 5 229 2 pad3b bit (6)) unaligned, 5 230 5 231 2 pad45 (0:1) bit (36), 5 232 5 233 2 instr (0:1) bit (36); /* Instruction ARRAY */ 5 234 5 235 5 236 5 237 /* END INCLUDE FILE mc.incl.pl1 */ 146 147 6 1 /* BEGIN INCLUDE FILE gtss_entry_dcls.incl.pl1 */ 6 2 /* 6 3* Created: (Wardd Multics) 06/30/78 1624.8 mst Fri 6 4* Modified: Ron Barstad 84-02-24 Fixed wrong and obsolete entries 6 5**/ 6 6 6 7 /** gtss external entry variables. **/ 6 8 dcl com_err_ entry() options(variable); 6 9 dcl gtss_CFP_abort_ entry options(variable); 6 10 dcl gtss_CFP_break_ entry options(variable); 6 11 dcl gtss_CFP_input_ entry (ptr, ptr, fixed bin(21), fixed bin(21), fixed bin(35)); 6 12 dcl gtss_CFP_output_ entry (ptr, ptr, fixed bin(21), fixed bin(35)); 6 13 dcl gtss_abandon_CFP_ entry options(variable); 6 14 dcl gtss_abort_dump_ entry (fixed bin(18)); 6 15 dcl gtss_abort_subsystem_ entry options (variable); 6 16 dcl gtss_abort_subsystem_$not_imp entry (ptr, fixed bin(24)); 6 17 dcl gtss_abs_login_banner_ entry() returns(char(*)); 6 18 dcl gtss_abs_logout_banner_ entry() returns(char(*)); 6 19 dcl gtss_abs_$abs_equiv entry options(variable); 6 20 dcl gtss_abs_$cpu_runout entry (ptr, char(4)); 6 21 dcl gtss_abs_$create_absin entry() returns(char(*)); 6 22 dcl gtss_abs_$dabt_check entry (ptr, char(4)); 6 23 dcl gtss_abs_$get_id entry (char(5)) returns(char(19)); 6 24 dcl gtss_abs_$get_drm entry() returns(char(*)); 6 25 dcl gtss_adjust_size_ entry (ptr); 6 26 dcl gtss_aft_$add entry (char(8), fixed bin(24), fixed bin(35)); 6 27 dcl gtss_aft_$delete entry (char(8), fixed bin(24), fixed bin(35)); 6 28 dcl gtss_aft_$find entry (char(8), fixed bin(24), fixed bin(35)); 6 29 dcl gtss_aft_$initialize entry (fixed bin(35)); 6 30 dcl gtss_ascii_bcd_ entry (ptr, fixed bin, ptr); 6 31 dcl gtss_attributes_mgr_$get entry (ptr, fixed bin(35)); 6 32 dcl gtss_attributes_mgr_$set entry (ptr, fixed bin(35)); 6 33 dcl gtss_bcd_ascii_ entry (ptr, fixed bin(24), ptr); 6 34 dcl gtss_bcd_ascii_$lc entry (ptr, fixed bin(24), ptr); 6 35 dcl gtss_break_vector_ entry (); 6 36 dcl gtss_break_vector_$drl_in_progress entry() returns(bit(1)); 6 37 dcl gtss_break_vector_$status entry() returns(bit(1)); 6 38 dcl gtss_build_ entry options(variable); 6 39 dcl gtss_com_err_ entry options(variable); 6 40 dcl gtss_derail_processor_ entry (ptr, char(*), ptr, ptr, bit(1) aligned) /* called at fault time instead of signal_ */; 6 41 dcl gtss_derail_processor_$set entry options(variable); 6 42 dcl gtss_dq_$catp entry (char (5), ptr, fixed bin (18) unsigned); 6 43 dcl gtss_dq_$create entry (bit(1)); 6 44 dcl gtss_dq_$dibp entry (char(5), ptr); 6 45 dcl gtss_dq_$entries_info entry (ptr, fixed bin (18) unsigned, fixed bin (18) unsigned); 6 46 dcl gtss_dq_$hdrp entry (ptr); 6 47 dcl gtss_dq_$mod_js entry (char(5), fixed bin (6) unsigned, bit (1)); 6 48 dcl gtss_dq_$open_exc entry (bit(1)); 6 49 dcl gtss_dq_$open_gen entry (bit(1)); 6 50 dcl gtss_drl_abort_ entry (ptr, fixed bin); 6 51 dcl gtss_drl_addmem_ entry (ptr, fixed bin); 6 52 dcl gtss_drl_callss_ entry (ptr, fixed bin); 6 53 dcl gtss_drl_corfil_ entry (ptr, fixed bin); 6 54 dcl gtss_drl_defil_ entry (ptr, fixed bin); 6 55 dcl gtss_drl_defil_$subr entry (ptr, ptr, ptr); 6 56 dcl gtss_drl_dio_ entry (ptr, fixed bin); 6 57 dcl gtss_drl_drlimt_ entry (ptr, fixed bin); 6 58 dcl gtss_drl_drlsav_ entry (ptr, fixed bin); 6 59 dcl gtss_drl_filact_ entry (ptr, fixed bin); 6 60 dcl gtss_drl_filsp_ entry (ptr, fixed bin); 6 61 dcl gtss_drl_grow_ entry (ptr, fixed bin); 6 62 dcl gtss_drl_gwake_ entry (ptr, fixed bin); 6 63 dcl gtss_drl_jsts_ entry (ptr, fixed bin); 6 64 dcl gtss_drl_kin_ entry (ptr, fixed bin); 6 65 dcl gtss_drl_kotnow_ entry (ptr, fixed bin); 6 66 dcl gtss_drl_kotnow_$gtss_drl_kout_ entry (ptr, fixed bin); 6 67 dcl gtss_drl_koutn_ entry (ptr, fixed bin); 6 68 dcl gtss_drl_morlnk_ entry (ptr, fixed bin); 6 69 dcl gtss_drl_msub_ entry (ptr, fixed bin); 6 70 dcl gtss_drl_objtim_ entry (ptr, fixed bin); 6 71 dcl gtss_drl_part_ entry (ptr, fixed bin); 6 72 dcl gtss_drl_pasaft_ entry (ptr, fixed bin); 6 73 dcl gtss_drl_pasdes_ entry (ptr, fixed bin); 6 74 dcl gtss_drl_pasust_ entry (ptr, fixed bin); 6 75 dcl gtss_drl_pdio_ entry (ptr, fixed bin); 6 76 dcl gtss_drl_prgdes_ entry (ptr, fixed bin); 6 77 dcl gtss_drl_pseudo_ entry (ptr, fixed bin); 6 78 dcl gtss_drl_relmem_ entry (ptr, fixed bin); 6 79 dcl gtss_drl_restor_ entry (ptr, fixed bin); 6 80 dcl gtss_drl_retfil_ entry (ptr, fixed bin); 6 81 dcl gtss_drl_return_ entry (ptr, fixed bin); 6 82 dcl gtss_drl_rew_ entry (ptr, fixed bin); 6 83 dcl gtss_drl_rstswh_ entry (ptr, fixed bin); 6 84 dcl gtss_drl_setlno_ entry (ptr, fixed bin); 6 85 dcl gtss_drl_setswh_ entry (ptr, fixed bin); 6 86 dcl gtss_drl_snumb_ entry (ptr, fixed bin); 6 87 dcl gtss_drl_spawn_ entry (ptr, fixed bin); 6 88 dcl gtss_drl_spawn_$gtss_drl_pasflr_ entry (ptr, fixed bin); 6 89 dcl gtss_drl_stoppt_ entry (ptr, fixed bin); 6 90 dcl gtss_drl_switch_ entry (ptr, fixed bin); 6 91 dcl gtss_drl_sysret_ entry (ptr, fixed bin); 6 92 dcl gtss_drl_t_cfio_ entry (ptr, fixed bin); 6 93 dcl gtss_drl_t_cmov_ entry (ptr, fixed bin); 6 94 dcl gtss_drl_t_err_ entry (ptr, fixed bin); 6 95 dcl gtss_drl_t_goto_ entry (ptr, fixed bin); 6 96 dcl gtss_drl_t_linl_ entry (ptr, fixed bin); 6 97 dcl gtss_drl_t_rscc_ entry (ptr, fixed bin); 6 98 dcl gtss_drl_tapein_ entry (ptr, fixed bin); 6 99 dcl gtss_drl_task_ entry (ptr, fixed bin); 6 100 dcl gtss_drl_termtp_ entry (ptr, fixed bin); 6 101 dcl gtss_drl_time_ entry (ptr, fixed bin); 6 102 dcl gtss_drun_ entry (bit(1)); 6 103 dcl gtss_dsd_lookup_ entry (char(8) var) returns(fixed bin(24)); 6 104 dcl gtss_dsd_process_ entry (ptr, ptr, fixed bin(21), fixed bin(21), fixed bin(35)); 6 105 dcl gtss_edit_dsd_ entry (ptr, fixed bin(21)) returns(fixed bin(24)); 6 106 dcl gtss_mcfc_empty entry (char(*) var); 6 107 dcl gtss_expand_pathname_ entry (ptr, char(*), char(*), fixed bin(35)); 6 108 dcl gtss_expand_pathname_$verify_umc entry (ptr, char(*), char(*), bit(18), fixed bin(35)); 6 109 dcl gtss_fault_processor_ entry options(variable); 6 110 dcl gtss_find_cond_frame_ entry (char(32) var) returns(ptr); 6 111 dcl gtss_fault_processor_$timer_runout entry (ptr, char(*)); 6 112 dcl gtss_filact_error_status_ entry (fixed bin(35))returns(bit(12)); 6 113 dcl gtss_filact_funct02_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 6 114 dcl gtss_filact_funct03_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 6 115 dcl gtss_filact_funct04_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 6 116 dcl gtss_filact_funct05_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 6 117 dcl gtss_filact_funct08_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 6 118 dcl gtss_filact_funct10_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 6 119 dcl gtss_filact_funct11_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 6 120 dcl gtss_filact_funct14_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 6 121 dcl gtss_filact_funct18_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 6 122 dcl gtss_filact_funct19_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 6 123 dcl gtss_filact_funct21_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 6 124 dcl gtss_filact_funct22_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 6 125 dcl gtss_mcfc_init_ entry (char(*) var); 6 126 dcl gtss_interp_prim_ entry options(variable); 6 127 dcl gtss_interp_prim_$callss entry (char(4), ptr); 6 128 dcl gtss_interp_prim_$sysret entry options(variable); 6 129 dcl gtss_interp_prim_$t_goto entry (char(4)); 6 130 dcl gtss_ios_change_size_ entry (fixed bin(24), fixed bin(24), bit(1), fixed bin(24), fixed bin(35)); 6 131 dcl gtss_ios_close_ entry (fixed bin(24), ptr, fixed bin(35)); 6 132 dcl gtss_ios_exchange_names_ entry (fixed bin(24), fixed bin(24), fixed bin(24), fixed bin(35)); 6 133 dcl gtss_ios_initialize_ entry options(variable); 6 134 dcl gtss_ios_io_ entry (fixed bin(24), ptr, ptr, fixed bin(24), fixed bin(24), fixed bin(35)); 6 135 dcl gtss_ios_open_ entry (fixed bin(24), char(168), char(32), bit(6), bit(1), ptr, ptr, fixed bin(35)); 6 136 dcl gtss_ios_position_ entry (fixed bin(24), fixed bin(24), fixed bin(24), bit(6), ptr); 6 137 dcl gtss_mcfc_$delete entry (fixed bin(24), char(*), char(*), bit(36) aligned, ptr, fixed bin(35)); 6 138 dcl gtss_mcfc_$open entry (char(*), char(*), bit(6), bit(36) aligned, ptr, fixed bin(35)); 6 139 dcl gtss_mcfc_$close entry (char(*), char(*), bit(36) aligned, ptr, fixed bin(35)); 6 140 dcl gtss_read_starCFP_ entry (ptr, ptr, fixed bin(21), fixed bin(21), fixed bin(35)); 6 141 dcl gtss_read_starCFP_$last_os entry (ptr, ptr, fixed bin(21), fixed bin(21), fixed bin(35)); 6 142 dcl gtss_run_subsystem_ entry (fixed bin(24)); 6 143 dcl gtss_run_subsystem_$finish entry options(variable); 6 144 dcl gtss_run_subsystem_$restor entry (fixed bin(24), ptr); 6 145 dcl gtss_run_subsystem_$restor_perm entry (fixed bin(24), ptr, fixed bin(18)); 6 146 dcl gtss_set_slave_ entry (fixed bin (24), ptr); 6 147 dcl gtss_set_slave_$load_bar entry (fixed bin (17)); 6 148 dcl gtss_update_safe_store_ entry (ptr); 6 149 dcl gtss_verify_access_ entry (char(*), char(*), fixed bin(24), bit(6), bit(12) aligned); 6 150 dcl gtss_verify_access_$check_forced_access entry (char(*), char(*), fixed bin(24)); 6 151 dcl gtss_write_starCFP_ entry (ptr, ptr, fixed bin(21), fixed bin(35)); 6 152 /* END INCLUDE FILE gtss_entry_dcls.incl.pl1 */ 148 149 end gtss_drl_pasdes_; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 12/10/84 1043.3 gtss_drl_pasdes_.pl1 >spec>on>7105>gtss_drl_pasdes_.pl1 138 1 09/09/83 1714.3 gtss_ust_ext_.incl.pl1 >ldd>include>gtss_ust_ext_.incl.pl1 140 2 09/09/83 1714.0 gtss_file_attributes.incl.pl1 >ldd>include>gtss_file_attributes.incl.pl1 142 3 09/09/83 1713.2 gtss_dfd_ext_.incl.pl1 >ldd>include>gtss_dfd_ext_.incl.pl1 144 4 09/09/83 1713.8 gtss_ext_.incl.pl1 >ldd>include>gtss_ext_.incl.pl1 146 5 12/15/83 1100.4 mc.incl.pl1 >ldd>include>mc.incl.pl1 148 6 12/10/84 1029.7 gtss_entry_dcls.incl.pl1 >spec>on>7105>gtss_entry_dcls.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. addr builtin function dcl 136 ref 46 addrel builtin function dcl 136 ref 52 65 83 aft 1 based structure array level 2 dcl 125 aft_entry 147 000020 external static structure array level 2 dcl 4-78 ref 67 87 aftx 000104 automatic fixed bin(24,0) dcl 116 set ref 91* 93 95 96 98* 98 altname 147 000020 external static char(8) array level 3 dcl 4-78 ref 95 arg_ptr 000106 automatic pointer dcl 119 set ref 52* 55 65 67 68 68 73 83 arglist based structure level 1 dcl 120 attributes_ptr 100 000012 external static pointer array level 3 dcl 3-6 ref 96 buffer based structure level 1 dcl 125 buffer_offset based bit(18) level 2 packed unaligned dcl 120 ref 55 65 buffer_ptr 000110 automatic pointer initial dcl 124 set ref 65* 95 96 104 124* desc 3 based bit(36) array level 3 dcl 125 set ref 96* descriptor 3 based structure level 2 dcl 2-11 ref 96 first_added 340 000020 external static fixed bin(24,0) level 2 dcl 4-78 ref 91 fixed builtin function dcl 136 ref 52 56 56 65 74 74 gseg 000102 automatic pointer initial dcl 115 set ref 49* 52 65 83 115* gtss_abort_subsystem_ 000022 constant entry external dcl 6-15 ref 56 74 gtss_dfd_ext_$disk_file_data 000012 external static structure array level 1 dcl 3-6 gtss_disk 000012 external static structure array level 2 dcl 3-6 gtss_ext_$aft 000020 external static structure level 1 dcl 4-78 gtss_ext_$gtss_slave_area_seg 000014 external static pointer array dcl 4-20 ref 49 gtss_ext_$stack_level_ 000016 external static fixed bin(17,0) dcl 4-31 ref 49 gtss_file_attributes based structure level 1 dcl 2-11 gtss_file_attributes_ptr 000114 automatic pointer initial dcl 2-9 set ref 2-9* gtss_ust 000010 external static structure level 2 dcl 1-16 gtss_ust_ext_$ust 000010 external static structure level 1 dcl 1-16 ilc 4 based bit(18) level 2 packed unaligned dcl 5-56 ref 52 56 56 74 74 increment parameter fixed bin(24,0) dcl 26 set ref 14 45* limit 22(18) 000010 external static bit(18) level 4 packed unaligned dcl 1-16 ref 55 73 lsize 22 000010 external static structure level 3 dcl 1-16 max_n based fixed bin(17,0) level 2 packed unaligned dcl 132 ref 86 mc based structure level 1 dcl 5-12 mcp 000116 automatic pointer dcl 5-10 set ref 44* 46 56* 74* mcpp parameter pointer dcl 25 ref 14 44 n 000105 automatic fixed bin(24,0) dcl 117 set ref 92* 93 94* 94 95 96 104 name 1 based char(8) array level 3 dcl 125 set ref 95* next_add 153 000020 external static fixed bin(24,0) array level 3 dcl 4-78 ref 98 null builtin function dcl 136 ref 115 124 131 2-9 num_files 000100 automatic fixed bin(17,0) dcl 114 set ref 67* 68* 86* 87 87* 93 num_files_offset 0(18) based bit(18) level 2 packed unaligned dcl 120 ref 67 68 68 73 83 number based fixed bin(35,0) level 2 dcl 125 set ref 104* number_files based structure level 1 dcl 132 number_files_ptr 000112 automatic pointer initial dcl 131 set ref 83* 86 131* scu based structure level 1 dcl 5-56 in procedure "gtss_drl_pasdes_" scu 30 based bit(36) array level 2 in structure "mc" packed unaligned dcl 5-12 in procedure "gtss_drl_pasdes_" set ref 46 scup 000120 automatic pointer dcl 5-54 set ref 46* 52 56 56 74 74 NAMES DECLARED BY DECLARE STATEMENT AND NEVER REFERENCED. abx internal static fixed bin(17,0) initial dcl 5-42 apx internal static fixed bin(17,0) initial dcl 5-42 bbx internal static fixed bin(17,0) initial dcl 5-42 bpx internal static fixed bin(17,0) initial dcl 5-42 com_err_ 000000 constant entry external dcl 6-8 gtss_CFP_abort_ 000000 constant entry external dcl 6-9 gtss_CFP_break_ 000000 constant entry external dcl 6-10 gtss_CFP_input_ 000000 constant entry external dcl 6-11 gtss_CFP_output_ 000000 constant entry external dcl 6-12 gtss_abandon_CFP_ 000000 constant entry external dcl 6-13 gtss_abort_dump_ 000000 constant entry external dcl 6-14 gtss_abort_subsystem_$not_imp 000000 constant entry external dcl 6-16 gtss_abs_$abs_equiv 000000 constant entry external dcl 6-19 gtss_abs_$cpu_runout 000000 constant entry external dcl 6-20 gtss_abs_$create_absin 000000 constant entry external dcl 6-21 gtss_abs_$dabt_check 000000 constant entry external dcl 6-22 gtss_abs_$get_drm 000000 constant entry external dcl 6-24 gtss_abs_$get_id 000000 constant entry external dcl 6-23 gtss_abs_login_banner_ 000000 constant entry external dcl 6-17 gtss_abs_logout_banner_ 000000 constant entry external dcl 6-18 gtss_adjust_size_ 000000 constant entry external dcl 6-25 gtss_aft_$add 000000 constant entry external dcl 6-26 gtss_aft_$delete 000000 constant entry external dcl 6-27 gtss_aft_$find 000000 constant entry external dcl 6-28 gtss_aft_$initialize 000000 constant entry external dcl 6-29 gtss_ascii_bcd_ 000000 constant entry external dcl 6-30 gtss_attributes_mgr_$get 000000 constant entry external dcl 6-31 gtss_attributes_mgr_$set 000000 constant entry external dcl 6-32 gtss_bcd_ascii_ 000000 constant entry external dcl 6-33 gtss_bcd_ascii_$lc 000000 constant entry external dcl 6-34 gtss_break_vector_ 000000 constant entry external dcl 6-35 gtss_break_vector_$drl_in_progress 000000 constant entry external dcl 6-36 gtss_break_vector_$status 000000 constant entry external dcl 6-37 gtss_build_ 000000 constant entry external dcl 6-38 gtss_com_err_ 000000 constant entry external dcl 6-39 gtss_derail_processor_ 000000 constant entry external dcl 6-40 gtss_derail_processor_$set 000000 constant entry external dcl 6-41 gtss_dq_$catp 000000 constant entry external dcl 6-42 gtss_dq_$create 000000 constant entry external dcl 6-43 gtss_dq_$dibp 000000 constant entry external dcl 6-44 gtss_dq_$entries_info 000000 constant entry external dcl 6-45 gtss_dq_$hdrp 000000 constant entry external dcl 6-46 gtss_dq_$mod_js 000000 constant entry external dcl 6-47 gtss_dq_$open_exc 000000 constant entry external dcl 6-48 gtss_dq_$open_gen 000000 constant entry external dcl 6-49 gtss_drl_abort_ 000000 constant entry external dcl 6-50 gtss_drl_addmem_ 000000 constant entry external dcl 6-51 gtss_drl_callss_ 000000 constant entry external dcl 6-52 gtss_drl_corfil_ 000000 constant entry external dcl 6-53 gtss_drl_defil_ 000000 constant entry external dcl 6-54 gtss_drl_defil_$subr 000000 constant entry external dcl 6-55 gtss_drl_dio_ 000000 constant entry external dcl 6-56 gtss_drl_drlimt_ 000000 constant entry external dcl 6-57 gtss_drl_drlsav_ 000000 constant entry external dcl 6-58 gtss_drl_filact_ 000000 constant entry external dcl 6-59 gtss_drl_filsp_ 000000 constant entry external dcl 6-60 gtss_drl_grow_ 000000 constant entry external dcl 6-61 gtss_drl_gwake_ 000000 constant entry external dcl 6-62 gtss_drl_jsts_ 000000 constant entry external dcl 6-63 gtss_drl_kin_ 000000 constant entry external dcl 6-64 gtss_drl_kotnow_ 000000 constant entry external dcl 6-65 gtss_drl_kotnow_$gtss_drl_kout_ 000000 constant entry external dcl 6-66 gtss_drl_koutn_ 000000 constant entry external dcl 6-67 gtss_drl_morlnk_ 000000 constant entry external dcl 6-68 gtss_drl_msub_ 000000 constant entry external dcl 6-69 gtss_drl_objtim_ 000000 constant entry external dcl 6-70 gtss_drl_part_ 000000 constant entry external dcl 6-71 gtss_drl_pasaft_ 000000 constant entry external dcl 6-72 gtss_drl_pasdes_ 000000 constant entry external dcl 6-73 gtss_drl_pasust_ 000000 constant entry external dcl 6-74 gtss_drl_pdio_ 000000 constant entry external dcl 6-75 gtss_drl_prgdes_ 000000 constant entry external dcl 6-76 gtss_drl_pseudo_ 000000 constant entry external dcl 6-77 gtss_drl_relmem_ 000000 constant entry external dcl 6-78 gtss_drl_restor_ 000000 constant entry external dcl 6-79 gtss_drl_retfil_ 000000 constant entry external dcl 6-80 gtss_drl_return_ 000000 constant entry external dcl 6-81 gtss_drl_rew_ 000000 constant entry external dcl 6-82 gtss_drl_rstswh_ 000000 constant entry external dcl 6-83 gtss_drl_setlno_ 000000 constant entry external dcl 6-84 gtss_drl_setswh_ 000000 constant entry external dcl 6-85 gtss_drl_snumb_ 000000 constant entry external dcl 6-86 gtss_drl_spawn_ 000000 constant entry external dcl 6-87 gtss_drl_spawn_$gtss_drl_pasflr_ 000000 constant entry external dcl 6-88 gtss_drl_stoppt_ 000000 constant entry external dcl 6-89 gtss_drl_switch_ 000000 constant entry external dcl 6-90 gtss_drl_sysret_ 000000 constant entry external dcl 6-91 gtss_drl_t_cfio_ 000000 constant entry external dcl 6-92 gtss_drl_t_cmov_ 000000 constant entry external dcl 6-93 gtss_drl_t_err_ 000000 constant entry external dcl 6-94 gtss_drl_t_goto_ 000000 constant entry external dcl 6-95 gtss_drl_t_linl_ 000000 constant entry external dcl 6-96 gtss_drl_t_rscc_ 000000 constant entry external dcl 6-97 gtss_drl_tapein_ 000000 constant entry external dcl 6-98 gtss_drl_task_ 000000 constant entry external dcl 6-99 gtss_drl_termtp_ 000000 constant entry external dcl 6-100 gtss_drl_time_ 000000 constant entry external dcl 6-101 gtss_drun_ 000000 constant entry external dcl 6-102 gtss_dsd_lookup_ 000000 constant entry external dcl 6-103 gtss_dsd_process_ 000000 constant entry external dcl 6-104 gtss_edit_dsd_ 000000 constant entry external dcl 6-105 gtss_expand_pathname_ 000000 constant entry external dcl 6-107 gtss_expand_pathname_$verify_umc 000000 constant entry external dcl 6-108 gtss_ext_$CFP_bits external static structure level 1 dcl 4-37 gtss_ext_$SYstarstar_file_no external static fixed bin(24,0) dcl 4-33 gtss_ext_$aem external static fixed bin(17,0) dcl 4-8 gtss_ext_$bad_drl_rtrn external static label variable dcl 4-9 gtss_ext_$com_reg external static structure level 1 dcl 4-45 gtss_ext_$db external static bit(1) array unaligned dcl 4-10 gtss_ext_$deferred_catalogs_ptr external static pointer dcl 4-11 gtss_ext_$dispose_of_drl external static label variable dcl 4-12 gtss_ext_$drl_rtrn external static label variable array dcl 4-13 gtss_ext_$drm_path external static char(168) unaligned dcl 4-14 gtss_ext_$drun_jid external static char(5) unaligned dcl 4-15 gtss_ext_$event_channel external static fixed bin(71,0) dcl 4-16 gtss_ext_$fast_lib external static structure level 1 dcl 4-98 gtss_ext_$finished external static label variable dcl 4-17 gtss_ext_$flags external static structure level 1 dcl 4-60 gtss_ext_$gdb_name external static char(8) unaligned dcl 4-18 gtss_ext_$get_line external static entry variable dcl 4-19 gtss_ext_$hcs_work_area_ptr external static pointer dcl 4-21 gtss_ext_$homedir external static char(64) unaligned dcl 4-22 gtss_ext_$last_k_was_out external static bit(1) dcl 4-23 gtss_ext_$mcfc external static structure level 1 dcl 4-109 gtss_ext_$pdir external static varying char(168) dcl 4-24 gtss_ext_$popup_from_pi external static label variable dcl 4-25 gtss_ext_$ppt external static pointer dcl 4-94 gtss_ext_$process_type external static fixed bin(17,0) dcl 4-26 gtss_ext_$put_chars external static entry variable dcl 4-27 gtss_ext_$restart_from_pi external static label variable dcl 4-28 gtss_ext_$restart_seg_ptr external static pointer dcl 4-29 gtss_ext_$sig_ptr external static pointer dcl 4-30 gtss_ext_$statistics external static structure level 1 dcl 4-72 gtss_ext_$suspended_process external static bit(1) unaligned dcl 4-32 gtss_ext_$user_id external static varying char(26) dcl 4-34 gtss_ext_$work_area_ptr external static pointer dcl 4-35 gtss_fault_processor_ 000000 constant entry external dcl 6-109 gtss_fault_processor_$timer_runout 000000 constant entry external dcl 6-111 gtss_filact_error_status_ 000000 constant entry external dcl 6-112 gtss_filact_funct02_ 000000 constant entry external dcl 6-113 gtss_filact_funct03_ 000000 constant entry external dcl 6-114 gtss_filact_funct04_ 000000 constant entry external dcl 6-115 gtss_filact_funct05_ 000000 constant entry external dcl 6-116 gtss_filact_funct08_ 000000 constant entry external dcl 6-117 gtss_filact_funct10_ 000000 constant entry external dcl 6-118 gtss_filact_funct11_ 000000 constant entry external dcl 6-119 gtss_filact_funct14_ 000000 constant entry external dcl 6-120 gtss_filact_funct18_ 000000 constant entry external dcl 6-121 gtss_filact_funct19_ 000000 constant entry external dcl 6-122 gtss_filact_funct21_ 000000 constant entry external dcl 6-123 gtss_filact_funct22_ 000000 constant entry external dcl 6-124 gtss_find_cond_frame_ 000000 constant entry external dcl 6-110 gtss_interp_prim_ 000000 constant entry external dcl 6-126 gtss_interp_prim_$callss 000000 constant entry external dcl 6-127 gtss_interp_prim_$sysret 000000 constant entry external dcl 6-128 gtss_interp_prim_$t_goto 000000 constant entry external dcl 6-129 gtss_ios_change_size_ 000000 constant entry external dcl 6-130 gtss_ios_close_ 000000 constant entry external dcl 6-131 gtss_ios_exchange_names_ 000000 constant entry external dcl 6-132 gtss_ios_initialize_ 000000 constant entry external dcl 6-133 gtss_ios_io_ 000000 constant entry external dcl 6-134 gtss_ios_open_ 000000 constant entry external dcl 6-135 gtss_ios_position_ 000000 constant entry external dcl 6-136 gtss_mcfc_$close 000000 constant entry external dcl 6-139 gtss_mcfc_$delete 000000 constant entry external dcl 6-137 gtss_mcfc_$open 000000 constant entry external dcl 6-138 gtss_mcfc_empty 000000 constant entry external dcl 6-106 gtss_mcfc_init_ 000000 constant entry external dcl 6-125 gtss_read_starCFP_ 000000 constant entry external dcl 6-140 gtss_read_starCFP_$last_os 000000 constant entry external dcl 6-141 gtss_run_subsystem_ 000000 constant entry external dcl 6-142 gtss_run_subsystem_$finish 000000 constant entry external dcl 6-143 gtss_run_subsystem_$restor 000000 constant entry external dcl 6-144 gtss_run_subsystem_$restor_perm 000000 constant entry external dcl 6-145 gtss_set_slave_ 000000 constant entry external dcl 6-146 gtss_set_slave_$load_bar 000000 constant entry external dcl 6-147 gtss_update_safe_store_ 000000 constant entry external dcl 6-148 gtss_verify_access_ 000000 constant entry external dcl 6-149 gtss_verify_access_$check_forced_access 000000 constant entry external dcl 6-150 gtss_write_starCFP_ 000000 constant entry external dcl 6-151 i automatic fixed bin(17,0) dcl 113 lbx internal static fixed bin(17,0) initial dcl 5-42 lpx internal static fixed bin(17,0) initial dcl 5-42 sbx internal static fixed bin(17,0) initial dcl 5-42 scux based structure level 1 dcl 5-207 spx internal static fixed bin(17,0) initial dcl 5-42 string builtin function dcl 136 NAME DECLARED BY EXPLICIT CONTEXT. gtss_drl_pasdes_ 000050 constant entry external dcl 14 NAMES DECLARED BY CONTEXT OR IMPLICATION. bin builtin function ref 68 hbound builtin function ref 67 87 unspec builtin function ref 96 STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 444 470 333 454 Length 760 333 24 254 110 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME gtss_drl_pasdes_ 144 external procedure is an external procedure. STORAGE FOR AUTOMATIC VARIABLES. STACK FRAME LOC IDENTIFIER BLOCK NAME gtss_drl_pasdes_ 000100 num_files gtss_drl_pasdes_ 000102 gseg gtss_drl_pasdes_ 000104 aftx gtss_drl_pasdes_ 000105 n gtss_drl_pasdes_ 000106 arg_ptr gtss_drl_pasdes_ 000110 buffer_ptr gtss_drl_pasdes_ 000112 number_files_ptr gtss_drl_pasdes_ 000114 gtss_file_attributes_ptr gtss_drl_pasdes_ 000116 mcp gtss_drl_pasdes_ 000120 scup gtss_drl_pasdes_ THE FOLLOWING EXTERNAL OPERATORS ARE USED BY THIS PROGRAM. call_ext_out_desc return ext_entry THE FOLLOWING EXTERNAL ENTRIES ARE CALLED BY THIS PROGRAM. gtss_abort_subsystem_ THE FOLLOWING EXTERNAL VARIABLES ARE USED BY THIS PROGRAM. gtss_dfd_ext_$disk_file_data gtss_ext_$aft gtss_ext_$gtss_slave_area_seg gtss_ext_$stack_level_ gtss_ust_ext_$ust LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC 14 000044 115 000055 124 000057 131 000060 2 9 000061 44 000062 45 000066 46 000070 49 000072 52 000077 55 000107 56 000120 61 000164 65 000165 67 000172 68 000201 73 000207 74 000212 79 000256 83 000257 86 000262 87 000265 91 000270 92 000273 93 000274 94 000301 95 000302 96 000317 98 000325 99 000327 104 000330 106 000332 ----------------------------------------------------------- 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