unified-afs-errors-20030306
authorDerrick Brashear <shadow@dementia.org>
Thu, 6 Mar 2003 16:12:46 +0000 (16:12 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 6 Mar 2003 16:12:46 +0000 (16:12 +0000)
error table for "unified afs errors"

src/util/unified_afs.et [new file with mode: 0644]

diff --git a/src/util/unified_afs.et b/src/util/unified_afs.et
new file mode 100644 (file)
index 0000000..fd80c2a
--- /dev/null
@@ -0,0 +1,126 @@
+error_table uae
+ ec UAEPERM, "Operation not permitted"
+ ec UAENOENT, "No such file or directory"
+ ec UAESRCH, "No such process"
+ ec UAEINTR, "Interrupted system call"
+ ec UAEIO, "I/O error"
+ ec UAENXIO, "No such device or address"
+ ec UAE2BIG, "Arg list too long"
+ ec UAENOEXEC, "Exec format error"
+ ec UAEBADF, "Bad file number"
+ ec UAECHILD, "No child processes"
+ ec UAEAGAIN, "Try again"
+ ec UAENOMEM, "Out of memory"
+ ec UAEACCES, "Permission denied"
+ ec UAEFAULT, "Bad address"
+ ec UAENOTBLK, "Block device required"
+ ec UAEBUSY, "Device or resource busy"
+ ec UAEEXIST, "File exists"
+ ec UAEXDEV, "Cross-device link"
+ ec UAENODEV, "No such device"
+ ec UAENOTDIR, "Not a directory"
+ ec UAEISDIR, "Is a directory"
+ ec UAEINVAL, "Invalid argument"
+ ec UAENFILE, "File table overflow"
+ ec UAEMFILE, "Too many open files"
+ ec UAENOTTY, "Not a typewriter"
+ ec UAETXTBSY, "Text file busy"
+ ec UAEFBIG, "File too large"
+ ec UAENOSPC, "No space left on device"
+ ec UAESPIPE, "Illegal seek"
+ ec UAEROFS, "Read-only file system"
+ ec UAEMLINK, "Too many links"
+ ec UAEPIPE, "Broken pipe"
+ ec UAEDOM, "Math argument out of domain of func"
+ ec UAERANGE, "Math result not representable"
+ ec UAEDEADLK, "Resource deadlock would occur"
+ ec UAENAMETOOLONG, "File name too long"
+ ec UAENOLCK, "No record locks available"
+ ec UAENOSYS, "Function not implemented"
+ ec UAENOTEMPTY, "Directory not empty"
+ ec UAELOOP, "Too many symbolic links encountered"
+ ec UAEWOULDBLOCK, "Operation would block"
+ ec UAENOMSG, "No message of desired type"
+ ec UAEIDRM, "Identifier removed"
+ ec UAECHRNG, "Channel number out of range"
+ ec UAEL2NSYNC, "Level 2 not synchronized"
+ ec UAEL3HLT, "Level 3 halted"
+ ec UAEL3RST, "Level 3 reset"
+ ec UAELNRNG, "Link number out of range"
+ ec UAEUNATCH, "Protocol driver not attached"
+ ec UAENOCSI, "No CSI structure available"
+ ec UAEL2HLT, "Level 2 halted"
+ ec UAEBADE, "Invalid exchange"
+ ec UAEBADR, "Invalid request descriptor"
+ ec UAEXFULL, "Exchange full"
+ ec UAENOANO, "No anode"
+ ec UAEBADRQC, "Invalid request code"
+ ec UAEBADSLT, "Invalid slot"
+ ec UAEDEADLK, "Deadlock avoided"
+ ec UAEBFONT, "Bad font file format"
+ ec UAENOSTR, "Device not a stream"
+ ec UAENODATA, "No data available"
+ ec UAETIME, "Timer expired"
+ ec UAENOSR, "Out of streams resources"
+ ec UAENONET, "Machine is not on the network"
+ ec UAENOPKG, "Package not installed"
+ ec UAEREMOTE, "Object is remote"
+ ec UAENOLINK, "Link has been severed"
+ ec UAEADV, "Advertise error"
+ ec UAESRMNT, "Srmount error"
+ ec UAECOMM, "Communication error on send"
+ ec UAEPROTO, "Protocol error"
+ ec UAEMULTIHOP, "Multihop attempted"
+ ec UAEDOTDOT, "RFS specific error"
+ ec UAEBADMSG, "Not a data message"
+ ec UAEOVERFLOW, "Value too large for defined data type"
+ ec UAENOTUNIQ, "Name not unique on network"
+ ec UAEBADFD, "File descriptor in bad state"
+ ec UAEREMCHG, "Remote address changed"
+ ec UAELIBACC, "Can not access a needed shared library"
+ ec UAELIBBAD, "Accessing a corrupted shared library"
+ ec UAELIBSCN, ".lib section in a.out corrupted"
+ ec UAELIBMAX, "Attempting to link in too many shared libraries"
+ ec UAELIBEXEC, "Cannot exec a shared library directly"
+ ec UAEILSEQ, "Illegal byte sequence"
+ ec UAERESTART, "Interrupted system call should be restarted"
+ ec UAESTRPIPE, "Streams pipe error"
+ ec UAEUSERS, "Too many users"
+ ec UAENOTSOCK, "Socket operation on non-socket"
+ ec UAEDESTADDRREQ, "Destination address required"
+ ec UAEMSGSIZE, "Message too long"
+ ec UAEPROTOTYPE, "Protocol wrong type for socket"
+ ec UAENOPROTOOPT, "Protocol not available"
+ ec UAEPROTONOSUPPORT, "Protocol not supported"
+ ec UAESOCKTNOSUPPORT, "Socket type not supported"
+ ec UAEOPNOTSUPP, "Operation not supported on transport endpoint"
+ ec UAEPFNOSUPPORT, "Protocol family not supported"
+ ec UAEAFNOSUPPORT, "Address family not supported by protocol"
+ ec UAEADDRINUSE, "Address already in use"
+ ec UAEADDRNOTAVAIL, "Cannot assign requested address"
+ ec UAENETDOWN, "Network is down"
+ ec UAENETUNREACH, "Network is unreachable"
+ ec UAENETRESET, "Network dropped connection because of reset"
+ ec UAECONNABORTED, "Software caused connection abort"
+ ec UAECONNRESET, "Connection reset by peer"
+ ec UAENOBUFS, "No buffer space available"
+ ec UAEISCONN, "Transport endpoint is already connected"
+ ec UAENOTCONN, "Transport endpoint is not connected"
+ ec UAESHUTDOWN, "Cannot send after transport endpoint shutdown"
+ ec UAETOOMANYREFS, "Too many references: cannot splice"
+ ec UAETIMEDOUT, "Connection timed out"
+ ec UAECONNREFUSED, "Connection refused"
+ ec UAEHOSTDOWN, "Host is down"
+ ec UAEHOSTUNREACH, "No route to host"
+ ec UAEALREADY, "Operation already in progress"
+ ec UAEINPROGRESS, "Operation now in progress"
+ ec UAESTALE, "Stale NFS file handle"
+ ec UAEUCLEAN, "Structure needs cleaning"
+ ec UAENOTNAM, "Not a XENIX named type file"
+ ec UAENAVAIL, "No XENIX semaphores available"
+ ec UAEISNAM, "Is a named type file"
+ ec UAEREMOTEIO, "Remote I/O error"
+ ec UAEDQUOT, "Quota exceeded"
+ ec UAENOMEDIUM, "No medium found"
+ ec UAEMEDIUMTYPE, "Wrong medium type"
+end