Iros
 
Loading...
Searching...
No Matches
errno.h
Go to the documentation of this file.
1#pragma once
2
3// NOTE: this must be kept in sync with <iris/uapi/error.h>.
4#define EAFNOSUPPORT 1
5#define EADDRINUSE 2
6#define EADDRNOTAVAIL 3
7#define EISCONN 4
8#define E2BIG 5
9#define EDOM 6
10#define EFAULT 7
11#define EBADF 8
12#define EBADMSG 9
13#define EPIPE 10
14#define ECONNABORTED 11
15#define EALREADY 12
16#define ECONNREFUSED 13
17#define ECONNRESET 14
18#define EXDEV 15
19#define EDESTADDRREQ 16
20#define EBUSY 17
21#define ENOTEMPTY 18
22#define ENOEXEC 19
23#define EEXIST 20
24#define EFBIG 21
25#define ENAMETOOLONG 22
26#define ENOSYS 23
27#define EHOSTUNREACH 24
28#define EIDRM 25
29#define EILSEQ 26
30#define ENOTTY 27
31#define EINTR 28
32#define EINVAL 29
33#define ESPIPE 30
34#define EIO 31
35#define EISDIR 32
36#define EMSGSIZE 33
37#define ENETDOWN 34
38#define ENETRESET 35
39#define ENETUNREACH 36
40#define ENOBUFS 37
41#define ECHILD 38
42#define ENOLINK 39
43#define ENOLCK 40
44#define ENODATA 41
45#define ENOMSG 42
46#define ENOPROTOOPT 43
47#define ENOSPC 44
48#define ENOSR 45
49#define ENXIO 46
50#define ENODEV 47
51#define ENOENT 48
52#define ESRCH 49
53#define ENOTDIR 50
54#define ENOTSOCK 51
55#define ENOSTR 52
56#define ENOTCONN 53
57#define ENOMEM 54
58#define ENOTSUP 55
59#define ECANCELED 56
60#define EINPROGRESS 57
61#define EPERM 58
62#define EOPNOTSUPP ENOTSUP
63#define EWOULDBLOCK 59
64#define EOWNERDEAD 60
65#define EACCES 61
66#define EPROTO 62
67#define EPROTONOSUPPORT 63
68#define EROFS 64
69#define EDEADLK 65
70#define EAGAIN EWOULDBLOCK
71#define ERANGE 66
72#define ENOTRECOVERABLE 67
73#define ETIME 68
74#define ETXTBSY 69
75#define ETIMEDOUT 70
76#define ENFILE 71
77#define EMFILE 72
78#define EMLINK 73
79#define ELOOP 74
80#define EOVERFLOW 75
81#define EPROTOTYPE 76