Lines Matching refs:ERROR_BASE_NO
26 #define ERROR_BASE_NO 7 macro
35 #define ERROR_BASE_NO 36 macro
38 #define ERROR_BASE_NO 0 macro
45 #define EPERM (ERROR_BASE_NO + 1)
49 #define ENOENT (ERROR_BASE_NO + 2)
53 #define ESRCH (ERROR_BASE_NO + 3)
57 #define EINTR (ERROR_BASE_NO + 4)
61 #define EIO (ERROR_BASE_NO + 5)
65 #define ENXIO (ERROR_BASE_NO + 6)
69 #define E2BIG (ERROR_BASE_NO + 7)
73 #define ENOEXEC (ERROR_BASE_NO + 8)
77 #define EBADF (ERROR_BASE_NO + 9)
81 #define ECHILD (ERROR_BASE_NO + 10)
85 #define EAGAIN (ERROR_BASE_NO + 11)
89 #define ENOMEM (ERROR_BASE_NO + 12)
93 #define EACCES (ERROR_BASE_NO + 13)
97 #define EFAULT (ERROR_BASE_NO + 14)
101 #define ENOTBLK (ERROR_BASE_NO + 15)
105 #define EBUSY (ERROR_BASE_NO + 16)
109 #define EEXIST (ERROR_BASE_NO + 17)
113 #define EXDEV (ERROR_BASE_NO + 18)
117 #define ENODEV (ERROR_BASE_NO + 19)
121 #define ENOTDIR (ERROR_BASE_NO + 20)
125 #define EISDIR (ERROR_BASE_NO + 21)
129 #define EINVAL (ERROR_BASE_NO + 22)
133 #define ENFILE (ERROR_BASE_NO + 23)
137 #define EMFILE (ERROR_BASE_NO + 24)
141 #define ENOTTY (ERROR_BASE_NO + 25)
145 #define ETXTBSY (ERROR_BASE_NO + 26)
149 #define EFBIG (ERROR_BASE_NO + 27)
153 #define ENOSPC (ERROR_BASE_NO + 28)
157 #define ESPIPE (ERROR_BASE_NO + 29)
161 #define EROFS (ERROR_BASE_NO + 30)
165 #define EMLINK (ERROR_BASE_NO + 31)
169 #define EPIPE (ERROR_BASE_NO + 32)
173 #define EDOM (ERROR_BASE_NO + 33)
177 #define ERANGE (ERROR_BASE_NO + 34)
181 #define EDEADLK (ERROR_BASE_NO + 35)
185 #define ENAMETOOLONG (ERROR_BASE_NO + 36)
189 #define ENOLCK (ERROR_BASE_NO + 37)
193 #define ENOSYS (ERROR_BASE_NO + 38)
197 #define ENOTEMPTY (ERROR_BASE_NO + 39)
201 #define ELOOP (ERROR_BASE_NO + 40)
209 #define ENOMSG (ERROR_BASE_NO + 42)
213 #define EIDRM (ERROR_BASE_NO + 43)
217 #define ECHRNG (ERROR_BASE_NO + 44)
221 #define EL2NSYNC (ERROR_BASE_NO + 45)
225 #define EL3HLT (ERROR_BASE_NO + 46)
229 #define EL3RST (ERROR_BASE_NO + 47)
233 #define ELNRNG (ERROR_BASE_NO + 48)
237 #define EUNATCH (ERROR_BASE_NO + 49)
241 #define ENOCSI (ERROR_BASE_NO + 50)
245 #define EL2HLT (ERROR_BASE_NO + 51)
249 #define EBADE (ERROR_BASE_NO + 52)
253 #define EBADR (ERROR_BASE_NO + 53)
257 #define EXFULL (ERROR_BASE_NO + 54)
261 #define ENOANO (ERROR_BASE_NO + 55)
265 #define EBADRQC (ERROR_BASE_NO + 56)
269 #define EBADSLT (ERROR_BASE_NO + 57)
277 #define EBFONT (ERROR_BASE_NO + 59)
281 #define ENOSTR (ERROR_BASE_NO + 60)
285 #define ENODATA (ERROR_BASE_NO + 61)
289 #define ETIME (ERROR_BASE_NO + 62)
293 #define ENOSR (ERROR_BASE_NO + 63)
297 #define ENONET (ERROR_BASE_NO + 64)
301 #define ENOPKG (ERROR_BASE_NO + 65)
305 #define EREMOTE (ERROR_BASE_NO + 66)
309 #define ENOLINK (ERROR_BASE_NO + 67)
313 #define EADV (ERROR_BASE_NO + 68)
317 #define ESRMNT (ERROR_BASE_NO + 69)
321 #define ECOMM (ERROR_BASE_NO + 70)
325 #define EPROTO (ERROR_BASE_NO + 71)
329 #define EMULTIHOP (ERROR_BASE_NO + 72)
333 #define EDOTDOT (ERROR_BASE_NO + 73)
337 #define EBADMSG (ERROR_BASE_NO + 74)
341 #define EOVERFLOW (ERROR_BASE_NO + 75)
345 #define ENOTUNIQ (ERROR_BASE_NO + 76)
349 #define EBADFD (ERROR_BASE_NO + 77)
353 #define EREMCHG (ERROR_BASE_NO + 78)
357 #define ELIBACC (ERROR_BASE_NO + 79)
361 #define ELIBBAD (ERROR_BASE_NO + 80)
365 #define ELIBSCN (ERROR_BASE_NO + 81)
369 #define ELIBMAX (ERROR_BASE_NO + 82)
373 #define ELIBEXEC (ERROR_BASE_NO + 83)
377 #define EILSEQ (ERROR_BASE_NO + 84)
381 #define ERESTART (ERROR_BASE_NO + 85)
385 #define ESTRPIPE (ERROR_BASE_NO + 86)
389 #define EUSERS (ERROR_BASE_NO + 87)
393 #define ENOTSOCK (ERROR_BASE_NO + 88)
397 #define EDESTADDRREQ (ERROR_BASE_NO + 89)
401 #define EMSGSIZE (ERROR_BASE_NO + 90)
405 #define EPROTOTYPE (ERROR_BASE_NO + 91)
409 #define ENOPROTOOPT (ERROR_BASE_NO + 92)
413 #define EPROTONOSUPPORT (ERROR_BASE_NO + 93)
417 #define ESOCKTNOSUPPORT (ERROR_BASE_NO + 94)
421 #define EOPNOTSUPP (ERROR_BASE_NO + 95)
429 #define EPFNOSUPPORT (ERROR_BASE_NO + 96)
433 #define EAFNOSUPPORT (ERROR_BASE_NO + 97)
437 #define EADDRINUSE (ERROR_BASE_NO + 98)
441 #define EADDRNOTAVAIL (ERROR_BASE_NO + 99)
445 #define ENETDOWN (ERROR_BASE_NO + 100)
449 #define ENETUNREACH (ERROR_BASE_NO + 101)
453 #define ENETRESET (ERROR_BASE_NO + 102)
457 #define ECONNABORTED (ERROR_BASE_NO + 103)
461 #define ECONNRESET (ERROR_BASE_NO + 104)
465 #define ENOBUFS (ERROR_BASE_NO + 105)
469 #define EISCONN (ERROR_BASE_NO + 106)
473 #define ENOTCONN (ERROR_BASE_NO + 107)
477 #define ESHUTDOWN (ERROR_BASE_NO + 108)
481 #define ETOOMANYREFS (ERROR_BASE_NO + 109)
485 #define ETIMEDOUT (ERROR_BASE_NO + 110)
489 #define ECONNREFUSED (ERROR_BASE_NO + 111)
493 #define EHOSTDOWN (ERROR_BASE_NO + 112)
497 #define EHOSTUNREACH (ERROR_BASE_NO + 113)
501 #define EALREADY (ERROR_BASE_NO + 114)
505 #define EINPROGRESS (ERROR_BASE_NO + 115)
509 #define ESTALE (ERROR_BASE_NO + 116)
513 #define EUCLEAN (ERROR_BASE_NO + 117)
517 #define ENOTNAM (ERROR_BASE_NO + 118)
521 #define ENAVAIL (ERROR_BASE_NO + 119)
525 #define EISNAM (ERROR_BASE_NO + 120)
529 #define EREMOTEIO (ERROR_BASE_NO + 121)
533 #define EDQUOT (ERROR_BASE_NO + 122)
537 #define ENOMEDIUM (ERROR_BASE_NO + 123)
541 #define EMEDIUMTYPE (ERROR_BASE_NO + 124)
545 #define ECANCELED (ERROR_BASE_NO + 125)
549 #define ENOKEY (ERROR_BASE_NO + 126)
553 #define EKEYEXPIRED (ERROR_BASE_NO + 127)
557 #define EKEYREVOKED (ERROR_BASE_NO + 128)
561 #define EKEYREJECTED (ERROR_BASE_NO + 129)
565 #define EOWNERDEAD (ERROR_BASE_NO + 130)
569 #define ENOTRECOVERABLE (ERROR_BASE_NO + 131)
573 #define ERFKILL (ERROR_BASE_NO + 132)
577 #define EHWPOISON (ERROR_BASE_NO + 133)