7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 #
26 # Copyright 2012 DEY Storage Systems, Inc. All rights reserved.
27 # Copyright (c) 2013, Joyent, Inc. All rights reserved.
28 #
29
30 @ MSG_NT_PRSTATUS "[ NT_PRSTATUS ]"
31 @ MSG_NT_PRFPREG "[ NT_PRFPREG ]"
32 @ MSG_NT_PRPSINFO "[ NT_PRPSINFO ]"
33 @ MSG_NT_PRXREG "[ NT_PRXREG ]"
34 @ MSG_NT_PLATFORM "[ NT_PLATFORM ]"
35 @ MSG_NT_AUXV "[ NT_AUXV ]"
36 @ MSG_NT_GWINDOWS "[ NT_GWINDOWS ]"
37 @ MSG_NT_ASRS "[ NT_ASRS ]"
38 @ MSG_NT_LDT "[ NT_LDT ]"
39 @ MSG_NT_PSTATUS "[ NT_PSTATUS ]"
40 @ MSG_NT_PSINFO "[ NT_PSINFO ]"
41 @ MSG_NT_PRCRED "[ NT_PRCRED ]"
42 @ MSG_NT_UTSNAME "[ NT_UTSNAME ]"
43 @ MSG_NT_LWPSTATUS "[ NT_LWPSTATUS ]"
44 @ MSG_NT_LWPSINFO "[ NT_LWPSINFO ]"
45 @ MSG_NT_PRPRIV "[ NT_PRPRIV ]"
46 @ MSG_NT_PRPRIVINFO "[ NT_PRPRIVINFO ]"
47 @ MSG_NT_CONTENT "[ NT_CONTENT ]"
61 @ MSG_AUXV_AT_PHDR "PHDR"
62 @ MSG_AUXV_AT_PHENT "PHENT"
63 @ MSG_AUXV_AT_PHNUM "PHNUM"
64 @ MSG_AUXV_AT_PAGESZ "PAGESZ"
65 @ MSG_AUXV_AT_BASE "BASE"
66 @ MSG_AUXV_AT_FLAGS "FLAGS"
67 @ MSG_AUXV_AT_ENTRY "ENTRY"
68 @ MSG_AUXV_AT_NOTELF "NOTELF"
69 @ MSG_AUXV_AT_UID "UID"
70 @ MSG_AUXV_AT_EUID "EUID"
71 @ MSG_AUXV_AT_GID "GID"
72 @ MSG_AUXV_AT_EGID "EGID"
73 @ MSG_AUXV_AT_PLATFORM "PLATFORM"
74 @ MSG_AUXV_AT_HWCAP "HWCAP"
75 @ MSG_AUXV_AT_CLKTCK "CLKTCK"
76 @ MSG_AUXV_AT_FPUCW "FPUCW"
77 @ MSG_AUXV_AT_DCACHEBSIZE "DCACHEBSIZE"
78 @ MSG_AUXV_AT_ICACHEBSIZE "ICACHEBSIZE"
79 @ MSG_AUXV_AT_UCACHEBSIZE "UCACHEBSIZE"
80 @ MSG_AUXV_AT_IGNOREPPC "IGNOREPPC"
81 @ MSG_AUXV_AT_SUN_UID "SUN_UID"
82 @ MSG_AUXV_AT_SUN_RUID "SUN_RUID"
83 @ MSG_AUXV_AT_SUN_GID "SUN_GID"
84 @ MSG_AUXV_AT_SUN_RGID "SUN_RGID"
85 @ MSG_AUXV_AT_SUN_LDELF "SUN_LDELF"
86 @ MSG_AUXV_AT_SUN_LDSHDR "SUN_LDSHDR"
87 @ MSG_AUXV_AT_SUN_LDNAME "SUN_LDNAME"
88 @ MSG_AUXV_AT_SUN_LPAGESZ "SUN_LPAGESZ"
89 @ MSG_AUXV_AT_SUN_PLATFORM "SUN_PLATFORM"
90 @ MSG_AUXV_AT_SUN_HWCAP "SUN_HWCAP"
91 @ MSG_AUXV_AT_SUN_IFLUSH "SUN_IFLUSH"
92 @ MSG_AUXV_AT_SUN_CPU "SUN_CPU"
93 @ MSG_AUXV_AT_SUN_EXECNAME "SUN_EXECNAME"
94 @ MSG_AUXV_AT_SUN_MMU "SUN_MMU"
95 @ MSG_AUXV_AT_SUN_LDDATA "SUN_LDDATA"
96 @ MSG_AUXV_AT_SUN_AUXFLAGS "SUN_AUXFLAGS"
97 @ MSG_AUXV_AT_SUN_EMULATOR "SUN_EMULATOR"
98 @ MSG_AUXV_AT_SUN_BRANDNAME "SUN_BRANDNAME"
99 @ MSG_AUXV_AT_SUN_BRAND_AUX1 "SUN_BRAND_AUX1"
100 @ MSG_AUXV_AT_SUN_BRAND_AUX2 "SUN_BRAND_AUX2"
101 @ MSG_AUXV_AT_SUN_BRAND_AUX3 "SUN_BRAND_AUX3"
102 @ MSG_AUXV_AT_SUN_HWCAP2 "SUN_HWCAP2"
103
104
105 @ MSG_CC_CONTENT_STACK "STACK"
106 @ MSG_CC_CONTENT_HEAP "HEAP"
107 @ MSG_CC_CONTENT_SHFILE "SHFILE"
108 @ MSG_CC_CONTENT_SHANON "SHANON"
109 @ MSG_CC_CONTENT_TEXT "TEXT"
110 @ MSG_CC_CONTENT_DATA "DATA"
111 @ MSG_CC_CONTENT_RODATA "RODATA"
112 @ MSG_CC_CONTENT_ANON "ANON"
113 @ MSG_CC_CONTENT_SHM "SHM"
114 @ MSG_CC_CONTENT_ISM "ISM"
115 @ MSG_CC_CONTENT_DISM "DISM"
116 @ MSG_CC_CONTENT_CTF "CTF"
117 @ MSG_CC_CONTENT_SYMTAB "SYMTAB"
118
119
120 @ MSG_ERRNO_EPERM "[ EPERM ]" # 1
121 @ MSG_ERRNO_ENOENT "[ ENOENT ]" # 2
122 @ MSG_ERRNO_ESRCH "[ ESRCH ]" # 3
|
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 #
26 # Copyright 2012 DEY Storage Systems, Inc. All rights reserved.
27 # Copyright 2016 Joyent, Inc.
28 #
29
30 @ MSG_NT_PRSTATUS "[ NT_PRSTATUS ]"
31 @ MSG_NT_PRFPREG "[ NT_PRFPREG ]"
32 @ MSG_NT_PRPSINFO "[ NT_PRPSINFO ]"
33 @ MSG_NT_PRXREG "[ NT_PRXREG ]"
34 @ MSG_NT_PLATFORM "[ NT_PLATFORM ]"
35 @ MSG_NT_AUXV "[ NT_AUXV ]"
36 @ MSG_NT_GWINDOWS "[ NT_GWINDOWS ]"
37 @ MSG_NT_ASRS "[ NT_ASRS ]"
38 @ MSG_NT_LDT "[ NT_LDT ]"
39 @ MSG_NT_PSTATUS "[ NT_PSTATUS ]"
40 @ MSG_NT_PSINFO "[ NT_PSINFO ]"
41 @ MSG_NT_PRCRED "[ NT_PRCRED ]"
42 @ MSG_NT_UTSNAME "[ NT_UTSNAME ]"
43 @ MSG_NT_LWPSTATUS "[ NT_LWPSTATUS ]"
44 @ MSG_NT_LWPSINFO "[ NT_LWPSINFO ]"
45 @ MSG_NT_PRPRIV "[ NT_PRPRIV ]"
46 @ MSG_NT_PRPRIVINFO "[ NT_PRPRIVINFO ]"
47 @ MSG_NT_CONTENT "[ NT_CONTENT ]"
61 @ MSG_AUXV_AT_PHDR "PHDR"
62 @ MSG_AUXV_AT_PHENT "PHENT"
63 @ MSG_AUXV_AT_PHNUM "PHNUM"
64 @ MSG_AUXV_AT_PAGESZ "PAGESZ"
65 @ MSG_AUXV_AT_BASE "BASE"
66 @ MSG_AUXV_AT_FLAGS "FLAGS"
67 @ MSG_AUXV_AT_ENTRY "ENTRY"
68 @ MSG_AUXV_AT_NOTELF "NOTELF"
69 @ MSG_AUXV_AT_UID "UID"
70 @ MSG_AUXV_AT_EUID "EUID"
71 @ MSG_AUXV_AT_GID "GID"
72 @ MSG_AUXV_AT_EGID "EGID"
73 @ MSG_AUXV_AT_PLATFORM "PLATFORM"
74 @ MSG_AUXV_AT_HWCAP "HWCAP"
75 @ MSG_AUXV_AT_CLKTCK "CLKTCK"
76 @ MSG_AUXV_AT_FPUCW "FPUCW"
77 @ MSG_AUXV_AT_DCACHEBSIZE "DCACHEBSIZE"
78 @ MSG_AUXV_AT_ICACHEBSIZE "ICACHEBSIZE"
79 @ MSG_AUXV_AT_UCACHEBSIZE "UCACHEBSIZE"
80 @ MSG_AUXV_AT_IGNOREPPC "IGNOREPPC"
81 @ MSG_AUXV_AT_SECURE "SECURE"
82 @ MSG_AUXV_AT_BASE_PLATFORM "BASE_PLATFORM"
83 @ MSG_AUXV_AT_RANDOM "RANDOM"
84 @ MSG_AUXV_AT_SUN_UID "SUN_UID"
85 @ MSG_AUXV_AT_SUN_RUID "SUN_RUID"
86 @ MSG_AUXV_AT_SUN_GID "SUN_GID"
87 @ MSG_AUXV_AT_SUN_RGID "SUN_RGID"
88 @ MSG_AUXV_AT_SUN_LDELF "SUN_LDELF"
89 @ MSG_AUXV_AT_SUN_LDSHDR "SUN_LDSHDR"
90 @ MSG_AUXV_AT_SUN_LDNAME "SUN_LDNAME"
91 @ MSG_AUXV_AT_SUN_LPAGESZ "SUN_LPAGESZ"
92 @ MSG_AUXV_AT_SUN_PLATFORM "SUN_PLATFORM"
93 @ MSG_AUXV_AT_SUN_HWCAP "SUN_HWCAP"
94 @ MSG_AUXV_AT_SUN_IFLUSH "SUN_IFLUSH"
95 @ MSG_AUXV_AT_SUN_CPU "SUN_CPU"
96 @ MSG_AUXV_AT_SUN_EXECNAME "SUN_EXECNAME"
97 @ MSG_AUXV_AT_SUN_MMU "SUN_MMU"
98 @ MSG_AUXV_AT_SUN_LDDATA "SUN_LDDATA"
99 @ MSG_AUXV_AT_SUN_AUXFLAGS "SUN_AUXFLAGS"
100 @ MSG_AUXV_AT_SUN_EMULATOR "SUN_EMULATOR"
101 @ MSG_AUXV_AT_SUN_BRANDNAME "SUN_BRANDNAME"
102 @ MSG_AUXV_AT_SUN_BRAND_AUX1 "SUN_BRAND_AUX1"
103 @ MSG_AUXV_AT_SUN_BRAND_AUX2 "SUN_BRAND_AUX2"
104 @ MSG_AUXV_AT_SUN_BRAND_AUX3 "SUN_BRAND_AUX3"
105 @ MSG_AUXV_AT_SUN_HWCAP2 "SUN_HWCAP2"
106 @ MSG_AUXV_AT_SUN_BRAND_NROOT "SUN_BRAND_NROOT"
107 @ MSG_AUXV_AT_SUN_COMMPAGE "SUN_COMMPAGE"
108
109
110 @ MSG_CC_CONTENT_STACK "STACK"
111 @ MSG_CC_CONTENT_HEAP "HEAP"
112 @ MSG_CC_CONTENT_SHFILE "SHFILE"
113 @ MSG_CC_CONTENT_SHANON "SHANON"
114 @ MSG_CC_CONTENT_TEXT "TEXT"
115 @ MSG_CC_CONTENT_DATA "DATA"
116 @ MSG_CC_CONTENT_RODATA "RODATA"
117 @ MSG_CC_CONTENT_ANON "ANON"
118 @ MSG_CC_CONTENT_SHM "SHM"
119 @ MSG_CC_CONTENT_ISM "ISM"
120 @ MSG_CC_CONTENT_DISM "DISM"
121 @ MSG_CC_CONTENT_CTF "CTF"
122 @ MSG_CC_CONTENT_SYMTAB "SYMTAB"
123
124
125 @ MSG_ERRNO_EPERM "[ EPERM ]" # 1
126 @ MSG_ERRNO_ENOENT "[ ENOENT ]" # 2
127 @ MSG_ERRNO_ESRCH "[ ESRCH ]" # 3
|