2 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
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
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.
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]
25 # ident "%Z%%M% %I% %E% SMI"
30 # Messages for cmd/sgs/libcrle
34 # System error messages
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"
41 # Runtime linker error messages
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"
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
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"
59 @ MSG_ENV_AUD_FD "CRLE_FD"
60 @ MSG_ENV_AUD_FLAGS "CRLE_FLAGS"
62 @ MSG_FIL_LIBCRLE "libcrle"
64 @ MSG_PTH_PROCRMAP "/proc/self/rmap"
65 @ MSG_PTH_PROCSTATUS "/proc/self/status"
66 @ MSG_PTH_DEVNULL "/dev/null"
68 @ MSG_SUNW_OST_SGS "SUNW_OST_SGS"