COMPILATION LISTING OF SEGMENT gtss_drl_t_err_ Compiled by: Multics PL/I Compiler, Release 28d, of October 4, 1983 Compiled at: Honeywell Multics Op. - System M Compiled on: 12/10/84 1249.8 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_t_err_: proc (mcpp, increment); 15 16 /** gtss error detected by a subsystem. 17* 18* Authors: Robert J. Grimes Created 19* Albert N. Kepner 1978 20* Robert M. May 21* David B. Ward 22* 23* Changed: Al Dupuis 10/09/79. Added tests for lflg2.b8, 24* lflg2.b4 and lswt2.b5. 25* * */ 26 dcl mcpp ptr parm; 27 dcl increment fixed bin parm; 28 mcp = mcpp; 29 30 /* * 31* 32* DRL T.ERR, ERROR DETECTED (octal 103) 33* 34* 35* 8_________1_6_____________________ 36* 37* DRL T.ERR 38* 39* (See TSS SYSTEM PROGRAMMER'S 40* REFERENCE MANUAL DD17C, Rev. 0, July 1976 41* Page 3-33.1) 42* 43**/ 44 45 increment = 0 ; /* Zero arguments */ 46 gseg = gtss_ext_$gtss_slave_area_seg (gtss_ext_$stack_level_); 47 gtss_spa.lwrap.b23 = "1"b; 48 if gtss_ust.lflg2.b8 then gtss_ust.lcfst.start_term = 14; 49 initial_lxxx = fixed (rel (addr (gtss_ust.lxxx)))-fixed (rel (addr (gtss_ust))); 50 ssname = gtss_prgdes_ext_$prgdes.ss_name 51 (gtss_ust.lprgs.b0_17 (gtss_ust.lxxx.b0_17 - initial_lxxx)); 52 ssname = translate (ssname, "ABCDEFGHIJKLMNOPQRSTUVWXYZ", 53 "abcdefghijklmnopqrstuvwxyz"); 54 if gtss_ust.lswt2.b6 then do; 55 gtss_ext_$flags.gtss_com_err_sw = "1"b; 56 call gtss_abort_subsystem_ (mcp, "gtss_drl_t_err_", 0, 57 "<67> ERROR DETECTED IN ^a PROCESSING", ssname); 58 return; 59 end; 60 if ^((gtss_ust.lflg2.b8) & (^gtss_ust.lflg2.b4)) /* If CFP on and TALK off go on, else return */ 61 then return; 62 if gtss_ust.lswt2.b5 then return; /* trap mode disabled */ 63 gtss_ext_$flags.gtss_com_err_sw = "1"b; 64 call gtss_abort_subsystem_ (mcp, "gtss_drl_t_err_", 0, 65 "<67> ERROR DETECTED IN ^a PROCESSING", ssname); 66 return; 67 68 /* * Variables for gtss_drl_t_err_: 69* IDENTIFIER ATTRIBUTES * */ 70 dcl code fixed bin (35); 71 dcl gseg ptr init (null ()); 72 dcl initial_lxxx fixed bin (17); 73 dcl ssname char (4) init ("????"); 74 dcl status fixed bin (24); 75 1 1 /* BEGIN INCLUDE FILE gtss_ext_.incl.pl1 */ 1 2 /* 1 3* Created: (Wardd Multics) 05/20/78 1307.6 mst Sat 1 4* Modified: Ward 1981 add suspended_process dcl 1 5* Modified: Ron Barstad 83-07-21 Fixed level number on mcfc to 3 1 6* Modified: Ron Barstad 83-07-25 Fixed derail range in statistics to 4js3 number 1 7**/ 1 8 dcl gtss_ext_$aem fixed bin static ext /* >0 Print "additional" error information. */; 1 9 dcl gtss_ext_$bad_drl_rtrn static ext label /* Default for drl_rtrn. */; 1 10 dcl gtss_ext_$db (72)bit(1)unal static ext; 1 11 dcl gtss_ext_$deferred_catalogs_ptr ptr ext; 1 12 dcl gtss_ext_$dispose_of_drl static ext label /* quit handlers for some derails use this label to abort */; 1 13 dcl gtss_ext_$drl_rtrn (4)static ext label /* where to return at subsystem end */; 1 14 dcl gtss_ext_$drm_path char(168)static ext /* gtss_expand_pathname_stores drm_path */; 1 15 dcl gtss_ext_$drun_jid char (5) static ext /* valid only for DRUN executing under absentee */; 1 16 dcl gtss_ext_$event_channel fixed bin (71) static ext /* used for DABT signals */; 1 17 dcl gtss_ext_$finished static ext label /* Return to gtss for normal conclusion. */; 1 18 dcl gtss_ext_$gdb_name char(8)ext /* Name H* module to debug. */; 1 19 dcl gtss_ext_$get_line entry(ptr,ptr,fixed bin(21),fixed bin(21),fixed bin(35))variable ext /* Build mode input procedure. */; 1 20 dcl gtss_ext_$gtss_slave_area_seg (4) ext static ptr /* pointer to gtss slave area segment */; 1 21 dcl gtss_ext_$hcs_work_area_ptr ptr ext static /* Temp seg for acl lists. */; 1 22 dcl gtss_ext_$homedir char (64) static ext /* user's home dir */; 1 23 dcl gtss_ext_$last_k_was_out bit (1)aligned ext static /* "1"b => last tty output was output. */; 1 24 dcl gtss_ext_$pdir char (168) varying ext static /* pathname of process directory */; 1 25 dcl gtss_ext_$popup_from_pi static ext label /* transfer to this label after pi simulates popup primitive */; 1 26 dcl gtss_ext_$process_type fixed bin (17) static ext; 1 27 dcl gtss_ext_$put_chars entry(ptr,ptr,fixed bin(24),fixed bin(35)) variable ext /* Terminal output procedure. */; 1 28 dcl gtss_ext_$restart_from_pi static ext label /* transfer to this label after pi restores machine conditions */; 1 29 dcl gtss_ext_$restart_seg_ptr ptr static ext /* points to DRUN restart file when exec under absentee */; 1 30 dcl gtss_ext_$sig_ptr ext static ptr /* saved ptr to signal_ */; 1 31 dcl gtss_ext_$stack_level_ fixed bin ext static; 1 32 dcl gtss_ext_$suspended_process bit(1) ext static; 1 33 dcl gtss_ext_$SYstarstar_file_no fixed bin (24) static ext; 1 34 dcl gtss_ext_$user_id char (26)var ext; 1 35 dcl gtss_ext_$work_area_ptr ptr ext; 1 36 1 37 dcl 1 gtss_ext_$CFP_bits aligned static external 1 38 , 3 no_input_yet bit (1) unaligned /* used in gtss_CFP_input_, gtss_read_starCFP_ */ 1 39 , 3 rtn_bits bit (4) unaligned /* used in gtss_CFP_input_, gtss_CFP_output_ */ 1 40 , 3 cpos_called bit (1) unaligned /* used in gtss_CFP_input_, gtss_drl_t_cfio_, gtss_abandon_CFP_ */ 1 41 , 3 cout_called bit (1) unaligned /* used in gtss_read_starCFP_, gtss_abandon_CFP_ */ 1 42 , 3 build_mode bit (1) unaligned /* used in gtss_build_, gtss_dsd_process_ */ 1 43 ; 1 44 1 45 dcl 1 gtss_ext_$com_reg aligned static ext, 1 46 3 tsdmx, 1 47 4 dst fixed bin (18) unsigned unaligned, 1 48 4 dit fixed bin (18) unsigned unaligned, 1 49 3 tsdpt fixed bin (36) unsigned unaligned, 1 50 3 tsddt fixed bin (36) unsigned unaligned, 1 51 3 tsdid bit (72) unaligned, 1 52 3 tsdsd bit (36) unaligned, 1 53 3 tsdst fixed bin (36) unsigned unaligned, 1 54 3 tsdjb fixed bin (35) unaligned, 1 55 3 tsdgt, 1 56 4 ust_loc fixed bin (18) unsigned unaligned, 1 57 4 gating_ctl fixed bin (18) unsigned unaligned, 1 58 3 tcdfr bit (36) unaligned; 1 59 1 60 dcl 1 gtss_ext_$flags aligned static ext 1 61 , 3 dispose_of_drl_on_pi bit (01) unal /* 1 => drl that should be aborted after quit-pi sequence */ 1 62 , 3 drl_in_progress bit (01) unal /* 1 => drl handler executing; 0 => gcos code executing */ 1 63 , 3 popup_from_pi bit (01) unal /* 1 => derail processor will simulate Gcos break instead of returning */ 1 64 , 3 unfinished_drl bit (01) unal /* 1 => subsystem is handling breaks and quit was raised during a drl */ 1 65 , 3 ss_time_limit_set bit (01) unal /* 1 => exec time limit set for subsystem */ 1 66 , 3 timer_ranout bit (01) unal /* 1 => user is executing timer runout code */ 1 67 , 3 gtss_com_err_sw bit (01) unal /* 1 => stop com_err_ string from going to terminal */ 1 68 , 3 available bit (65) unal 1 69 ; 1 70 1 71 1 72 dcl 1 gtss_ext_$statistics aligned static ext, /* Derail usage statistics */ 1 73 3 total_time (-10:71)fixed bin (71), 1 74 3 count (-10:71)fixed bin (17); 1 75 1 76 /* Declaration of Available File Table 1 77* */ 1 78 dcl 1 gtss_ext_$aft aligned ext, /* aft structure */ 1 79 1 80 3 start_list (0:102) fixed bin (24), /* >0 => 1st aft_entry row to start of next entry chain. */ 1 81 1 82 3 aft_entry (20), 1 83 4 altname char (8), /* altname name for attaching this file */ 1 84 4 next_entry fixed bin (24), /* Next aft_entry in hash chain. */ 1 85 4 previous_add fixed bin (24), /* Previously added entry. */ 1 86 4 next_add fixed bin (24), /* Entry added after this one. */ 1 87 4 used bit (1) unal, /* "1"b => aft_entry contains AFT value. */ 1 88 4 forced bit(1) unal, /* "1"b => gtss_verify_access_ forced access on this file. */ 1 89 1 90 3 free_space fixed bin (24), /* Index of start of free space list for aft entries. */ 1 91 3 first_added fixed bin (24), /* >0 => start of chain in add order. */ 1 92 3 last_added fixed bin (24) /* >0 => end of chain in added order. */; 1 93 1 94 dcl gtss_ext_$ppt ptr ext /* switch name for tapein drl */; 1 95 /** Data structure to provide access to installed 1 96* subsystems fast library load. 1 97* **/ 1 98 dcl 1 gtss_ext_$fast_lib aligned ext 1 99 , 3 fast_lib_fcb ptr /* Pointer to msf fcb. */ 1 100 , 3 fast_lib_ncp fixed bin (24) /* Number of components. */ 1 101 , 3 comp_ptr (0:9)ptr /* Pointer to component. */ 1 102 , 3 comp_wds (0:9)fixed bin (24) /* Component length (words). */ 1 103 ; 1 104 1 105 /* Pointers to segments to regulate multipler 1 106* callers to files. Same segments are used to regulate 1 107* all simulator callers. 1 108**/ 1 109 dcl 1 gtss_ext_$mcfc aligned ext, 1 110 3 multics_lock_id bit(36), 1 111 3 wait_time fixed bin, 1 112 3 files_ptr ptr, 1 113 3 names_ptr ptr, 1 114 3 callers_ptr (0:3)ptr 1 115 ; 1 116 1 117 /* END INCLUDE FILE gtss_ext_.incl.pl1 */ 76 77 2 1 /* */ 2 2 /* BEGIN INCLUDE FILE mc.incl.pl1 Created Dec 72 for 6180 - WSS. */ 2 3 /* Modified 06/07/76 by Greenberg for mc.resignal */ 2 4 /* Modified 07/07/76 by Morris for fault register data */ 2 5 /* Modified 08/28/80 by J. A. Bush for the DPS8/70M CVPU */ 2 6 /* Modified '82 to make values constant */ 2 7 2 8 /* words 0-15 pointer registers */ 2 9 2 10 dcl mcp ptr; 2 11 2 12 dcl 1 mc based (mcp) aligned, 2 13 2 prs (0:7) ptr, /* POINTER REGISTERS */ 2 14 (2 regs, /* registers */ 2 15 3 x (0:7) bit (18), /* index registers */ 2 16 3 a bit (36), /* accumulator */ 2 17 3 q bit (36), /* q-register */ 2 18 3 e bit (8), /* exponent */ 2 19 3 pad1 bit (28), 2 20 3 t bit (27), /* timer register */ 2 21 3 pad2 bit (6), 2 22 3 ralr bit (3), /* ring alarm register */ 2 23 2 24 2 scu (0:7) bit (36), 2 25 2 26 2 mask bit (72), /* mem controller mask at time of fault */ 2 27 2 ips_temp bit (36), /* Temporary storage for IPS info */ 2 28 2 errcode fixed bin (35), /* fault handler's error code */ 2 29 2 fim_temp, 2 30 3 unique_index bit (18) unal, /* unique index for restarting faults */ 2 31 3 resignal bit (1) unal, /* recompute signal name with fcode below */ 2 32 3 fcode bit (17) unal, /* fault code used as index to FIM table and SCT */ 2 33 2 fault_reg bit (36), /* fault register */ 2 34 2 pad2 bit (1), 2 35 2 cpu_type fixed bin (2) unsigned, /* L68 = 0, DPS8/70M = 1 */ 2 36 2 ext_fault_reg bit (15), /* extended fault reg for DPS8/70M CPU */ 2 37 2 fault_time bit (54), /* time of fault */ 2 38 2 39 2 eis_info (0:7) bit (36)) unaligned; 2 40 2 41 2 42 dcl (apx fixed bin init (0), 2 43 abx fixed bin init (1), 2 44 bpx fixed bin init (2), 2 45 bbx fixed bin init (3), 2 46 lpx fixed bin init (4), 2 47 lbx fixed bin init (5), 2 48 spx fixed bin init (6), 2 49 sbx fixed bin init (7)) internal static options (constant); 2 50 2 51 2 52 2 53 2 54 dcl scup ptr; 2 55 2 56 dcl 1 scu based (scup) aligned, /* SCU DATA */ 2 57 2 58 2 59 /* WORD (0) */ 2 60 2 61 (2 ppr, /* PROCEDURE POINTER REGISTER */ 2 62 3 prr bit (3), /* procedure ring register */ 2 63 3 psr bit (15), /* procedure segment register */ 2 64 3 p bit (1), /* procedure privileged bit */ 2 65 2 66 2 apu, /* APPENDING UNIT STATUS */ 2 67 3 xsf bit (1), /* ext seg flag - IT modification */ 2 68 3 sdwm bit (1), /* match in SDW Ass. Mem. */ 2 69 3 sd_on bit (1), /* SDW Ass. Mem. ON */ 2 70 3 ptwm bit (1), /* match in PTW Ass. Mem. */ 2 71 3 pt_on bit (1), /* PTW Ass. Mem. ON */ 2 72 3 pi_ap bit (1), /* Instr Fetch or Append cycle */ 2 73 3 dsptw bit (1), /* Fetch of DSPTW */ 2 74 3 sdwnp bit (1), /* Fetch of SDW non paged */ 2 75 3 sdwp bit (1), /* Fetch of SDW paged */ 2 76 3 ptw bit (1), /* Fetch of PTW */ 2 77 3 ptw2 bit (1), /* Fetch of pre-paged PTW */ 2 78 3 fap bit (1), /* Fetch of final address paged */ 2 79 3 fanp bit (1), /* Fetch of final address non-paged */ 2 80 3 fabs bit (1), /* Fetch of final address absolute */ 2 81 2 82 2 fault_cntr bit (3), /* number of retrys of EIS instructions */ 2 83 2 84 2 85 /* WORD (1) */ 2 86 2 87 2 fd, /* FAULT DATA */ 2 88 3 iro bit (1), /* illegal ring order */ 2 89 3 oeb bit (1), /* out of execute bracket */ 2 90 3 e_off bit (1), /* no execute */ 2 91 3 orb bit (1), /* out of read bracket */ 2 92 3 r_off bit (1), /* no read */ 2 93 3 owb bit (1), /* out of write bracket */ 2 94 3 w_off bit (1), /* no write */ 2 95 3 no_ga bit (1), /* not a gate */ 2 96 3 ocb bit (1), /* out of call bracket */ 2 97 3 ocall bit (1), /* outward call */ 2 98 3 boc bit (1), /* bad outward call */ 2 99 3 inret bit (1), /* inward return */ 2 100 3 crt bit (1), /* cross ring transfer */ 2 101 3 ralr bit (1), /* ring alarm register */ 2 102 3 am_er bit (1), /* associative memory fault */ 2 103 3 oosb bit (1), /* out of segment bounds */ 2 104 3 paru bit (1), /* processor parity upper */ 2 105 3 parl bit (1), /* processor parity lower */ 2 106 3 onc_1 bit (1), /* op not complete type 1 */ 2 107 3 onc_2 bit (1), /* op not complete type 2 */ 2 108 2 109 2 port_stat, /* PORT STATUS */ 2 110 3 ial bit (4), /* illegal action lines */ 2 111 3 iac bit (3), /* illegal action channel */ 2 112 3 con_chan bit (3), /* connect channel */ 2 113 2 114 2 fi_num bit (5), /* (fault/interrupt) number */ 2 115 2 fi_flag bit (1), /* 1 => fault, 0 => interrupt */ 2 116 2 117 2 118 /* WORD (2) */ 2 119 2 120 2 tpr, /* TEMPORARY POINTER REGISTER */ 2 121 3 trr bit (3), /* temporary ring register */ 2 122 3 tsr bit (15), /* temporary segment register */ 2 123 2 124 2 pad2 bit (9), 2 125 2 126 2 cpu_no bit (3), /* CPU number */ 2 127 2 128 2 delta bit (6), /* tally modification DELTA */ 2 129 2 130 2 131 /* WORD (3) */ 2 132 2 133 2 word3 bit (18), 2 134 2 135 2 tsr_stat, /* TSR STATUS for 1,2,&3 word instructions */ 2 136 3 tsna, /* Word 1 status */ 2 137 4 prn bit (3), /* Word 1 PR number */ 2 138 4 prv bit (1), /* Word 1 PR valid bit */ 2 139 3 tsnb, /* Word 2 status */ 2 140 4 prn bit (3), /* Word 2 PR number */ 2 141 4 prv bit (1), /* Word 2 PR valid bit */ 2 142 3 tsnc, /* Word 3 status */ 2 143 4 prn bit (3), /* Word 3 PR number */ 2 144 4 prv bit (1), /* Word 3 PR valid bit */ 2 145 2 146 2 tpr_tbr bit (6), /* TPR.TBR field */ 2 147 2 148 2 149 /* WORD (4) */ 2 150 2 151 2 ilc bit (18), /* INSTRUCTION COUNTER */ 2 152 2 153 2 ir, /* INDICATOR REGISTERS */ 2 154 3 zero bit (1), /* zero indicator */ 2 155 3 neg bit (1), /* negative indicator */ 2 156 3 carry bit (1), /* carryry indicator */ 2 157 3 ovfl bit (1), /* overflow indicator */ 2 158 3 eovf bit (1), /* eponent overflow */ 2 159 3 eufl bit (1), /* exponent underflow */ 2 160 3 oflm bit (1), /* overflow mask */ 2 161 3 tro bit (1), /* tally runout */ 2 162 3 par bit (1), /* parity error */ 2 163 3 parm bit (1), /* parity mask */ 2 164 3 bm bit (1), /* ^bar mode */ 2 165 3 tru bit (1), /* truncation mode */ 2 166 3 mif bit (1), /* multi-word instruction mode */ 2 167 3 abs bit (1), /* absolute mode */ 2 168 3 hex bit (1), /* hexadecimal exponent mode */ 2 169 3 pad bit (3), 2 170 2 171 2 172 /* WORD (5) */ 2 173 2 174 2 ca bit (18), /* COMPUTED ADDRESS */ 2 175 2 176 2 cu, /* CONTROL UNIT STATUS */ 2 177 3 rf bit (1), /* on first cycle of repeat instr */ 2 178 3 rpt bit (1), /* repeat instruction */ 2 179 3 rd bit (1), /* repeat double instruction */ 2 180 3 rl bit (1), /* repeat link instruciton */ 2 181 3 pot bit (1), /* IT modification */ 2 182 3 pon bit (1), /* return type instruction */ 2 183 3 xde bit (1), /* XDE from Even location */ 2 184 3 xdo bit (1), /* XDE from Odd location */ 2 185 3 poa bit (1), /* operation preparation */ 2 186 3 rfi bit (1), /* tells CPU to refetch instruction */ 2 187 3 its bit (1), /* ITS modification */ 2 188 3 if bit (1), /* fault occured during instruction fetch */ 2 189 2 190 2 cpu_tag bit (6)) unaligned, /* computed tag field */ 2 191 2 192 2 193 /* WORDS (6,7) */ 2 194 2 195 2 even_inst bit (36), /* even instruction of faulting pair */ 2 196 2 197 2 odd_inst bit (36); /* odd instruction of faulting pair */ 2 198 2 199 2 200 2 201 2 202 2 203 2 204 /* ALTERNATE SCU DECLARATION */ 2 205 2 206 2 207 dcl 1 scux based (scup) aligned, 2 208 2 209 (2 pad0 bit (36), 2 210 2 211 2 fd, /* GROUP II FAULT DATA */ 2 212 3 isn bit (1), /* illegal segment number */ 2 213 3 ioc bit (1), /* illegal op code */ 2 214 3 ia_am bit (1), /* illegal address - modifier */ 2 215 3 isp bit (1), /* illegal slave procedure */ 2 216 3 ipr bit (1), /* illegal procedure */ 2 217 3 nea bit (1), /* non existent address */ 2 218 3 oobb bit (1), /* out of bounds */ 2 219 3 pad bit (29), 2 220 2 221 2 pad2 bit (36), 2 222 2 223 2 pad3a bit (18), 2 224 2 225 2 tsr_stat (0:2), /* TSR STATUS as an ARRAY */ 2 226 3 prn bit (3), /* PR number */ 2 227 3 prv bit (1), /* PR valid bit */ 2 228 2 229 2 pad3b bit (6)) unaligned, 2 230 2 231 2 pad45 (0:1) bit (36), 2 232 2 233 2 instr (0:1) bit (36); /* Instruction ARRAY */ 2 234 2 235 2 236 2 237 /* END INCLUDE FILE mc.incl.pl1 */ 78 79 3 1 /* BEGIN INCLUDE FILE gtss_ust_ext_.incl.pl1 */ 3 2 /* UST: User Status Table 3 3* definitions based on 3 4* System Tables, Order number DD14-01E, January 1981 3 5* Section 15, Time Sharing System 3 6* 3 7* Authors: Robert J. Grimes Created 3 8* - Albert N. Kepner 1978 3 9* - Robert M. May 3 10* - David B. Ward 3 11* Change: Dave Ward 02/23/79 Level 4 numbering. 3 12* Change: Ron Barstad 83-07-12 Repaired damaged formating and word offset comments 3 13* Brought up to 4JS3 functionality 3 14**/ 3 15 /* octal word offsets of entries */ 3 16 dcl 1 gtss_ust_ext_$ust aligned ext, 3 17 3 gtss_ust, 3 18 /* 0-1 */ 4 lid bit (72), 3 19 /* 2 */ 4 lstp bit (36), 3 20 /* 3 */ 4 ltin bit (36), 3 21 /* 4 */ 4 lstio, 3 22 5 no_of_chars_by_8 fixed bin (18) uns unal, 3 23 5 no_of_disk_io fixed bin (18) uns unal, 3 24 /* 5 */ 4 lsnub bit (36), 3 25 /* 6-7 */ 4 lchg bit (72), 3 26 /* 10 */ 4 lbuf, 3 27 5 address bit (18)unaligned, 3 28 5 tally bit (1)unaligned, 3 29 5 terminal_type bit (5)unaligned, 3 30 5 station_id bit (12)unaligned, 3 31 /* 11-12 */ 4 liost (0:1) bit (36), 3 32 /* 13 */ 4 lcc bit (36), 3 33 /* 14 */ 4 lback, 3 34 5 fill1 bit (18) unaligned, 3 35 5 gwake fixed bin (17) unaligned, 3 36 /* 15 */ 4 lflag, 3 37 5 mp_list bit (18) unaligned, 3 38 5 flags unaligned, 3 39 6 b18 bit (1) unaligned, 3 40 6 b19 bit (1) unaligned, 3 41 6 b20 bit (1) unaligned, 3 42 6 b21 bit (1) unaligned, 3 43 6 b22 bit (1) unaligned, 3 44 6 b23 bit (1) unaligned, 3 45 6 b24 bit (1) unaligned, 3 46 6 b25 bit (1) unaligned, 3 47 6 b26 bit (1) unaligned, 3 48 6 b27 bit (1) unaligned, 3 49 6 b28 bit (1) unaligned, 3 50 6 b29 bit (1) unaligned, 3 51 6 b30 bit (1) unaligned, 3 52 6 b31 bit (1) unaligned, 3 53 6 b32 bit (1) unaligned, 3 54 6 b33 bit (1) unaligned, 3 55 6 b34 bit (1) unaligned, 3 56 6 b35 bit (1) unaligned, 3 57 /* 16 */ 4 lkdss bit (36), 3 58 /* 17 */ 4 lfile, 3 59 5 program_stack fixed bin (17) unal, 3 60 5 file_list_ptr bit (18) unal, 3 61 /* 20 */ 4 lttys bit (36), 3 62 /* 21 */ 4 lswth, 3 63 5 b0 bit (1) unaligned, 3 64 5 b1 bit (1) unaligned, 3 65 5 b2 bit (1) unaligned, 3 66 5 b3 bit (1) unaligned, 3 67 5 b4 bit (1) unaligned, 3 68 5 b5 bit (1) unaligned, 3 69 5 b6 bit (1) unaligned, 3 70 5 b7 bit (1) unaligned, 3 71 5 b8 bit (1) unaligned, 3 72 5 b9 bit (1) unaligned, 3 73 5 b10 bit (1) unaligned, 3 74 5 b11 bit (1) unaligned, 3 75 5 b12 bit (1) unaligned, 3 76 5 b13 bit (1) unaligned, 3 77 5 b14 bit (1) unaligned, 3 78 5 b15 bit (1) unaligned, 3 79 5 b16 bit (1) unaligned, 3 80 5 b17 bit (1) unaligned, 3 81 5 b18 bit (1) unaligned, 3 82 5 b19 bit (1) unaligned, 3 83 5 b20 bit (1) unaligned, 3 84 5 b21 bit (1) unaligned, 3 85 5 b22 bit (1) unaligned, 3 86 5 b23 bit (1) unaligned, 3 87 5 b24 bit (1) unaligned, 3 88 5 b25 bit (1) unaligned, 3 89 5 b26 bit (1) unaligned, 3 90 5 b27 bit (1) unaligned, 3 91 5 b28 bit (1) unaligned, 3 92 5 b29 bit (1) unaligned, 3 93 5 b30 bit (1) unaligned, 3 94 5 b31 bit (1) unaligned, 3 95 5 b32 bit (1) unaligned, 3 96 5 b33 bit (1) unaligned, 3 97 5 b34 bit (1) unaligned, 3 98 5 b35 bit (1) unaligned, 3 99 /* 22 */ 4 lsize, 3 100 5 bar fixed bin (17) unaligned, 3 101 5 limit bit (18) unaligned, 3 102 /* 23... */ 4 lswap, 3 103 5 fill bit (18) unal, 3 104 5 size bit (18) unal, 3 105 /* ...24 */ 4 transfer_cell bit (36) unal, 3 106 /* 25 */ 4 lerrm bit (36), 3 107 /* 26-37 */ 4 lcfil (0:9) bit (36), 3 108 /* 40 */ 4 lsybc, 3 109 5 b0_17 fixed bin (17) unaligned, 3 110 5 b18_35 fixed bin (17) unaligned, 3 111 /* 41-42 */ 4 lstem (0:1) bit (36), 3 112 /* 43 */ 4 lcals, 3 113 5 b0_17 fixed bin (17) unaligned, 3 114 5 b18_35 bit (18) unaligned, 3 115 /* 44-51 */ 4 subsystems (3), 3 116 5 content_lswap, 3 117 6 fill bit (18) unal, 3 118 6 size bit (18) unal, 3 119 5 tally_address fixed bin (17) unaligned, 3 120 5 ss_flags bit (18) unaligned, 3 121 /* 52 */ 4 ltalc, 3 122 5 tod fixed bin (17) unaligned, 3 123 5 startup fixed bin (17) unaligned, 3 124 /* 53 */ 4 lspts fixed bin (35), 3 125 /* 54 */ 4 lflg2, 3 126 5 b0 bit (1) unaligned, 3 127 5 b1 bit (1) unaligned, 3 128 5 b2 bit (1) unaligned, 3 129 5 b3 bit (1) unaligned, 3 130 5 b4 bit (1) unaligned, 3 131 5 b5 bit (1) unaligned, 3 132 5 b6 bit (1) unaligned, 3 133 5 b7 bit (1) unaligned, 3 134 5 b8 bit (1) unaligned, 3 135 5 b9 bit (1) unaligned, 3 136 5 b10 bit (1) unaligned, 3 137 5 b11 bit (1) unaligned, 3 138 5 b12 bit (1) unaligned, 3 139 5 b13 bit (1) unaligned, 3 140 5 b14 bit (1) unaligned, 3 141 5 b15 bit (1) unaligned, 3 142 5 b16 bit (1) unaligned, 3 143 5 b17 bit (1) unaligned, 3 144 5 b18 bit (1) unaligned, 3 145 5 b19 bit (1) unaligned, 3 146 5 b20 bit (1) unaligned, 3 147 5 b21 bit (1) unaligned, 3 148 5 b22 bit (1) unaligned, 3 149 5 b23 bit (1) unaligned, 3 150 5 b24 bit (1) unaligned, 3 151 5 b25 bit (1) unaligned, 3 152 5 b26 bit (1) unaligned, 3 153 5 b27 bit (1) unaligned, 3 154 5 b28 bit (1) unaligned, 3 155 5 b29 bit (1) unaligned, 3 156 5 b30 bit (1) unaligned, 3 157 5 b31 bit (1) unaligned, 3 158 5 b32 bit (1) unaligned, 3 159 5 b33 bit (1) unaligned, 3 160 5 b34 bit (1) unaligned, 3 161 5 b35 bit (1) unaligned, 3 162 /* 55-60 */ 4 lsftm (0:3) bit (36), 3 163 /* 61 */ 4 lsprt fixed bin (35), 3 164 /* 62 */ 4 ltrm bit (36), 3 165 /* 63 */ 4 linno fixed bin (35), 3 166 /* 64 */ 4 lincr fixed bin (35), 3 167 /* 65 */ 4 ltdes bit (36), 3 168 /* 66 */ 4 lbptr bit (36), 3 169 /* 67 */ 4 lpptr, 3 170 5 last_file_pat_ptr bin (18) uns unal, 3 171 5 lpptr_reserved bin (18) uns unal, 3 172 /* 70 */ 4 lsclp bit (36), 3 173 /* 71 */ 4 limit fixed bin (35), 3 174 /* 72 */ 4 lacpt, 3 175 5 jout_pat_offset bit (18) unal, 3 176 5 permissions unal, 3 177 6 lodx bit (1) unal, 3 178 6 cardin bit (1) unal, 3 179 6 talk bit (1) unal, 3 180 6 lods bit (1) unal, 3 181 5 cardin_urgency bit (14) unal, 3 182 /* 73 */ 4 ldrl, 3 183 5 ilc bit (18) unaligned, 3 184 5 code fixed bin (17) unaligned, 3 185 /* 74 */ 4 ljsnb bit (36), 3 186 /* 75 */ 4 ltm0 bit (36), 3 187 /* 76 */ 4 ltm1 bit (36), 3 188 /* 77 */ 4 ltm2 bit (36), 3 189 /* 100 */ 4 ltm3 bit (36), 3 190 /* 101 */ 4 ltm4 bit (36), 3 191 /* 102 */ 4 ltm5 bit (36), 3 192 /* 103 */ 4 ltmwt bit (36), 3 193 /* 104 */ 4 ltmrs bit (36), 3 194 /* 105 */ 4 ltc0 bit (36), 3 195 /* 106 */ 4 ltc1 bit (36), 3 196 /* 107 */ 4 ltc2 bit (36), 3 197 /* 110 */ 4 lct3 bit (36), 3 198 /* 111 */ 4 ltc4 bit (36), 3 199 /* 112 */ 4 ltc5 bit (36), 3 200 /* 113 */ 4 ltcw bit (36), 3 201 /* 114 */ 4 lkst bit (36), 3 202 /* 115 */ 4 lkst2 bit (36), 3 203 /* 116 */ 4 lkcc bit (36), 3 204 /* 117 */ 4 lkms bit (36), 3 205 /* 120-121 */ 4 lksdc (0:1) bit (36), 3 206 /* 122 */ 4 lkntp bit (36), 3 207 /* 123 */ 4 lkrdc bit (36), 3 208 /* 124 */ 4 lpqf bit (36), 3 209 /* 125 */ 4 lpqb bit (36), 3 210 /* 126 */ 4 lustl bit (36), 3 211 /* 127 */ 4 ltemp bit (36), 3 212 /* 130 */ 4 lrtll, 3 213 5 word_length fixed bin unaligned, 3 214 5 char_length fixed bin unaligned, 3 215 /* 131 */ 4 ltim bit (36), 3 216 /* 132 */ 4 lcfio, 3 217 5 sect_out fixed bin(18)unsigned unal, 3 218 5 sect_in fixed bin(18)unsigned unal, 3 219 /* 133 */ 4 lcfst, 3 220 5 initial_sect_out fixed bin(18)unsigned unal, 3 221 5 start_term fixed bin(18)unsigned unal, 3 222 /* 134 */ 4 lcmpt bit (36), 3 223 /* 135 */ 4 lcjid bit (36), 3 224 /* 136-137 */ 4 lrcal (0:1) bit (36), 3 225 /* 140 */ 4 lrdta bit (36), 3 226 /* 141 */ 4 lrrsk bit (36), 3 227 /* 142 */ 4 lrskd bit (36), 3 228 /* 143 */ 4 lrcc bit (36), 3 229 /* 144-145 */ 4 lrsts (0:1) bit (36), 3 230 /* 146 */ 4 lrtm bit (36), 3 231 /* 147 */ 4 lswt2, 3 232 5 b0 bit (1) unaligned, 3 233 5 b1 bit (1) unaligned, 3 234 5 b2 bit (1) unaligned, 3 235 5 b3 bit (1) unaligned, 3 236 5 b4 bit (1) unaligned, 3 237 5 b5 bit (1) unaligned, 3 238 5 b6 bit (1) unaligned, 3 239 5 b7 bit (1) unaligned, 3 240 5 b8 bit (1) unaligned, 3 241 5 b9 bit (1) unaligned, 3 242 5 b10 bit (1) unaligned, 3 243 5 b11 bit (1) unaligned, 3 244 5 b12 bit (1) unaligned, 3 245 5 b13 bit (1) unaligned, 3 246 5 b14 bit (1) unaligned, 3 247 5 b15 bit (1) unaligned, 3 248 5 b16 bit (1) unaligned, 3 249 5 b17 bit (1) unaligned, 3 250 5 b18 bit (1) unaligned, 3 251 5 b19 bit (1) unaligned, 3 252 5 b20 bit (1) unaligned, 3 253 5 b21 bit (1) unaligned, 3 254 5 b22 bit (1) unaligned, 3 255 5 b23 bit (1) unaligned, 3 256 5 b24 bit (1) unaligned, 3 257 5 b25 bit (1) unaligned, 3 258 5 b26 bit (1) unaligned, 3 259 5 b27 bit (1) unaligned, 3 260 5 b28 bit (1) unaligned, 3 261 5 b29 bit (1) unaligned, 3 262 5 b30 bit (1) unaligned, 3 263 5 b31 bit (1) unaligned, 3 264 5 b32 bit (1) unaligned, 3 265 5 b33 bit (1) unaligned, 3 266 5 b34 bit (1) unaligned, 3 267 5 b35 bit (1) unaligned, 3 268 /* 150 */ 4 llsnb bit (36), 3 269 /* 151 */ 4 lesq bit (36), 3 270 /* 152-153 */ 4 lumc (0:1) bit (36), 3 271 /* 154-155 */ 4 lfnam (0:1) bit (36), 3 272 /* 156 */ 4 lopts bit (36), 3 273 /* 157 */ 4 licec, 3 274 5 b0_17 bit (18) unaligned, 3 275 5 b18_35 fixed bin (17) unaligned, 3 276 /* 160 */ 4 lflg3, 3 277 5 b0 bit (1) unaligned, 3 278 5 b1 bit (1) unaligned, 3 279 5 b2 bit (1) unaligned, 3 280 5 b3 bit (1) unaligned, 3 281 5 b4 bit (1) unaligned, 3 282 5 b5 bit (1) unaligned, 3 283 5 b6 bit (1) unaligned, 3 284 5 b7 bit (1) unaligned, 3 285 5 b8 bit (1) unaligned, 3 286 5 b9 bit (1) unaligned, 3 287 5 b10 bit (1) unaligned, 3 288 5 b11 bit (1) unaligned, 3 289 5 b12 bit (1) unaligned, 3 290 5 b13 bit (1) unaligned, 3 291 5 b14 bit (1) unaligned, 3 292 5 b15 bit (1) unaligned, 3 293 5 b16 bit (1) unaligned, 3 294 5 b17 bit (1) unaligned, 3 295 5 b18 bit (1) unaligned, 3 296 5 b19 bit (1) unaligned, 3 297 5 b20 bit (1) unaligned, 3 298 5 b21 bit (1) unaligned, 3 299 5 b22 bit (1) unaligned, 3 300 5 b23 bit (1) unaligned, 3 301 5 b24 bit (1) unaligned, 3 302 5 b25 bit (1) unaligned, 3 303 5 b26 bit (1) unaligned, 3 304 5 b27 bit (1) unaligned, 3 305 5 b28 bit (1) unaligned, 3 306 5 b29 bit (1) unaligned, 3 307 5 b30 bit (1) unaligned, 3 308 5 b31 bit (1) unaligned, 3 309 5 b32 bit (1) unaligned, 3 310 5 b33 bit (1) unaligned, 3 311 5 b34 bit (1) unaligned, 3 312 5 b35 bit (1) unaligned, 3 313 /* 161-163 */ 4 lpage (0:2) bit (36), 3 314 /* 164 */ 4 lsit1 bit (36), 3 315 /* 165 */ 4 lsit2 bit (36), 3 316 /* 166 */ 4 lsit3 bit (36), 3 317 /* 167 */ 4 lsit4 bit (36), 3 318 /* The following entries are maintained by gtss and are not found in TSS UST */ 3 319 /* 170 */ 4 lxxx, /* program stack index, offset from gtss_ust */ 3 320 5 b0_17 fixed bin (17) unaligned, 3 321 5 b18_35 bit (18) unaligned, /* not used */ 3 322 /* 171-175 */ 4 lprgs (5), 3 323 5 b0_17 fixed bin (17) unaligned, 3 324 5 b18_35 fixed bin (17) unaligned, 3 325 /* 176 */ 4 fill bit (36), 3 326 /* 177 */ 4 remote_io_buffer aligned, 3 327 5 buffer_control_word, 3 328 6 current_line_pointer bit (18)unal, 3 329 6 buffer_threshold_address bit (18)unal, 3 330 5 number_words_transmitted fixed bin (17)unal, 3 331 5 FILL1 fixed bin (17)unal, 3 332 5 count_of_characters_transmitted fixed bin (17)unal, 3 333 5 FILL2 fixed bin (17)unal, 3 334 5 characters_transmitted (244) char (1) unal, 3 335 /* 277 */ 4 word_after_ust bit (36) aligned; 3 336 3 337 /* END INCLUDE FILE gtss_ust_ext_.incl.pl1 */ 80 81 4 1 /* BEGIN INCLUDE FILE gtss_spa.incl.pl1 */ 4 2 /* 4 3* Created: (Grimes SMP) 04/15/78 4 4* Changed 6/22/78 A. Kepner add labrt 4 5* Changed 6/28/78 D. Ward lwrap defined (lrap) 4 6* Changed 10/16/79 Al Dupuis lsztm was off by two words. 4 7* Changed 84-02-27 Ron Barstad added hex ir bit 4 8* */ 4 9 dcl 1 gtss_spa aligned based (gseg), 4 10 3 fault_vector (0:9) bit(36), 4 11 3 lhstr char (8) unal, 4 12 3 lbrk, 4 13 4 ic bit(18) unal, 4 14 4 ir bit(18) unal, 4 15 4 tra_addr bit(18) unal, 4 16 4 tra_op bit(18) unal, 4 17 3 fill1 (0:1) bit(36), 4 18 3 lsztm, 4 19 4 ic_ir, 4 20 5 IC bit(18)unal, 4 21 5 IR bit(16)unal, 4 22 5 b34 bit(1)unal, 4 23 5 b35 bit(1)unal, 4 24 4 tra bit(36)unal, 4 25 3 losti unal, 4 26 4 ilc bit(18) unal, 4 27 4 ir unal, /* INDICATOR REGISTERS */ 4 28 5 zero bit(1) unal, /* zero indicator */ 4 29 5 neg bit(1) unal, /* negative indicator */ 4 30 5 carry bit(1) unal, /* carryry indicator */ 4 31 5 ovfl bit(1) unal, /* overflow indicator */ 4 32 5 eovf bit(1) unal, /* eponent overflow */ 4 33 5 eufl bit(1) unal, /* exponent underflow */ 4 34 5 oflm bit(1) unal, /* overflow mask */ 4 35 5 tro bit(1) unal, /* tally runout */ 4 36 5 par bit(1) unal, /* parity error */ 4 37 5 parm bit(1) unal, /* parity mask */ 4 38 5 bm bit(1) unal, /* ^bar mode */ 4 39 5 tru bit(1) unal, /* truncation mode */ 4 40 5 mif bit(1) unal, /* multi-word instruction mode */ 4 41 5 abs bit(1) unal, /* absolute mode */ 4 42 5 hex bit(1) unal, /* hexadecimalexponent mode */ 4 43 5 pad bit(3) unal, 4 44 3 lnam bit(36), /* Library name (bcd). */ 4 45 3 labrt, 4 46 4 b0_17 bit(18) unal, 4 47 4 b18_35 fixed bin (17) unal, 4 48 3 fill2 bit(36), 4 49 3 lfig bit(36), 4 50 3 lwrap, 4 51 5 b0_17 bit(1) unal, 4 52 5 b18 bit(1) unal, 4 53 5 b19 bit(1) unal, 4 54 5 b20 bit(1) unal, 4 55 5 b21 bit(1) unal, 4 56 5 b22 bit(1) unal, 4 57 5 b23 bit(1) unal, 4 58 5 b24 bit(1) unal, 4 59 5 b25 bit(1) unal, 4 60 5 b26 bit(1) unal, 4 61 5 b27 bit(1) unal, 4 62 5 b28 bit(1) unal, 4 63 5 b29 bit(1) unal, 4 64 5 b30 bit(1) unal, 4 65 5 b31 bit(1) unal, 4 66 5 b32 bit(1) unal, 4 67 5 b33 bit(1) unal, 4 68 5 b34 bit(1) unal, 4 69 5 b35 bit(1) unal, 4 70 3 lsid bit(36), 4 71 3 lftst bit(36), 4 72 3 lpcal (0:3) bit(36), 4 73 3 lpcnt fixed bin (35) unal, 4 74 3 lhole, 4 75 4 high fixed bin (17) unal, 4 76 4 total fixed bin (17) unal, 4 77 3 lostr unal, 4 78 4 regs unal, /* registers */ 4 79 5 x (0:7) bit(18) unal, /* index registers */ 4 80 5 a bit(36), /* accumulator */ 4 81 5 q bit(36), /* q-register */ 4 82 5 e bit(8) unal, /* exponent */ 4 83 5 pad1 bit(28) unal, 4 84 5 t bit(27) unal, /* timer register */ 4 85 5 pad2 bit(6) unal, 4 86 5 ralr bit(3) unal, /* ring alarm register */ 4 87 3 leisa (0:7) bit(36), 4 88 3 leisp (0:7) bit(36), 4 89 3 fill3 (0:35) bit(36); 4 90 4 91 /* END INCLUDE FILE gtss_spa.incl.pl1 */ 82 83 5 1 /* BEGIN INCLUDE FILE gtss_entry_dcls.incl.pl1 */ 5 2 /* 5 3* Created: (Wardd Multics) 06/30/78 1624.8 mst Fri 5 4* Modified: Ron Barstad 84-02-24 Fixed wrong and obsolete entries 5 5**/ 5 6 5 7 /** gtss external entry variables. **/ 5 8 dcl com_err_ entry() options(variable); 5 9 dcl gtss_CFP_abort_ entry options(variable); 5 10 dcl gtss_CFP_break_ entry options(variable); 5 11 dcl gtss_CFP_input_ entry (ptr, ptr, fixed bin(21), fixed bin(21), fixed bin(35)); 5 12 dcl gtss_CFP_output_ entry (ptr, ptr, fixed bin(21), fixed bin(35)); 5 13 dcl gtss_abandon_CFP_ entry options(variable); 5 14 dcl gtss_abort_dump_ entry (fixed bin(18)); 5 15 dcl gtss_abort_subsystem_ entry options (variable); 5 16 dcl gtss_abort_subsystem_$not_imp entry (ptr, fixed bin(24)); 5 17 dcl gtss_abs_login_banner_ entry() returns(char(*)); 5 18 dcl gtss_abs_logout_banner_ entry() returns(char(*)); 5 19 dcl gtss_abs_$abs_equiv entry options(variable); 5 20 dcl gtss_abs_$cpu_runout entry (ptr, char(4)); 5 21 dcl gtss_abs_$create_absin entry() returns(char(*)); 5 22 dcl gtss_abs_$dabt_check entry (ptr, char(4)); 5 23 dcl gtss_abs_$get_id entry (char(5)) returns(char(19)); 5 24 dcl gtss_abs_$get_drm entry() returns(char(*)); 5 25 dcl gtss_adjust_size_ entry (ptr); 5 26 dcl gtss_aft_$add entry (char(8), fixed bin(24), fixed bin(35)); 5 27 dcl gtss_aft_$delete entry (char(8), fixed bin(24), fixed bin(35)); 5 28 dcl gtss_aft_$find entry (char(8), fixed bin(24), fixed bin(35)); 5 29 dcl gtss_aft_$initialize entry (fixed bin(35)); 5 30 dcl gtss_ascii_bcd_ entry (ptr, fixed bin, ptr); 5 31 dcl gtss_attributes_mgr_$get entry (ptr, fixed bin(35)); 5 32 dcl gtss_attributes_mgr_$set entry (ptr, fixed bin(35)); 5 33 dcl gtss_bcd_ascii_ entry (ptr, fixed bin(24), ptr); 5 34 dcl gtss_bcd_ascii_$lc entry (ptr, fixed bin(24), ptr); 5 35 dcl gtss_break_vector_ entry (); 5 36 dcl gtss_break_vector_$drl_in_progress entry() returns(bit(1)); 5 37 dcl gtss_break_vector_$status entry() returns(bit(1)); 5 38 dcl gtss_build_ entry options(variable); 5 39 dcl gtss_com_err_ entry options(variable); 5 40 dcl gtss_derail_processor_ entry (ptr, char(*), ptr, ptr, bit(1) aligned) /* called at fault time instead of signal_ */; 5 41 dcl gtss_derail_processor_$set entry options(variable); 5 42 dcl gtss_dq_$catp entry (char (5), ptr, fixed bin (18) unsigned); 5 43 dcl gtss_dq_$create entry (bit(1)); 5 44 dcl gtss_dq_$dibp entry (char(5), ptr); 5 45 dcl gtss_dq_$entries_info entry (ptr, fixed bin (18) unsigned, fixed bin (18) unsigned); 5 46 dcl gtss_dq_$hdrp entry (ptr); 5 47 dcl gtss_dq_$mod_js entry (char(5), fixed bin (6) unsigned, bit (1)); 5 48 dcl gtss_dq_$open_exc entry (bit(1)); 5 49 dcl gtss_dq_$open_gen entry (bit(1)); 5 50 dcl gtss_drl_abort_ entry (ptr, fixed bin); 5 51 dcl gtss_drl_addmem_ entry (ptr, fixed bin); 5 52 dcl gtss_drl_callss_ entry (ptr, fixed bin); 5 53 dcl gtss_drl_corfil_ entry (ptr, fixed bin); 5 54 dcl gtss_drl_defil_ entry (ptr, fixed bin); 5 55 dcl gtss_drl_defil_$subr entry (ptr, ptr, ptr); 5 56 dcl gtss_drl_dio_ entry (ptr, fixed bin); 5 57 dcl gtss_drl_drlimt_ entry (ptr, fixed bin); 5 58 dcl gtss_drl_drlsav_ entry (ptr, fixed bin); 5 59 dcl gtss_drl_filact_ entry (ptr, fixed bin); 5 60 dcl gtss_drl_filsp_ entry (ptr, fixed bin); 5 61 dcl gtss_drl_grow_ entry (ptr, fixed bin); 5 62 dcl gtss_drl_gwake_ entry (ptr, fixed bin); 5 63 dcl gtss_drl_jsts_ entry (ptr, fixed bin); 5 64 dcl gtss_drl_kin_ entry (ptr, fixed bin); 5 65 dcl gtss_drl_kotnow_ entry (ptr, fixed bin); 5 66 dcl gtss_drl_kotnow_$gtss_drl_kout_ entry (ptr, fixed bin); 5 67 dcl gtss_drl_koutn_ entry (ptr, fixed bin); 5 68 dcl gtss_drl_morlnk_ entry (ptr, fixed bin); 5 69 dcl gtss_drl_msub_ entry (ptr, fixed bin); 5 70 dcl gtss_drl_objtim_ entry (ptr, fixed bin); 5 71 dcl gtss_drl_part_ entry (ptr, fixed bin); 5 72 dcl gtss_drl_pasaft_ entry (ptr, fixed bin); 5 73 dcl gtss_drl_pasdes_ entry (ptr, fixed bin); 5 74 dcl gtss_drl_pasust_ entry (ptr, fixed bin); 5 75 dcl gtss_drl_pdio_ entry (ptr, fixed bin); 5 76 dcl gtss_drl_prgdes_ entry (ptr, fixed bin); 5 77 dcl gtss_drl_pseudo_ entry (ptr, fixed bin); 5 78 dcl gtss_drl_relmem_ entry (ptr, fixed bin); 5 79 dcl gtss_drl_restor_ entry (ptr, fixed bin); 5 80 dcl gtss_drl_retfil_ entry (ptr, fixed bin); 5 81 dcl gtss_drl_return_ entry (ptr, fixed bin); 5 82 dcl gtss_drl_rew_ entry (ptr, fixed bin); 5 83 dcl gtss_drl_rstswh_ entry (ptr, fixed bin); 5 84 dcl gtss_drl_setlno_ entry (ptr, fixed bin); 5 85 dcl gtss_drl_setswh_ entry (ptr, fixed bin); 5 86 dcl gtss_drl_snumb_ entry (ptr, fixed bin); 5 87 dcl gtss_drl_spawn_ entry (ptr, fixed bin); 5 88 dcl gtss_drl_spawn_$gtss_drl_pasflr_ entry (ptr, fixed bin); 5 89 dcl gtss_drl_stoppt_ entry (ptr, fixed bin); 5 90 dcl gtss_drl_switch_ entry (ptr, fixed bin); 5 91 dcl gtss_drl_sysret_ entry (ptr, fixed bin); 5 92 dcl gtss_drl_t_cfio_ entry (ptr, fixed bin); 5 93 dcl gtss_drl_t_cmov_ entry (ptr, fixed bin); 5 94 dcl gtss_drl_t_err_ entry (ptr, fixed bin); 5 95 dcl gtss_drl_t_goto_ entry (ptr, fixed bin); 5 96 dcl gtss_drl_t_linl_ entry (ptr, fixed bin); 5 97 dcl gtss_drl_t_rscc_ entry (ptr, fixed bin); 5 98 dcl gtss_drl_tapein_ entry (ptr, fixed bin); 5 99 dcl gtss_drl_task_ entry (ptr, fixed bin); 5 100 dcl gtss_drl_termtp_ entry (ptr, fixed bin); 5 101 dcl gtss_drl_time_ entry (ptr, fixed bin); 5 102 dcl gtss_drun_ entry (bit(1)); 5 103 dcl gtss_dsd_lookup_ entry (char(8) var) returns(fixed bin(24)); 5 104 dcl gtss_dsd_process_ entry (ptr, ptr, fixed bin(21), fixed bin(21), fixed bin(35)); 5 105 dcl gtss_edit_dsd_ entry (ptr, fixed bin(21)) returns(fixed bin(24)); 5 106 dcl gtss_mcfc_empty entry (char(*) var); 5 107 dcl gtss_expand_pathname_ entry (ptr, char(*), char(*), fixed bin(35)); 5 108 dcl gtss_expand_pathname_$verify_umc entry (ptr, char(*), char(*), bit(18), fixed bin(35)); 5 109 dcl gtss_fault_processor_ entry options(variable); 5 110 dcl gtss_find_cond_frame_ entry (char(32) var) returns(ptr); 5 111 dcl gtss_fault_processor_$timer_runout entry (ptr, char(*)); 5 112 dcl gtss_filact_error_status_ entry (fixed bin(35))returns(bit(12)); 5 113 dcl gtss_filact_funct02_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 5 114 dcl gtss_filact_funct03_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 5 115 dcl gtss_filact_funct04_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 5 116 dcl gtss_filact_funct05_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 5 117 dcl gtss_filact_funct08_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 5 118 dcl gtss_filact_funct10_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 5 119 dcl gtss_filact_funct11_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 5 120 dcl gtss_filact_funct14_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 5 121 dcl gtss_filact_funct18_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 5 122 dcl gtss_filact_funct19_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 5 123 dcl gtss_filact_funct21_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 5 124 dcl gtss_filact_funct22_ entry (ptr, bit(18), ptr, ptr, ptr, fixed bin(35)); 5 125 dcl gtss_mcfc_init_ entry (char(*) var); 5 126 dcl gtss_interp_prim_ entry options(variable); 5 127 dcl gtss_interp_prim_$callss entry (char(4), ptr); 5 128 dcl gtss_interp_prim_$sysret entry options(variable); 5 129 dcl gtss_interp_prim_$t_goto entry (char(4)); 5 130 dcl gtss_ios_change_size_ entry (fixed bin(24), fixed bin(24), bit(1), fixed bin(24), fixed bin(35)); 5 131 dcl gtss_ios_close_ entry (fixed bin(24), ptr, fixed bin(35)); 5 132 dcl gtss_ios_exchange_names_ entry (fixed bin(24), fixed bin(24), fixed bin(24), fixed bin(35)); 5 133 dcl gtss_ios_initialize_ entry options(variable); 5 134 dcl gtss_ios_io_ entry (fixed bin(24), ptr, ptr, fixed bin(24), fixed bin(24), fixed bin(35)); 5 135 dcl gtss_ios_open_ entry (fixed bin(24), char(168), char(32), bit(6), bit(1), ptr, ptr, fixed bin(35)); 5 136 dcl gtss_ios_position_ entry (fixed bin(24), fixed bin(24), fixed bin(24), bit(6), ptr); 5 137 dcl gtss_mcfc_$delete entry (fixed bin(24), char(*), char(*), bit(36) aligned, ptr, fixed bin(35)); 5 138 dcl gtss_mcfc_$open entry (char(*), char(*), bit(6), bit(36) aligned, ptr, fixed bin(35)); 5 139 dcl gtss_mcfc_$close entry (char(*), char(*), bit(36) aligned, ptr, fixed bin(35)); 5 140 dcl gtss_read_starCFP_ entry (ptr, ptr, fixed bin(21), fixed bin(21), fixed bin(35)); 5 141 dcl gtss_read_starCFP_$last_os entry (ptr, ptr, fixed bin(21), fixed bin(21), fixed bin(35)); 5 142 dcl gtss_run_subsystem_ entry (fixed bin(24)); 5 143 dcl gtss_run_subsystem_$finish entry options(variable); 5 144 dcl gtss_run_subsystem_$restor entry (fixed bin(24), ptr); 5 145 dcl gtss_run_subsystem_$restor_perm entry (fixed bin(24), ptr, fixed bin(18)); 5 146 dcl gtss_set_slave_ entry (fixed bin (24), ptr); 5 147 dcl gtss_set_slave_$load_bar entry (fixed bin (17)); 5 148 dcl gtss_update_safe_store_ entry (ptr); 5 149 dcl gtss_verify_access_ entry (char(*), char(*), fixed bin(24), bit(6), bit(12) aligned); 5 150 dcl gtss_verify_access_$check_forced_access entry (char(*), char(*), fixed bin(24)); 5 151 dcl gtss_write_starCFP_ entry (ptr, ptr, fixed bin(21), fixed bin(35)); 5 152 /* END INCLUDE FILE gtss_entry_dcls.incl.pl1 */ 84 85 6 1 /* BEGIN INCLUDE FILE gtss_prgdes_.incl.pl1 */ 6 2 /* 6 3* Created: Kepner 04/12/78 6 4* Modified: Ron Barstad 82-08-11 to change size of prgdes array for 4js3 6 5* Modified: Ron Barstad 83-05-19 change size of prgdes array for update 7 6 6**/ 6 7 6 8 /* 6 9* " This structure describes the timesharing subsystem program 6 10* " descriptors. 6 11* " 6 12* " Anywhere fixed bin(17) unal appears it should be noted that GCOS 6 13* " can potentially make use of all 18 bits and caution should be 6 14* " exercised. These items should be changed to fixed bin(18) 6 15* " usigned unal when this feature is added to the PL/I compiler. 6 16* " 6 17* " ss_name subsystem name 6 18* " 6 19* " program_size actual program size to be used in execution. 6 20* " 6 21* " load_size the size remaining when all leading and trailing zeros 6 22* " have been eliminated. This is used to reduce the size 6 23* " of the original copy of the program. 6 24* " 6 25* " entry_point address relative to zero that contains the first 6 26* " executable instruction. 6 27* " 6 28* " parameters flags defining attributes of the subsystem. The flag 6 29* " bits are defined below. Assume bits are numbered 1-18. 6 30* " 1 cache 6 31* " 2 .BSCF 6 32* " 3 special size request 6 33* " 4 drl t.exec permission. 6 34* " 5 drl t.cmov permission 6 35* " 6 special product offering. 6 36* " 7 high use program file, #p 6 37* " 8 special file switch (perm/temp) allowed. 6 38* " 9 ss not callable at system level. 6 39* " 10 subsystem allowed use of get-specific. 6 40* " 11 execute permission allowed for file i/o. 6 41* " 12 subsystem can read system master catalog. 6 42* " 13 basic or databasic 6 43* " 14 subsystem uses common command list. 6 44* " 15 low use subsystem (# q file) 6 45* " 16 subsystem must be patched when loaded. 6 46* " 17 master subsystem. 6 47* " 18 privileged subsystem. 6 48* " 6 49* " seek_address the word offset in the multisegment file 6 50* " component where the object code for this subsystem is 6 51* " stored. 6 52* " 6 53* " initial_load_address The address of the first nonzero word in 6 54* " the program. 6 55* " 6 56* " cmd_lang_offset The word offset into gtss_prgdes_ext_$primitives 6 57* " (suitable for use with addrel) of the command language 6 58* " list for this subsystem. 6 59* " 6 60* " cmd_lang_len Number of command names for this subsystem. 6 61* " 6 62* " statistics 6 63* " 6 64* " bci_catalog_name The GECALL name for the subsystem. 6 65* " 6 66* " library an integer which indicates which multisegment file 6 67* " contains the object code for this subsystem. 6 68* " 6 69* " component an integer which indicates which component of the 6 70* " multisegment file contains the object code for this 6 71* " subsystem. 6 72* " 6 73* " ss_name_len The number of nonblank characters in the subsystem 6 74* " name. 6 75**/ 6 76 6 77 dcl 1 gtss_prgdes_ext_$prgdes (302) aligned ext, 6 78 2 ss_name char (4) aligned, 6 79 2 program_size fixed bin (17) unal, 6 80 2 load_size fixed bin (17) unal, 6 81 2 entry_point fixed bin (17) unal, 6 82 2 parameters bit (18) unal, 6 83 2 seek_address bit(18) unal, 6 84 2 initial_load_address fixed bin (17) unal, 6 85 2 cmd_lang_offset fixed bin (17) unal, 6 86 2 cmd_lang_len fixed bin (17) unal, 6 87 2 statistics, 6 88 3 calls fixed bin (17) unal, 6 89 3 loads fixed bin (17) unal, 6 90 3 filler (3) bit (36) unal, 6 91 2 bci_catalog_name bit (36) aligned, 6 92 2 library fixed bin (17) unal, 6 93 2 component fixed bin (17) unal, 6 94 2 ss_name_len fixed bin (17) aligned; 6 95 6 96 6 97 6 98 /* This overlay structure is used to pass the user visible portion 6 99* of the program descriptor to the subsystem via DRL PRGDES. */ 6 100 dcl 1 prgdes_ov (302) aligned based (addr (gtss_prgdes_ext_$prgdes)), 6 101 2 first_9_words char (36), /* user visible portion */ 6 102 2 filler char (12); 6 103 6 104 /* END INCLUDE FILE gtss_prgdes_.incl.pl1 */ 86 87 end /* gtss_drl_t_err_ */; SOURCE FILES USED IN THIS COMPILATION. LINE NUMBER DATE MODIFIED NAME PATHNAME 0 12/10/84 1043.5 gtss_drl_t_err_.pl1 >spec>on>7105>gtss_drl_t_err_.pl1 76 1 09/09/83 1713.8 gtss_ext_.incl.pl1 >ldd>include>gtss_ext_.incl.pl1 78 2 12/15/83 1100.4 mc.incl.pl1 >ldd>include>mc.incl.pl1 80 3 09/09/83 1714.3 gtss_ust_ext_.incl.pl1 >ldd>include>gtss_ust_ext_.incl.pl1 82 4 12/10/84 1029.8 gtss_spa.incl.pl1 >spec>on>7105>gtss_spa.incl.pl1 84 5 12/10/84 1029.7 gtss_entry_dcls.incl.pl1 >spec>on>7105>gtss_entry_dcls.incl.pl1 86 6 09/09/83 1714.0 gtss_prgdes_.incl.pl1 >ldd>include>gtss_prgdes_.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. b0_17 171 000016 external static fixed bin(17,0) array level 4 in structure "gtss_ust_ext_$ust" packed unaligned dcl 3-16 in procedure "gtss_drl_t_err_" set ref 50 b0_17 170 000016 external static fixed bin(17,0) level 4 in structure "gtss_ust_ext_$ust" packed unaligned dcl 3-16 in procedure "gtss_drl_t_err_" set ref 50 b23 27(06) based bit(1) level 3 packed unaligned dcl 4-9 set ref 47* b4 54(04) 000016 external static bit(1) level 4 packed unaligned dcl 3-16 set ref 60 b5 147(05) 000016 external static bit(1) level 4 packed unaligned dcl 3-16 set ref 62 b6 147(06) 000016 external static bit(1) level 4 packed unaligned dcl 3-16 set ref 54 b8 54(08) 000016 external static bit(1) level 4 packed unaligned dcl 3-16 set ref 48 60 gseg 000100 automatic pointer initial dcl 71 set ref 46* 47 71* gtss_abort_subsystem_ 000020 constant entry external dcl 5-15 ref 56 64 gtss_com_err_sw 0(06) 000014 external static bit(1) level 2 packed unaligned dcl 1-60 set ref 55* 63* gtss_ext_$flags 000014 external static structure level 1 dcl 1-60 gtss_ext_$gtss_slave_area_seg 000010 external static pointer array dcl 1-20 ref 46 gtss_ext_$stack_level_ 000012 external static fixed bin(17,0) dcl 1-31 ref 46 gtss_prgdes_ext_$prgdes 000022 external static structure array level 1 dcl 6-77 gtss_spa based structure level 1 dcl 4-9 gtss_ust 000016 external static structure level 2 dcl 3-16 set ref 49 gtss_ust_ext_$ust 000016 external static structure level 1 dcl 3-16 increment parameter fixed bin(17,0) dcl 27 set ref 14 45* initial_lxxx 000102 automatic fixed bin(17,0) dcl 72 set ref 49* 50 lcfst 133 000016 external static structure level 3 dcl 3-16 lflg2 54 000016 external static structure level 3 dcl 3-16 lprgs 171 000016 external static structure array level 3 dcl 3-16 lswt2 147 000016 external static structure level 3 dcl 3-16 lwrap 27 based structure level 2 dcl 4-9 lxxx 170 000016 external static structure level 3 dcl 3-16 set ref 49 mcp 000104 automatic pointer dcl 2-10 set ref 28* 56* 64* mcpp parameter pointer dcl 26 ref 14 28 ss_name 000022 external static char(4) array level 2 dcl 6-77 ref 50 ssname 000103 automatic char(4) initial unaligned dcl 73 set ref 50* 52* 52 56* 64* 73* start_term 133(18) 000016 external static fixed bin(18,0) level 4 packed unsigned unaligned dcl 3-16 set ref 48* NAMES DECLARED BY DECLARE STATEMENT AND NEVER REFERENCED. abx internal static fixed bin(17,0) initial dcl 2-42 apx internal static fixed bin(17,0) initial dcl 2-42 bbx internal static fixed bin(17,0) initial dcl 2-42 bpx internal static fixed bin(17,0) initial dcl 2-42 code automatic fixed bin(35,0) dcl 70 com_err_ 000000 constant entry external dcl 5-8 gtss_CFP_abort_ 000000 constant entry external dcl 5-9 gtss_CFP_break_ 000000 constant entry external dcl 5-10 gtss_CFP_input_ 000000 constant entry external dcl 5-11 gtss_CFP_output_ 000000 constant entry external dcl 5-12 gtss_abandon_CFP_ 000000 constant entry external dcl 5-13 gtss_abort_dump_ 000000 constant entry external dcl 5-14 gtss_abort_subsystem_$not_imp 000000 constant entry external dcl 5-16 gtss_abs_$abs_equiv 000000 constant entry external dcl 5-19 gtss_abs_$cpu_runout 000000 constant entry external dcl 5-20 gtss_abs_$create_absin 000000 constant entry external dcl 5-21 gtss_abs_$dabt_check 000000 constant entry external dcl 5-22 gtss_abs_$get_drm 000000 constant entry external dcl 5-24 gtss_abs_$get_id 000000 constant entry external dcl 5-23 gtss_abs_login_banner_ 000000 constant entry external dcl 5-17 gtss_abs_logout_banner_ 000000 constant entry external dcl 5-18 gtss_adjust_size_ 000000 constant entry external dcl 5-25 gtss_aft_$add 000000 constant entry external dcl 5-26 gtss_aft_$delete 000000 constant entry external dcl 5-27 gtss_aft_$find 000000 constant entry external dcl 5-28 gtss_aft_$initialize 000000 constant entry external dcl 5-29 gtss_ascii_bcd_ 000000 constant entry external dcl 5-30 gtss_attributes_mgr_$get 000000 constant entry external dcl 5-31 gtss_attributes_mgr_$set 000000 constant entry external dcl 5-32 gtss_bcd_ascii_ 000000 constant entry external dcl 5-33 gtss_bcd_ascii_$lc 000000 constant entry external dcl 5-34 gtss_break_vector_ 000000 constant entry external dcl 5-35 gtss_break_vector_$drl_in_progress 000000 constant entry external dcl 5-36 gtss_break_vector_$status 000000 constant entry external dcl 5-37 gtss_build_ 000000 constant entry external dcl 5-38 gtss_com_err_ 000000 constant entry external dcl 5-39 gtss_derail_processor_ 000000 constant entry external dcl 5-40 gtss_derail_processor_$set 000000 constant entry external dcl 5-41 gtss_dq_$catp 000000 constant entry external dcl 5-42 gtss_dq_$create 000000 constant entry external dcl 5-43 gtss_dq_$dibp 000000 constant entry external dcl 5-44 gtss_dq_$entries_info 000000 constant entry external dcl 5-45 gtss_dq_$hdrp 000000 constant entry external dcl 5-46 gtss_dq_$mod_js 000000 constant entry external dcl 5-47 gtss_dq_$open_exc 000000 constant entry external dcl 5-48 gtss_dq_$open_gen 000000 constant entry external dcl 5-49 gtss_drl_abort_ 000000 constant entry external dcl 5-50 gtss_drl_addmem_ 000000 constant entry external dcl 5-51 gtss_drl_callss_ 000000 constant entry external dcl 5-52 gtss_drl_corfil_ 000000 constant entry external dcl 5-53 gtss_drl_defil_ 000000 constant entry external dcl 5-54 gtss_drl_defil_$subr 000000 constant entry external dcl 5-55 gtss_drl_dio_ 000000 constant entry external dcl 5-56 gtss_drl_drlimt_ 000000 constant entry external dcl 5-57 gtss_drl_drlsav_ 000000 constant entry external dcl 5-58 gtss_drl_filact_ 000000 constant entry external dcl 5-59 gtss_drl_filsp_ 000000 constant entry external dcl 5-60 gtss_drl_grow_ 000000 constant entry external dcl 5-61 gtss_drl_gwake_ 000000 constant entry external dcl 5-62 gtss_drl_jsts_ 000000 constant entry external dcl 5-63 gtss_drl_kin_ 000000 constant entry external dcl 5-64 gtss_drl_kotnow_ 000000 constant entry external dcl 5-65 gtss_drl_kotnow_$gtss_drl_kout_ 000000 constant entry external dcl 5-66 gtss_drl_koutn_ 000000 constant entry external dcl 5-67 gtss_drl_morlnk_ 000000 constant entry external dcl 5-68 gtss_drl_msub_ 000000 constant entry external dcl 5-69 gtss_drl_objtim_ 000000 constant entry external dcl 5-70 gtss_drl_part_ 000000 constant entry external dcl 5-71 gtss_drl_pasaft_ 000000 constant entry external dcl 5-72 gtss_drl_pasdes_ 000000 constant entry external dcl 5-73 gtss_drl_pasust_ 000000 constant entry external dcl 5-74 gtss_drl_pdio_ 000000 constant entry external dcl 5-75 gtss_drl_prgdes_ 000000 constant entry external dcl 5-76 gtss_drl_pseudo_ 000000 constant entry external dcl 5-77 gtss_drl_relmem_ 000000 constant entry external dcl 5-78 gtss_drl_restor_ 000000 constant entry external dcl 5-79 gtss_drl_retfil_ 000000 constant entry external dcl 5-80 gtss_drl_return_ 000000 constant entry external dcl 5-81 gtss_drl_rew_ 000000 constant entry external dcl 5-82 gtss_drl_rstswh_ 000000 constant entry external dcl 5-83 gtss_drl_setlno_ 000000 constant entry external dcl 5-84 gtss_drl_setswh_ 000000 constant entry external dcl 5-85 gtss_drl_snumb_ 000000 constant entry external dcl 5-86 gtss_drl_spawn_ 000000 constant entry external dcl 5-87 gtss_drl_spawn_$gtss_drl_pasflr_ 000000 constant entry external dcl 5-88 gtss_drl_stoppt_ 000000 constant entry external dcl 5-89 gtss_drl_switch_ 000000 constant entry external dcl 5-90 gtss_drl_sysret_ 000000 constant entry external dcl 5-91 gtss_drl_t_cfio_ 000000 constant entry external dcl 5-92 gtss_drl_t_cmov_ 000000 constant entry external dcl 5-93 gtss_drl_t_err_ 000000 constant entry external dcl 5-94 gtss_drl_t_goto_ 000000 constant entry external dcl 5-95 gtss_drl_t_linl_ 000000 constant entry external dcl 5-96 gtss_drl_t_rscc_ 000000 constant entry external dcl 5-97 gtss_drl_tapein_ 000000 constant entry external dcl 5-98 gtss_drl_task_ 000000 constant entry external dcl 5-99 gtss_drl_termtp_ 000000 constant entry external dcl 5-100 gtss_drl_time_ 000000 constant entry external dcl 5-101 gtss_drun_ 000000 constant entry external dcl 5-102 gtss_dsd_lookup_ 000000 constant entry external dcl 5-103 gtss_dsd_process_ 000000 constant entry external dcl 5-104 gtss_edit_dsd_ 000000 constant entry external dcl 5-105 gtss_expand_pathname_ 000000 constant entry external dcl 5-107 gtss_expand_pathname_$verify_umc 000000 constant entry external dcl 5-108 gtss_ext_$CFP_bits external static structure level 1 dcl 1-37 gtss_ext_$SYstarstar_file_no external static fixed bin(24,0) dcl 1-33 gtss_ext_$aem external static fixed bin(17,0) dcl 1-8 gtss_ext_$aft external static structure level 1 dcl 1-78 gtss_ext_$bad_drl_rtrn external static label variable dcl 1-9 gtss_ext_$com_reg external static structure level 1 dcl 1-45 gtss_ext_$db external static bit(1) array unaligned dcl 1-10 gtss_ext_$deferred_catalogs_ptr external static pointer dcl 1-11 gtss_ext_$dispose_of_drl external static label variable dcl 1-12 gtss_ext_$drl_rtrn external static label variable array dcl 1-13 gtss_ext_$drm_path external static char(168) unaligned dcl 1-14 gtss_ext_$drun_jid external static char(5) unaligned dcl 1-15 gtss_ext_$event_channel external static fixed bin(71,0) dcl 1-16 gtss_ext_$fast_lib external static structure level 1 dcl 1-98 gtss_ext_$finished external static label variable dcl 1-17 gtss_ext_$gdb_name external static char(8) unaligned dcl 1-18 gtss_ext_$get_line external static entry variable dcl 1-19 gtss_ext_$hcs_work_area_ptr external static pointer dcl 1-21 gtss_ext_$homedir external static char(64) unaligned dcl 1-22 gtss_ext_$last_k_was_out external static bit(1) dcl 1-23 gtss_ext_$mcfc external static structure level 1 dcl 1-109 gtss_ext_$pdir external static varying char(168) dcl 1-24 gtss_ext_$popup_from_pi external static label variable dcl 1-25 gtss_ext_$ppt external static pointer dcl 1-94 gtss_ext_$process_type external static fixed bin(17,0) dcl 1-26 gtss_ext_$put_chars external static entry variable dcl 1-27 gtss_ext_$restart_from_pi external static label variable dcl 1-28 gtss_ext_$restart_seg_ptr external static pointer dcl 1-29 gtss_ext_$sig_ptr external static pointer dcl 1-30 gtss_ext_$statistics external static structure level 1 dcl 1-72 gtss_ext_$suspended_process external static bit(1) unaligned dcl 1-32 gtss_ext_$user_id external static varying char(26) dcl 1-34 gtss_ext_$work_area_ptr external static pointer dcl 1-35 gtss_fault_processor_ 000000 constant entry external dcl 5-109 gtss_fault_processor_$timer_runout 000000 constant entry external dcl 5-111 gtss_filact_error_status_ 000000 constant entry external dcl 5-112 gtss_filact_funct02_ 000000 constant entry external dcl 5-113 gtss_filact_funct03_ 000000 constant entry external dcl 5-114 gtss_filact_funct04_ 000000 constant entry external dcl 5-115 gtss_filact_funct05_ 000000 constant entry external dcl 5-116 gtss_filact_funct08_ 000000 constant entry external dcl 5-117 gtss_filact_funct10_ 000000 constant entry external dcl 5-118 gtss_filact_funct11_ 000000 constant entry external dcl 5-119 gtss_filact_funct14_ 000000 constant entry external dcl 5-120 gtss_filact_funct18_ 000000 constant entry external dcl 5-121 gtss_filact_funct19_ 000000 constant entry external dcl 5-122 gtss_filact_funct21_ 000000 constant entry external dcl 5-123 gtss_filact_funct22_ 000000 constant entry external dcl 5-124 gtss_find_cond_frame_ 000000 constant entry external dcl 5-110 gtss_interp_prim_ 000000 constant entry external dcl 5-126 gtss_interp_prim_$callss 000000 constant entry external dcl 5-127 gtss_interp_prim_$sysret 000000 constant entry external dcl 5-128 gtss_interp_prim_$t_goto 000000 constant entry external dcl 5-129 gtss_ios_change_size_ 000000 constant entry external dcl 5-130 gtss_ios_close_ 000000 constant entry external dcl 5-131 gtss_ios_exchange_names_ 000000 constant entry external dcl 5-132 gtss_ios_initialize_ 000000 constant entry external dcl 5-133 gtss_ios_io_ 000000 constant entry external dcl 5-134 gtss_ios_open_ 000000 constant entry external dcl 5-135 gtss_ios_position_ 000000 constant entry external dcl 5-136 gtss_mcfc_$close 000000 constant entry external dcl 5-139 gtss_mcfc_$delete 000000 constant entry external dcl 5-137 gtss_mcfc_$open 000000 constant entry external dcl 5-138 gtss_mcfc_empty 000000 constant entry external dcl 5-106 gtss_mcfc_init_ 000000 constant entry external dcl 5-125 gtss_read_starCFP_ 000000 constant entry external dcl 5-140 gtss_read_starCFP_$last_os 000000 constant entry external dcl 5-141 gtss_run_subsystem_ 000000 constant entry external dcl 5-142 gtss_run_subsystem_$finish 000000 constant entry external dcl 5-143 gtss_run_subsystem_$restor 000000 constant entry external dcl 5-144 gtss_run_subsystem_$restor_perm 000000 constant entry external dcl 5-145 gtss_set_slave_ 000000 constant entry external dcl 5-146 gtss_set_slave_$load_bar 000000 constant entry external dcl 5-147 gtss_update_safe_store_ 000000 constant entry external dcl 5-148 gtss_verify_access_ 000000 constant entry external dcl 5-149 gtss_verify_access_$check_forced_access 000000 constant entry external dcl 5-150 gtss_write_starCFP_ 000000 constant entry external dcl 5-151 lbx internal static fixed bin(17,0) initial dcl 2-42 lpx internal static fixed bin(17,0) initial dcl 2-42 mc based structure level 1 dcl 2-12 prgdes_ov based structure array level 1 dcl 6-100 sbx internal static fixed bin(17,0) initial dcl 2-42 scu based structure level 1 dcl 2-56 scup automatic pointer dcl 2-54 scux based structure level 1 dcl 2-207 spx internal static fixed bin(17,0) initial dcl 2-42 status automatic fixed bin(24,0) dcl 74 NAME DECLARED BY EXPLICIT CONTEXT. gtss_drl_t_err_ 000055 constant entry external dcl 14 NAMES DECLARED BY CONTEXT OR IMPLICATION. addr builtin function ref 49 49 fixed builtin function ref 49 49 null builtin function ref 71 rel builtin function ref 49 49 translate builtin function ref 52 STORAGE REQUIREMENTS FOR THIS PROGRAM. Object Text Link Symbol Defs Static Start 0 0 600 624 470 610 Length 1114 470 24 253 107 0 BLOCK NAME STACK SIZE TYPE WHY NONQUICK/WHO SHARES STACK FRAME gtss_drl_t_err_ 112 external procedure is an external procedure. STORAGE FOR AUTOMATIC VARIABLES. STACK FRAME LOC IDENTIFIER BLOCK NAME gtss_drl_t_err_ 000100 gseg gtss_drl_t_err_ 000102 initial_lxxx gtss_drl_t_err_ 000103 ssname gtss_drl_t_err_ 000104 mcp gtss_drl_t_err_ 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_ext_$flags gtss_ext_$gtss_slave_area_seg gtss_ext_$stack_level_ gtss_prgdes_ext_$prgdes gtss_ust_ext_$ust LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC LINE LOC 14 000051 71 000062 73 000064 28 000066 45 000072 46 000073 47 000100 48 000102 49 000112 50 000124 52 000136 54 000144 55 000152 56 000154 58 000214 60 000215 62 000222 63 000225 64 000227 66 000267 ----------------------------------------------------------- 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