1 6635 ab196087 # 2 6635 ab196087 # CDDL HEADER START 3 6635 ab196087 # 4 6635 ab196087 # The contents of this file are subject to the terms of the 5 6635 ab196087 # Common Development and Distribution License (the "License"). 6 6635 ab196087 # You may not use this file except in compliance with the License. 7 6635 ab196087 # 8 6635 ab196087 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 6635 ab196087 # or http://www.opensolaris.org/os/licensing. 10 6635 ab196087 # See the License for the specific language governing permissions 11 6635 ab196087 # and limitations under the License. 12 6635 ab196087 # 13 6635 ab196087 # When distributing Covered Code, include this CDDL HEADER in each 14 6635 ab196087 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15 6635 ab196087 # If applicable, add the following below this CDDL HEADER, with the 16 6635 ab196087 # fields enclosed by brackets "[]" replaced with your own identifying 17 6635 ab196087 # information: Portions Copyright [yyyy] [name of copyright owner] 18 6635 ab196087 # 19 6635 ab196087 # CDDL HEADER END 20 6635 ab196087 # 21 6635 ab196087 22 6635 ab196087 # 23 6635 ab196087 # Copyright 2008 Sun Microsystems, Inc. All rights reserved. 24 6635 ab196087 # Use is subject to license terms. 25 6635 ab196087 # 26 6635 ab196087 # ident "%Z%%M% %I% %E% SMI" 27 6635 ab196087 # 28 6635 ab196087 29 6635 ab196087 @ MSG_NT_PRSTATUS "[ NT_PRSTATUS ]" 30 6635 ab196087 @ MSG_NT_PRFPREG "[ NT_PRFPREG ]" 31 6635 ab196087 @ MSG_NT_PRPSINFO "[ NT_PRPSINFO ]" 32 6635 ab196087 @ MSG_NT_PRXREG "[ NT_PRXREG ]" 33 6635 ab196087 @ MSG_NT_PLATFORM "[ NT_PLATFORM ]" 34 6635 ab196087 @ MSG_NT_AUXV "[ NT_AUXV ]" 35 6635 ab196087 @ MSG_NT_GWINDOWS "[ NT_GWINDOWS ]" 36 6635 ab196087 @ MSG_NT_ASRS "[ NT_ASRS ]" 37 6635 ab196087 @ MSG_NT_LDT "[ NT_LDT ]" 38 6635 ab196087 @ MSG_NT_PSTATUS "[ NT_PSTATUS ]" 39 6635 ab196087 @ MSG_NT_PSINFO "[ NT_PSINFO ]" 40 6635 ab196087 @ MSG_NT_PRCRED "[ NT_PRCRED ]" 41 6635 ab196087 @ MSG_NT_UTSNAME "[ NT_UTSNAME ]" 42 6635 ab196087 @ MSG_NT_LWPSTATUS "[ NT_LWPSTATUS ]" 43 6635 ab196087 @ MSG_NT_LWPSINFO "[ NT_LWPSINFO ]" 44 6635 ab196087 @ MSG_NT_PRPRIV "[ NT_PRPRIV ]" 45 6635 ab196087 @ MSG_NT_PRPRIVINFO "[ NT_PRPRIVINFO ]" 46 6635 ab196087 @ MSG_NT_CONTENT "[ NT_CONTENT ]" 47 6635 ab196087 @ MSG_NT_ZONENAME "[ NT_ZONENAME ]" 48 6635 ab196087 49 6635 ab196087 50 6635 ab196087 @ MSG_AUXV_AF_SUN_SETUGID "AF_SUN_SETUGID" 51 6635 ab196087 @ MSG_AUXV_AF_SUN_HWCAPVERIFY "AF_SUN_HWCAPVERIFY" 52 6635 ab196087 @ MSG_AUXV_AF_SUN_NOPLM "AF_SUN_NOPLM" 53 6635 ab196087 54 6635 ab196087 55 6635 ab196087 @ MSG_AUXV_AT_NULL "NULL" 56 6635 ab196087 @ MSG_AUXV_AT_IGNORE "IGNORE" 57 6635 ab196087 @ MSG_AUXV_AT_EXECFD "EXECFD" 58 6635 ab196087 @ MSG_AUXV_AT_PHDR "PHDR" 59 6635 ab196087 @ MSG_AUXV_AT_PHENT "PHENT" 60 6635 ab196087 @ MSG_AUXV_AT_PHNUM "PHNUM" 61 6635 ab196087 @ MSG_AUXV_AT_PAGESZ "PAGESZ" 62 6635 ab196087 @ MSG_AUXV_AT_BASE "BASE" 63 6635 ab196087 @ MSG_AUXV_AT_FLAGS "FLAGS" 64 6635 ab196087 @ MSG_AUXV_AT_ENTRY "ENTRY" 65 6635 ab196087 @ MSG_AUXV_AT_NOTELF "NOTELF" 66 6635 ab196087 @ MSG_AUXV_AT_UID "UID" 67 6635 ab196087 @ MSG_AUXV_AT_EUID "EUID" 68 6635 ab196087 @ MSG_AUXV_AT_GID "GID" 69 6635 ab196087 @ MSG_AUXV_AT_EGID "EGID" 70 6635 ab196087 @ MSG_AUXV_AT_PLATFORM "PLATFORM" 71 6635 ab196087 @ MSG_AUXV_AT_HWCAP "HWCAP" 72 6635 ab196087 @ MSG_AUXV_AT_CLKTCK "CLKTCK" 73 6635 ab196087 @ MSG_AUXV_AT_FPUCW "FPUCW" 74 6635 ab196087 @ MSG_AUXV_AT_DCACHEBSIZE "DCACHEBSIZE" 75 6635 ab196087 @ MSG_AUXV_AT_ICACHEBSIZE "ICACHEBSIZE" 76 6635 ab196087 @ MSG_AUXV_AT_UCACHEBSIZE "UCACHEBSIZE" 77 6635 ab196087 @ MSG_AUXV_AT_IGNOREPPC "IGNOREPPC" 78 6635 ab196087 @ MSG_AUXV_AT_SUN_UID "SUN_UID" 79 6635 ab196087 @ MSG_AUXV_AT_SUN_RUID "SUN_RUID" 80 6635 ab196087 @ MSG_AUXV_AT_SUN_GID "SUN_GID" 81 6635 ab196087 @ MSG_AUXV_AT_SUN_RGID "SUN_RGID" 82 6635 ab196087 @ MSG_AUXV_AT_SUN_LDELF "SUN_LDELF" 83 6635 ab196087 @ MSG_AUXV_AT_SUN_LDSHDR "SUN_LDSHDR" 84 6635 ab196087 @ MSG_AUXV_AT_SUN_LDNAME "SUN_LDNAME" 85 6635 ab196087 @ MSG_AUXV_AT_SUN_LPAGESZ "SUN_LPAGESZ" 86 6635 ab196087 @ MSG_AUXV_AT_SUN_PLATFORM "SUN_PLATFORM" 87 6635 ab196087 @ MSG_AUXV_AT_SUN_HWCAP "SUN_HWCAP" 88 6635 ab196087 @ MSG_AUXV_AT_SUN_IFLUSH "SUN_IFLUSH" 89 6635 ab196087 @ MSG_AUXV_AT_SUN_CPU "SUN_CPU" 90 6635 ab196087 @ MSG_AUXV_AT_SUN_EXECNAME "SUN_EXECNAME" 91 6635 ab196087 @ MSG_AUXV_AT_SUN_MMU "SUN_MMU" 92 6635 ab196087 @ MSG_AUXV_AT_SUN_LDDATA "SUN_LDDATA" 93 6635 ab196087 @ MSG_AUXV_AT_SUN_AUXFLAGS "SUN_AUXFLAGS" 94 6635 ab196087 @ MSG_AUXV_AT_SUN_EMULATOR "SUN_EMULATOR" 95 6635 ab196087 @ MSG_AUXV_AT_SUN_BRANDNAME "SUN_BRANDNAME" 96 6635 ab196087 @ MSG_AUXV_AT_SUN_BRAND_AUX1 "SUN_BRAND_AUX1" 97 6635 ab196087 @ MSG_AUXV_AT_SUN_BRAND_AUX2 "SUN_BRAND_AUX2" 98 6635 ab196087 @ MSG_AUXV_AT_SUN_BRAND_AUX3 "SUN_BRAND_AUX3" 99 6635 ab196087 100 6635 ab196087 101 6635 ab196087 @ MSG_CC_CONTENT_STACK "STACK" 102 6635 ab196087 @ MSG_CC_CONTENT_HEAP "HEAP" 103 6635 ab196087 @ MSG_CC_CONTENT_SHFILE "SHFILE" 104 6635 ab196087 @ MSG_CC_CONTENT_SHANON "SHANON" 105 6635 ab196087 @ MSG_CC_CONTENT_TEXT "TEXT" 106 6635 ab196087 @ MSG_CC_CONTENT_DATA "DATA" 107 6635 ab196087 @ MSG_CC_CONTENT_RODATA "RODATA" 108 6635 ab196087 @ MSG_CC_CONTENT_ANON "ANON" 109 6635 ab196087 @ MSG_CC_CONTENT_SHM "SHM" 110 6635 ab196087 @ MSG_CC_CONTENT_ISM "ISM" 111 6635 ab196087 @ MSG_CC_CONTENT_DISM "DISM" 112 6635 ab196087 @ MSG_CC_CONTENT_CTF "CTF" 113 6635 ab196087 @ MSG_CC_CONTENT_SYMTAB "SYMTAB" 114 6635 ab196087 115 6635 ab196087 116 6635 ab196087 @ MSG_ERRNO_EPERM "[ EPERM ]" # 1 117 6635 ab196087 @ MSG_ERRNO_ENOENT "[ ENOENT ]" # 2 118 6635 ab196087 @ MSG_ERRNO_ESRCH "[ ESRCH ]" # 3 119 6635 ab196087 @ MSG_ERRNO_EINTR "[ EINTR ]" # 4 120 6635 ab196087 @ MSG_ERRNO_EIO "[ EIO ]" # 5 121 6635 ab196087 @ MSG_ERRNO_ENXIO "[ ENXIO ]" # 6 122 6635 ab196087 @ MSG_ERRNO_E2BIG "[ E2BIG ]" # 7 123 6635 ab196087 @ MSG_ERRNO_ENOEXEC "[ ENOEXEC ]" # 8 124 6635 ab196087 @ MSG_ERRNO_EBADF "[ EBADF ]" # 9 125 6635 ab196087 @ MSG_ERRNO_ECHILD "[ ECHILD ]" # 10 126 6635 ab196087 @ MSG_ERRNO_EAGAIN "[ EAGAIN ]" # 11 127 6635 ab196087 @ MSG_ERRNO_ENOMEM "[ ENOMEM ]" # 12 128 6635 ab196087 @ MSG_ERRNO_EACCES "[ EACCES ]" # 13 129 6635 ab196087 @ MSG_ERRNO_EFAULT "[ EFAULT ]" # 14 130 6635 ab196087 @ MSG_ERRNO_ENOTBLK "[ ENOTBLK ]" # 15 131 6635 ab196087 @ MSG_ERRNO_EBUSY "[ EBUSY ]" # 16 132 6635 ab196087 @ MSG_ERRNO_EEXIST "[ EEXIST ]" # 17 133 6635 ab196087 @ MSG_ERRNO_EXDEV "[ EXDEV ]" # 18 134 6635 ab196087 @ MSG_ERRNO_ENODEV "[ ENODEV ]" # 19 135 6635 ab196087 @ MSG_ERRNO_ENOTDIR "[ ENOTDIR ]" # 20 136 6635 ab196087 @ MSG_ERRNO_EISDIR "[ EISDIR ]" # 21 137 6635 ab196087 @ MSG_ERRNO_EINVAL "[ EINVAL ]" # 22 138 6635 ab196087 @ MSG_ERRNO_ENFILE "[ ENFILE ]" # 23 139 6635 ab196087 @ MSG_ERRNO_EMFILE "[ EMFILE ]" # 24 140 6635 ab196087 @ MSG_ERRNO_ENOTTY "[ ENOTTY ]" # 25 141 6635 ab196087 @ MSG_ERRNO_ETXTBSY "[ ETXTBSY ]" # 26 142 6635 ab196087 @ MSG_ERRNO_EFBIG "[ EFBIG ]" # 27 143 6635 ab196087 @ MSG_ERRNO_ENOSPC "[ ENOSPC ]" # 28 144 6635 ab196087 @ MSG_ERRNO_ESPIPE "[ ESPIPE ]" # 29 145 6635 ab196087 @ MSG_ERRNO_EROFS "[ EROFS ]" # 30 146 6635 ab196087 @ MSG_ERRNO_EMLINK "[ EMLINK ]" # 31 147 6635 ab196087 @ MSG_ERRNO_EPIPE "[ EPIPE ]" # 32 148 6635 ab196087 @ MSG_ERRNO_EDOM "[ EDOM ]" # 33 149 6635 ab196087 @ MSG_ERRNO_ERANGE "[ ERANGE ]" # 34 150 6635 ab196087 @ MSG_ERRNO_ENOMSG "[ ENOMSG ]" # 35 151 6635 ab196087 @ MSG_ERRNO_EIDRM "[ EIDRM ]" # 36 152 6635 ab196087 @ MSG_ERRNO_ECHRNG "[ ECHRNG ]" # 37 153 6635 ab196087 @ MSG_ERRNO_EL2NSYNC "[ EL2NSYNC ]" # 38 154 6635 ab196087 @ MSG_ERRNO_EL3HLT "[ EL3HLT ]" # 39 155 6635 ab196087 @ MSG_ERRNO_EL3RST "[ EL3RST ]" # 40 156 6635 ab196087 @ MSG_ERRNO_ELNRNG "[ ELNRNG ]" # 41 157 6635 ab196087 @ MSG_ERRNO_EUNATCH "[ EUNATCH ]" # 42 158 6635 ab196087 @ MSG_ERRNO_ENOCSI "[ ENOCSI ]" # 43 159 6635 ab196087 @ MSG_ERRNO_EL2HLT "[ EL2HLT ]" # 44 160 6635 ab196087 @ MSG_ERRNO_EDEADLK "[ EDEADLK ]" # 45 161 6635 ab196087 @ MSG_ERRNO_ENOLCK "[ ENOLCK ]" # 46 162 6635 ab196087 @ MSG_ERRNO_ECANCELED "[ ECANCELED ]" # 47 163 6635 ab196087 @ MSG_ERRNO_ENOTSUP "[ ENOTSUP ]" # 48 164 6635 ab196087 @ MSG_ERRNO_EDQUOT "[ EDQUOT ]" # 49 165 6635 ab196087 @ MSG_ERRNO_EBADE "[ EBADE ]" # 50 166 6635 ab196087 @ MSG_ERRNO_EBADR "[ EBADR ]" # 51 167 6635 ab196087 @ MSG_ERRNO_EXFULL "[ EXFULL ]" # 52 168 6635 ab196087 @ MSG_ERRNO_ENOANO "[ ENOANO ]" # 53 169 6635 ab196087 @ MSG_ERRNO_EBADRQC "[ EBADRQC ]" # 54 170 6635 ab196087 @ MSG_ERRNO_EBADSLT "[ EBADSLT ]" # 55 171 6635 ab196087 @ MSG_ERRNO_EDEADLOCK "[ EDEADLOCK ]" # 56 172 6635 ab196087 @ MSG_ERRNO_EBFONT "[ EBFONT ]" # 57 173 6635 ab196087 @ MSG_ERRNO_EOWNERDEAD "[ EOWNERDEAD ]" # 58 174 6635 ab196087 @ MSG_ERRNO_ENOTRECOVERABLE "[ ENOTRECOVERABLE ]" # 59 175 6635 ab196087 @ MSG_ERRNO_ENOSTR "[ ENOSTR ]" # 60 176 6635 ab196087 @ MSG_ERRNO_ENODATA "[ ENODATA ]" # 61 177 6635 ab196087 @ MSG_ERRNO_ETIME "[ ETIME ]" # 62 178 6635 ab196087 @ MSG_ERRNO_ENOSR "[ ENOSR ]" # 63 179 6635 ab196087 @ MSG_ERRNO_ENONET "[ ENONET ]" # 64 180 6635 ab196087 @ MSG_ERRNO_ENOPKG "[ ENOPKG ]" # 65 181 6635 ab196087 @ MSG_ERRNO_EREMOTE "[ EREMOTE ]" # 66 182 6635 ab196087 @ MSG_ERRNO_ENOLINK "[ ENOLINK ]" # 67 183 6635 ab196087 @ MSG_ERRNO_EADV "[ EADV ]" # 68 184 6635 ab196087 @ MSG_ERRNO_ESRMNT "[ ESRMNT ]" # 69 185 6635 ab196087 @ MSG_ERRNO_ECOMM "[ ECOMM ]" # 70 186 6635 ab196087 @ MSG_ERRNO_EPROTO "[ EPROTO ]" # 71 187 6635 ab196087 @ MSG_ERRNO_ELOCKUNMAPPED "[ ELOCKUNMAPPED ]" # 72 188 6635 ab196087 @ MSG_ERRNO_ENOTACTIVE "[ ENOTACTIVE ]" # 73 189 6635 ab196087 @ MSG_ERRNO_EMULTIHOP "[ EMULTIHOP ]" # 74 190 6635 ab196087 # errno 75 and 76 are not defined 191 6635 ab196087 @ MSG_ERRNO_EBADMSG "[ EBADMSG ]" # 77 192 6635 ab196087 @ MSG_ERRNO_ENAMETOOLONG "[ ENAMETOOLONG ]" # 78 193 6635 ab196087 @ MSG_ERRNO_EOVERFLOW "[ EOVERFLOW ]" # 79 194 6635 ab196087 @ MSG_ERRNO_ENOTUNIQ "[ ENOTUNIQ ]" # 80 195 6635 ab196087 @ MSG_ERRNO_EBADFD "[ EBADFD ]" # 81 196 6635 ab196087 @ MSG_ERRNO_EREMCHG "[ EREMCHG ]" # 82 197 6635 ab196087 @ MSG_ERRNO_ELIBACC "[ ELIBACC ]" # 83 198 6635 ab196087 @ MSG_ERRNO_ELIBBAD "[ ELIBBAD ]" # 84 199 6635 ab196087 @ MSG_ERRNO_ELIBSCN "[ ELIBSCN ]" # 85 200 6635 ab196087 @ MSG_ERRNO_ELIBMAX "[ ELIBMAX ]" # 86 201 6635 ab196087 @ MSG_ERRNO_ELIBEXEC "[ ELIBEXEC ]" # 87 202 6635 ab196087 @ MSG_ERRNO_EILSEQ "[ EILSEQ ]" # 88 203 6635 ab196087 @ MSG_ERRNO_ENOSYS "[ ENOSYS ]" # 89 204 6635 ab196087 @ MSG_ERRNO_ELOOP "[ ELOOP ]" # 90 205 6635 ab196087 @ MSG_ERRNO_ERESTART "[ ERESTART ]" # 91 206 6635 ab196087 @ MSG_ERRNO_ESTRPIPE "[ ESTRPIPE ]" # 92 207 6635 ab196087 @ MSG_ERRNO_ENOTEMPTY "[ ENOTEMPTY ]" # 93 208 6635 ab196087 @ MSG_ERRNO_EUSERS "[ EUSERS ]" # 94 209 6635 ab196087 @ MSG_ERRNO_ENOTSOCK "[ ENOTSOCK ]" # 95 210 6635 ab196087 @ MSG_ERRNO_EDESTADDRREQ "[ EDESTADDRREQ ]" # 96 211 6635 ab196087 @ MSG_ERRNO_EMSGSIZE "[ EMSGSIZE ]" # 97 212 6635 ab196087 @ MSG_ERRNO_EPROTOTYPE "[ EPROTOTYPE ]" # 98 213 6635 ab196087 @ MSG_ERRNO_ENOPROTOOPT "[ ENOPROTOOPT ]" # 99 214 6635 ab196087 # Gap in ERRNO values 100-119 215 6635 ab196087 @ MSG_ERRNO_EPROTONOSUPPORT "[ EPROTONOSUPPORT ]" # 120 216 6635 ab196087 @ MSG_ERRNO_ESOCKTNOSUPPORT "[ ESOCKTNOSUPPORT ]" # 121 217 6635 ab196087 @ MSG_ERRNO_EOPNOTSUPP "[ EOPNOTSUPP ]" # 122 218 6635 ab196087 @ MSG_ERRNO_EPFNOSUPPORT "[ EPFNOSUPPORT ]" # 123 219 6635 ab196087 @ MSG_ERRNO_EAFNOSUPPORT "[ EAFNOSUPPORT ]" # 124 220 6635 ab196087 @ MSG_ERRNO_EADDRINUSE "[ EADDRINUSE ]" # 125 221 6635 ab196087 @ MSG_ERRNO_EADDRNOTAVAIL "[ EADDRNOTAVAIL ]" # 126 222 6635 ab196087 @ MSG_ERRNO_ENETDOWN "[ ENETDOWN ]" # 127 223 6635 ab196087 @ MSG_ERRNO_ENETUNREACH "[ ENETUNREACH ]" # 128 224 6635 ab196087 @ MSG_ERRNO_ENETRESET "[ ENETRESET ]" # 129 225 6635 ab196087 @ MSG_ERRNO_ECONNABORTED "[ ECONNABORTED ]" # 130 226 6635 ab196087 @ MSG_ERRNO_ECONNRESET "[ ECONNRESET ]" # 131 227 6635 ab196087 @ MSG_ERRNO_ENOBUFS "[ ENOBUFS ]" # 132 228 6635 ab196087 @ MSG_ERRNO_EISCONN "[ EISCONN ]" # 133 229 6635 ab196087 @ MSG_ERRNO_ENOTCONN "[ ENOTCONN ]" # 134 230 6635 ab196087 #XENIX has 135 - 142 231 6635 ab196087 @ MSG_ERRNO_ESHUTDOWN "[ ESHUTDOWN ]" # 143 232 6635 ab196087 @ MSG_ERRNO_ETOOMANYREFS "[ ETOOMANYREFS ]" # 144 233 6635 ab196087 @ MSG_ERRNO_ETIMEDOUT "[ ETIMEDOUT ]" # 145 234 6635 ab196087 @ MSG_ERRNO_ECONNREFUSED "[ ECONNREFUSED ]" # 146 235 6635 ab196087 @ MSG_ERRNO_EHOSTDOWN "[ EHOSTDOWN ]" # 147 236 6635 ab196087 @ MSG_ERRNO_EHOSTUNREACH "[ EHOSTUNREACH ]" # 148 237 6635 ab196087 @ MSG_ERRNO_EALREADY "[ EALREADY ]" # 149 238 6635 ab196087 @ MSG_ERRNO_EINPROGRESS "[ EINPROGRESS ]" # 150 239 6635 ab196087 @ MSG_ERRNO_ESTALE "[ ESTALE ]" # 151 240 6635 ab196087 241 6635 ab196087 242 6635 ab196087 @ MSG_PR_MODEL_UNKNOWN "[ PR_MODEL_UNKNOWN ]" 243 6635 ab196087 @ MSG_PR_MODEL_ILP32 "[ PR_MODEL_ILP32 ]" 244 6635 ab196087 @ MSG_PR_MODEL_LP64 "[ PR_MODEL_LP64 ]" 245 6635 ab196087 246 6635 ab196087 @ MSG_PR_FLAGS_STOPPED "PR_STOPPED" 247 6635 ab196087 @ MSG_PR_FLAGS_ISTOP "PR_ISTOP" 248 6635 ab196087 @ MSG_PR_FLAGS_DSTOP "PR_DSTOP" 249 6635 ab196087 @ MSG_PR_FLAGS_STEP "PR_STEP" 250 6635 ab196087 @ MSG_PR_FLAGS_ASLEEP "PR_ASLEEP" 251 6635 ab196087 @ MSG_PR_FLAGS_PCINVAL "PR_PCINVAL" 252 6635 ab196087 @ MSG_PR_FLAGS_ASLWP "PR_ASLWP" 253 6635 ab196087 @ MSG_PR_FLAGS_AGENT "PR_AGENT" 254 6635 ab196087 @ MSG_PR_FLAGS_DETACH "PR_DETACH" 255 6635 ab196087 @ MSG_PR_FLAGS_DAEMON "PR_DAEMON" 256 6635 ab196087 @ MSG_PR_FLAGS_IDLE "PR_IDLE" 257 6635 ab196087 @ MSG_PR_FLAGS_ISSYS "PR_ISSYS" 258 6635 ab196087 @ MSG_PR_FLAGS_VFORKP "PR_VFORKP" 259 6635 ab196087 @ MSG_PR_FLAGS_ORPHAN "PR_ORPHAN" 260 6635 ab196087 @ MSG_PR_FLAGS_NOSIGCHLD "PR_NOSIGCHLD" 261 6635 ab196087 @ MSG_PR_FLAGS_WAITPID "PR_WAITPID" 262 6635 ab196087 @ MSG_PR_FLAGS_FORK "PR_FORK" 263 6635 ab196087 @ MSG_PR_FLAGS_RLC "PR_RLC" 264 6635 ab196087 @ MSG_PR_FLAGS_KLC "PR_KLC" 265 6635 ab196087 @ MSG_PR_FLAGS_ASYNC "PR_ASYNC" 266 6635 ab196087 @ MSG_PR_FLAGS_MSACCT "PR_MSACCT" 267 6635 ab196087 @ MSG_PR_FLAGS_BPTADJ "PR_BPTADJ" 268 6635 ab196087 @ MSG_PR_FLAGS_PTRACE "PR_PTRACE" 269 6635 ab196087 @ MSG_PR_FLAGS_MSFORK "PR_MSFORK" 270 6635 ab196087 @ MSG_PR_FLAGS_PCOMPAT "PR_PCOMPAT" 271 6635 ab196087 272 6635 ab196087 273 6635 ab196087 @ MSG_PROC_FLAG_SSYS "SSYS" 274 6635 ab196087 @ MSG_PROC_FLAG_SMSACCT "SMSACCT" 275 6635 ab196087 276 6635 ab196087 @ MSG_PS_NONE "[ PS_NONE ]" 277 6635 ab196087 @ MSG_PS_QUERY "[ PS_QUERY ]" 278 6635 ab196087 @ MSG_PS_MYID "[ PS_MYID ]" 279 6635 ab196087 @ MSG_PS_SOFT "[ PS_SOFT ]" 280 6635 ab196087 @ MSG_PS_HARD "[ PS_HARD ]" 281 6635 ab196087 @ MSG_PS_QUERY_TYPE "[ PS_QUERY_TYPE ]" 282 6635 ab196087 283 6635 ab196087 284 6635 ab196087 @ MSG_REG_SPARC_G0 "[ r0/g0 ]" 285 6635 ab196087 @ MSG_REG_SPARC_G1 "[ r1/g1 ]" 286 6635 ab196087 @ MSG_REG_SPARC_G2 "[ r2/g2 ]" 287 6635 ab196087 @ MSG_REG_SPARC_G3 "[ r3/g3 ]" 288 6635 ab196087 @ MSG_REG_SPARC_G4 "[ r4/g4 ]" 289 6635 ab196087 @ MSG_REG_SPARC_G5 "[ r5/g5 ]" 290 6635 ab196087 @ MSG_REG_SPARC_G6 "[ r6/g6 ]" 291 6635 ab196087 @ MSG_REG_SPARC_G7 "[ r7/g7 ]" 292 6635 ab196087 @ MSG_REG_SPARC_O0 "[ r8/o0 ]" 293 6635 ab196087 @ MSG_REG_SPARC_O1 "[ r9/o1 ]" 294 6635 ab196087 @ MSG_REG_SPARC_O2 "[ r10/o2 ]" 295 6635 ab196087 @ MSG_REG_SPARC_O3 "[ r11/o3 ]" 296 6635 ab196087 @ MSG_REG_SPARC_O4 "[ r12/o4 ]" 297 6635 ab196087 @ MSG_REG_SPARC_O5 "[ r13/o5 ]" 298 6635 ab196087 @ MSG_REG_SPARC_O6 "[ r14/o6/sp ]" 299 6635 ab196087 @ MSG_REG_SPARC_O7 "[ r15/o7 ]" 300 6635 ab196087 @ MSG_REG_SPARC_L0 "[ r16/l0 ]" 301 6635 ab196087 @ MSG_REG_SPARC_L1 "[ r17/l1 ]" 302 6635 ab196087 @ MSG_REG_SPARC_L2 "[ r18/l2 ]" 303 6635 ab196087 @ MSG_REG_SPARC_L3 "[ r19/l3 ]" 304 6635 ab196087 @ MSG_REG_SPARC_L4 "[ r20/l4 ]" 305 6635 ab196087 @ MSG_REG_SPARC_L5 "[ r21/l5 ]" 306 6635 ab196087 @ MSG_REG_SPARC_L6 "[ r22/l6 ]" 307 6635 ab196087 @ MSG_REG_SPARC_L7 "[ r23/l7 ]" 308 6635 ab196087 @ MSG_REG_SPARC_I0 "[ r24/i0 ]" 309 6635 ab196087 @ MSG_REG_SPARC_I1 "[ r25/i1 ]" 310 6635 ab196087 @ MSG_REG_SPARC_I2 "[ r26/i2 ]" 311 6635 ab196087 @ MSG_REG_SPARC_I3 "[ r27/i3 ]" 312 6635 ab196087 @ MSG_REG_SPARC_I4 "[ r28/i4 ]" 313 6635 ab196087 @ MSG_REG_SPARC_I5 "[ r29/i5 ]" 314 6635 ab196087 @ MSG_REG_SPARC_I6 "[ r30/i6/fp ]" 315 6635 ab196087 @ MSG_REG_SPARC_I7 "[ r31/i7 ]" 316 6635 ab196087 @ MSG_REG_SPARC_CCR "[ ccr ]" 317 6635 ab196087 @ MSG_REG_SPARC_PSR "[ psr ]" 318 6635 ab196087 @ MSG_REG_SPARC_PC "[ pc ]" 319 6635 ab196087 @ MSG_REG_SPARC_nPC "[ npc ]" 320 6635 ab196087 @ MSG_REG_SPARC_Y "[ y ]" 321 6635 ab196087 @ MSG_REG_SPARC_ASI "[ asi ]" 322 6635 ab196087 @ MSG_REG_SPARC_FPRS "[ fprs ]" 323 6635 ab196087 @ MSG_REG_SPARC_WIM "[ wim ]" 324 6635 ab196087 @ MSG_REG_SPARC_TBR "[ tbr ]" 325 6635 ab196087 326 6635 ab196087 @ MSG_REG_AMD64_R15 "[ r15 ]" 327 6635 ab196087 @ MSG_REG_AMD64_R14 "[ r14 ]" 328 6635 ab196087 @ MSG_REG_AMD64_R13 "[ r13 ]" 329 6635 ab196087 @ MSG_REG_AMD64_R12 "[ r12 ]" 330 6635 ab196087 @ MSG_REG_AMD64_R11 "[ r11 ]" 331 6635 ab196087 @ MSG_REG_AMD64_R10 "[ r10 ]" 332 6635 ab196087 @ MSG_REG_AMD64_R9 "[ r9 ]" 333 6635 ab196087 @ MSG_REG_AMD64_R8 "[ r8 ]" 334 6635 ab196087 @ MSG_REG_AMD64_RDI "[ rdi ]" 335 6635 ab196087 @ MSG_REG_AMD64_RSI "[ rsi ]" 336 6635 ab196087 @ MSG_REG_AMD64_RBP "[ rbp ]" 337 6635 ab196087 @ MSG_REG_AMD64_RBX "[ rbx ]" 338 6635 ab196087 @ MSG_REG_AMD64_RDX "[ rdx ]" 339 6635 ab196087 @ MSG_REG_AMD64_RCX "[ rcx ]" 340 6635 ab196087 @ MSG_REG_AMD64_RAX "[ rax ]" 341 6635 ab196087 @ MSG_REG_AMD64_TRAPNO "[ trapno ]" 342 6635 ab196087 @ MSG_REG_AMD64_ERR "[ err ]" 343 6635 ab196087 @ MSG_REG_AMD64_RIP "[ rip ]" 344 6635 ab196087 @ MSG_REG_AMD64_CS "[ cs ]" 345 6635 ab196087 @ MSG_REG_AMD64_RFL "[ rfl ]" 346 6635 ab196087 @ MSG_REG_AMD64_RSP "[ rsp ]" 347 6635 ab196087 @ MSG_REG_AMD64_SS "[ ss ]" 348 6635 ab196087 @ MSG_REG_AMD64_FS "[ fs ]" 349 6635 ab196087 @ MSG_REG_AMD64_GS "[ gs ]" 350 6635 ab196087 @ MSG_REG_AMD64_ES "[ es ]" 351 6635 ab196087 @ MSG_REG_AMD64_DS "[ ds ]" 352 6635 ab196087 @ MSG_REG_AMD64_FSBASE "[ fsbase ]" 353 6635 ab196087 @ MSG_REG_AMD64_GSBASE "[ gsbase ]" 354 6635 ab196087 355 6635 ab196087 @ MSG_REG_I86_GS "[ gs ]" 356 6635 ab196087 @ MSG_REG_I86_FS "[ fs ]" 357 6635 ab196087 @ MSG_REG_I86_ES "[ es ]" 358 6635 ab196087 @ MSG_REG_I86_DS "[ ds ]" 359 6635 ab196087 @ MSG_REG_I86_EDI "[ edi ]" 360 6635 ab196087 @ MSG_REG_I86_ESI "[ esi ]" 361 6635 ab196087 @ MSG_REG_I86_EBP "[ ebp ]" 362 6635 ab196087 @ MSG_REG_I86_ESP "[ esp ]" 363 6635 ab196087 @ MSG_REG_I86_EBX "[ ebx ]" 364 6635 ab196087 @ MSG_REG_I86_EDX "[ edx ]" 365 6635 ab196087 @ MSG_REG_I86_ECX "[ ecx ]" 366 6635 ab196087 @ MSG_REG_I86_EAX "[ eax ]" 367 6635 ab196087 @ MSG_REG_I86_TRAPNO "[ trapno ]" 368 6635 ab196087 @ MSG_REG_I86_ERR "[ err ]" 369 6635 ab196087 @ MSG_REG_I86_EIP "[ eip ]" 370 6635 ab196087 @ MSG_REG_I86_CS "[ cs ]" 371 6635 ab196087 @ MSG_REG_I86_EFL "[ efl ]" 372 6635 ab196087 @ MSG_REG_I86_UESP "[ uesp ]" 373 6635 ab196087 @ MSG_REG_I86_SS "[ ss ]" 374 6635 ab196087 375 6635 ab196087 @ MSG_PR_WHY_REQUESTED "[ PR_REQUESTED ]" 376 6635 ab196087 @ MSG_PR_WHY_SIGNALLED "[ PR_SIGNALLED ]" 377 6635 ab196087 @ MSG_PR_WHY_SYSENTRY "[ PR_SYSENTRY ]" 378 6635 ab196087 @ MSG_PR_WHY_SYSEXIT "[ PR_SYSEXIT ]" 379 6635 ab196087 @ MSG_PR_WHY_JOBCONTROL "[ PR_JOBCONTROL ]" 380 6635 ab196087 @ MSG_PR_WHY_FAULTED "[ PR_FAULTED ]" 381 6635 ab196087 @ MSG_PR_WHY_SUSPENDED "[ PR_SUSPENDED ]" 382 6635 ab196087 @ MSG_PR_WHY_CHECKPOINT "[ PR_CHECKPOINT ]" 383 6635 ab196087 384 6635 ab196087 @ MSG_PRIV_ALL "[ PRIV_ALL ]" 385 6635 ab196087 @ MSG_PRIV_MULTIPLE "[ PRIV_MULTIPLE ]" 386 6635 ab196087 @ MSG_PRIV_NONE "[ PRIV_NONE ]" 387 6635 ab196087 @ MSG_PRIV_ALLZONE "[ PRIV_ALLZONE ]" 388 6635 ab196087 @ MSG_PRIV_GLOBAL "[ PRIV_ALLGLOBAL ]" 389 6635 ab196087 390 6635 ab196087 391 6635 ab196087 @ MSG_SA_ONSTACK "SA_ONSTACK" 392 6635 ab196087 @ MSG_SA_RESETHAND "SA_RESETHAND" 393 6635 ab196087 @ MSG_SA_RESTART "SA_RESTART" 394 6635 ab196087 @ MSG_SA_SIGINFO "SA_SIGINFO" 395 6635 ab196087 @ MSG_SA_NODEFER "SA_NODEFER" 396 6635 ab196087 @ MSG_SA_NOCLDWAIT "SA_NOCLDWAIT" 397 6635 ab196087 @ MSG_SA_NOCLDSTOP "SA_NOCLDSTOP" 398 6635 ab196087 399 6635 ab196087 400 6635 ab196087 @ MSG_SOBJ_NONE "[ SOBJ_NONE ]" 401 6635 ab196087 @ MSG_SOBJ_MUTEX "[ SOBJ_MUTEX ]" 402 6635 ab196087 @ MSG_SOBJ_RWLOCK "[ SOBJ_RWLOCK ]" 403 6635 ab196087 @ MSG_SOBJ_CV "[ SOBJ_CV ]" 404 6635 ab196087 @ MSG_SOBJ_SEMA "[ SOBJ_SEMA ]" 405 6635 ab196087 @ MSG_SOBJ_USER "[ SOBJ_USER ]" 406 6635 ab196087 @ MSG_SOBJ_USER_PI "[ SOBJ_USER_PI ]" 407 6635 ab196087 @ MSG_SOBJ_SHUTTLE "[ SOBJ_SHUTTLE ]" 408 6635 ab196087 409 6635 ab196087 410 6635 ab196087 @ MSG_SS_ONSTACK "SS_ONSTACK" 411 6635 ab196087 @ MSG_SS_DISABLE "SS_DISABLE" 412 6635 ab196087 413 6635 ab196087 414 6635 ab196087 @ MSG_SI_NOINFO "[ SI_DTRACE ]" 415 6635 ab196087 @ MSG_SI_DTRACE "[ SI_DTRACE ]" 416 6635 ab196087 @ MSG_SI_RCTL "[ SI_RCTL ]" 417 6635 ab196087 @ MSG_SI_USER "[ SI_USER ]" 418 6635 ab196087 @ MSG_SI_LWP "[ SI_LWP ]" 419 6635 ab196087 @ MSG_SI_QUEUE "[ SI_QUEUE ]" 420 6635 ab196087 @ MSG_SI_TIMER "[ SI_TIMER ]" 421 6635 ab196087 @ MSG_SI_ASYNCIO "[ SI_ASYNCIO ]" 422 6635 ab196087 @ MSG_SI_MESGQ "[ SI_MESGQ ]" 423 6635 ab196087 424 6635 ab196087 @ MSG_SI_ILL_ILLOPC "[ ILL_ILLOPC ]" 425 6635 ab196087 @ MSG_SI_ILL_ILLOPN "[ ILL_ILLOPN ]" 426 6635 ab196087 @ MSG_SI_ILL_ILLADR "[ ILL_ILLADR ]" 427 6635 ab196087 @ MSG_SI_ILL_ILLTRP "[ ILL_ILLTRP ]" 428 6635 ab196087 @ MSG_SI_ILL_PRVOPC "[ ILL_PRVOPC ]" 429 6635 ab196087 @ MSG_SI_ILL_PRVREG "[ ILL_PRVREG ]" 430 6635 ab196087 @ MSG_SI_ILL_COPROC "[ ILL_COPROC ]" 431 6635 ab196087 @ MSG_SI_ILL_BADSTK "[ ILL_BADSTK ]" 432 6635 ab196087 433 6635 ab196087 @ MSG_SI_EMT_TAGOVF "[ EMT_TAGOVF ]" 434 6635 ab196087 @ MSG_SI_EMT_CPCOVF "[ EMT_CPCOVF ]" 435 6635 ab196087 436 6635 ab196087 @ MSG_SI_FPE_INTDIV "[ FPE_INTDIV ]" 437 6635 ab196087 @ MSG_SI_FPE_INTOVF "[ FPE_INTOVF ]" 438 6635 ab196087 @ MSG_SI_FPE_FLTDIV "[ FPE_FLTDIV ]" 439 6635 ab196087 @ MSG_SI_FPE_FLTOVF "[ FPE_FLTOVF ]" 440 6635 ab196087 @ MSG_SI_FPE_FLTUND "[ FPE_FLTUND ]" 441 6635 ab196087 @ MSG_SI_FPE_FLTRES "[ FPE_FLTRES ]" 442 6635 ab196087 @ MSG_SI_FPE_FLTINV "[ FPE_FLTINV ]" 443 6635 ab196087 @ MSG_SI_FPE_FLTSUB "[ FPE_FLTSUB ]" 444 6635 ab196087 @ MSG_SI_FPE_FLTDEN "[ FPE_FLTDEN ]" 445 6635 ab196087 446 6635 ab196087 @ MSG_SI_SEGV_MAPERR "[ SEGV_MAPERR ]" 447 6635 ab196087 @ MSG_SI_SEGV_ACCERR "[ SEGV_ACCERR ]" 448 6635 ab196087 449 6635 ab196087 @ MSG_SI_BUS_ADRALN "[ BUS_ADRALN ]" 450 6635 ab196087 @ MSG_SI_BUS_ADRERR "[ BUS_ADRERR ]" 451 6635 ab196087 @ MSG_SI_BUS_OBJERR "[ BUS_OBJERR ]" 452 6635 ab196087 453 6635 ab196087 @ MSG_SI_TRAP_BRKPT "[ TRAP_BRKPT ]" 454 6635 ab196087 @ MSG_SI_TRAP_TRACE "[ TRAP_TRACE ]" 455 6635 ab196087 @ MSG_SI_TRAP_RWATCH "[ TRAP_RWATCH ]" 456 6635 ab196087 @ MSG_SI_TRAP_WWATCH "[ TRAP_WWATCH ]" 457 6635 ab196087 @ MSG_SI_TRAP_XWATCH "[ TRAP_XWATCH ]" 458 6635 ab196087 @ MSG_SI_TRAP_DTRACE "[ TRAP_DTRACE ]" 459 6635 ab196087 460 6635 ab196087 @ MSG_SI_CLD_EXITED "[ CLD_EXITED ]" 461 6635 ab196087 @ MSG_SI_CLD_KILLED "[ CLD_KILLED ]" 462 6635 ab196087 @ MSG_SI_CLD_DUMPED "[ CLD_DUMPED ]" 463 6635 ab196087 @ MSG_SI_CLD_TRAPPED "[ CLD_TRAPPED ]" 464 6635 ab196087 @ MSG_SI_CLD_STOPPED "[ CLD_STOPPED ]" 465 6635 ab196087 @ MSG_SI_CLD_CONTINUED "[ CLD_CONTINUED ]" 466 6635 ab196087 467 6635 ab196087 @ MSG_SI_POLL_IN "[ POLL_IN ]" 468 6635 ab196087 @ MSG_SI_POLL_OUT "[ POLL_OUT ]" 469 6635 ab196087 @ MSG_SI_POLL_MSG "[ POLL_MSG ]" 470 6635 ab196087 @ MSG_SI_POLL_ERR "[ POLL_ERR ]" 471 6635 ab196087 @ MSG_SI_POLL_PRI "[ POLL_PRI ]" 472 6635 ab196087 @ MSG_SI_POLL_HUP "[ POLL_HUP ]" 473 6635 ab196087 474 6635 ab196087 @ MSG_SIGHUP "[ SIGHUP ]" 475 6635 ab196087 @ MSG_SIGHUP_ALT "SIGHUP" 476 6635 ab196087 @ MSG_SIGINT "[ SIGINT ]" 477 6635 ab196087 @ MSG_SIGINT_ALT "SIGINT" 478 6635 ab196087 @ MSG_SIGQUIT "[ SIGQUIT ]" 479 6635 ab196087 @ MSG_SIGQUIT_ALT "SIGQUIT" 480 6635 ab196087 @ MSG_SIGILL "[ SIGILL ]" 481 6635 ab196087 @ MSG_SIGILL_ALT "SIGILL" 482 6635 ab196087 @ MSG_SIGTRAP "[ SIGTRAP ]" 483 6635 ab196087 @ MSG_SIGTRAP_ALT "SIGTRAP" 484 6635 ab196087 @ MSG_SIGABRT "[ SIGABRT ]" 485 6635 ab196087 @ MSG_SIGABRT_ALT "SIGABRT" 486 6635 ab196087 @ MSG_SIGEMT "[ SIGEMT ]" 487 6635 ab196087 @ MSG_SIGEMT_ALT "SIGEMT" 488 6635 ab196087 @ MSG_SIGFPE "[ SIGFPE ]" 489 6635 ab196087 @ MSG_SIGFPE_ALT "SIGFPE" 490 6635 ab196087 @ MSG_SIGKILL "[ SIGKILL ]" 491 6635 ab196087 @ MSG_SIGKILL_ALT "SIGKILL" 492 6635 ab196087 @ MSG_SIGBUS "[ SIGBUS ]" 493 6635 ab196087 @ MSG_SIGBUS_ALT "SIGBUS" 494 6635 ab196087 @ MSG_SIGSEGV "[ SIGSEGV ]" 495 6635 ab196087 @ MSG_SIGSEGV_ALT "SIGSEGV" 496 6635 ab196087 @ MSG_SIGSYS "[ SIGSYS ]" 497 6635 ab196087 @ MSG_SIGSYS_ALT "SIGSYS" 498 6635 ab196087 @ MSG_SIGPIPE "[ SIGPIPE ]" 499 6635 ab196087 @ MSG_SIGPIPE_ALT "SIGPIPE" 500 6635 ab196087 @ MSG_SIGALRM "[ SIGALRM ]" 501 6635 ab196087 @ MSG_SIGALRM_ALT "SIGALRM" 502 6635 ab196087 @ MSG_SIGTERM "[ SIGTERM ]" 503 6635 ab196087 @ MSG_SIGTERM_ALT "SIGTERM" 504 6635 ab196087 @ MSG_SIGUSR1 "[ SIGUSR1 ]" 505 6635 ab196087 @ MSG_SIGUSR1_ALT "SIGUSR1" 506 6635 ab196087 @ MSG_SIGUSR2 "[ SIGUSR2 ]" 507 6635 ab196087 @ MSG_SIGUSR2_ALT "SIGUSR2" 508 6635 ab196087 @ MSG_SIGCHLD "[ SIGCHLD ]" 509 6635 ab196087 @ MSG_SIGCHLD_ALT "SIGCHLD" 510 6635 ab196087 @ MSG_SIGPWR "[ SIGPWR ]" 511 6635 ab196087 @ MSG_SIGPWR_ALT "SIGPWR" 512 6635 ab196087 @ MSG_SIGWINCH "[ SIGWINCH ]" 513 6635 ab196087 @ MSG_SIGWINCH_ALT "SIGWINCH" 514 6635 ab196087 @ MSG_SIGURG "[ SIGURG ]" 515 6635 ab196087 @ MSG_SIGURG_ALT "SIGURG" 516 6635 ab196087 @ MSG_SIGPOLL "[ SIGPOLL ]" 517 6635 ab196087 @ MSG_SIGPOLL_ALT "SIGPOLL" 518 6635 ab196087 @ MSG_SIGSTOP "[ SIGSTOP ]" 519 6635 ab196087 @ MSG_SIGSTOP_ALT "SIGSTOP" 520 6635 ab196087 @ MSG_SIGTSTP "[ SIGTSTP ]" 521 6635 ab196087 @ MSG_SIGTSTP_ALT "SIGTSTP" 522 6635 ab196087 @ MSG_SIGCONT "[ SIGCONT ]" 523 6635 ab196087 @ MSG_SIGCONT_ALT "SIGCONT" 524 6635 ab196087 @ MSG_SIGTTIN "[ SIGTTIN ]" 525 6635 ab196087 @ MSG_SIGTTIN_ALT "SIGTTIN" 526 6635 ab196087 @ MSG_SIGTTOU "[ SIGTTOU ]" 527 6635 ab196087 @ MSG_SIGTTOU_ALT "SIGTTOU" 528 6635 ab196087 @ MSG_SIGVTALRM "[ SIGVTALRM ]" 529 6635 ab196087 @ MSG_SIGVTALRM_ALT "SIGVTALRM" 530 6635 ab196087 @ MSG_SIGPROF "[ SIGPROF ]" 531 6635 ab196087 @ MSG_SIGPROF_ALT "SIGPROF" 532 6635 ab196087 @ MSG_SIGXCPU "[ SIGXCPU ]" 533 6635 ab196087 @ MSG_SIGXCPU_ALT "SIGXCPU" 534 6635 ab196087 @ MSG_SIGXFSZ "[ SIGXFSZ ]" 535 6635 ab196087 @ MSG_SIGXFSZ_ALT "SIGXFSZ" 536 6635 ab196087 @ MSG_SIGWAITING "[ SIGWAITING ]" 537 6635 ab196087 @ MSG_SIGWAITING_ALT "SIGWAITING" 538 6635 ab196087 @ MSG_SIGLWP "[ SIGLWP ]" 539 6635 ab196087 @ MSG_SIGLWP_ALT "SIGLWP" 540 6635 ab196087 @ MSG_SIGFREEZE "[ SIGFREEZE ]" 541 6635 ab196087 @ MSG_SIGFREEZE_ALT "SIGFREEZE" 542 6635 ab196087 @ MSG_SIGTHAW "[ SIGTHAW ]" 543 6635 ab196087 @ MSG_SIGTHAW_ALT "SIGTHAW" 544 6635 ab196087 @ MSG_SIGCANCEL "[ SIGCANCEL ]" 545 6635 ab196087 @ MSG_SIGCANCEL_ALT "SIGCANCEL" 546 6635 ab196087 @ MSG_SIGLOST "[ SIGLOST ]" 547 6635 ab196087 @ MSG_SIGLOST_ALT "SIGLOST" 548 6635 ab196087 @ MSG_SIGXRES "[ SIGXRES ]" 549 6635 ab196087 @ MSG_SIGXRES_ALT "SIGXRES" 550 6635 ab196087 @ MSG_SIGJVM1 "[ SIGJVM1 ]" 551 6635 ab196087 @ MSG_SIGJVM1_ALT "SIGJVM1" 552 6635 ab196087 @ MSG_SIGJVM2 "[ SIGJVM2 ]" 553 6635 ab196087 @ MSG_SIGJVM2_ALT "SIGJVM2" 554 6635 ab196087 555 6635 ab196087 @ MSG_FLTILL "[ FLTILL ]" 556 6635 ab196087 @ MSG_FLTILL_ALT "FLTILL" 557 6635 ab196087 @ MSG_FLTPRIV "[ FLTPRIV ]" 558 6635 ab196087 @ MSG_FLTPRIV_ALT "FLTPRIV" 559 6635 ab196087 @ MSG_FLTBPT "[ FLTBPT ]" 560 6635 ab196087 @ MSG_FLTBPT_ALT "FLTBPT" 561 6635 ab196087 @ MSG_FLTTRACE "[ FLTTRACE ]" 562 6635 ab196087 @ MSG_FLTTRACE_ALT "FLTTRACE" 563 6635 ab196087 @ MSG_FLTACCESS "[ FLTACCESS ]" 564 6635 ab196087 @ MSG_FLTACCESS_ALT "FLTACCESS" 565 6635 ab196087 @ MSG_FLTBOUNDS "[ FLTBOUNDS ]" 566 6635 ab196087 @ MSG_FLTBOUNDS_ALT "FLTBOUNDS" 567 6635 ab196087 @ MSG_FLTIOVF "[ FLTIOVF ]" 568 6635 ab196087 @ MSG_FLTIOVF_ALT "FLTIOVF" 569 6635 ab196087 @ MSG_FLTIZDIV "[ FLTIZDIV ]" 570 6635 ab196087 @ MSG_FLTIZDIV_ALT "FLTIZDIV" 571 6635 ab196087 @ MSG_FLTFPE "[ FLTFPE ]" 572 6635 ab196087 @ MSG_FLTFPE_ALT "FLTFPE" 573 6635 ab196087 @ MSG_FLTSTACK "[ FLTSTACK ]" 574 6635 ab196087 @ MSG_FLTSTACK_ALT "FLTSTACK" 575 6635 ab196087 @ MSG_FLTPAGE "[ FLTPAGE ]" 576 6635 ab196087 @ MSG_FLTPAGE_ALT "FLTPAGE" 577 6635 ab196087 @ MSG_FLTWATCH "[ FLTWATCH ]" 578 6635 ab196087 @ MSG_FLTWATCH_ALT "FLTWATCH" 579 6635 ab196087 @ MSG_FLTCPCOVF "[ FLTCPCOVF ]" 580 6635 ab196087 @ MSG_FLTCPCOVF_ALT "FLTCPCOVF" 581 6635 ab196087 582 6635 ab196087 @ MSG_SYS_EXIT "[ exit ]" # 1 583 6635 ab196087 @ MSG_SYS_EXIT_ALT "exit" 584 6635 ab196087 @ MSG_SYS_FORKALL "[ forkall ]" # 2 585 6635 ab196087 @ MSG_SYS_FORKALL_ALT "forkall" 586 6635 ab196087 @ MSG_SYS_READ "[ read ]" # 3 587 6635 ab196087 @ MSG_SYS_READ_ALT "read" 588 6635 ab196087 @ MSG_SYS_WRITE "[ write ]" # 4 589 6635 ab196087 @ MSG_SYS_WRITE_ALT "write" 590 6635 ab196087 @ MSG_SYS_OPEN "[ open ]" # 5 591 6635 ab196087 @ MSG_SYS_OPEN_ALT "open" 592 6635 ab196087 @ MSG_SYS_CLOSE "[ close ]" # 6 593 6635 ab196087 @ MSG_SYS_CLOSE_ALT "close" 594 6635 ab196087 @ MSG_SYS_WAIT "[ wait ]" # 7 595 6635 ab196087 @ MSG_SYS_WAIT_ALT "wait" 596 6635 ab196087 @ MSG_SYS_CREAT "[ creat ]" # 8 597 6635 ab196087 @ MSG_SYS_CREAT_ALT "creat" 598 6635 ab196087 @ MSG_SYS_LINK "[ link ]" # 9 599 6635 ab196087 @ MSG_SYS_LINK_ALT "link" 600 6635 ab196087 @ MSG_SYS_UNLINK "[ unlink ]" # 10 601 6635 ab196087 @ MSG_SYS_UNLINK_ALT "unlink" 602 6635 ab196087 @ MSG_SYS_EXEC "[ exec ]" # 11 603 6635 ab196087 @ MSG_SYS_EXEC_ALT "exec" 604 6635 ab196087 @ MSG_SYS_CHDIR "[ chdir ]" # 12 605 6635 ab196087 @ MSG_SYS_CHDIR_ALT "chdir" 606 6635 ab196087 @ MSG_SYS_TIME "[ time ]" # 13 607 6635 ab196087 @ MSG_SYS_TIME_ALT "time" 608 6635 ab196087 @ MSG_SYS_MKNOD "[ mknod ]" # 14 609 6635 ab196087 @ MSG_SYS_MKNOD_ALT "mknod" 610 6635 ab196087 @ MSG_SYS_CHMOD "[ chmod ]" # 15 611 6635 ab196087 @ MSG_SYS_CHMOD_ALT "chmod" 612 6635 ab196087 @ MSG_SYS_CHOWN "[ chown ]" # 16 613 6635 ab196087 @ MSG_SYS_CHOWN_ALT "chown" 614 6635 ab196087 @ MSG_SYS_BRK "[ brk ]" # 17 615 6635 ab196087 @ MSG_SYS_BRK_ALT "brk" 616 6635 ab196087 @ MSG_SYS_STAT "[ stat ]" # 18 617 6635 ab196087 @ MSG_SYS_STAT_ALT "stat" 618 6635 ab196087 @ MSG_SYS_LSEEK "[ lseek ]" # 19 619 6635 ab196087 @ MSG_SYS_LSEEK_ALT "lseek" 620 6635 ab196087 @ MSG_SYS_GETPID "[ getpid ]" # 20 621 6635 ab196087 @ MSG_SYS_GETPID_ALT "getpid" 622 6635 ab196087 @ MSG_SYS_MOUNT "[ mount ]" # 21 623 6635 ab196087 @ MSG_SYS_MOUNT_ALT "mount" 624 6635 ab196087 @ MSG_SYS_UMOUNT "[ umount ]" # 22 625 6635 ab196087 @ MSG_SYS_UMOUNT_ALT "umount" 626 6635 ab196087 @ MSG_SYS_SETUID "[ setuid ]" # 23 627 6635 ab196087 @ MSG_SYS_SETUID_ALT "setuid" 628 6635 ab196087 @ MSG_SYS_GETUID "[ getuid ]" # 24 629 6635 ab196087 @ MSG_SYS_GETUID_ALT "getuid" 630 6635 ab196087 @ MSG_SYS_STIME "[ stime ]" # 25 631 6635 ab196087 @ MSG_SYS_STIME_ALT "stime" 632 6635 ab196087 @ MSG_SYS_PCSAMPLE "[ pcsample ]" # 26 633 6635 ab196087 @ MSG_SYS_PCSAMPLE_ALT "pcsample" 634 6635 ab196087 @ MSG_SYS_ALARM "[ alarm ]" # 27 635 6635 ab196087 @ MSG_SYS_ALARM_ALT "alarm" 636 6635 ab196087 @ MSG_SYS_FSTAT "[ fstat ]" # 28 637 6635 ab196087 @ MSG_SYS_FSTAT_ALT "fstat" 638 6635 ab196087 @ MSG_SYS_PAUSE "[ pause ]" # 29 639 6635 ab196087 @ MSG_SYS_PAUSE_ALT "pause" 640 6635 ab196087 @ MSG_SYS_UTIME "[ utime ]" # 30 641 6635 ab196087 @ MSG_SYS_UTIME_ALT "utime" 642 6635 ab196087 @ MSG_SYS_STTY "[ stty ]" # 31 643 6635 ab196087 @ MSG_SYS_STTY_ALT "stty" 644 6635 ab196087 @ MSG_SYS_GTTY "[ gtty ]" # 32 645 6635 ab196087 @ MSG_SYS_GTTY_ALT "gtty" 646 6635 ab196087 @ MSG_SYS_ACCESS "[ access ]" # 33 647 6635 ab196087 @ MSG_SYS_ACCESS_ALT "access" 648 6635 ab196087 @ MSG_SYS_NICE "[ nice ]" # 34 649 6635 ab196087 @ MSG_SYS_NICE_ALT "nice" 650 6635 ab196087 @ MSG_SYS_STATFS "[ statfs ]" # 35 651 6635 ab196087 @ MSG_SYS_STATFS_ALT "statfs" 652 6635 ab196087 @ MSG_SYS_SYNC "[ sync ]" # 36 653 6635 ab196087 @ MSG_SYS_SYNC_ALT "sync" 654 6635 ab196087 @ MSG_SYS_KILL "[ kill ]" # 37 655 6635 ab196087 @ MSG_SYS_KILL_ALT "kill" 656 6635 ab196087 @ MSG_SYS_FSTATFS "[ fstatfs ]" # 38 657 6635 ab196087 @ MSG_SYS_FSTATFS_ALT "fstatfs" 658 6635 ab196087 @ MSG_SYS_PGRPSYS "[ pgrpsys ]" # 39 659 6635 ab196087 @ MSG_SYS_PGRPSYS_ALT "pgrpsys" 660 6635 ab196087 @ MSG_SYS_UUCOPYSTR "[ uucopystr ]" # 40 661 6635 ab196087 @ MSG_SYS_UUCOPYSTR_ALT "uucopystr" 662 6635 ab196087 @ MSG_SYS_DUP "[ dup ]" # 41 663 6635 ab196087 @ MSG_SYS_DUP_ALT "dup" 664 6635 ab196087 @ MSG_SYS_PIPE "[ pipe ]" # 42 665 6635 ab196087 @ MSG_SYS_PIPE_ALT "pipe" 666 6635 ab196087 @ MSG_SYS_TIMES "[ times ]" # 43 667 6635 ab196087 @ MSG_SYS_TIMES_ALT "times" 668 6635 ab196087 @ MSG_SYS_PROFIL "[ profil ]" # 44 669 6635 ab196087 @ MSG_SYS_PROFIL_ALT "profil" 670 6635 ab196087 @ MSG_SYS_PLOCK "[ plock ]" # 45 671 6635 ab196087 @ MSG_SYS_PLOCK_ALT "plock" 672 6635 ab196087 @ MSG_SYS_SETGID "[ setgid ]" # 46 673 6635 ab196087 @ MSG_SYS_SETGID_ALT "setgid" 674 6635 ab196087 @ MSG_SYS_GETGID "[ getgid ]" # 47 675 6635 ab196087 @ MSG_SYS_GETGID_ALT "getgid" 676 6635 ab196087 @ MSG_SYS_SIGNAL "[ signal ]" # 48 677 6635 ab196087 @ MSG_SYS_SIGNAL_ALT "signal" 678 6635 ab196087 @ MSG_SYS_MSGSYS "[ msgsys ]" # 49 679 6635 ab196087 @ MSG_SYS_MSGSYS_ALT "msgsys" 680 6635 ab196087 @ MSG_SYS_SYSI86 "[ sysi86 ]" # 50 681 6635 ab196087 @ MSG_SYS_SYSI86_ALT "sysi86" 682 6635 ab196087 @ MSG_SYS_ACCT "[ acct ]" # 51 683 6635 ab196087 @ MSG_SYS_ACCT_ALT "acct" 684 6635 ab196087 @ MSG_SYS_SHMSYS "[ shmsys ]" # 52 685 6635 ab196087 @ MSG_SYS_SHMSYS_ALT "shmsys" 686 6635 ab196087 @ MSG_SYS_SEMSYS "[ semsys ]" # 53 687 6635 ab196087 @ MSG_SYS_SEMSYS_ALT "semsys" 688 6635 ab196087 @ MSG_SYS_IOCTL "[ ioctl ]" # 54 689 6635 ab196087 @ MSG_SYS_IOCTL_ALT "ioctl" 690 6635 ab196087 @ MSG_SYS_UADMIN "[ uadmin ]" # 55 691 6635 ab196087 @ MSG_SYS_UADMIN_ALT "uadmin" 692 6635 ab196087 @ MSG_SYS_56 "56" # 56 (u) 693 6635 ab196087 @ MSG_SYS_UTSSYS "[ utssys ]" # 57 694 6635 ab196087 @ MSG_SYS_UTSSYS_ALT "utssys" 695 6635 ab196087 @ MSG_SYS_FDSYNC "[ fdsync ]" # 58 696 6635 ab196087 @ MSG_SYS_FDSYNC_ALT "fdsync" 697 6635 ab196087 @ MSG_SYS_EXECVE "[ execve ]" # 59 698 6635 ab196087 @ MSG_SYS_EXECVE_ALT "execve" 699 6635 ab196087 @ MSG_SYS_UMASK "[ umask ]" # 60 700 6635 ab196087 @ MSG_SYS_UMASK_ALT "umask" 701 6635 ab196087 @ MSG_SYS_CHROOT "[ chroot ]" # 61 702 6635 ab196087 @ MSG_SYS_CHROOT_ALT "chroot" 703 6635 ab196087 @ MSG_SYS_FCNTL "[ fcntl ]" # 62 704 6635 ab196087 @ MSG_SYS_FCNTL_ALT "fcntl" 705 6635 ab196087 @ MSG_SYS_ULIMIT "[ ulimit ]" # 63 706 6635 ab196087 @ MSG_SYS_ULIMIT_ALT "ulimit" 707 6635 ab196087 @ MSG_SYS_64 "64" # 64 (r) 708 6635 ab196087 @ MSG_SYS_65 "65" # 65 (r) 709 6635 ab196087 @ MSG_SYS_66 "66" # 66 (r) 710 6635 ab196087 @ MSG_SYS_67 "67" # 67 (r) 711 6635 ab196087 @ MSG_SYS_68 "68" # 68 (r) 712 6635 ab196087 @ MSG_SYS_69 "69" # 69 (r) 713 6635 ab196087 @ MSG_SYS_TASKSYS "[ tasksys ]" # 70 714 6635 ab196087 @ MSG_SYS_TASKSYS_ALT "tasksys " 715 6635 ab196087 @ MSG_SYS_ACCTCTL "[ acctctl ]" # 71 716 6635 ab196087 @ MSG_SYS_ACCTCTL_ALT "acctctl " 717 6635 ab196087 @ MSG_SYS_EXACCTSYS "[ exacctsys ]" # 72 718 6635 ab196087 @ MSG_SYS_EXACCTSYS_ALT "exacctsys" 719 6635 ab196087 @ MSG_SYS_GETPAGESIZES "[ getpagesizes ]" # 73 720 6635 ab196087 @ MSG_SYS_GETPAGESIZES_ALT "getpagesizes" 721 6635 ab196087 @ MSG_SYS_RCTLSYS "[ rctlsys ]" # 74 722 6635 ab196087 @ MSG_SYS_RCTLSYS_ALT "rctlsys " 723 6635 ab196087 @ MSG_SYS_SIDSYS "[ sidsys ]" # 75 724 6635 ab196087 @ MSG_SYS_SIDSYS_ALT "sidsys" 725 6635 ab196087 @ MSG_SYS_FSAT "[ fsat ]" # 76 726 6635 ab196087 @ MSG_SYS_FSAT_ALT "fsat" 727 6635 ab196087 @ MSG_SYS_LWP_PARK "[ lwp_park ]" # 77 728 6635 ab196087 @ MSG_SYS_LWP_PARK_ALT "lwp_park" 729 6635 ab196087 @ MSG_SYS_SENDFILEV "[ sendfilev ]" # 78 730 6635 ab196087 @ MSG_SYS_SENDFILEV_ALT "sendfilev" 731 6635 ab196087 @ MSG_SYS_RMDIR "[ rmdir ]" # 79 732 6635 ab196087 @ MSG_SYS_RMDIR_ALT "rmdir" 733 6635 ab196087 @ MSG_SYS_MKDIR "[ mkdir ]" # 80 734 6635 ab196087 @ MSG_SYS_MKDIR_ALT "mkdir" 735 6635 ab196087 @ MSG_SYS_GETDENTS "[ getdents ]" # 81 736 6635 ab196087 @ MSG_SYS_GETDENTS_ALT "getdents" 737 6635 ab196087 @ MSG_SYS_PRIVSYS "[ privsys ]" # 82 738 6635 ab196087 @ MSG_SYS_PRIVSYS_ALT "privsys" 739 6635 ab196087 @ MSG_SYS_UCREDSYS "[ ucredsys ]" # 83 740 6635 ab196087 @ MSG_SYS_UCREDSYS_ALT "ucredsys" 741 6635 ab196087 @ MSG_SYS_SYSFS "[ sysfs ]" # 84 742 6635 ab196087 @ MSG_SYS_SYSFS_ALT "sysfs" 743 6635 ab196087 @ MSG_SYS_GETMSG "[ getmsg ]" # 85 744 6635 ab196087 @ MSG_SYS_GETMSG_ALT "getmsg" 745 6635 ab196087 @ MSG_SYS_PUTMSG "[ putmsg ]" # 86 746 6635 ab196087 @ MSG_SYS_PUTMSG_ALT "putmsg" 747 6635 ab196087 @ MSG_SYS_POLL "[ poll ]" # 87 748 6635 ab196087 @ MSG_SYS_POLL_ALT "poll" 749 6635 ab196087 @ MSG_SYS_LSTAT "[ lstat ]" # 88 750 6635 ab196087 @ MSG_SYS_LSTAT_ALT "lstat" 751 6635 ab196087 @ MSG_SYS_SYMLINK "[ symlink ]" # 89 752 6635 ab196087 @ MSG_SYS_SYMLINK_ALT "symlink" 753 6635 ab196087 @ MSG_SYS_READLINK "[ readlink ]" # 90 754 6635 ab196087 @ MSG_SYS_READLINK_ALT "readlink" 755 6635 ab196087 @ MSG_SYS_SETGROUPS "[ setgroups ]" # 91 756 6635 ab196087 @ MSG_SYS_SETGROUPS_ALT "setgroups" 757 6635 ab196087 @ MSG_SYS_GETGROUPS "[ getgroups ]" # 92 758 6635 ab196087 @ MSG_SYS_GETGROUPS_ALT "getgroups" 759 6635 ab196087 @ MSG_SYS_FCHMOD "[ fchmod ]" # 93 760 6635 ab196087 @ MSG_SYS_FCHMOD_ALT "fchmod" 761 6635 ab196087 @ MSG_SYS_FCHOWN "[ fchown ]" # 94 762 6635 ab196087 @ MSG_SYS_FCHOWN_ALT "fchown" 763 6635 ab196087 @ MSG_SYS_SIGPROCMASK "[ sigprocmask ]" # 95 764 6635 ab196087 @ MSG_SYS_SIGPROCMASK_ALT "sigprocmask" 765 6635 ab196087 @ MSG_SYS_SIGSUSPEND "[ sigsuspend ]" # 96 766 6635 ab196087 @ MSG_SYS_SIGSUSPEND_ALT "sigsuspend" 767 6635 ab196087 @ MSG_SYS_SIGALTSTACK "[ sigaltstack ]" # 97 768 6635 ab196087 @ MSG_SYS_SIGALTSTACK_ALT "sigaltstack" 769 6635 ab196087 @ MSG_SYS_SIGACTION "[ sigaction ]" # 98 770 6635 ab196087 @ MSG_SYS_SIGACTION_ALT "sigaction" 771 6635 ab196087 @ MSG_SYS_SIGPENDING "[ sigpending ]" # 99 772 6635 ab196087 @ MSG_SYS_SIGPENDING_ALT "sigpending" 773 6635 ab196087 @ MSG_SYS_CONTEXT "[ context ]" # 100 774 6635 ab196087 @ MSG_SYS_CONTEXT_ALT "context" 775 6635 ab196087 @ MSG_SYS_EVSYS "[ evsys ]" # 101 776 6635 ab196087 @ MSG_SYS_EVSYS_ALT "evsys" 777 6635 ab196087 @ MSG_SYS_EVTRAPRET "[ evtrapret ]" # 102 778 6635 ab196087 @ MSG_SYS_EVTRAPRET_ALT "evtrapret" 779 6635 ab196087 @ MSG_SYS_STATVFS "[ statvfs ]" # 103 780 6635 ab196087 @ MSG_SYS_STATVFS_ALT "statvfs" 781 6635 ab196087 @ MSG_SYS_FSTATVFS "[ fstatvfs ]" # 104 782 6635 ab196087 @ MSG_SYS_FSTATVFS_ALT "fstatvfs" 783 6635 ab196087 @ MSG_SYS_GETLOADAVG "[ getloadavg ]" # 105 784 6635 ab196087 @ MSG_SYS_GETLOADAVG_ALT "getloadavg" 785 6635 ab196087 @ MSG_SYS_NFSSYS "[ nfssys ]" # 106 786 6635 ab196087 @ MSG_SYS_NFSSYS_ALT "nfssys" 787 6635 ab196087 @ MSG_SYS_WAITID "[ waitid ]" # 107 788 6635 ab196087 @ MSG_SYS_WAITID_ALT "waitid" 789 6635 ab196087 @ MSG_SYS_SIGSENDSYS "[ sigsendsys ]" # 108 790 6635 ab196087 @ MSG_SYS_SIGSENDSYS_ALT "sigsendsys" 791 6635 ab196087 @ MSG_SYS_HRTSYS "[ hrtsys ]" # 109 792 6635 ab196087 @ MSG_SYS_HRTSYS_ALT "hrtsys" 793 6635 ab196087 @ MSG_SYS_110 "110" # 110(u) 794 6635 ab196087 @ MSG_SYS_SIGRESEND "[ sigresend ]" # 111 795 6635 ab196087 @ MSG_SYS_SIGRESEND_ALT "sigresend" 796 6635 ab196087 @ MSG_SYS_PRIOCNTLSYS "[ priocntlsys ]" # 112 797 6635 ab196087 @ MSG_SYS_PRIOCNTLSYS_ALT "priocntlsys" 798 6635 ab196087 @ MSG_SYS_PATHCONF "[ pathconf ]" # 113 799 6635 ab196087 @ MSG_SYS_PATHCONF_ALT "pathconf" 800 6635 ab196087 @ MSG_SYS_MINCORE "[ mincore ]" # 114 801 6635 ab196087 @ MSG_SYS_MINCORE_ALT "mincore" 802 6635 ab196087 @ MSG_SYS_MMAP "[ mmap ]" # 115 803 6635 ab196087 @ MSG_SYS_MMAP_ALT "mmap" 804 6635 ab196087 @ MSG_SYS_MPROTECT "[ mprotect ]" # 116 805 6635 ab196087 @ MSG_SYS_MPROTECT_ALT "mprotect" 806 6635 ab196087 @ MSG_SYS_MUNMAP "[ munmap ]" # 117 807 6635 ab196087 @ MSG_SYS_MUNMAP_ALT "munmap" 808 6635 ab196087 @ MSG_SYS_FPATHCONF "[ fpathconf ]" # 118 809 6635 ab196087 @ MSG_SYS_FPATHCONF_ALT "fpathconf" 810 6635 ab196087 @ MSG_SYS_VFORK "[ vfork ]" # 119 811 6635 ab196087 @ MSG_SYS_VFORK_ALT "vfork" 812 6635 ab196087 @ MSG_SYS_FCHDIR "[ fchdir ]" # 120 813 6635 ab196087 @ MSG_SYS_FCHDIR_ALT "fchdir" 814 6635 ab196087 @ MSG_SYS_READV "[ readv ]" # 121 815 6635 ab196087 @ MSG_SYS_READV_ALT "readv" 816 6635 ab196087 @ MSG_SYS_WRITEV "[ writev ]" # 122 817 6635 ab196087 @ MSG_SYS_WRITEV_ALT "writev" 818 6635 ab196087 @ MSG_SYS_XSTAT "[ xstat ]" # 123 819 6635 ab196087 @ MSG_SYS_XSTAT_ALT "xstat" 820 6635 ab196087 @ MSG_SYS_LXSTAT "[ lxstat ]" # 124 821 6635 ab196087 @ MSG_SYS_LXSTAT_ALT "lxstat" 822 6635 ab196087 @ MSG_SYS_FXSTAT "[ fxstat ]" # 125 823 6635 ab196087 @ MSG_SYS_FXSTAT_ALT "fxstat" 824 6635 ab196087 @ MSG_SYS_XMKNOD "[ xmknod ]" # 126 825 6635 ab196087 @ MSG_SYS_XMKNOD_ALT "xmknod" 826 6635 ab196087 @ MSG_SYS_127 "127" # 127(u) 827 6635 ab196087 @ MSG_SYS_SETRLIMIT "[ setrlimit ]" # 128 828 6635 ab196087 @ MSG_SYS_SETRLIMIT_ALT "setrlimit" 829 6635 ab196087 @ MSG_SYS_GETRLIMIT "[ getrlimit ]" # 129 830 6635 ab196087 @ MSG_SYS_GETRLIMIT_ALT "getrlimit" 831 6635 ab196087 @ MSG_SYS_LCHOWN "[ lchown ]" # 130 832 6635 ab196087 @ MSG_SYS_LCHOWN_ALT "lchown" 833 6635 ab196087 @ MSG_SYS_MEMCNTL "[ memcntl ]" # 131 834 6635 ab196087 @ MSG_SYS_MEMCNTL_ALT "memcntl" 835 6635 ab196087 @ MSG_SYS_GETPMSG "[ getpmsg ]" # 132 836 6635 ab196087 @ MSG_SYS_GETPMSG_ALT "getpmsg" 837 6635 ab196087 @ MSG_SYS_PUTPMSG "[ putpmsg ]" # 133 838 6635 ab196087 @ MSG_SYS_PUTPMSG_ALT "putpmsg" 839 6635 ab196087 @ MSG_SYS_RENAME "[ rename ]" # 134 840 6635 ab196087 @ MSG_SYS_RENAME_ALT "rename" 841 6635 ab196087 @ MSG_SYS_UNAME "[ uname ]" # 135 842 6635 ab196087 @ MSG_SYS_UNAME_ALT "uname" 843 6635 ab196087 @ MSG_SYS_SETEGID "[ setegid ]" # 136 844 6635 ab196087 @ MSG_SYS_SETEGID_ALT "setegid" 845 6635 ab196087 @ MSG_SYS_SYSCONFIG "[ sysconfig ]" # 137 846 6635 ab196087 @ MSG_SYS_SYSCONFIG_ALT "sysconfig" 847 6635 ab196087 @ MSG_SYS_ADJTIME "[ adjtime ]" # 138 848 6635 ab196087 @ MSG_SYS_ADJTIME_ALT "adjtime" 849 6635 ab196087 @ MSG_SYS_SYSTEMINFO "[ systeminfo ]" # 139 850 6635 ab196087 @ MSG_SYS_SYSTEMINFO_ALT "systeminfo" 851 6635 ab196087 @ MSG_SYS_SHAREFS "[ sharefs ]" # 140 852 6635 ab196087 @ MSG_SYS_SHAREFS_ALT "sharefs" 853 6635 ab196087 @ MSG_SYS_SETEUID "[ seteuid ]" # 141 854 6635 ab196087 @ MSG_SYS_SETEUID_ALT "seteuid" 855 6635 ab196087 @ MSG_SYS_FORKSYS "[ forksys ]" # 142 856 6635 ab196087 @ MSG_SYS_FORKSYS_ALT "forksys" 857 6635 ab196087 @ MSG_SYS_FORK1 "[ fork1 ]" # 143 858 6635 ab196087 @ MSG_SYS_FORK1_ALT "fork1" 859 6635 ab196087 @ MSG_SYS_SIGTIMEDWAIT "[ sigtimedwait ]" # 144 860 6635 ab196087 @ MSG_SYS_SIGTIMEDWAIT_ALT "sigtimedwait" 861 6635 ab196087 @ MSG_SYS_LWP_INFO "[ lwp_info ]" # 145 862 6635 ab196087 @ MSG_SYS_LWP_INFO_ALT "lwp_info" 863 6635 ab196087 @ MSG_SYS_YIELD "[ yield ]" # 146 864 6635 ab196087 @ MSG_SYS_YIELD_ALT "yield" 865 6635 ab196087 @ MSG_SYS_LWP_SEMA_WAIT "[ lwp_sema_wait ]" # 147 866 6635 ab196087 @ MSG_SYS_LWP_SEMA_WAIT_ALT "lwp_sema_wait" 867 6635 ab196087 @ MSG_SYS_LWP_SEMA_POST "[ lwp_sema_post ]" # 148 868 6635 ab196087 @ MSG_SYS_LWP_SEMA_POST_ALT "lwp_sema_post" 869 6635 ab196087 @ MSG_SYS_LWP_SEMA_TRYWAIT "[ lwp_sema_trywait ]" # 149 870 6635 ab196087 @ MSG_SYS_LWP_SEMA_TRYWAIT_ALT "lwp_sema_trywait" 871 6635 ab196087 @ MSG_SYS_LWP_DETACH "[ lwp_detach ]" # 150 872 6635 ab196087 @ MSG_SYS_LWP_DETACH_ALT "lwp_detach" 873 6635 ab196087 @ MSG_SYS_CORECTL "[ corectl ]" # 151 874 6635 ab196087 @ MSG_SYS_CORECTL_ALT "corectl" 875 6635 ab196087 @ MSG_SYS_MODCTL "[ modctl ]" # 152 876 6635 ab196087 @ MSG_SYS_MODCTL_ALT "modctl" 877 6635 ab196087 @ MSG_SYS_FCHROOT "[ fchroot ]" # 153 878 6635 ab196087 @ MSG_SYS_FCHROOT_ALT "fchroot" 879 6635 ab196087 @ MSG_SYS_UTIMES "[ utimes ]" # 154 880 6635 ab196087 @ MSG_SYS_UTIMES_ALT "utimes" 881 6635 ab196087 @ MSG_SYS_VHANGUP "[ vhangup ]" # 155 882 6635 ab196087 @ MSG_SYS_VHANGUP_ALT "vhangup" 883 6635 ab196087 @ MSG_SYS_GETTIMEOFDAY "[ gettimeofday ]" # 156 884 6635 ab196087 @ MSG_SYS_GETTIMEOFDAY_ALT "gettimeofday" 885 6635 ab196087 @ MSG_SYS_GETITIMER "[ getitimer ]" # 157 886 6635 ab196087 @ MSG_SYS_GETITIMER_ALT "getitimer" 887 6635 ab196087 @ MSG_SYS_SETITIMER "[ setitimer ]" # 158 888 6635 ab196087 @ MSG_SYS_SETITIMER_ALT "setitimer" 889 6635 ab196087 @ MSG_SYS_LWP_CREATE "[ lwp_create ]" # 159 890 6635 ab196087 @ MSG_SYS_LWP_CREATE_ALT "lwp_create" 891 6635 ab196087 @ MSG_SYS_LWP_EXIT "[ lwp_exit ]" # 160 892 6635 ab196087 @ MSG_SYS_LWP_EXIT_ALT "lwp_exit" 893 6635 ab196087 @ MSG_SYS_LWP_SUSPEND "[ lwp_suspend ]" # 161 894 6635 ab196087 @ MSG_SYS_LWP_SUSPEND_ALT "lwp_suspend" 895 6635 ab196087 @ MSG_SYS_LWP_CONTINUE "[ lwp_continue ]" # 162 896 6635 ab196087 @ MSG_SYS_LWP_CONTINUE_ALT "lwp_continue" 897 6635 ab196087 @ MSG_SYS_LWP_KILL "[ lwp_kill ]" # 163 898 6635 ab196087 @ MSG_SYS_LWP_KILL_ALT "lwp_kill" 899 6635 ab196087 @ MSG_SYS_LWP_SELF "[ lwp_self ]" # 164 900 6635 ab196087 @ MSG_SYS_LWP_SELF_ALT "lwp_self" 901 6635 ab196087 @ MSG_SYS_LWP_SIGMASK "[ lwp_sigmask ]" # 165 902 6635 ab196087 @ MSG_SYS_LWP_SIGMASK_ALT "lwp_sigmask" 903 6635 ab196087 @ MSG_SYS_LWP_PRIVATE "[ lwp_private ]" # 166 904 6635 ab196087 @ MSG_SYS_LWP_PRIVATE_ALT "lwp_private" 905 6635 ab196087 @ MSG_SYS_LWP_WAIT "[ lwp_wait ]" # 167 906 6635 ab196087 @ MSG_SYS_LWP_WAIT_ALT "lwp_wait" 907 6635 ab196087 @ MSG_SYS_LWP_MUTEX_WAKEUP "[ lwp_mutex_wakeup ]" # 168 908 6635 ab196087 @ MSG_SYS_LWP_MUTEX_WAKEUP_ALT "lwp_mutex_wakeup" 909 6635 ab196087 @ MSG_SYS_LWP_MUTEX_LOCK "[ lwp_mutex_lock ]" # 169 910 6635 ab196087 @ MSG_SYS_LWP_MUTEX_LOCK_ALT "lwp_mutex_lock" 911 6635 ab196087 @ MSG_SYS_LWP_COND_WAIT "[ lwp_cond_wait ]" # 170 912 6635 ab196087 @ MSG_SYS_LWP_COND_WAIT_ALT "lwp_cond_wait" 913 6635 ab196087 @ MSG_SYS_LWP_COND_SIGNAL "[ lwp_cond_signal ]" # 171 914 6635 ab196087 @ MSG_SYS_LWP_COND_SIGNAL_ALT "lwp_cond_signal" 915 6635 ab196087 @ MSG_SYS_LWP_COND_BROADCAST "[ lwp_cond_broadcast ]" # 172 916 6635 ab196087 @ MSG_SYS_LWP_COND_BROADCAST_ALT "lwp_cond_broadcast" 917 6635 ab196087 @ MSG_SYS_PREAD "[ pread ]" # 173 918 6635 ab196087 @ MSG_SYS_PREAD_ALT "pread" 919 6635 ab196087 @ MSG_SYS_PWRITE "[ pwrite ]" # 174 920 6635 ab196087 @ MSG_SYS_PWRITE_ALT "pwrite" 921 6635 ab196087 @ MSG_SYS_LLSEEK "[ llseek ]" # 175 922 6635 ab196087 @ MSG_SYS_LLSEEK_ALT "llseek" 923 6635 ab196087 @ MSG_SYS_INST_SYNC "[ inst_sync ]" # 176 924 6635 ab196087 @ MSG_SYS_INST_SYNC_ALT "inst_sync" 925 6635 ab196087 @ MSG_SYS_BRAND "[ brand ]" # 177 926 6635 ab196087 @ MSG_SYS_BRAND_ALT "brand" 927 6635 ab196087 @ MSG_SYS_KAIO "[ kaio ]" # 178 928 6635 ab196087 @ MSG_SYS_KAIO_ALT "kaio" 929 6635 ab196087 @ MSG_SYS_CPC "[ cpc ]" # 179 930 6635 ab196087 @ MSG_SYS_CPC_ALT "cpc" 931 6635 ab196087 @ MSG_SYS_LGRPSYS "[ lgrpsys ]" # 180 932 6635 ab196087 @ MSG_SYS_LGRPSYS_ALT "lgrpsys" 933 6635 ab196087 @ MSG_SYS_RUSAGESYS "[ rusagesys ]" # 181 934 6635 ab196087 @ MSG_SYS_RUSAGESYS_ALT "rusagesys" 935 6635 ab196087 @ MSG_SYS_PORT "[ port ]" # 182 936 6635 ab196087 @ MSG_SYS_PORT_ALT "port" 937 6635 ab196087 @ MSG_SYS_POLLSYS "[ pollsys ]" # 183 938 6635 ab196087 @ MSG_SYS_POLLSYS_ALT "pollsys" 939 6635 ab196087 @ MSG_SYS_LABELSYS "[ labelsys ]" # 184 940 6635 ab196087 @ MSG_SYS_LABELSYS_ALT "labelsys" 941 6635 ab196087 @ MSG_SYS_ACL "[ acl ]" # 185 942 6635 ab196087 @ MSG_SYS_ACL_ALT "acl" 943 6635 ab196087 @ MSG_SYS_AUDITSYS "[ auditsys ]" # 186 944 6635 ab196087 @ MSG_SYS_AUDITSYS_ALT "auditsys" 945 6635 ab196087 @ MSG_SYS_PROCESSOR_BIND "[ processor_bind ]" # 187 946 6635 ab196087 @ MSG_SYS_PROCESSOR_BIND_ALT "processor_bind" 947 6635 ab196087 @ MSG_SYS_PROCESSOR_INFO "[ processor_info ]" # 188 948 6635 ab196087 @ MSG_SYS_PROCESSOR_INFO_ALT "processor_info" 949 6635 ab196087 @ MSG_SYS_P_ONLINE "[ p_online ]" # 189 950 6635 ab196087 @ MSG_SYS_P_ONLINE_ALT "p_online" 951 6635 ab196087 @ MSG_SYS_SIGQUEUE "[ sigqueue ]" # 190 952 6635 ab196087 @ MSG_SYS_SIGQUEUE_ALT "sigqueue" 953 6635 ab196087 @ MSG_SYS_CLOCK_GETTIME "[ clock_gettime ]" # 191 954 6635 ab196087 @ MSG_SYS_CLOCK_GETTIME_ALT "clock_gettime" 955 6635 ab196087 @ MSG_SYS_CLOCK_SETTIME "[ clock_settime ]" # 192 956 6635 ab196087 @ MSG_SYS_CLOCK_SETTIME_ALT "clock_settime" 957 6635 ab196087 @ MSG_SYS_CLOCK_GETRES "[ clock_getres ]" # 193 958 6635 ab196087 @ MSG_SYS_CLOCK_GETRES_ALT "clock_getres" 959 6635 ab196087 @ MSG_SYS_TIMER_CREATE "[ timer_create ]" # 194 960 6635 ab196087 @ MSG_SYS_TIMER_CREATE_ALT "timer_create" 961 6635 ab196087 @ MSG_SYS_TIMER_DELETE "[ timer_delete ]" # 195 962 6635 ab196087 @ MSG_SYS_TIMER_DELETE_ALT "timer_delete" 963 6635 ab196087 @ MSG_SYS_TIMER_SETTIME "[ timer_settime ]" # 196 964 6635 ab196087 @ MSG_SYS_TIMER_SETTIME_ALT "timer_settime" 965 6635 ab196087 @ MSG_SYS_TIMER_GETTIME "[ timer_gettime ]" # 197 966 6635 ab196087 @ MSG_SYS_TIMER_GETTIME_ALT "timer_gettime" 967 6635 ab196087 @ MSG_SYS_TIMER_GETOVERRUN "[ timer_getoverrun ]" # 198 968 6635 ab196087 @ MSG_SYS_TIMER_GETOVERRUN_ALT "timer_getoverrun" 969 6635 ab196087 @ MSG_SYS_NANOSLEEP "[ nanosleep ]" # 199 970 6635 ab196087 @ MSG_SYS_NANOSLEEP_ALT "nanosleep" 971 6635 ab196087 @ MSG_SYS_FACL "[ facl ]" # 200 972 6635 ab196087 @ MSG_SYS_FACL_ALT "facl" 973 6635 ab196087 @ MSG_SYS_DOOR "[ door ]" # 201 974 6635 ab196087 @ MSG_SYS_DOOR_ALT "door" 975 6635 ab196087 @ MSG_SYS_SETREUID "[ setreuid ]" # 202 976 6635 ab196087 @ MSG_SYS_SETREUID_ALT "setreuid" 977 6635 ab196087 @ MSG_SYS_SETREGID "[ setregid ]" # 203 978 6635 ab196087 @ MSG_SYS_SETREGID_ALT "setregid" 979 6635 ab196087 @ MSG_SYS_INSTALL_UTRAP "[ install_utrap ]" # 204 980 6635 ab196087 @ MSG_SYS_INSTALL_UTRAP_ALT "install_utrap" 981 6635 ab196087 @ MSG_SYS_SIGNOTIFY "[ signotify ]" # 205 982 6635 ab196087 @ MSG_SYS_SIGNOTIFY_ALT "signotify" 983 6635 ab196087 @ MSG_SYS_SCHEDCTL "[ schedctl ]" # 206 984 6635 ab196087 @ MSG_SYS_SCHEDCTL_ALT "schedctl" 985 6635 ab196087 @ MSG_SYS_PSET "[ pset ]" # 207 986 6635 ab196087 @ MSG_SYS_PSET_ALT "pset" 987 6635 ab196087 @ MSG_SYS_SPARC_UTRAP_INSTALL "[ sparc_utrap_install ]" # 208 988 6635 ab196087 @ MSG_SYS_SPARC_UTRAP_INSTALL_ALT "sparc_utrap_install" 989 6635 ab196087 @ MSG_SYS_RESOLVEPATH "[ resolvepath ]" # 209 990 6635 ab196087 @ MSG_SYS_RESOLVEPATH_ALT "resolvepath" 991 6635 ab196087 @ MSG_SYS_LWP_MUTEX_TIMEDLOCK "[ lwp_mutex_timedlock ]" # 210 992 6635 ab196087 @ MSG_SYS_LWP_MUTEX_TIMEDLOCK_ALT "lwp_mutex_timedlock" 993 6635 ab196087 @ MSG_SYS_LWP_SEMA_TIMEDWAIT "[ lwp_sema_timedwait ]" # 211 994 6635 ab196087 @ MSG_SYS_LWP_SEMA_TIMEDWAIT_ALT "lwp_sema_timedwait" 995 6635 ab196087 @ MSG_SYS_LWP_RWLOCK_SYS "[ lwp_rwlock_sys ]" # 212 996 6635 ab196087 @ MSG_SYS_LWP_RWLOCK_SYS_ALT "lwp_rwlock_sys" 997 6635 ab196087 @ MSG_SYS_GETDENTS64 "[ getdents64 ]" # 213 998 6635 ab196087 @ MSG_SYS_GETDENTS64_ALT "getdents64" 999 6635 ab196087 @ MSG_SYS_MMAP64 "[ mmap64 ]" # 214 1000 6635 ab196087 @ MSG_SYS_MMAP64_ALT "mmap64" 1001 6635 ab196087 @ MSG_SYS_STAT64 "[ stat64 ]" # 215 1002 6635 ab196087 @ MSG_SYS_STAT64_ALT "stat64" 1003 6635 ab196087 @ MSG_SYS_LSTAT64 "[ lstat64 ]" # 216 1004 6635 ab196087 @ MSG_SYS_LSTAT64_ALT "lstat64" 1005 6635 ab196087 @ MSG_SYS_FSTAT64 "[ fstat64 ]" # 217 1006 6635 ab196087 @ MSG_SYS_FSTAT64_ALT "fstat64" 1007 6635 ab196087 @ MSG_SYS_STATVFS64 "[ statvfs64 ]" # 218 1008 6635 ab196087 @ MSG_SYS_STATVFS64_ALT "statvfs64" 1009 6635 ab196087 @ MSG_SYS_FSTATVFS64 "[ fstatvfs64 ]" # 219 1010 6635 ab196087 @ MSG_SYS_FSTATVFS64_ALT "fstatvfs64" 1011 6635 ab196087 @ MSG_SYS_SETRLIMIT64 "[ setrlimit64 ]" # 220 1012 6635 ab196087 @ MSG_SYS_SETRLIMIT64_ALT "setrlimit64" 1013 6635 ab196087 @ MSG_SYS_GETRLIMIT64 "[ getrlimit64 ]" # 221 1014 6635 ab196087 @ MSG_SYS_GETRLIMIT64_ALT "getrlimit64" 1015 6635 ab196087 @ MSG_SYS_PREAD64 "[ pread64 ]" # 222 1016 6635 ab196087 @ MSG_SYS_PREAD64_ALT "pread64" 1017 6635 ab196087 @ MSG_SYS_PWRITE64 "[ pwrite64 ]" # 223 1018 6635 ab196087 @ MSG_SYS_PWRITE64_ALT "pwrite64" 1019 6635 ab196087 @ MSG_SYS_CREAT64 "[ creat64 ]" # 224 1020 6635 ab196087 @ MSG_SYS_CREAT64_ALT "creat64" 1021 6635 ab196087 @ MSG_SYS_OPEN64 "[ open64 ]" # 225 1022 6635 ab196087 @ MSG_SYS_OPEN64_ALT "open64" 1023 6635 ab196087 @ MSG_SYS_RPCSYS "[ rpcsys ]" # 226 1024 6635 ab196087 @ MSG_SYS_RPCSYS_ALT "rpcsys" 1025 6635 ab196087 @ MSG_SYS_ZONE "[ zone ]" # 227 1026 6635 ab196087 @ MSG_SYS_ZONE_ALT "zone" 1027 6635 ab196087 @ MSG_SYS_AUTOFSSYS "[ autofssys ]" # 228 1028 6635 ab196087 @ MSG_SYS_AUTOFSSYS_ALT "autofssys" 1029 6635 ab196087 @ MSG_SYS_GETCWD "[ getcwd ]" # 229 1030 6635 ab196087 @ MSG_SYS_GETCWD_ALT "getcwd" 1031 6635 ab196087 @ MSG_SYS_SO_SOCKET "[ so_socket ]" # 230 1032 6635 ab196087 @ MSG_SYS_SO_SOCKET_ALT "so_socket" 1033 6635 ab196087 @ MSG_SYS_SO_SOCKETPAIR "[ so_socketpair ]" # 231 1034 6635 ab196087 @ MSG_SYS_SO_SOCKETPAIR_ALT "so_socketpair" 1035 6635 ab196087 @ MSG_SYS_BIND "[ bind ]" # 232 1036 6635 ab196087 @ MSG_SYS_BIND_ALT "bind" 1037 6635 ab196087 @ MSG_SYS_LISTEN "[ listen ]" # 233 1038 6635 ab196087 @ MSG_SYS_LISTEN_ALT "listen" 1039 6635 ab196087 @ MSG_SYS_ACCEPT "[ accept ]" # 234 1040 6635 ab196087 @ MSG_SYS_ACCEPT_ALT "accept" 1041 6635 ab196087 @ MSG_SYS_CONNECT "[ connect ]" # 235 1042 6635 ab196087 @ MSG_SYS_CONNECT_ALT "connect" 1043 6635 ab196087 @ MSG_SYS_SHUTDOWN "[ shutdown ]" # 236 1044 6635 ab196087 @ MSG_SYS_SHUTDOWN_ALT "shutdown" 1045 6635 ab196087 @ MSG_SYS_RECV "[ recv ]" # 237 1046 6635 ab196087 @ MSG_SYS_RECV_ALT "recv" 1047 6635 ab196087 @ MSG_SYS_RECVFROM "[ recvfrom ]" # 238 1048 6635 ab196087 @ MSG_SYS_RECVFROM_ALT "recvfrom" 1049 6635 ab196087 @ MSG_SYS_RECVMSG "[ recvmsg ]" # 239 1050 6635 ab196087 @ MSG_SYS_RECVMSG_ALT "recvmsg" 1051 6635 ab196087 @ MSG_SYS_SEND "[ send ]" # 240 1052 6635 ab196087 @ MSG_SYS_SEND_ALT "send" 1053 6635 ab196087 @ MSG_SYS_SENDMSG "[ sendmsg ]" # 241 1054 6635 ab196087 @ MSG_SYS_SENDMSG_ALT "sendmsg" 1055 6635 ab196087 @ MSG_SYS_SENDTO "[ sendto ]" # 242 1056 6635 ab196087 @ MSG_SYS_SENDTO_ALT "sendto" 1057 6635 ab196087 @ MSG_SYS_GETPEERNAME "[ getpeername ]" # 243 1058 6635 ab196087 @ MSG_SYS_GETPEERNAME_ALT "getpeername" 1059 6635 ab196087 @ MSG_SYS_GETSOCKNAME "[ getsockname ]" # 244 1060 6635 ab196087 @ MSG_SYS_GETSOCKNAME_ALT "getsockname" 1061 6635 ab196087 @ MSG_SYS_GETSOCKOPT "[ getsockopt ]" # 245 1062 6635 ab196087 @ MSG_SYS_GETSOCKOPT_ALT "getsockopt" 1063 6635 ab196087 @ MSG_SYS_SETSOCKOPT "[ setsockopt ]" # 246 1064 6635 ab196087 @ MSG_SYS_SETSOCKOPT_ALT "setsockopt" 1065 6635 ab196087 @ MSG_SYS_SOCKCONFIG "[ sockconfig ]" # 247 1066 6635 ab196087 @ MSG_SYS_SOCKCONFIG_ALT "sockconfig" 1067 6635 ab196087 @ MSG_SYS_NTP_GETTIME "[ ntp_gettime ]" # 248 1068 6635 ab196087 @ MSG_SYS_NTP_GETTIME_ALT "ntp_gettime" 1069 6635 ab196087 @ MSG_SYS_NTP_ADJTIME "[ ntp_adjtime ]" # 249 1070 6635 ab196087 @ MSG_SYS_NTP_ADJTIME_ALT "ntp_adjtime" 1071 6635 ab196087 @ MSG_SYS_LWP_MUTEX_UNLOCK "[ lwp_mutex_unlock ]" # 250 1072 6635 ab196087 @ MSG_SYS_LWP_MUTEX_UNLOCK_ALT "lwp_mutex_unlock" 1073 6635 ab196087 @ MSG_SYS_LWP_MUTEX_TRYLOCK "[ lwp_mutex_trylock ]" # 251 1074 6635 ab196087 @ MSG_SYS_LWP_MUTEX_TRYLOCK_ALT "lwp_mutex_trylock" 1075 6635 ab196087 @ MSG_SYS_LWP_MUTEX_REGISTER "[ lwp_mutex_register ]" # 252 1076 6635 ab196087 @ MSG_SYS_LWP_MUTEX_REGISTER_ALT "lwp_mutex_register" 1077 6635 ab196087 @ MSG_SYS_CLADM "[ cladm ]" # 253 1078 6635 ab196087 @ MSG_SYS_CLADM_ALT "cladm" 1079 6635 ab196087 @ MSG_SYS_UUCOPY "[ uucopy ]" # 254 1080 6635 ab196087 @ MSG_SYS_UUCOPY_ALT "uucopy" 1081 6635 ab196087 @ MSG_SYS_UMOUNT2 "[ umount2 ]" # 255 1082 6635 ab196087 @ MSG_SYS_UMOUNT2_ALT "umount2" 1083 6635 ab196087 1084 6635 ab196087 1085 6635 ab196087 @ MSG_GBL_ZERO "0" 1086 6635 ab196087 1087 6635 ab196087 @ MSG_FMT_INT "%d" 1088 6635 ab196087 @ MSG_FMT_WORD "%u" 1089 6635 ab196087 @ MSG_FMT_HEXINT "%#x" 1090