#ifndef _MSG_DOT_H #define _MSG_DOT_H #include /* Msg typedef */ #ifndef __lint #define MSG_SGS_LOCAL_ARRAY __libcrle_msg extern const char __libcrle_msg[]; #define MSG_ORIG_STRTAB(_x, _s) &_s[_x] #define MSG_ORIG(x) MSG_ORIG_STRTAB(x, __libcrle_msg) extern const char * _libcrle_msg(Msg); #define MSG_INTL(x) _libcrle_msg(x) #define MSG_SYS_OPEN 1 #define MSG_SYS_OPEN_SIZE 24 #define MSG_SYS_READ 26 #define MSG_SYS_READ_SIZE 24 #define MSG_SYS_MMAP 51 #define MSG_SYS_MMAP_SIZE 24 #define MSG_SYS_ALLOC 76 #define MSG_SYS_ALLOC_SIZE 33 #define MSG_DL_OPEN 110 #define MSG_DL_OPEN_SIZE 22 #define MSG_DL_DUMP 133 #define MSG_DL_DUMP_SIZE 22 #define MSG_DL_INFO 156 #define MSG_DL_INFO_SIZE 22 #define MSG_AUD_DEPEND 179 #define MSG_AUD_DEPEND_SIZE 23 #define MSG_AUD_FILTER 203 #define MSG_AUD_FILTER_SIZE 31 #define MSG_AUD_RESBGN 235 #define MSG_AUD_RESBGN_SIZE 25 #define MSG_AUD_RESEND 261 #define MSG_AUD_RESEND_SIZE 25 #define MSG_ENV_AUD_FD 287 #define MSG_ENV_AUD_FD_SIZE 7 #define MSG_ENV_AUD_FLAGS 295 #define MSG_ENV_AUD_FLAGS_SIZE 10 #define MSG_FIL_LIBCRLE 306 #define MSG_FIL_LIBCRLE_SIZE 7 #define MSG_PTH_PROCRMAP 314 #define MSG_PTH_PROCRMAP_SIZE 15 #define MSG_PTH_PROCSTATUS 330 #define MSG_PTH_PROCSTATUS_SIZE 17 #define MSG_PTH_DEVNULL 348 #define MSG_PTH_DEVNULL_SIZE 9 #define MSG_SUNW_OST_SGS 358 #define MSG_SUNW_OST_SGS_SIZE 12 #else /* __lint */ extern const char * _libcrle_msg(Msg); #ifndef MSG_SGS_LOCAL_ARRAY #define MSG_SGS_LOCAL_ARRAY "" #endif extern const char __libcrle_msg[]; #define MSG_ORIG_STRTAB(_x, _s) _x #define MSG_ORIG(x) x #define MSG_INTL(x) x #ifndef LINTSUP_SUPPRESS_STRINGS #define MSG_SYS_OPEN "%s: %s: open failed: %s\n" #define MSG_SYS_OPEN_SIZE 24 #define MSG_SYS_READ "%s: %s: read failed: %s\n" #define MSG_SYS_READ_SIZE 24 #define MSG_SYS_MMAP "%s: %s: mmap failed: %s\n" #define MSG_SYS_MMAP_SIZE 24 #define MSG_SYS_ALLOC "%s: memory allocation failed: %s\n" #define MSG_SYS_ALLOC_SIZE 33 #define MSG_DL_OPEN "%s: dlopen failed: %s\n" #define MSG_DL_OPEN_SIZE 22 #define MSG_DL_DUMP "%s: dldump failed: %s\n" #define MSG_DL_DUMP_SIZE 22 #define MSG_DL_INFO "%s: dlinfo failed: %s\n" #define MSG_DL_INFO_SIZE 22 #define MSG_AUD_DEPEND "__CRLE_DEP__:depend:%s\n" #define MSG_AUD_DEPEND_SIZE 23 #define MSG_AUD_FILTER "__CRLE_DEP__:filter:%s:(%s):%s\n" #define MSG_AUD_FILTER_SIZE 31 #define MSG_AUD_RESBGN "__CRLE_DEP__:resbgn:%llu\n" #define MSG_AUD_RESBGN_SIZE 25 #define MSG_AUD_RESEND "__CRLE_DEP__:resend:%llu\n" #define MSG_AUD_RESEND_SIZE 25 #define MSG_ENV_AUD_FD "CRLE_FD" #define MSG_ENV_AUD_FD_SIZE 7 #define MSG_ENV_AUD_FLAGS "CRLE_FLAGS" #define MSG_ENV_AUD_FLAGS_SIZE 10 #define MSG_FIL_LIBCRLE "libcrle" #define MSG_FIL_LIBCRLE_SIZE 7 #define MSG_PTH_PROCRMAP "/proc/self/rmap" #define MSG_PTH_PROCRMAP_SIZE 15 #define MSG_PTH_PROCSTATUS "/proc/self/status" #define MSG_PTH_PROCSTATUS_SIZE 17 #define MSG_PTH_DEVNULL "/dev/null" #define MSG_PTH_DEVNULL_SIZE 9 #define MSG_SUNW_OST_SGS "SUNW_OST_SGS" #define MSG_SUNW_OST_SGS_SIZE 12 #endif /* LINTSUP_SUPPRESS_STRINGS */ #endif /* __lint */ #endif