(file) Return to ceMsgTbl.c CVS log (file) (dir) Up to [HallC] / Analyzer / CODA

 1 saw   1.1 /* <@(#) ceMsgTbl.c created on Mon May 23 12:00 by makeMsgTbl> */
 2           
 3           typedef struct ce_tbl_entry {
 4             char *name;
 5             int num;
 6             char *msg;
 7           } CE_TBL_ENTRY;
 8           
 9           CE_TBL_ENTRY ceMsgTbl[] = {
10           
11             {"S_SUCCESS",		0,		"Operation successful"},
12             {"S_FAILURE",		-1,		"Operation failed"},
13           
14             /* <@(#) EVFILE 115 evfile.msg Event File I/O> */
15           
16             {"S_EVFILE",		0x00730000,	"evfile.msg Event File I/O"},
17             {"S_EVFILE_TRUNC",	0x40730001,	"Event truncated on read"},
18             {"S_EVFILE_BADBLOCK",	0x40730002,	"Bad block number encountered"},
19             {"S_EVFILE_BADHANDLE",	0x80730001,	"Bad handle (file/stream not open)"},
20             {"S_EVFILE_ALLOCFAIL",	0x80730002,	"Failed to allocate event I/O structure"},
21             {"S_EVFILE_BADFILE",	0x80730003,	"File format error"},
22 saw   1.1   {"S_EVFILE_UNKOPTION",	0x80730004,	"Unknown option specified"},
23             {"S_EVFILE_UNXPTDEOF",	0x80730005,	"Unexpected end of file while reading event"},
24             {"S_EVFILE_BADSIZEREQ",	0x80730006,	"Invalid buffer size request to evIoct"},
25             {(char *)0,0,(char *)0}
26           };

Analyzer/Replay: Mark Jones, Documents: Stephen Wood
Powered by
ViewCVS 0.9.2-cvsgraph-1.4.0