1 #ifndef _CAP_MSG_DOT_H 2 #define _CAP_MSG_DOT_H 3 4 #include <sgsmsg.h> /* Msg typedef */ 5 6 #ifndef __lint 7 8 #define MSG_SGS_LOCAL_ARRAY __sgs_msg_libconv_cap 9 10 extern const char __sgs_msg_libconv_cap[]; 11 12 #define MSG_ORIG_STRTAB(_x, _s) &_s[_x] 13 14 #define MSG_ORIG(x) MSG_ORIG_STRTAB(x, __sgs_msg_libconv_cap) 15 16 extern const char * _sgs_msg_libconv_cap(Msg); 17 18 #define MSG_INTL(x) _sgs_msg_libconv_cap(x) 19 20 21 #define MSG_CA_SUNW_NULL_CF 1 22 #define MSG_CA_SUNW_NULL_CF_SIZE 12 23 24 #define MSG_CA_SUNW_NULL_NF 14 25 #define MSG_CA_SUNW_NULL_NF_SIZE 4 26 27 #define MSG_CA_SUNW_HW_1_CF 19 28 #define MSG_CA_SUNW_HW_1_CF_SIZE 12 29 30 #define MSG_CA_SUNW_HW_1_NF 32 31 #define MSG_CA_SUNW_HW_1_NF_SIZE 4 32 33 #define MSG_CA_SUNW_SF_1_CF 37 34 #define MSG_CA_SUNW_SF_1_CF_SIZE 12 35 36 #define MSG_CA_SUNW_SF_1_NF 50 37 #define MSG_CA_SUNW_SF_1_NF_SIZE 4 38 39 #define MSG_CA_SUNW_HW_2_CF 55 40 #define MSG_CA_SUNW_HW_2_CF_SIZE 12 41 42 #define MSG_CA_SUNW_HW_2_NF 68 43 #define MSG_CA_SUNW_HW_2_NF_SIZE 4 44 45 #define MSG_CA_SUNW_PLAT_CF 73 46 #define MSG_CA_SUNW_PLAT_CF_SIZE 12 47 48 #define MSG_CA_SUNW_PLAT_NF 86 49 #define MSG_CA_SUNW_PLAT_NF_SIZE 4 50 51 #define MSG_CA_SUNW_MACH_CF 91 52 #define MSG_CA_SUNW_MACH_CF_SIZE 12 53 54 #define MSG_CA_SUNW_MACH_NF 104 55 #define MSG_CA_SUNW_MACH_NF_SIZE 4 56 57 #define MSG_CA_SUNW_ID_CF 109 58 #define MSG_CA_SUNW_ID_CF_SIZE 10 59 60 #define MSG_CA_SUNW_ID_NF 120 61 #define MSG_CA_SUNW_ID_NF_SIZE 2 62 63 #define MSG_GBL_ZERO 123 64 #define MSG_GBL_ZERO_SIZE 1 65 66 #define MSG_GBL_OSQBRKT 125 67 #define MSG_GBL_OSQBRKT_SIZE 10 68 69 #define MSG_GBL_CSQBRKT 136 70 #define MSG_GBL_CSQBRKT_SIZE 2 71 72 #else /* __lint */ 73 74 extern const char * _sgs_msg_libconv_cap(Msg); 75 76 #ifndef MSG_SGS_LOCAL_ARRAY 77 #define MSG_SGS_LOCAL_ARRAY "" 78 #endif 79 80 extern const char __sgs_msg_libconv_cap[]; 81 82 #define MSG_ORIG_STRTAB(_x, _s) _x 83 #define MSG_ORIG(x) x 84 #define MSG_INTL(x) x 85 86 #ifndef LINTSUP_SUPPRESS_STRINGS 87 88 #define MSG_CA_SUNW_NULL_CF "CA_SUNW_NULL" 89 #define MSG_CA_SUNW_NULL_CF_SIZE 12 90 91 #define MSG_CA_SUNW_NULL_NF "null" 92 #define MSG_CA_SUNW_NULL_NF_SIZE 4 93 94 #define MSG_CA_SUNW_HW_1_CF "CA_SUNW_HW_1" 95 #define MSG_CA_SUNW_HW_1_CF_SIZE 12 96 97 #define MSG_CA_SUNW_HW_1_NF "hw_1" 98 #define MSG_CA_SUNW_HW_1_NF_SIZE 4 99 100 #define MSG_CA_SUNW_SF_1_CF "CA_SUNW_SF_1" 101 #define MSG_CA_SUNW_SF_1_CF_SIZE 12 102 103 #define MSG_CA_SUNW_SF_1_NF "sf_1" 104 #define MSG_CA_SUNW_SF_1_NF_SIZE 4 105 106 #define MSG_CA_SUNW_HW_2_CF "CA_SUNW_HW_2" 107 #define MSG_CA_SUNW_HW_2_CF_SIZE 12 108 109 #define MSG_CA_SUNW_HW_2_NF "hw_2" 110 #define MSG_CA_SUNW_HW_2_NF_SIZE 4 111 112 #define MSG_CA_SUNW_PLAT_CF "CA_SUNW_PLAT" 113 #define MSG_CA_SUNW_PLAT_CF_SIZE 12 114 115 #define MSG_CA_SUNW_PLAT_NF "plat" 116 #define MSG_CA_SUNW_PLAT_NF_SIZE 4 117 118 #define MSG_CA_SUNW_MACH_CF "CA_SUNW_MACH" 119 #define MSG_CA_SUNW_MACH_CF_SIZE 12 120 121 #define MSG_CA_SUNW_MACH_NF "mach" 122 #define MSG_CA_SUNW_MACH_NF_SIZE 4 123 124 #define MSG_CA_SUNW_ID_CF "CA_SUNW_ID" 125 #define MSG_CA_SUNW_ID_CF_SIZE 10 126 127 #define MSG_CA_SUNW_ID_NF "id" 128 #define MSG_CA_SUNW_ID_NF_SIZE 2 129 130 #define MSG_GBL_ZERO "0" 131 #define MSG_GBL_ZERO_SIZE 1 132 133 #define MSG_GBL_OSQBRKT "0x%llx [ " 134 #define MSG_GBL_OSQBRKT_SIZE 10 135 136 #define MSG_GBL_CSQBRKT " ]" 137 #define MSG_GBL_CSQBRKT_SIZE 2 138 139 #endif /* LINTSUP_SUPPRESS_STRINGS */ 140 141 #endif /* __lint */ 142 143 #endif 144