/**/ /***************************************************************************/ /** **/ /** © Copyright 2010, Hewlett-Packard Development Company, L.P. **/ /** **/ /** Confidential computer software. Valid license from HP and/or **/ /** its subsidiaries required for possession, use, or copying. **/ /** **/ /** Consistent with FAR 12.211 and 12.212, Commercial Computer Software, **/ /** Computer Software Documentation, and Technical Data for Commercial **/ /** Items are licensed to the U.S. Government under vendor's standard **/ /** commercial license. **/ /** **/ /** Neither HP nor any of its subsidiaries shall be liable for technical **/ /** or editorial errors or omissions contained herein. The information **/ /** in this document is provided "as is" without warranty of any kind and **/ /** is subject to change without notice. The warranties for HP products **/ /** are set forth in the express limited warranty statements accompanying **/ /** such products. Nothing herein should be construed as constituting an **/ /** additional warranty. **/ /** **/ /***************************************************************************/ /********************************************************************************************************************************/ /* Created: 30-Mar-2010 17:37:45 by OpenVMS SDL EV3-3 */ /* Source: 23-JUN-2003 16:38:55 $1$DGA7274:[LIB_H.SRC]EMBINDICTDEF.SDL;1 */ /********************************************************************************************************************************/ /*** MODULE $EMBINDICTDEF ***/ #ifndef __EMBINDICTDEF_LOADED #define __EMBINDICTDEF_LOADED 1 #pragma __nostandard /* This file uses non-ANSI-Standard features */ #pragma __member_alignment __save #pragma __nomember_alignment #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __save /* Save the previously-defined required ptr size */ #pragma __required_pointer_size __short /* And set ptr size default to 32-bit pointers */ #endif #ifdef __cplusplus extern "C" { #define __unknown_params ... #define __optional_params ... #else #define __unknown_params #define __optional_params ... #endif #ifndef __struct #if !defined(__VAXC) #define __struct struct #else #define __struct variant_struct #endif #endif #ifndef __union #if !defined(__VAXC) #define __union union #else #define __union variant_union #endif #endif #include /* */ /* INDICTMENT BUFFER FORMAT */ /* */ #define EMB$K_INDICT_ISUB_CLASS 9 /* INDICT ISUB class */ #define EMB$C_INDICT_ISUB_CLASS 9 /* INDICT ISUB class */ #define EMB$K_INDICT_ISUB_TYPE 3 /* INDICT ISUB type */ #define EMB$C_INDICT_ISUB_TYPE 3 /* INDICT ISUB type */ #define EMB$K_INDICT_ISUB_REV 1 /* INDICT ISUB revision */ #define EMB$C_INDICT_ISUB_REV 1 /* INDICT ISUB revision */ #define EMB$K_INDICT_ISUB_LENGTH 536 /* INDICT ISUB size */ #define EMB$C_INDICT_ISUB_LENGTH 536 /* INDICT ISUB size */ #define EMB$K_INDICT_TSUB_LENGTH 8 /* INDICT TSUB class */ #define EMB$C_INDICT_TSUB_LENGTH 8 /* INDICT TSUB class */ #define EMB$K_INDICT_TSUB_CLASS 0 /* INDICT TSUB class */ #define EMB$C_INDICT_TSUB_CLASS 0 /* INDICT TSUB class */ #define EMB$K_INDICT_TSUB_TYPE 0 /* INDICT TSUB type */ #define EMB$C_INDICT_TSUB_TYPE 0 /* INDICT TSUB type */ #define EMB$K_INDICT_TSUB_REV 1 /* INDICT TSUB revision */ #define EMB$C_INDICT_TSUB_REV 1 /* INDICT TSUB revision */ #define EMB$K_INDICT_ERL_LENGTH 640 /* INDICT ERL size */ #define EMB$C_INDICT_ERL_LENGTH 640 /* INDICT ERL size */ #define EMB$S_EMBINDICTDEF 640 /* Old size name - synonym */ typedef struct _embindict { unsigned int emb$l_indt_sid; /*SYSTEM ID */ unsigned short int emb$w_indt_hdr_rev; /* HEADER REV LEVEL */ unsigned int emb$l_indt_xsid; /* SYS_TYPE REGISTER */ unsigned int emb$l_indt_cpuid; /* UNIQUE CPU ID */ unsigned char emb$b_indt_dev_class; /* DEVICE CLASS */ unsigned char emb$b_indt_dev_type; /* DEVICE TYPE */ SCS_NAME_LEN emb$b_indt_scs_name; /* SCS node name in ASCIC */ unsigned short int emb$w_indt_flags; /* MISC. FLAGS */ unsigned char emb$b_indt_os_id; /* LOGGING OS ID */ unsigned char emb$b_indt_hdrsz; /* HEADER SIZE */ unsigned short int emb$w_indt_entry; /* ENTRY TYPE */ unsigned __int64 emb$q_indt_time; /*TIME IN 64 BIT FORMAT */ unsigned short int emb$w_indt_errseq; /*ERROR SEQUENCE NUMBER */ unsigned __int64 emb$q_indt_swvers; /* SOFTWARE VERSION */ unsigned int emb$l_indt_errmsk; /* ERROR MASK */ unsigned int emb$l_indt_abstim; /* CONTENTS OF EXE$GL_ABSTIM */ unsigned char emb$b_indt_hw_name_len; /* Length of marketing name of this system */ char emb$t_indt_hw_name [31]; /* marketing name of this system */ unsigned short int emb$w_indict_isub_len; /* Indictment subpak length */ unsigned short int emb$w_indict_isub_class; /* Indictment subpak class */ unsigned short int emb$w_indict_isub_type; /* Indictment subpak type */ unsigned short int emb$w_indict_isub_rev; /* Indictment subpak rev */ unsigned int emb$l_indict_status; /* Status of this entry */ unsigned int emb$l_indict_object_type; /* Type: Component/PFN/OS */ unsigned __int64 emb$q_indict_pfn_os_handle; /* Failing PFN or OS HWR ID */ unsigned __int64 emb$iq_indict_comp_id; /* Component Handle ID */ unsigned char emb$b_indict_comp_type; /* Component Handle Type */ unsigned char emb$b_indict_comp_subtype; /* Component Handle Subtype */ unsigned char emb$b_indict_pad1 [6]; unsigned __int64 emb$iq_indict_module_id; /* Module Handle ID */ unsigned char emb$b_indict_module_type; /* Module Handle Type */ unsigned char emb$b_indict_module_subtype; /* Module Handle Subtype */ unsigned char emb$b_indict_pad2 [6]; unsigned int emb$l_indict_urgency; /* Urgency of indictment request */ unsigned int emb$l_indict_probability; /* Probability of correct fault */ unsigned int emb$l_total_indictments; /* Total number to be indicted */ unsigned int emb$l_indict_descrip_size; /* Size of descriptor string */ unsigned int emb$l_indict_initiator_size; /* Size of initiator string */ unsigned int emb$l_indict_report_size; /* Size of report handle string */ char emb$b_indict_description [256]; /* Readable descr. of problem */ unsigned char emb$b_indoct_pad3 [8]; char emb$b_indict_initiator [32]; /* Who called us */ unsigned char emb$b_indict_pad4 [8]; char emb$b_indict_report_handle [128]; /* report handle program name */ unsigned char emb$b_indict_pad5 [8]; unsigned char emb$b_indict_spare [16]; /* future expansion */ unsigned short int emb$w_indict_tsub_len; /* Termination subpak length */ unsigned short int emb$w_indict_tsub_class; /* Termination subpak class */ unsigned short int emb$w_indict_tsub_type; /* Termination subpak type */ unsigned short int emb$w_indict_tsub_rev; /* Termination subpak rev */ } EMBINDICT; #pragma __member_alignment __restore #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __restore /* Restore the previously-defined required ptr size */ #endif #ifdef __cplusplus } #endif #pragma __standard #endif /* __EMBINDICTDEF_LOADED */