# CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # TODO: In order to put %s in these, since most are "internal errors" where a # direct Throw() or ThrowNew() is being done, need to use unistat and # call spcs_s_exception instead. OVERFLOW = status codes and/or supporting information lost BADHANDLE = The handle presented for access is not valid ACCESS = Unable to grant access INTERNAL = An internal error happened INUSE = The handle is already in use NODRIVER = The referenced SPCS driver could not be loaded: VERSION = Expected version not found, got libspcs.jar version: UNEXPECTED = The libspcs.jar version does not match the libspcs.so version WRONGMOD = Handle presented belongs to some other SPCS module # BUG: there is a weird bug, probably in errgen, that deletes the "i" from # required in this message when creating the java resource file! NEEDROOT = Root privilege required for libspcs access # developer test status: will never appear to a customer ASYNCTEST = Test of asynch status output@@