$page "Include File For System Failure Numbers : INCLSF"                00001000
                                                                        00002000
EQUATE                                                                  00003000
                                                                        00004000
   SFKernBadCacheCode  = 670,                                           00005000
   SFKernCacheSyncBad  = 671,                                           00006000
   SFKernCacheIntBad   = 672,                                           00007000
   SFKernDatasegWriteFail = 651,                                        00008000
   SFKernSegReadFail = 650,                                             00009000
   SFKernNotSupported = 680,                                            00010000
   SFKernBadParm = 681;                                                 00011000
                                                                        00012000
<< Equates for SUDDENDEATH calls (SF numbers) >>                        00013000
equate CDT'BAD'INDEX = 1001,   << Bad CDT index passed >>               00014000
       CDT'NOT'INITIALIZED=1002,<< CDT routines called with no DST >>   00015000
       CDT'BAD'WORD'OFST  =1003,<< CDT routines called with word   >>   00016000
                                << offset out of entry range.      >>   00017000
       CDT'BAD'LDR'INDEX  =1004,<< Attempting to queue/dequeue a   >>   00018000
                                << LDR that is not in the list.    >>   00019000
                                << list.                           >>   00020000
       CDT'INVALID'STATE  =1005,<< An invalid state transition was >>   00021000
                                << requested against a CDT.        >>   00022000
       CDT'TABLE'EMPTY    =1006,<< The CDT table has been entirely >>   00023000
                                << consumed.                       >>   00024000
       CDT'LOGIC'PROBLEM  =1007,<< CDT routines have been invoked, >>   00025000
                                << yet it appears as if the device >>   00026000
                                << or caching has not been enabled.>>   00027000
       CDT'UNAVAIL'DRQ    =1008,<< When obtaining a new CDT entry  >>   00028000
                                << for a mapped domain, a disc req.>>   00029000
                                << could not be obtained.          >>   00030000
       CDT'UNASSIGNED     =1009;<< Attempt to access an unassigned >>   00031000
                                << CDT entry.                      >>   00032000
