Go to the documentation of this file. 1 #ifndef _ASM_GENERIC_ERRNO_H
2 #define _ASM_GENERIC_ERRNO_H
7 #define ENAMETOOLONG 36
12 #define EWOULDBLOCK EAGAIN
30 #define EDEADLOCK EDEADLK
62 #define EDESTADDRREQ 89
65 #define ENOPROTOOPT 92
66 #define EPROTONOSUPPORT 93
67 #define ESOCKTNOSUPPORT 94
69 #define EPFNOSUPPORT 96
70 #define EAFNOSUPPORT 97
72 #define EADDRNOTAVAIL 99
74 #define ENETUNREACH 101
76 #define ECONNABORTED 103
77 #define ECONNRESET 104
82 #define ETOOMANYREFS 109
84 #define ECONNREFUSED 111
86 #define EHOSTUNREACH 113
88 #define EINPROGRESS 115
98 #define EMEDIUMTYPE 124
101 #define EKEYEXPIRED 127
102 #define EKEYREVOKED 128
103 #define EKEYREJECTED 129
106 #define EOWNERDEAD 130
107 #define ENOTRECOVERABLE 131
111 #define EHWPOISON 133