Go to the source code of this file.
| Defines | |
| #define | EZERO 0 | 
| #define | EPERM 1 | 
| #define | ENOENT 2 | 
| #define | ESRCH 3 | 
| #define | EINTR 4 | 
| #define | EIO 5 | 
| #define | ENXIO 6 | 
| #define | E2BIG 7 | 
| #define | ENOEXEC 8 | 
| #define | EBADF 9 | 
| #define | ECHILD 10 | 
| #define | EDEADLK 11 | 
| #define | ENOMEM 12 | 
| #define | EACCES 13 | 
| #define | EFAULT 14 | 
| #define | ENOTBLK 15 | 
| #define | EBUSY 16 | 
| #define | EEXIST 17 | 
| #define | EXDEV 18 | 
| #define | ENODEV 19 | 
| #define | ENOTDIR 20 | 
| #define | EISDIR 21 | 
| #define | EINVAL 22 | 
| #define | ENFILE 23 | 
| #define | EMFILE 24 | 
| #define | ENOTTY 25 | 
| #define | ETXTBSY 26 | 
| #define | EFBIG 27 | 
| #define | ENOSPC 28 | 
| #define | ESPIPE 29 | 
| #define | EROFS 30 | 
| #define | EMLINK 31 | 
| #define | EPIPE 32 | 
| #define | EDOM 33 | 
| #define | ERANGE 34 | 
| #define | EAGAIN 35 | 
| #define | EWOULDBLOCK EAGAIN | 
| #define | EINPROGRESS 36 | 
| #define | EALREADY 37 | 
| #define | ENOTSOCK 38 | 
| #define | EDESTADDRREQ 39 | 
| #define | EMSGSIZE 40 | 
| #define | EPROTOTYPE 41 | 
| #define | ENOPROTOOPT 42 | 
| #define | EPROTONOSUPPORT 43 | 
| #define | ESOCKTNOSUPPORT 44 | 
| #define | EOPNOTSUPP 45 | 
| #define | EPFNOSUPPORT 46 | 
| #define | EAFNOSUPPORT 47 | 
| #define | EADDRINUSE 48 | 
| #define | EADDRNOTAVAIL 49 | 
| #define | ENETDOWN 50 | 
| #define | ENETUNREACH 51 | 
| #define | ENETRESET 52 | 
| #define | ECONNABORTED 53 | 
| #define | ECONNRESET 54 | 
| #define | ENOBUFS 55 | 
| #define | EISCONN 56 | 
| #define | ENOTCONN 57 | 
| #define | ESHUTDOWN 58 | 
| #define | ETOOMANYREFS 59 | 
| #define | ETIMEDOUT 60 | 
| #define | ECONNREFUSED 61 | 
| #define | ELOOP 62 | 
| #define | ENAMETOOLONG 63 | 
| #define | EHOSTDOWN 64 | 
| #define | EHOSTUNREACH 65 | 
| #define | ENOTEMPTY 66 | 
| #define | EPROCLIM 67 | 
| #define | EUSERS 68 | 
| #define | EDQUOT 69 | 
| #define | ESTALE 70 | 
| #define | EREMOTE 71 | 
| #define | EBADRPC 72 | 
| #define | ERPCMISMATCH 73 | 
| #define | EPROGUNAVAIL 74 | 
| #define | EPROGMISMATCH 75 | 
| #define | EPROCUNAVAIL 76 | 
| #define | ENOLCK 77 | 
| #define | ENOSYS 78 | 
| #define | EFTYPE 79 | 
| #define | EAUTH 80 | 
| #define | ENEEDAUTH 81 | 
| #define | EIDRM 82 | 
| #define | ENOMSG 83 | 
| #define | EOVERFLOW 84 | 
| #define | EILSEQ 85 | 
| #define | ELAST 85 | 
| 
 | 
| Argument list too long | 
| 
 | 
| Permission denied | 
| 
 | 
| Address already in use | 
| 
 | 
| Can't assign requested address | 
| 
 | 
| Address family not supported by protocol family | 
| 
 | 
| Resource temporarily unavailable | 
| 
 | 
| Operation already in progress | 
| 
 | 
| Authentication error | 
| 
 | 
| Bad file descriptor | 
| 
 | 
| RPC struct is bad | 
| 
 | 
| Device busy | 
| 
 | 
| No child processes | 
| 
 | 
| Software caused connection abort | 
| 
 | 
| Connection refused | 
| 
 | 
| Connection reset by peer | 
| 
 | 
| Resource deadlock avoided 11 was EAGAIN | 
| 
 | 
| Destination address required | 
| 
 | 
| Numerical argument out of domain | 
| 
 | 
| Disc quota exceeded | 
| 
 | 
| File exists | 
| 
 | 
| Bad address | 
| 
 | 
| File too large | 
| 
 | 
| Inappropriate file type or format | 
| 
 | 
| Host is down | 
| 
 | 
| No route to host | 
| 
 | 
| Identifier removed | 
| 
 | 
| Illegal byte sequence | 
| 
 | 
| Operation now in progress | 
| 
 | 
| Interrupted system call | 
| 
 | 
| Invalid argument | 
| 
 | 
| Input/output error | 
| 
 | 
| Socket is already connected | 
| 
 | 
| Is a directory | 
| 
 | 
| Must equal largest errno | 
| 
 | 
| Too many levels of symbolic links | 
| 
 | 
| Too many open files | 
| 
 | 
| Too many links | 
| 
 | 
| Message too long | 
| 
 | 
| File name too long | 
| 
 | 
| Need authenticator | 
| 
 | 
| Network is down | 
| 
 | 
| Network dropped connection on reset | 
| 
 | 
| Network is unreachable | 
| 
 | 
| Too many open files in system | 
| 
 | 
| No buffer space available | 
| 
 | 
| Operation not supported by device | 
| 
 | 
| No such file or directory | 
| 
 | 
| Exec format error | 
| 
 | 
| No locks available | 
| 
 | 
| Cannot allocate memory | 
| 
 | 
| No message of desired type | 
| 
 | 
| Protocol not available | 
| 
 | 
| No space left on device | 
| 
 | 
| Function not implemented | 
| 
 | 
| Block device required | 
| 
 | 
| Socket is not connected | 
| 
 | 
| Not a directory | 
| 
 | 
| Directory not empty | 
| 
 | 
| Socket operation on non-socket | 
| 
 | 
| Inappropriate ioctl for device | 
| 
 | 
| Device not configured | 
| 
 | 
| Operation not supported | 
| 
 | 
| Value too large to be stored in data type | 
| 
 | 
| Operation not permitted | 
| 
 | 
| Protocol family not supported | 
| 
 | 
| Broken pipe | 
| 
 | 
| Too many processes | 
| 
 | 
| Bad procedure for program | 
| 
 | 
| Program version wrong | 
| 
 | 
| RPC prog. not avail | 
| 
 | 
| Protocol not supported | 
| 
 | 
| Protocol wrong type for socket | 
| 
 | 
| Result too large | 
| 
 | 
| Too many levels of remote in path | 
| 
 | 
| Read-only file system | 
| 
 | 
| RPC version wrong | 
| 
 | 
| Can't send after socket shutdown | 
| 
 | 
| Socket type not supported | 
| 
 | 
| Illegal seek | 
| 
 | 
| No such process | 
| 
 | 
| Stale NFS file handle | 
| 
 | 
| Operation timed out | 
| 
 | 
| Too many references: can't splice | 
| 
 | 
| Text file busy | 
| 
 | 
| Too many users | 
| 
 | 
| 
 | 
| 
 | 
| Cross-device link | 
| 
 | 
| No error | 
 1.4.6
 1.4.6