#pragma ident "%Z%%M% %I% %E% SMI" #pragma weak _sys_errlist = sys_errlist #include "lint.h" #define C(x) extern const char __sys_errs[]; const char *sys_errlist[] = { &__sys_errs[0], C("Error 0") &__sys_errs[8], C("Not owner") &__sys_errs[18], C("No such file or directory") &__sys_errs[44], C("No such process") &__sys_errs[60], C("Interrupted system call") &__sys_errs[84], C("I/O error") &__sys_errs[94], C("No such device or address") &__sys_errs[120], C("Arg list too long") &__sys_errs[138], C("Exec format error") &__sys_errs[156], C("Bad file number") &__sys_errs[172], C("No child processes") &__sys_errs[191], C("Resource temporarily unavailable") &__sys_errs[224], C("Not enough space") &__sys_errs[241], C("Permission denied") &__sys_errs[259], C("Bad address") &__sys_errs[271], C("Block device required") &__sys_errs[293], C("Device busy") &__sys_errs[305], C("File exists") &__sys_errs[317], C("Cross-device link") &__sys_errs[335], C("No such device") &__sys_errs[350], C("Not a directory") &__sys_errs[366], C("Is a directory") &__sys_errs[381], C("Invalid argument") &__sys_errs[398], C("File table overflow") &__sys_errs[418], C("Too many open files") &__sys_errs[438], C("Inappropriate ioctl for device") &__sys_errs[469], C("Text file busy") &__sys_errs[484], C("File too large") &__sys_errs[499], C("No space left on device") &__sys_errs[523], C("Illegal seek") &__sys_errs[536], C("Read-only file system") &__sys_errs[558], C("Too many links") &__sys_errs[573], C("Broken pipe") &__sys_errs[585], C("Argument out of domain") &__sys_errs[608], C("Result too large") &__sys_errs[625], C("No message of desired type") &__sys_errs[652], C("Identifier removed") &__sys_errs[671], C("Channel number out of range") &__sys_errs[699], C("Level 2 not synchronized") &__sys_errs[724], C("Level 3 halted") &__sys_errs[739], C("Level 3 reset") &__sys_errs[753], C("Link number out of range") &__sys_errs[778], C("Protocol driver not attached") &__sys_errs[807], C("No CSI structure available") &__sys_errs[834], C("Level 2 halted") &__sys_errs[849], C("Deadlock situation detected/avoided") &__sys_errs[885], C("No record locks available") &__sys_errs[911], C("Operation canceled") &__sys_errs[930], C("Operation not supported") &__sys_errs[954], C("Disc quota exceeded") &__sys_errs[974], C("Bad exchange descriptor") &__sys_errs[998], C("Bad request descriptor") &__sys_errs[1021], C("Message tables full") &__sys_errs[1041], C("Anode table overflow") &__sys_errs[1062], C("Bad request code") &__sys_errs[1079], C("Invalid slot") &__sys_errs[1092], C("File locking deadlock") &__sys_errs[1114], C("Bad font file format") &__sys_errs[1135], C("Owner of the lock died") &__sys_errs[1158], C("Lock is not recoverable") &__sys_errs[1182], C("Not a stream device") &__sys_errs[1202], C("No data available") &__sys_errs[1220], C("Timer expired") &__sys_errs[1234], C("Out of stream resources") &__sys_errs[1258], C("Machine is not on the network") &__sys_errs[1288], C("Package not installed") &__sys_errs[1310], C("Object is remote") &__sys_errs[1327], C("Link has been severed") &__sys_errs[1349], C("Advertise error") &__sys_errs[1365], C("Srmount error") &__sys_errs[1379], C("Communication error on send") &__sys_errs[1407], C("Protocol error") &__sys_errs[1422], C("Locked lock was unmapped ") &__sys_errs[1448], C("Facility is not active") &__sys_errs[1471], C("Multihop attempted") &__sys_errs[1490], C("Error 75") &__sys_errs[1499], C("Error 76") &__sys_errs[1508], C("Not a data message") &__sys_errs[1527], C("File name too long") &__sys_errs[1546], C("Value too large for defined data type") &__sys_errs[1584], C("Name not unique on network") &__sys_errs[1611], C("File descriptor in bad state") &__sys_errs[1640], C("Remote address changed") &__sys_errs[1663], C("Can not access a needed shared library") &__sys_errs[1702], C("Accessing a corrupted shared library") &__sys_errs[1739], C(".lib section in a.out corrupted") &__sys_errs[1771], C("Attempting to link in more shared libraries than system limit") &__sys_errs[1833], C("Can not exec a shared library directly") &__sys_errs[1872], C("Illegal byte sequence") &__sys_errs[1894], C("Operation not applicable") &__sys_errs[1919], C("Number of symbolic links encountered during path name traversal exceeds MAXSYMLINKS") &__sys_errs[2003], C("Error 91") &__sys_errs[2012], C("Error 92") &__sys_errs[2021], C("Directory not empty") &__sys_errs[2041], C("Too many users") &__sys_errs[2056], C("Socket operation on non-socket") &__sys_errs[2087], C("Destination address required") &__sys_errs[2116], C("Message too long") &__sys_errs[2133], C("Protocol wrong type for socket") &__sys_errs[2164], C("Option not supported by protocol") &__sys_errs[2197], C("Error 100") &__sys_errs[2207], C("Error 101") &__sys_errs[2217], C("Error 102") &__sys_errs[2227], C("Error 103") &__sys_errs[2237], C("Error 104") &__sys_errs[2247], C("Error 105") &__sys_errs[2257], C("Error 106") &__sys_errs[2267], C("Error 107") &__sys_errs[2277], C("Error 108") &__sys_errs[2287], C("Error 109") &__sys_errs[2297], C("Error 110") &__sys_errs[2307], C("Error 111") &__sys_errs[2317], C("Error 112") &__sys_errs[2327], C("Error 113") &__sys_errs[2337], C("Error 114") &__sys_errs[2347], C("Error 115") &__sys_errs[2357], C("Error 116") &__sys_errs[2367], C("Error 117") &__sys_errs[2377], C("Error 118") &__sys_errs[2387], C("Error 119") &__sys_errs[2397], C("Protocol not supported") &__sys_errs[2420], C("Socket type not supported") &__sys_errs[2446], C("Operation not supported on transport endpoint") &__sys_errs[2492], C("Protocol family not supported") &__sys_errs[2522], C("Address family not supported by protocol family") &__sys_errs[2570], C("Address already in use") &__sys_errs[2593], C("Cannot assign requested address") &__sys_errs[2625], C("Network is down") &__sys_errs[2641], C("Network is unreachable") &__sys_errs[2664], C("Network dropped connection because of reset") &__sys_errs[2708], C("Software caused connection abort") &__sys_errs[2741], C("Connection reset by peer") &__sys_errs[2766], C("No buffer space available") &__sys_errs[2792], C("Transport endpoint is already connected") &__sys_errs[2832], C("Transport endpoint is not connected") &__sys_errs[2868], C("Structure needs cleaning") &__sys_errs[2893], C("Error 136") &__sys_errs[2903], C("Not a name file") &__sys_errs[2919], C("Not available") &__sys_errs[2933], C("Is a name file") &__sys_errs[2948], C("Remote I/O error") &__sys_errs[2965], C("Reserved for future use") &__sys_errs[2989], C("Error 142") &__sys_errs[2999], C("Cannot send after socket shutdown") &__sys_errs[3033], C("Too many references: cannot splice") &__sys_errs[3068], C("Connection timed out") &__sys_errs[3089], C("Connection refused") &__sys_errs[3108], C("Host is down") &__sys_errs[3121], C("No route to host") &__sys_errs[3138], C("Operation already in progress") &__sys_errs[3168], C("Operation now in progress") &__sys_errs[3194], C("Stale NFS file handle") };