-- --**************************************************************************** --* * --* Copyright (c) 2001 * --* by DIGITAL Equipment Corporation, Maynard, Mass. * --* * --* This software is furnished under a license and may be used and copied * --* only in accordance with the terms of such license and with the * --* inclusion of the above copyright notice. This software or any other * --* copies thereof may not be provided or otherwise made available to any * --* other person. No title to and ownership of the software is hereby * --* transferred. * --* * --* The information in this software is subject to change without notice * --* and should not be construed as a commitment by DIGITAL Equipment * --* Corporation. * --* * --* DIGITAL assumes no responsibility for the use or reliability of its * --* software on equipment which is not supplied by DIGITAL. * --* * --**************************************************************************** --******************************************************************************************************************** -- Created: 15-MAR-2001 22:51:29 by OpenVMS SDL EV1-33 -- Source: 16-AUG-1993 14:45:28 $11$DUA933:[LIB_ADA.LIS]EMBETDEF.SDL;1 --******************************************************************************************************************** with SYSTEM; use SYSTEM; with STARLET; use STARLET; with CONDITION_HANDLING; use CONDITION_HANDLING; package EMBETDEF is -- module $EMBETDEF -- -- ERROR MESSAGE ENTRY TYPE DEFINITIONS -- EMB_C_DE : constant := 1; -- DEVICE ERROR EMB_K_DE : constant := 1; -- DEVICE ERROR EMB_C_MC : constant := 2; -- MACHINE CHECK EMB_K_MC : constant := 2; -- MACHINE CHECK EMB_C_SYNERR : constant := 3; -- Syndrome Error EMB_K_SYNERR : constant := 3; -- Syndrome Error EMB_C_BE : constant := 4; -- BUS ERROR EMB_K_BE : constant := 4; -- BUS ERROR EMB_C_SA : constant := 5; -- SBI ALERT EMB_K_SA : constant := 5; -- SBI ALERT EMB_C_SE : constant := 6; -- SOFT ECC ERROR EMB_K_SE : constant := 6; -- SOFT ECC ERROR EMB_C_AW : constant := 7; -- ASYNCHRONOUS WRITE ERROR EMB_K_AW : constant := 7; -- ASYNCHRONOUS WRITE ERROR EMB_C_HE : constant := 8; -- HARD ECC ERROR EMB_K_HE : constant := 8; -- HARD ECC ERROR EMB_C_UBA : constant := 9; -- 11/780 Unibus Adapter error EMB_K_UBA : constant := 9; -- 11/780 Unibus Adapter error EMB_C_SI : constant := 10; -- 11/750 Fault through SBI vector EMB_K_SI : constant := 10; -- 11/750 Fault through SBI vector EMB_C_UE : constant := 11; -- 11/730 Unibus Error EMB_K_UE : constant := 11; -- 11/730 Unibus Error EMB_C_MBA : constant := 12; -- 11/780 Massbus Adapter Error EMB_K_MBA : constant := 12; -- 11/780 Massbus Adapter Error EMB_C_SBIA : constant := 13; -- 11/790 SBIA error EMB_K_SBIA : constant := 13; -- 11/790 SBIA error EMB_C_CRD : constant := 14; -- 11/790 CRD log EMB_K_CRD : constant := 14; -- 11/790 CRD log EMB_C_EMM : constant := 15; -- 11/790 Environmental MOnitor EMB_K_EMM : constant := 15; -- 11/790 Environmental MOnitor EMB_C_HLT : constant := 16; -- 11/790 Processor Error Halt EMB_K_HLT : constant := 16; -- 11/790 Processor Error Halt EMB_C_CRBT : constant := 17; -- 11/790 Console Reboot EMB_K_CRBT : constant := 17; -- 11/790 Console Reboot EMB_C_BIADPERR : constant := 18; -- BI ADAPTER ERROR EMB_K_BIADPERR : constant := 18; -- BI ADAPTER ERROR EMB_C_BIBUSERR : constant := 19; -- BI BUS ERROR EMB_K_BIBUSERR : constant := 19; -- BI BUS ERROR EMB_C_NMIFLT : constant := 20; -- NMI FAULT EMB_K_NMIFLT : constant := 20; -- NMI FAULT EMB_C_CTO : constant := 21; -- Console Timeout EMB_K_CTO : constant := 21; -- Console Timeout EMB_C_NBW : constant := 22; -- NBW EMB_K_NBW : constant := 22; -- NBW EMB_C_CACHERR : constant := 23; -- CACHE ERROR EMB_K_CACHERR : constant := 23; -- CACHE ERROR EMB_C_CVAX_CB : constant := 24; -- CVAX CACHE/BUS ERROR EMB_K_CVAX_CB : constant := 24; -- CVAX CACHE/BUS ERROR EMB_C_MEMSCAN : constant := 25; -- Calypso memory error found by scanning EMB_K_MEMSCAN : constant := 25; -- Calypso memory error found by scanning EMB_C_INT54 : constant := 26; -- Calypso SCB 54 error EMB_K_INT54 : constant := 26; -- Calypso SCB 54 error EMB_C_INT60 : constant := 27; -- Calypso SCB 60 error EMB_K_INT60 : constant := 27; -- Calypso SCB 60 error EMB_C_ADPERR : constant := 28; -- adapter error EMB_K_ADPERR : constant := 28; -- adapter error EMB_C_LASTFAIL : constant := 29; -- Calypso lastfail EMB_K_LASTFAIL : constant := 29; -- Calypso lastfail EMB_C_CONSOLE : constant := 30; -- Console entry EMB_K_CONSOLE : constant := 30; -- Console entry EMB_C_INFO : constant := 31; -- Informational entry EMB_K_INFO : constant := 31; -- Informational entry EMB_C_CS : constant := 32; -- COLD START (IE: SYSTEM BOOT) EMB_K_CS : constant := 32; -- COLD START (IE: SYSTEM BOOT) EMB_C_CLKERR : constant := 33; -- Clock module error EMB_K_CLKERR : constant := 33; -- Clock module error EMB_C_SCAN : constant := 34; -- SCAN error (eg. Aquarius) EMB_K_SCAN : constant := 34; -- SCAN error (eg. Aquarius) EMB_K_NF : constant := 35; -- NEW FILE CREATED EMB_C_NF : constant := 35; -- NEW FILE CREATED EMB_C_WS : constant := 36; -- WARM START (IE: SYSTEM POWER RECOVERY) EMB_K_WS : constant := 36; -- WARM START (IE: SYSTEM POWER RECOVERY) EMB_C_CR : constant := 37; -- CRASH RE-START EMB_K_CR : constant := 37; -- CRASH RE-START EMB_C_TS : constant := 38; -- TIME STAMP ENTRY EMB_K_TS : constant := 38; -- TIME STAMP ENTRY EMB_C_SS : constant := 39; -- SYSTEM SERVICE MESSAGE EMB_K_SS : constant := 39; -- SYSTEM SERVICE MESSAGE EMB_C_SBC : constant := 40; -- SYSTEM BUGCHECK EMB_K_SBC : constant := 40; -- SYSTEM BUGCHECK EMB_C_OM : constant := 41; -- OPERATOR MESSAGE EMB_K_OM : constant := 41; -- OPERATOR MESSAGE EMB_C_NM : constant := 42; -- NETWORK MESSAGE EMB_K_NM : constant := 42; -- NETWORK MESSAGE EMB_C_CONFIG : constant := 43; -- CONFIGURATION entry EMB_K_CONFIG : constant := 43; -- CONFIGURATION entry EMB_C_POLL_ERR : constant := 44; -- Polled error entry EMB_K_POLL_ERR : constant := 44; -- Polled error entry EMB_C_SNAP : constant := 45; -- SNAP/TRACE ENTRY EMB_K_SNAP : constant := 45; -- snap/trace entry EMB_C_SPU_EVENT : constant := 46; -- 9000 console error log EMB_K_SPU_EVENT : constant := 46; -- 9000 console error log EMB_C_VM : constant := 64; -- VOLUME MOUNT EMB_K_VM : constant := 64; -- VOLUME MOUNT EMB_C_VD : constant := 65; -- VOLUME DISMOUNT EMB_K_VD : constant := 65; -- VOLUME DISMOUNT EMB_C_DT : constant := 96; -- DEVICE TIMEOUT EMB_K_DT : constant := 96; -- DEVICE TIMEOUT EMB_C_UI : constant := 97; -- UNDEFINED INTERRUPT EMB_K_UI : constant := 97; -- UNDEFINED INTERRUPT EMB_C_DA : constant := 98; -- Asynchronous Device Attention EMB_K_DA : constant := 98; -- Asynchronous Device Attention EMB_C_SP : constant := 99; -- Software Parameters EMB_K_SP : constant := 99; -- Software Parameters EMB_C_LM : constant := 100; -- Logged Message EMB_K_LM : constant := 100; -- Logged Message EMB_C_LOGMSCP : constant := 101; -- Logged MSCP Message EMB_K_LOGMSCP : constant := 101; -- Logged MSCP Message EMB_C_PWR : constant := 102; -- Laser power event EMB_K_PWR : constant := 102; -- Laser power event EMB_C_UBC : constant := 112; -- USER BUGCHECK EMB_K_UBC : constant := 112; -- USER BUGCHECK end EMBETDEF;