xref: /onnv-gate/usr/src/lib/libunistat/common/sdbc/sdbc.err (revision 7836:4e95154b5b7a)
1*7836SJohn.Forte@Sun.COM# CDDL HEADER START
2*7836SJohn.Forte@Sun.COM#
3*7836SJohn.Forte@Sun.COM# The contents of this file are subject to the terms of the
4*7836SJohn.Forte@Sun.COM# Common Development and Distribution License (the "License").
5*7836SJohn.Forte@Sun.COM# You may not use this file except in compliance with the License.
6*7836SJohn.Forte@Sun.COM#
7*7836SJohn.Forte@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8*7836SJohn.Forte@Sun.COM# or http://www.opensolaris.org/os/licensing.
9*7836SJohn.Forte@Sun.COM# See the License for the specific language governing permissions
10*7836SJohn.Forte@Sun.COM# and limitations under the License.
11*7836SJohn.Forte@Sun.COM#
12*7836SJohn.Forte@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
13*7836SJohn.Forte@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14*7836SJohn.Forte@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
15*7836SJohn.Forte@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
16*7836SJohn.Forte@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
17*7836SJohn.Forte@Sun.COM#
18*7836SJohn.Forte@Sun.COM# CDDL HEADER END
19*7836SJohn.Forte@Sun.COM#
20*7836SJohn.Forte@Sun.COM# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
21*7836SJohn.Forte@Sun.COM# Use is subject to license terms.
22*7836SJohn.Forte@Sun.COM#
23*7836SJohn.Forte@Sun.COMDUMMY = SDBC Place holder until definitions checked in by coresw dev.
24*7836SJohn.Forte@Sun.COMOBSOLETE = Obsolete sdbc ioctl used
25*7836SJohn.Forte@Sun.COMDISABLE = Cache deconfig failed.  Not initialized
26*7836SJohn.Forte@Sun.COMCLUSTER_SIZE = Get cluster size operation failed.  Cache not initialized
27*7836SJohn.Forte@Sun.COMCLUSTER_DATA = Get cluster data operation failed.  Cache not initialized
28*7836SJohn.Forte@Sun.COMGLMUL_SIZE = Get global size operation failed.  Cache not initialized
29*7836SJohn.Forte@Sun.COMGLMUL_INFO = Get global info operation failed.  Cache not initialized
30*7836SJohn.Forte@Sun.COMTOGGLE_FLUSH = Cache flushing mode is (mode %s)
31*7836SJohn.Forte@Sun.COMUNSUPPORTED = Unknown ioctl: unsupported (cmd %s)
32*7836SJohn.Forte@Sun.COMDISABLEFAIL = Cache not deconfigured
33*7836SJohn.Forte@Sun.COMPINNED = Pinned data on %s
34*7836SJohn.Forte@Sun.COMACTIVERDC = Active RDC pair not closed
35*7836SJohn.Forte@Sun.COMUNREG = Could not unregister sdbc io module
36*7836SJohn.Forte@Sun.COMALREADY = Cache enable failed.  Already initialized.
37*7836SJohn.Forte@Sun.COMENABLEFAIL = Cache enable failed.
38*7836SJohn.Forte@Sun.COMSIZE = Cache block size %s not supported.
39*7836SJohn.Forte@Sun.COMMAGIC = Mismatched versions of scmadm and sdbc module.
40*7836SJohn.Forte@Sun.COMNONETMEM = Insufficient memory for cache.
41*7836SJohn.Forte@Sun.COMNOIOBMEM = No memory for iobuf hooks.
42*7836SJohn.Forte@Sun.COMNOIOBCB = Missing iobuf driver callback.
43*7836SJohn.Forte@Sun.COMNOHANDLEMEM = No memory for buffer handles.
44*7836SJohn.Forte@Sun.COMMEMCONFIG = Cache memory initialzation error.
45*7836SJohn.Forte@Sun.COMFLUSHTHRD = Flush threads create failure.
46*7836SJohn.Forte@Sun.COMNOHASH = Cannot create hash table
47*7836SJohn.Forte@Sun.COMNOCB = Cannot allocate cache block structures
48*7836SJohn.Forte@Sun.COMNOCCTL = Cannot allocate cctl sync structures
49*7836SJohn.Forte@Sun.COMNOCD = Cannot allocate cache data structures
50*7836SJohn.Forte@Sun.COMNOMIRRORCD = Cannot allocate cache data structures for mirror areas
51*7836SJohn.Forte@Sun.COMNOSHAREDFILE = Cannot allocate shared file area
52*7836SJohn.Forte@Sun.COMNOSFNV = Cannot allocate shared file area in nvmem
53*7836SJohn.Forte@Sun.COMNOREFRESH = Unable to refresh host memory
54*7836SJohn.Forte@Sun.COMINVHOSTID = Hostid %s greater than maximum (%s)
55*7836SJohn.Forte@Sun.COMNOTSAME = Self host %s and mirror host %s cannot be the same
56*7836SJohn.Forte@Sun.COMNORMLOCKS = No RM locks configured
57*7836SJohn.Forte@Sun.COMGLDMAFAIL = Global information transfer failed
58*7836SJohn.Forte@Sun.COMMODELCONVERT = 64 bit conversion called on a 32 bit system
59*7836SJohn.Forte@Sun.COMABUFS = Anonymous buffers currently allocated from sdbc
60*7836SJohn.Forte@Sun.COMNODEVENABLED = Device not enabled in cache
61