1#
2# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License, Version 1.0 only
9# (the "License").  You may not use this file except in compliance
10# with the License.
11#
12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13# or http://www.opensolaris.org/os/licensing.
14# See the License for the specific language governing permissions
15# and limitations under the License.
16#
17# When distributing Covered Code, include this CDDL HEADER in each
18# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19# If applicable, add the following below this CDDL HEADER, with the
20# fields enclosed by brackets "[]" replaced with your own identifying
21# information: Portions Copyright [yyyy] [name of copyright owner]
22#
23# CDDL HEADER END
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
26
27
28@ _START_
29
30# Messages for cmd/sgs/libcrle
31
32@ MSG_ID_LIBCRLE
33
34# System error messages
35
36@ MSG_SYS_OPEN		"%s: %s: open failed: %s\n"
37@ MSG_SYS_READ		"%s: %s: read failed: %s\n"
38@ MSG_SYS_MMAP		"%s: %s: mmap failed: %s\n"
39@ MSG_SYS_ALLOC		"%s: memory allocation failed: %s\n"
40
41# Runtime linker error messages
42
43@ MSG_DL_OPEN		"%s: dlopen failed: %s\n"
44@ MSG_DL_DUMP		"%s: dldump failed: %s\n"
45@ MSG_DL_INFO		"%s: dlinfo failed: %s\n"
46
47@ _END_
48
49
50# The following strings represent reserved section and symbol names.  Reference
51# to these strings is via the MSG_ORIG() macro, and thus no translations are
52# required.
53
54@ MSG_AUD_DEPEND	"__CRLE_DEP__:depend:%s\n"
55@ MSG_AUD_FILTER	"__CRLE_DEP__:filter:%s:(%s):%s\n"
56@ MSG_AUD_RESBGN	"__CRLE_DEP__:resbgn:%llu\n"
57@ MSG_AUD_RESEND	"__CRLE_DEP__:resend:%llu\n"
58
59@ MSG_ENV_AUD_FD	"CRLE_FD"
60@ MSG_ENV_AUD_FLAGS	"CRLE_FLAGS"
61
62@ MSG_FIL_LIBCRLE	"libcrle"
63
64@ MSG_PTH_PROCRMAP	"/proc/self/rmap"
65@ MSG_PTH_PROCSTATUS	"/proc/self/status"
66@ MSG_PTH_DEVNULL	"/dev/null"
67
68@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
69