1*0Sstevel@tonic-gate# 2*0Sstevel@tonic-gate# CDDL HEADER START 3*0Sstevel@tonic-gate# 4*0Sstevel@tonic-gate# The contents of this file are subject to the terms of the 5*0Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only 6*0Sstevel@tonic-gate# (the "License"). You may not use this file except in compliance 7*0Sstevel@tonic-gate# with the License. 8*0Sstevel@tonic-gate# 9*0Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*0Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 11*0Sstevel@tonic-gate# See the License for the specific language governing permissions 12*0Sstevel@tonic-gate# and limitations under the License. 13*0Sstevel@tonic-gate# 14*0Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 15*0Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*0Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 17*0Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 18*0Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 19*0Sstevel@tonic-gate# 20*0Sstevel@tonic-gate# CDDL HEADER END 21*0Sstevel@tonic-gate# 22*0Sstevel@tonic-gate# 23*0Sstevel@tonic-gate#pragma ident "%Z%%M% %I% %E% SMI" 24*0Sstevel@tonic-gate# 25*0Sstevel@tonic-gate# Copyright (c) 2000 by Sun Microsystems, Inc. 26*0Sstevel@tonic-gate# All rights reserved. 27*0Sstevel@tonic-gate# 28*0Sstevel@tonic-gate 29*0Sstevel@tonic-gate# 30*0Sstevel@tonic-gate# The list of error strings below are the ones that are 31*0Sstevel@tonic-gate# _only_ logged to syslog, and thus, should not be 32*0Sstevel@tonic-gate# localized. In the future, if a particular error string 33*0Sstevel@tonic-gate# is returned to the client, it should be removed from 34*0Sstevel@tonic-gate# this file. 35*0Sstevel@tonic-gate# 36*0Sstevel@tonic-gate 37*0Sstevel@tonic-gatemsgid "%s operation issued before session established" 38*0Sstevel@tonic-gatemsgid "%s service not found, using reserved port 665" 39*0Sstevel@tonic-gatemsgid "abort attempt of session, %d, unsuccessful" 40*0Sstevel@tonic-gatemsgid "client disconnected" 41*0Sstevel@tonic-gatemsgid "confirm callback failed, aborting operation" 42*0Sstevel@tonic-gatemsgid "connection attempt failed" 43*0Sstevel@tonic-gatemsgid "failed to acquire reserved port" 44*0Sstevel@tonic-gatemsgid "failed to start a new session handler" 45*0Sstevel@tonic-gatemsgid "illegal argument to -%c flag (%s), exiting" 46*0Sstevel@tonic-gatemsgid "illegal option (-%c), exiting" 47*0Sstevel@tonic-gatemsgid "internal error: %s: %s" 48*0Sstevel@tonic-gatemsgid "invalid session establishment sequence" 49*0Sstevel@tonic-gatemsgid "message callback failed, continuing" 50*0Sstevel@tonic-gatemsgid "network initialization failed" 51*0Sstevel@tonic-gatemsgid "operation failed" 52*0Sstevel@tonic-gatemsgid "permission denied" 53*0Sstevel@tonic-gatemsgid "received an invalid message" 54*0Sstevel@tonic-gatemsgid "retry value invalid (%d)" 55*0Sstevel@tonic-gatemsgid "retrying operation, attempt %d" 56*0Sstevel@tonic-gatemsgid "session aborted" 57*0Sstevel@tonic-gatemsgid "timeout value invalid (%d)" 58*0Sstevel@tonic-gatemsgid "unable to receive message" 59*0Sstevel@tonic-gatemsgid "unable to send message for %s operation" 60*0Sstevel@tonic-gatemsgid "unknown operation requested" 61*0Sstevel@tonic-gatemsgid "unrecognized error reported" 62*0Sstevel@tonic-gatemsgid "unsupported message protocol version %d.%d" 63*0Sstevel@tonic-gate 64*0Sstevel@tonic-gate 65*0Sstevel@tonic-gate# 66*0Sstevel@tonic-gate# Miscellaneous strings 67*0Sstevel@tonic-gate# 68*0Sstevel@tonic-gate 69*0Sstevel@tonic-gatemsgid "" 70*0Sstevel@tonic-gatemsgid "%s\n" 71*0Sstevel@tonic-gatemsgid "%s: %s" 72*0Sstevel@tonic-gatemsgid "%s: %s\n" 73*0Sstevel@tonic-gatemsgid ", RDR_FAILED" 74*0Sstevel@tonic-gatemsgid ", RDR_SUCCESS" 75*0Sstevel@tonic-gatemsgid "<%d> %s" 76*0Sstevel@tonic-gatemsgid "INVALID TYPE" 77*0Sstevel@tonic-gatemsgid "RDR_CONF_ABORT_CMD" 78*0Sstevel@tonic-gatemsgid "RDR_CONF_AP_ID_CMP" 79*0Sstevel@tonic-gatemsgid "RDR_CONF_CHANGE_STATE" 80*0Sstevel@tonic-gatemsgid "RDR_CONF_CONFIRM_CALLBACK" 81*0Sstevel@tonic-gatemsgid "RDR_CONF_HELP" 82*0Sstevel@tonic-gatemsgid "RDR_CONF_LIST_EXT" 83*0Sstevel@tonic-gatemsgid "RDR_CONF_MSG_CALLBACK" 84*0Sstevel@tonic-gatemsgid "RDR_CONF_PRIVATE_FUNC" 85*0Sstevel@tonic-gatemsgid "RDR_CONF_TEST" 86*0Sstevel@tonic-gatemsgid "RDR_INVALID_OP" 87*0Sstevel@tonic-gatemsgid "RDR_REPLY" 88*0Sstevel@tonic-gatemsgid "RDR_REQUEST" 89*0Sstevel@tonic-gatemsgid "RDR_RSRC_INFO" 90*0Sstevel@tonic-gatemsgid "RDR_SES_CHALLENGE" 91*0Sstevel@tonic-gatemsgid "RDR_SES_END" 92*0Sstevel@tonic-gatemsgid "RDR_SES_ESTBL" 93*0Sstevel@tonic-gatemsgid "RDR_SES_REQ" 94*0Sstevel@tonic-gatemsgid "dcs_msg.c" 95*0Sstevel@tonic-gatemsgid "hdr" 96*0Sstevel@tonic-gatemsgid "malloc" 97*0Sstevel@tonic-gatemsgid "message %s: <%s, %s%s>\n" 98*0Sstevel@tonic-gatemsgid "received" 99*0Sstevel@tonic-gatemsgid "sent" 100