Go to the documentation of this file. 1 #ifndef _PARISC_ERRNO_H
2 #define _PARISC_ERRNO_H
17 #define EDEADLOCK EDEADLK
69 #define EMEDIUMTYPE 183
71 #define EKEYEXPIRED 185
72 #define EKEYREVOKED 186
73 #define EKEYREJECTED 187
79 #define EDESTADDRREQ 217
81 #define EPROTOTYPE 219
82 #define ENOPROTOOPT 220
83 #define EPROTONOSUPPORT 221
84 #define ESOCKTNOSUPPORT 222
85 #define EOPNOTSUPP 223
86 #define EPFNOSUPPORT 224
87 #define EAFNOSUPPORT 225
88 #define EADDRINUSE 226
89 #define EADDRNOTAVAIL 227
91 #define ENETUNREACH 229
93 #define ECONNABORTED 231
94 #define ECONNRESET 232
99 #define ETOOMANYREFS 237
100 #define EREFUSED ECONNREFUSED
101 #define ETIMEDOUT 238
102 #define ECONNREFUSED 239
103 #define EREMOTERELEASE 240
104 #define EHOSTDOWN 241
105 #define EHOSTUNREACH 242
108 #define EINPROGRESS 245
109 #define EWOULDBLOCK 246
110 #define ENOTEMPTY 247
111 #define ENAMETOOLONG 248
116 #define ECANCELLED 253
117 #define ECANCELED ECANCELLED
120 #define EOWNERDEAD 254
121 #define ENOTRECOVERABLE 255
125 #define EHWPOISON 257