Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/asm-gene...
File: errno.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef _ASM_GENERIC_ERRNO_H
[1] Fix | Delete
#define _ASM_GENERIC_ERRNO_H
[2] Fix | Delete
[3] Fix | Delete
#include <asm-generic/errno-base.h>
[4] Fix | Delete
[5] Fix | Delete
#define EDEADLK 35 /* Resource deadlock would occur */
[6] Fix | Delete
#define ENAMETOOLONG 36 /* File name too long */
[7] Fix | Delete
#define ENOLCK 37 /* No record locks available */
[8] Fix | Delete
[9] Fix | Delete
/*
[10] Fix | Delete
* This error code is special: arch syscall entry code will return
[11] Fix | Delete
* -ENOSYS if users try to call a syscall that doesn't exist. To keep
[12] Fix | Delete
* failures of syscalls that really do exist distinguishable from
[13] Fix | Delete
* failures due to attempts to use a nonexistent syscall, syscall
[14] Fix | Delete
* implementations should refrain from returning -ENOSYS.
[15] Fix | Delete
*/
[16] Fix | Delete
#define ENOSYS 38 /* Invalid system call number */
[17] Fix | Delete
[18] Fix | Delete
#define ENOTEMPTY 39 /* Directory not empty */
[19] Fix | Delete
#define ELOOP 40 /* Too many symbolic links encountered */
[20] Fix | Delete
#define EWOULDBLOCK EAGAIN /* Operation would block */
[21] Fix | Delete
#define ENOMSG 42 /* No message of desired type */
[22] Fix | Delete
#define EIDRM 43 /* Identifier removed */
[23] Fix | Delete
#define ECHRNG 44 /* Channel number out of range */
[24] Fix | Delete
#define EL2NSYNC 45 /* Level 2 not synchronized */
[25] Fix | Delete
#define EL3HLT 46 /* Level 3 halted */
[26] Fix | Delete
#define EL3RST 47 /* Level 3 reset */
[27] Fix | Delete
#define ELNRNG 48 /* Link number out of range */
[28] Fix | Delete
#define EUNATCH 49 /* Protocol driver not attached */
[29] Fix | Delete
#define ENOCSI 50 /* No CSI structure available */
[30] Fix | Delete
#define EL2HLT 51 /* Level 2 halted */
[31] Fix | Delete
#define EBADE 52 /* Invalid exchange */
[32] Fix | Delete
#define EBADR 53 /* Invalid request descriptor */
[33] Fix | Delete
#define EXFULL 54 /* Exchange full */
[34] Fix | Delete
#define ENOANO 55 /* No anode */
[35] Fix | Delete
#define EBADRQC 56 /* Invalid request code */
[36] Fix | Delete
#define EBADSLT 57 /* Invalid slot */
[37] Fix | Delete
[38] Fix | Delete
#define EDEADLOCK EDEADLK
[39] Fix | Delete
[40] Fix | Delete
#define EBFONT 59 /* Bad font file format */
[41] Fix | Delete
#define ENOSTR 60 /* Device not a stream */
[42] Fix | Delete
#define ENODATA 61 /* No data available */
[43] Fix | Delete
#define ETIME 62 /* Timer expired */
[44] Fix | Delete
#define ENOSR 63 /* Out of streams resources */
[45] Fix | Delete
#define ENONET 64 /* Machine is not on the network */
[46] Fix | Delete
#define ENOPKG 65 /* Package not installed */
[47] Fix | Delete
#define EREMOTE 66 /* Object is remote */
[48] Fix | Delete
#define ENOLINK 67 /* Link has been severed */
[49] Fix | Delete
#define EADV 68 /* Advertise error */
[50] Fix | Delete
#define ESRMNT 69 /* Srmount error */
[51] Fix | Delete
#define ECOMM 70 /* Communication error on send */
[52] Fix | Delete
#define EPROTO 71 /* Protocol error */
[53] Fix | Delete
#define EMULTIHOP 72 /* Multihop attempted */
[54] Fix | Delete
#define EDOTDOT 73 /* RFS specific error */
[55] Fix | Delete
#define EBADMSG 74 /* Not a data message */
[56] Fix | Delete
#define EOVERFLOW 75 /* Value too large for defined data type */
[57] Fix | Delete
#define ENOTUNIQ 76 /* Name not unique on network */
[58] Fix | Delete
#define EBADFD 77 /* File descriptor in bad state */
[59] Fix | Delete
#define EREMCHG 78 /* Remote address changed */
[60] Fix | Delete
#define ELIBACC 79 /* Can not access a needed shared library */
[61] Fix | Delete
#define ELIBBAD 80 /* Accessing a corrupted shared library */
[62] Fix | Delete
#define ELIBSCN 81 /* .lib section in a.out corrupted */
[63] Fix | Delete
#define ELIBMAX 82 /* Attempting to link in too many shared libraries */
[64] Fix | Delete
#define ELIBEXEC 83 /* Cannot exec a shared library directly */
[65] Fix | Delete
#define EILSEQ 84 /* Illegal byte sequence */
[66] Fix | Delete
#define ERESTART 85 /* Interrupted system call should be restarted */
[67] Fix | Delete
#define ESTRPIPE 86 /* Streams pipe error */
[68] Fix | Delete
#define EUSERS 87 /* Too many users */
[69] Fix | Delete
#define ENOTSOCK 88 /* Socket operation on non-socket */
[70] Fix | Delete
#define EDESTADDRREQ 89 /* Destination address required */
[71] Fix | Delete
#define EMSGSIZE 90 /* Message too long */
[72] Fix | Delete
#define EPROTOTYPE 91 /* Protocol wrong type for socket */
[73] Fix | Delete
#define ENOPROTOOPT 92 /* Protocol not available */
[74] Fix | Delete
#define EPROTONOSUPPORT 93 /* Protocol not supported */
[75] Fix | Delete
#define ESOCKTNOSUPPORT 94 /* Socket type not supported */
[76] Fix | Delete
#define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
[77] Fix | Delete
#define EPFNOSUPPORT 96 /* Protocol family not supported */
[78] Fix | Delete
#define EAFNOSUPPORT 97 /* Address family not supported by protocol */
[79] Fix | Delete
#define EADDRINUSE 98 /* Address already in use */
[80] Fix | Delete
#define EADDRNOTAVAIL 99 /* Cannot assign requested address */
[81] Fix | Delete
#define ENETDOWN 100 /* Network is down */
[82] Fix | Delete
#define ENETUNREACH 101 /* Network is unreachable */
[83] Fix | Delete
#define ENETRESET 102 /* Network dropped connection because of reset */
[84] Fix | Delete
#define ECONNABORTED 103 /* Software caused connection abort */
[85] Fix | Delete
#define ECONNRESET 104 /* Connection reset by peer */
[86] Fix | Delete
#define ENOBUFS 105 /* No buffer space available */
[87] Fix | Delete
#define EISCONN 106 /* Transport endpoint is already connected */
[88] Fix | Delete
#define ENOTCONN 107 /* Transport endpoint is not connected */
[89] Fix | Delete
#define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
[90] Fix | Delete
#define ETOOMANYREFS 109 /* Too many references: cannot splice */
[91] Fix | Delete
#define ETIMEDOUT 110 /* Connection timed out */
[92] Fix | Delete
#define ECONNREFUSED 111 /* Connection refused */
[93] Fix | Delete
#define EHOSTDOWN 112 /* Host is down */
[94] Fix | Delete
#define EHOSTUNREACH 113 /* No route to host */
[95] Fix | Delete
#define EALREADY 114 /* Operation already in progress */
[96] Fix | Delete
#define EINPROGRESS 115 /* Operation now in progress */
[97] Fix | Delete
#define ESTALE 116 /* Stale file handle */
[98] Fix | Delete
#define EUCLEAN 117 /* Structure needs cleaning */
[99] Fix | Delete
#define ENOTNAM 118 /* Not a XENIX named type file */
[100] Fix | Delete
#define ENAVAIL 119 /* No XENIX semaphores available */
[101] Fix | Delete
#define EISNAM 120 /* Is a named type file */
[102] Fix | Delete
#define EREMOTEIO 121 /* Remote I/O error */
[103] Fix | Delete
#define EDQUOT 122 /* Quota exceeded */
[104] Fix | Delete
[105] Fix | Delete
#define ENOMEDIUM 123 /* No medium found */
[106] Fix | Delete
#define EMEDIUMTYPE 124 /* Wrong medium type */
[107] Fix | Delete
#define ECANCELED 125 /* Operation Canceled */
[108] Fix | Delete
#define ENOKEY 126 /* Required key not available */
[109] Fix | Delete
#define EKEYEXPIRED 127 /* Key has expired */
[110] Fix | Delete
#define EKEYREVOKED 128 /* Key has been revoked */
[111] Fix | Delete
#define EKEYREJECTED 129 /* Key was rejected by service */
[112] Fix | Delete
[113] Fix | Delete
/* for robust mutexes */
[114] Fix | Delete
#define EOWNERDEAD 130 /* Owner died */
[115] Fix | Delete
#define ENOTRECOVERABLE 131 /* State not recoverable */
[116] Fix | Delete
[117] Fix | Delete
#define ERFKILL 132 /* Operation not possible due to RF-kill */
[118] Fix | Delete
[119] Fix | Delete
#define EHWPOISON 133 /* Memory page has hardware error */
[120] Fix | Delete
[121] Fix | Delete
#endif
[122] Fix | Delete
[123] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function