Google
 

Trailing-Edge - PDP-10 Archives - BB-P363B-SM_1985 - mcb/cex/inidat.lst
There are no other files named inidat.lst in the archive.
								 4-Jun-1985 10:52:46	TOPS-20 Bliss-16 3(552)		    Page   1
								30-Dec-1982 01:54:59	DNET61:<MCB.CEX>INIDAT.B16.1 (1)

;	  0001	! [Beginning of INIDAT]
;	  0002	!
;	  0003	!
;	  0004	!                    COPYRIGHT (c) 1980, 1981, 1982
;	  0005	!                    DIGITAL EQUIPMENT CORPORATION
;	  0006	!                        Maynard, Massachusetts
;	  0007	!
;	  0008	!     This software is furnished under a license and may  be  used
;	  0009	!     and copied only in accordance with the terms of such license
;	  0010	!     and with the inclusion of the above copyright notice.   This
;	  0011	!     software  or any other copies thereof may not be provided or
;	  0012	!     otherwise made available to any other person.  No  title  to
;	  0013	!     and ownership of the software is hereby transferred.
;	  0014	!
;	  0015	!     The information  in  this  software  is  subject  to  change
;	  0016	!     without  notice  and should not be construed as a commitment
;	  0017	!     by DIGITAL EQUIPMENT CORPORATION.
;	  0018	!
;	  0019	!     DIGITAL assumes no responsibility for the use or reliability
;	  0020	!     of  its  software  on  equipment  which  is  not supplied by
;	  0021	!     DIGITAL.
;	  0022	!
;	  0023	
;	  0024	!++
;	  0025	!
;	  0026	! FACILITY: DN20 Initialization
;	  0027	!
;	  0028	! ABSTRACT:
;	  0029	!
;	  0030	!	This contains the data structure definitions for DN20 initialization.
;	  0031	!
;	  0032	! ENVIRONMENT: MCB V3.0
;	  0033	!
;	  0034	! AUTHOR: Alan D. Peckham	CREATION DATE: 24-Oct-80
;	  0035	!
;	  0036	! MODIFIED BY:
;	  0037	!
;	  0038	!--
;	  0039	!
;	  0040	! Status Codes:
;	  0041	!
;	  0042	
;	  0043	DECLARE_SEVERITY (INI, SEVERE);
; WARN#000	1  L1:0043
; Undeclared name:  DECLARE_SEVERITY
; WARN#048	.................1  L1:0043
; Syntax error in module head
; WARN#000	..................1  L1:0043
; Undeclared name:  INI
; WARN#000	.......................1  L1:0043
; Undeclared name:  SEVERE
;	  0044	
								 4-Jun-1985 10:52:46	TOPS-20 Bliss-16 3(552)		    Page   2
								30-Dec-1982 01:54:59	DNET61:<MCB.CEX>INIDAT.B16.1 (1)

;	  0045	$INI_SEVERE (INI$_BAD_CODE, 'Value in C_PRM5 has been modified by called process')
; WARN#000	1  L1:0045
; Undeclared name:  $INI_SEVERE
; WARN#000	.............1  L1:0045
; Undeclared name:  INI$_BAD_CODE
; WARN#085	............................1  L1:0045
; String literal too long for use outside a PLIT
;	  0046	$INI_SEVERE (INI$_NO_CCB, 'Unable to allocate CCB during initialization')
; WARN#000	.............1  L1:0046
; Undeclared name:  INI$_NO_CCB
; WARN#085	..........................1  L1:0046
; String literal too long for use outside a PLIT
;	  0047	$INI_SEVERE (INI$_NO_INI, 'Unable to obtain my own PIX')
; WARN#000	.............1  L1:0047
; Undeclared name:  INI$_NO_INI
; WARN#085	..........................1  L1:0047
; String literal too long for use outside a PLIT
;	  0048	$INI_SEVERE (INI$_NO_DSR, 'Unable to get DSR block')
; WARN#000	.............1  L1:0048
; Undeclared name:  INI$_NO_DSR
; WARN#085	..........................1  L1:0048
; String literal too long for use outside a PLIT
;	  0049	$INI_SEVERE (INI$_FAILED, 'Requested function failed')
; WARN#000	.............1  L1:0049
; Undeclared name:  INI$_FAILED
; WARN#085	..........................1  L1:0049
; String literal too long for use outside a PLIT
;	  0050	$INI_SEVERE (INI$_NO_CODE, 'No process for attached LLC PIX')
; WARN#000	.............1  L1:0050
; Undeclared name:  INI$_NO_CODE
; WARN#085	...........................1  L1:0050
; String literal too long for use outside a PLIT
;	  0051	
;	  0052	!
;	  0053	! INI process data base
;	  0054	!
;	  0055	
;	  0056	$FIELD
; WARN#000	1  L1:0056
; Undeclared name:  $FIELD
;	  0057	    D_FIELDS =
; WARN#000	....1  L1:0057
; Undeclared name:  D_FIELDS
;	  0058		set
;	  0059		D_TIM = [$BYTE],
; WARN#000	........1  L1:0059
; Undeclared name:  D_TIM
; WARN#000	.................1  L1:0059
; Undeclared name:  $BYTE
;	  0060		D_LIX = [$BYTE],
; WARN#000	........1  L1:0060
; Undeclared name:  D_LIX
								 4-Jun-1985 10:52:46	TOPS-20 Bliss-16 3(552)		    Page   3
								30-Dec-1982 01:54:59	DNET61:<MCB.CEX>INIDAT.B16.1 (1)

;	  0061		D_ADR = [$SHORT_INTEGER],
; WARN#000	........1  L1:0061
; Undeclared name:  D_ADR
; WARN#000	.................1  L1:0061
; Undeclared name:  $SHORT_INTEGER
;	  0062		D_NAM = [$BYTES (6)],
; WARN#000	........1  L1:0062
; Undeclared name:  D_NAM
; WARN#000	.................1  L1:0062
; Undeclared name:  $BYTES
;	  0063		D_HST = [$BYTES (6)],
; WARN#000	........1  L1:0063
; Undeclared name:  D_HST
;	  0064		D_HAD = [$SHORT_INTEGER]
; WARN#000	........1  L1:0064
; Undeclared name:  D_HAD
;	  0065		tes;
;	  0066	
;	  0067	$LITERAL
; WARN#000	1  L1:0067
; Undeclared name:  $LITERAL
;	  0068	    D_LEN = $FIELD_SET_SIZE;
; WARN#000	....1  L1:0068
; Undeclared name:  D_LEN
; WARN#000	............1  L1:0068
; Undeclared name:  $FIELD_SET_SIZE
;	  0069	
;	  0070	!
;	  0071	! [End of INIDAT]
; WARN#104
; Missing ELUDOM following module


						.TITLE	$MODULE

						.GLOBL	INI, SEVERE, $INI.SEVERE, INI$.BAD.CODE
						.GLOBL	INI$.NO.CCB, INI$.NO.INI, INI$.NO.DSR
						.GLOBL	INI$.FAILED, INI$.NO.CODE, $FIELD
						.GLOBL	D.FIELDS, D.TIM, $BYTE, D.LIX
						.GLOBL	D.ADR, $SHORT.INTEGER, D.NAM, $BYTES
						.GLOBL	D.HST, D.HAD, $LITERAL, D.LEN
						.GLOBL	$FIELD.SET.SIZE



;					PSECT SUMMARY
;
;	Psect Name			Words	  Attributes
$MODULE								 4-Jun-1985 10:52:46	TOPS-20 Bliss-16 3(552)		    Page   4
											


; Information:	0
; Warnings:	32
; Errors:	0

; Size:		0 code + 0 data words
; Run Time:	   00:02.4
; Elapsed Time:	   00:15.8
; Memory Used:	2 pages
; Compilation Complete