1 
  2 
  3      "BEGIN INCLUDE FILE aste.incl.alm
  4 
  5 
  6           "Created 01/14/85  1523.3 est Mon by convert_include_file,
  7           "   Version of 01/09/85  0954.4 est Wed.
  8 
  9           "Made from >Pool>m>loe>incl>aste.incl.pl1,
 10           "   modified 01/08/85  1115.0 est Tue
 11 
 12 "
 13 "         Structure aste
 14 "
 15           equ       aste_size,12
 16 
 17           equ       aste.fp,0                     " UPPER
 18           equ       aste.bp,0                     " LOWER
 19 
 20           equ       aste.infl,1                   " UPPER
 21           equ       aste.infp,1                   " LOWER
 22 
 23           equ       aste.strp,2                   " UPPER
 24           equ       aste.par_astep,2              " LOWER
 25 
 26           equ       aste.uid,3
 27 
 28           equ       aste.msl_word,4
 29           equ       aste.msl_shift,27
 30           bool      aste.msl_mask,000777
 31           equ       aste.pvtx_word,4
 32           equ       aste.pvtx_shift,18
 33           bool      aste.pvtx_mask,000777
 34           equ       aste.vtocx,4                  " LOWER
 35 
 36           equ       aste.usedf_word,5
 37           bool      aste.usedf,400000             " DU
 38           equ       aste.init_word,5
 39           bool      aste.init,200000              " DU
 40           equ       aste.gtus_word,5
 41           bool      aste.gtus,100000              " DU
 42           equ       aste.gtms_word,5
 43           bool      aste.gtms,040000              " DU
 44           equ       aste.hc_word,5
 45           bool      aste.hc,020000                " DU
 46           equ       aste.hc_sdw_word,5
 47           bool      aste.hc_sdw,010000            " DU
 48           equ       aste.any_access_on_word,5
 49           bool      aste.any_access_on,004000     " DU
 50           equ       aste.write_access_on_word,5
 51           bool      aste.write_access_on,002000   " DU
 52           equ       aste.inhibit_cache_word,5
 53           bool      aste.inhibit_cache,001000     " DU
 54           equ       aste.explicit_deact_ok_word,5
 55           bool      aste.explicit_deact_ok,000400 " DU
 56           equ       aste.deact_error_word,5
 57           bool      aste.deact_error,000200       " DU
 58           equ       aste.hc_part_word,5
 59           bool      aste.hc_part,000100           " DU
 60           equ       aste.fm_damaged_word,5
 61           bool      aste.fm_damaged,000040        " DU
 62           equ       aste.multi_class_word,5
 63           bool      aste.multi_class,000020       " DU
 64           equ       aste.dius_word,5
 65           bool      aste.dius,000002              " DU
 66           equ       aste.nid_word,5
 67           bool      aste.nid,000001               " DU
 68           equ       aste.dmpr_pad_word,5
 69           bool      aste.dmpr_pad,400000          " DL
 70           equ       aste.ehs_word,5
 71           bool      aste.ehs,200000               " DL
 72           equ       aste.nqsw_word,5
 73           bool      aste.nqsw,100000              " DL
 74           equ       aste.dirsw_word,5
 75           bool      aste.dirsw,040000             " DL
 76           equ       aste.master_dir_word,5
 77           bool      aste.master_dir,020000        " DL
 78           equ       aste.volmap_seg_word,5
 79           bool      aste.volmap_seg,010000        " DL
 80           equ       aste.tqsw_word,5
 81           bool      aste.tqsw,004000              " DL
 82 
 83           equ       aste.dtu,6
 84           equ       aste.dtm,7
 85 
 86           equ       aste.quota,8                  " UPPER
 87 
 88           equ       aste.used,9                   " UPPER
 89 
 90           equ       aste.csl_word,10
 91           equ       aste.csl_shift,27
 92           bool      aste.csl_mask,000777
 93           equ       aste.fmchanged_word,10
 94           bool      aste.fmchanged,000400         " DU
 95           equ       aste.fms_word,10
 96           bool      aste.fms,000200               " DU
 97           equ       aste.npfs_word,10
 98           bool      aste.npfs,000100              " DU
 99           equ       aste.gtpd_word,10
100           bool      aste.gtpd,000040              " DU
101           equ       aste.dnzp_word,10
102           bool      aste.dnzp,000020              " DU
103           equ       aste.per_process_word,10
104           bool      aste.per_process,000010       " DU
105           equ       aste.ddnp_word,10
106           bool      aste.ddnp,000004              " DU
107           equ       aste.records_word,10
108           equ       aste.records_shift,9
109           bool      aste.records_mask,000777
110           equ       aste.np_word,10
111           equ       aste.np_shift,0
112           bool      aste.np_mask,000777
113 
114           equ       aste.ht_fp,11                 " UPPER
115           equ       aste.fmchanged1_word,11
116           bool      aste.fmchanged1,400000        " DL
117           equ       aste.damaged_word,11
118           bool      aste.damaged,200000           " DL
119           equ       aste.pack_ovfl_word,11
120           bool      aste.pack_ovfl,100000         " DL
121           equ       aste.synchronized_word,11
122           bool      aste.synchronized,040000      " DL
123           equ       aste.ptsi_word,11
124           equ       aste.ptsi_shift,6
125           bool      aste.ptsi_mask,000003
126           equ       aste.marker_word,11
127           equ       aste.marker_shift,0
128           bool      aste.marker_mask,000077
129 
130 "
131 "         Structure aste_part
132 "
133           equ       aste_part_size,12
134 
135 
136           equ       aste_part.one,0
137           equ       aste_part.two,1               " DOUBLE
138 
139           equ       aste_part.three_word,11
140           equ       aste_part.three_shift,0
141           bool      aste_part.three_mask,000377
142 
143 "
144 "         Structure seg_aste
145 "
146           equ       seg_aste_size,12
147 
148 
149           equ       seg_aste.usage,8
150 
151      "END INCLUDE FILE aste.incl.alm