fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# CDDL HEADER START
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# The contents of this file are subject to the terms of the
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Common Development and Distribution License (the "License").
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# You may not use this file except in compliance with the License.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# or http://www.opensolaris.org/os/licensing.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# See the License for the specific language governing permissions
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# and limitations under the License.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# When distributing Covered Code, include this CDDL HEADER in each
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# If applicable, add the following below this CDDL HEADER, with the
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# fields enclosed by brackets "[]" replaced with your own identifying
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# information: Portions Copyright [yyyy] [name of copyright owner]
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# CDDL HEADER END
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte# Use is subject to license terms.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forte#
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteDUMMY = SDBC Place holder until definitions checked in by coresw dev.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteOBSOLETE = Obsolete sdbc ioctl used
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteDISABLE = Cache deconfig failed. Not initialized
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteCLUSTER_SIZE = Get cluster size operation failed. Cache not initialized
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteCLUSTER_DATA = Get cluster data operation failed. Cache not initialized
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteGLMUL_SIZE = Get global size operation failed. Cache not initialized
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteGLMUL_INFO = Get global info operation failed. Cache not initialized
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteTOGGLE_FLUSH = Cache flushing mode is (mode %s)
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteUNSUPPORTED = Unknown ioctl: unsupported (cmd %s)
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteDISABLEFAIL = Cache not deconfigured
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn FortePINNED = Pinned data on %s
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteACTIVERDC = Active RDC pair not closed
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteUNREG = Could not unregister sdbc io module
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteALREADY = Cache enable failed. Already initialized.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteENABLEFAIL = Cache enable failed.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteSIZE = Cache block size %s not supported.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteMAGIC = Mismatched versions of scmadm and sdbc module.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNONETMEM = Insufficient memory for cache.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOIOBMEM = No memory for iobuf hooks.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOIOBCB = Missing iobuf driver callback.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOHANDLEMEM = No memory for buffer handles.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteMEMCONFIG = Cache memory initialzation error.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteFLUSHTHRD = Flush threads create failure.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOHASH = Cannot create hash table
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOCB = Cannot allocate cache block structures
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOCCTL = Cannot allocate cctl sync structures
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOCD = Cannot allocate cache data structures
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOMIRRORCD = Cannot allocate cache data structures for mirror areas
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOSHAREDFILE = Cannot allocate shared file area
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOSFNV = Cannot allocate shared file area in nvmem
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOREFRESH = Unable to refresh host memory
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteINVHOSTID = Hostid %s greater than maximum (%s)
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNOTSAME = Self host %s and mirror host %s cannot be the same
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNORMLOCKS = No RM locks configured
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteGLDMAFAIL = Global information transfer failed
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteMODELCONVERT = 64 bit conversion called on a 32 bit system
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteABUFS = Anonymous buffers currently allocated from sdbc
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn ForteNODEVENABLED = Device not enabled in cache