linux: defer vcache evictions when sleep would be needed
[openafs.git] / src / afs / unified_afs.et
1 error_table uae
2  ec UAEPERM, "Operation not permitted"
3  ec UAENOENT, "No such file or directory"
4  ec UAESRCH, "No such process"
5  ec UAEINTR, "Interrupted system call"
6  ec UAEIO, "I/O error"
7  ec UAENXIO, "No such device or address"
8  ec UAE2BIG, "Arg list too long"
9  ec UAENOEXEC, "Exec format error"
10  ec UAEBADF, "Bad file number"
11  ec UAECHILD, "No child processes"
12  ec UAEAGAIN, "Try again"
13  ec UAENOMEM, "Out of memory"
14  ec UAEACCES, "Permission denied"
15  ec UAEFAULT, "Bad address"
16  ec UAENOTBLK, "Block device required"
17  ec UAEBUSY, "Device or resource busy"
18  ec UAEEXIST, "File exists"
19  ec UAEXDEV, "Cross-device link"
20  ec UAENODEV, "No such device"
21  ec UAENOTDIR, "Not a directory"
22  ec UAEISDIR, "Is a directory"
23  ec UAEINVAL, "Invalid argument"
24  ec UAENFILE, "File table overflow"
25  ec UAEMFILE, "Too many open files"
26  ec UAENOTTY, "Not a typewriter"
27  ec UAETXTBSY, "Text file busy"
28  ec UAEFBIG, "File too large"
29  ec UAENOSPC, "No space left on device"
30  ec UAESPIPE, "Illegal seek"
31  ec UAEROFS, "Read-only file system"
32  ec UAEMLINK, "Too many links"
33  ec UAEPIPE, "Broken pipe"
34  ec UAEDOM, "Math argument out of domain of func"
35  ec UAERANGE, "Math result not representable"
36  ec UAEDEADLK, "Resource deadlock would occur"
37  ec UAENAMETOOLONG, "File name too long"
38  ec UAENOLCK, "No record locks available"
39  ec UAENOSYS, "Function not implemented"
40  ec UAENOTEMPTY, "Directory not empty"
41  ec UAELOOP, "Too many symbolic links encountered"
42  ec UAEWOULDBLOCK, "Operation would block"
43  ec UAENOMSG, "No message of desired type"
44  ec UAEIDRM, "Identifier removed"
45  ec UAECHRNG, "Channel number out of range"
46  ec UAEL2NSYNC, "Level 2 not synchronized"
47  ec UAEL3HLT, "Level 3 halted"
48  ec UAEL3RST, "Level 3 reset"
49  ec UAELNRNG, "Link number out of range"
50  ec UAEUNATCH, "Protocol driver not attached"
51  ec UAENOCSI, "No CSI structure available"
52  ec UAEL2HLT, "Level 2 halted"
53  ec UAEBADE, "Invalid exchange"
54  ec UAEBADR, "Invalid request descriptor"
55  ec UAEXFULL, "Exchange full"
56  ec UAENOANO, "No anode"
57  ec UAEBADRQC, "Invalid request code"
58  ec UAEBADSLT, "Invalid slot"
59  ec UAEBFONT, "Bad font file format"
60  ec UAENOSTR, "Device not a stream"
61  ec UAENODATA, "No data available"
62  ec UAETIME, "Timer expired"
63  ec UAENOSR, "Out of streams resources"
64  ec UAENONET, "Machine is not on the network"
65  ec UAENOPKG, "Package not installed"
66  ec UAEREMOTE, "Object is remote"
67  ec UAENOLINK, "Link has been severed"
68  ec UAEADV, "Advertise error"
69  ec UAESRMNT, "Srmount error"
70  ec UAECOMM, "Communication error on send"
71  ec UAEPROTO, "Protocol error"
72  ec UAEMULTIHOP, "Multihop attempted"
73  ec UAEDOTDOT, "RFS specific error"
74  ec UAEBADMSG, "Not a data message"
75  ec UAEOVERFLOW, "Value too large for defined data type"
76  ec UAENOTUNIQ, "Name not unique on network"
77  ec UAEBADFD, "File descriptor in bad state"
78  ec UAEREMCHG, "Remote address changed"
79  ec UAELIBACC, "Can not access a needed shared library"
80  ec UAELIBBAD, "Accessing a corrupted shared library"
81  ec UAELIBSCN, ".lib section in a.out corrupted"
82  ec UAELIBMAX, "Attempting to link in too many shared libraries"
83  ec UAELIBEXEC, "Cannot exec a shared library directly"
84  ec UAEILSEQ, "Illegal byte sequence"
85  ec UAERESTART, "Interrupted system call should be restarted"
86  ec UAESTRPIPE, "Streams pipe error"
87  ec UAEUSERS, "Too many users"
88  ec UAENOTSOCK, "Socket operation on non-socket"
89  ec UAEDESTADDRREQ, "Destination address required"
90  ec UAEMSGSIZE, "Message too long"
91  ec UAEPROTOTYPE, "Protocol wrong type for socket"
92  ec UAENOPROTOOPT, "Protocol not available"
93  ec UAEPROTONOSUPPORT, "Protocol not supported"
94  ec UAESOCKTNOSUPPORT, "Socket type not supported"
95  ec UAEOPNOTSUPP, "Operation not supported on transport endpoint"
96  ec UAEPFNOSUPPORT, "Protocol family not supported"
97  ec UAEAFNOSUPPORT, "Address family not supported by protocol"
98  ec UAEADDRINUSE, "Address already in use"
99  ec UAEADDRNOTAVAIL, "Cannot assign requested address"
100  ec UAENETDOWN, "Network is down"
101  ec UAENETUNREACH, "Network is unreachable"
102  ec UAENETRESET, "Network dropped connection because of reset"
103  ec UAECONNABORTED, "Software caused connection abort"
104  ec UAECONNRESET, "Connection reset by peer"
105  ec UAENOBUFS, "No buffer space available"
106  ec UAEISCONN, "Transport endpoint is already connected"
107  ec UAENOTCONN, "Transport endpoint is not connected"
108  ec UAESHUTDOWN, "Cannot send after transport endpoint shutdown"
109  ec UAETOOMANYREFS, "Too many references: cannot splice"
110  ec UAETIMEDOUT, "Connection timed out"
111  ec UAECONNREFUSED, "Connection refused"
112  ec UAEHOSTDOWN, "Host is down"
113  ec UAEHOSTUNREACH, "No route to host"
114  ec UAEALREADY, "Operation already in progress"
115  ec UAEINPROGRESS, "Operation now in progress"
116  ec UAESTALE, "Stale NFS file handle"
117  ec UAEUCLEAN, "Structure needs cleaning"
118  ec UAENOTNAM, "Not a XENIX named type file"
119  ec UAENAVAIL, "No XENIX semaphores available"
120  ec UAEISNAM, "Is a named type file"
121  ec UAEREMOTEIO, "Remote I/O error"
122  ec UAEDQUOT, "Quota exceeded"
123  ec UAENOMEDIUM, "No medium found"
124  ec UAEMEDIUMTYPE, "Wrong medium type"
125 end