/* * * System dump file. */ #ifndef _DMPDEF_H #define _DMPDEF_H /* Layout of the header block of the system dump file (which is the first disk block of SYS$SYSTEM:SYSDUMP.DMP). */ #define DMP$V_OLDDUMP 0 #define DMP$V_EMPTY 1 #define DMP$V_HDRBLK 2 #define DMP$V_ERRLOG 3 #define DMP$V_MEMORY 4 #define DMP$V_SPT 5 #define DMP$V_WRITECOMP 6 #define DMP$V_ERRLOGCOMP 7 #define DMP$M_OLDDUMP (1<