1static
2char *SPCS_MSG_SDBC[] = {
3	"",
4	"SDBC Place holder until definitions checked in by coresw dev.",
5	"Obsolete sdbc ioctl used",
6	"Cache deconfig failed.  Not initialized",
7	"Get cluster size operation failed.  Cache not initialized",
8	"Get cluster data operation failed.  Cache not initialized",
9	"Get global size operation failed.  Cache not initialized",
10	"Get global info operation failed.  Cache not initialized",
11	"Cache flushing mode is (mode %s)",
12	"Unknown ioctl: unsupported (cmd %s)",
13	"Cache not deconfigured",
14	"Pinned data on %s",
15	"Active RDC pair not closed",
16	"Could not unregister sdbc io module",
17	"Cache enable failed.  Already initialized.",
18	"Cache enable failed.",
19	"Cache block size %s not supported.",
20	"Mismatched versions of scmadm and sdbc module.",
21	"Insufficient memory for cache.",
22	"No memory for iobuf hooks.",
23	"Missing iobuf driver callback.",
24	"No memory for buffer handles.",
25	"Cache memory initialzation error.",
26	"Flush threads create failure.",
27	"Cannot create hash table",
28	"Cannot allocate cache block structures",
29	"Cannot allocate cctl sync structures",
30	"Cannot allocate cache data structures",
31	"Cannot allocate cache data structures for mirror areas",
32	"Cannot allocate shared file area",
33	"Cannot allocate shared file area in nvmem",
34	"Unable to refresh host memory",
35	"Hostid %s greater than maximum (%s)",
36	"Self host %s and mirror host %s cannot be the same",
37	"No RM locks configured",
38	"Global information transfer failed",
39	"64 bit conversion called on a 32 bit system",
40	"Anonymous buffers currently allocated from sdbc",
41	"Device not enabled in cache",
42};
43#define	SPCS_MSGLEN_SDBC 38	/* total codes */
44