This content is located in the header file: Include/ASM-generic/errno. h
# Ifndef _ asm_generic_errno_h
# DEFINE _ asm_generic_errno_h
# Include <ASM-generic/errno-base.h>
# Define edeadlk 35/* Resource deadlock wocould occur */
# Define enamlong long 36/* File Name Too Long */
# Define enolck 37/* No record locks available */
# Define enosys 38/* function not implemented */
# Define enotempty 39/* directory not empty */
# Define eloop 40/* too define symbolic links encountered */
# Define ewouldblock eagain/* operation wocould block */
# Define enomsg 42/* No message of desired type */
# Define eidrm 43/* identifier removed */
# Define echrng 44/* channel number out of range */
# Define el2nsync 45/* level 2 not synchronized */
# Define el3hlt 46/* level 3 halted */
# Define el3rst 47/* level 3 reset */
# Define elnrng 48/* Link number out of range */
# Define eunatch 49/* protocol driver not attached */
# Define enocsi 50/* No CSI structure available */
# Define el2hlt 51/* level 2 halted */
# Define ebade 52/* invalid exchange */
# Define ebadr 53/* invalid request descriptor */
# Define exfull 54/* exchange full */
# Define enoano 55/* No anode */
# Define ebadrqc 56/* invalid request code */
# Define ebadslt 57/* invalid slot */
# Define edeadlock edeadlk
# Define ebfont 59/* bad font file format */
# Define enostr 60/* device not a stream */
# Define enodata 61/* No data available */
# Define etime 62/* timer expired */
# Define enosr 63/* Out of streams Resources */
# Define enonet 64/* machine is not on the Network */
# Define enopkg 65/* package not installed */
# Define eremote 66/* object is remote */
# Define enolink 67/* link has been severed */
# Define eadv 68/* advertise Error */
# Define esrmnt 69/* srmount Error */
# Define ecomm 70/* communication error on send */
# Define eproto 71/* Protocol Error */
# Define emultihop 72/* multihop attempted */
# Define edotdot 73/* RFS specific error */
# Define ebadmsg 74/* not a data message */
# Define eoverflow 75/* value too large for defined data type */
# Define enotuniq 76/* name not unique on Network */
# Define ebadfd 77/* file descriptor in bad state */
# Define eremchg 78/* remote address changed */
# Define elibacc 79/* can not access a needed shared library */
# Define elibbad 80/* accessing a specified upted shared library */
# Define elibscn 81/*. Lib section in A. Out partition upted */
# Define elibmax 82/* attempting to link in too functions shared libraries */
# Define elibexec 83/* cannot exec a shared library directly */
# Define eilseq 84/* illegal byte sequence */
# Define erestart 85/* interrupted System Call shoshould be restarted */
# Define estrpipe 86/* streams pipe Error */
# Define eusers 87/* too worker users */
# Define enotsock 88/* socket operation on Non-socket */
# Define edestaddrreq 89/* destination address required */
# Define emsgsize 90/* message too long */
# Define eprototype 91/* protocol wrong type for socket */
# Define enoprotoopt 92/* protocol not available */
# Define eprotonosupport 93/* protocol not supported */
# Define esocktnosupport 94/* socket type not supported */
# Define eopnotsupp 95/* operation not supported on transport endpoint */
# Define epfnosupport 96/* protocol family not supported */
# Define eafnosupport 97/* address family not supported by Protocol */
# Define eaddrinuse 98/* address already in use */
# Define eaddrnotavail 99/* cannot assign requested address */
# Define enetdown 100/* network is down */
# Define enetunreach 101/* network is unreachable */
# Define enetreset 102/* network dropped connection because of Reset */
# Define econnaborted 103/* software caused connection abort */
# Define econnreset 104/* Connection reset by peer */
# Define enobufs 105/* No buffer space available */
# Define eisconn 106/* transport endpoint is already connected */
# Define enotconn 107/* transport endpoint is not connected */
# Define eshudown 108/* cannot send after transport endpoint shutdown */
# Define enough manyrefs 109/* too enough references: cannot splice */
# Define etimedout 110/* connection timed out */
# Define econnrefused 111/* connection refused */
# Define ehostdown 112/* Host is down */
# Define ehostunreach 113/* No route to host */
# Define ealready 114/* operation already in progress */
# Define einprogress 115/* operation now in progress */
# Define estale 116/* stale NFS file handle */
# Define euclean 117/* structure needs cleaning */
# Define enotnam 118/* Not a xenix named type file */
# Define enavail 119/* No XENIX semaphores available */
# Define eisnam 120/* is a named type file */
# Define eremoteio 121/* remote I/O Error */
# Define edquot 122/* Quota exceeded */
# Define enomedium 123/* No medium found */
# Define emediumtype 124/* wrong medium type */
# Define ecanceled 125/* operation canceled */
# Define enokey 126/* required key not available */
# Define ekeyexpired 127/* Key has expired */
# Define ekeyrevoked 128/* key has been revoked */
# Define ekeyrejected 129/* key was rejected by service */
/* For robust mutexes */
# Define eownerdead 130/* owner died */
# Define enotrecoverable 131/* State not recoverable */
# Define erfkill 132/* operation not possible due to RF-kill */
# Define ehwpoison 133/* Memory Page has hardware error */
# Endif