errno_netbsd.h Source File
Back to the index.
Go to the documentation of this file.
43 #define NETBSD_EPERM 1
44 #define NETBSD_ENOENT 2
45 #define NETBSD_ESRCH 3
46 #define NETBSD_EINTR 4
48 #define NETBSD_ENXIO 6
49 #define NETBSD_E2BIG 7
50 #define NETBSD_ENOEXEC 8
51 #define NETBSD_EBADF 9
52 #define NETBSD_ECHILD 10
53 #define NETBSD_EDEADLK 11
55 #define NETBSD_ENOMEM 12
56 #define NETBSD_EACCES 13
57 #define NETBSD_EFAULT 14
58 #define NETBSD_ENOTBLK 15
59 #define NETBSD_EBUSY 16
60 #define NETBSD_EEXIST 17
61 #define NETBSD_EXDEV 18
62 #define NETBSD_ENODEV 19
63 #define NETBSD_ENOTDIR 20
64 #define NETBSD_EISDIR 21
65 #define NETBSD_EINVAL 22
66 #define NETBSD_ENFILE 23
67 #define NETBSD_EMFILE 24
68 #define NETBSD_ENOTTY 25
69 #define NETBSD_ETXTBSY 26
70 #define NETBSD_EFBIG 27
71 #define NETBSD_ENOSPC 28
72 #define NETBSD_ESPIPE 29
73 #define NETBSD_EROFS 30
74 #define NETBSD_EMLINK 31
75 #define NETBSD_EPIPE 32
78 #define NETBSD_EDOM 33
79 #define NETBSD_ERANGE 34
82 #define NETBSD_EAGAIN 35
83 #define NETBSD_EWOULDBLOCK EAGAIN
84 #define NETBSD_EINPROGRESS 36
85 #define NETBSD_EALREADY 37
88 #define NETBSD_ENOTSOCK 38
89 #define NETBSD_EDESTADDRREQ 39
90 #define NETBSD_EMSGSIZE 40
91 #define NETBSD_EPROTOTYPE 41
92 #define NETBSD_ENOPROTOOPT 42
93 #define NETBSD_EPROTONOSUPPORT 43
94 #define NETBSD_ESOCKTNOSUPPORT 44
95 #define NETBSD_EOPNOTSUPP 45
96 #define NETBSD_EPFNOSUPPORT 46
97 #define NETBSD_EAFNOSUPPORT 47
98 #define NETBSD_EADDRINUSE 48
99 #define NETBSD_EADDRNOTAVAIL 49
102 #define NETBSD_ENETDOWN 50
103 #define NETBSD_ENETUNREACH 51
104 #define NETBSD_ENETRESET 52
105 #define NETBSD_ECONNABORTED 53
106 #define NETBSD_ECONNRESET 54
107 #define NETBSD_ENOBUFS 55
108 #define NETBSD_EISCONN 56
109 #define NETBSD_ENOTCONN 57
110 #define NETBSD_ESHUTDOWN 58
111 #define NETBSD_ETOOMANYREFS 59
112 #define NETBSD_ETIMEDOUT 60
113 #define NETBSD_ECONNREFUSED 61
115 #define NETBSD_ELOOP 62
116 #define NETBSD_ENAMETOOLONG 63
119 #define NETBSD_EHOSTDOWN 64
120 #define NETBSD_EHOSTUNREACH 65
121 #define NETBSD_ENOTEMPTY 66
124 #define NETBSD_EPROCLIM 67
125 #define NETBSD_EUSERS 68
126 #define NETBSD_EDQUOT 69
129 #define NETBSD_ESTALE 70
130 #define NETBSD_EREMOTE 71
131 #define NETBSD_EBADRPC 72
132 #define NETBSD_ERPCMISMATCH 73
133 #define NETBSD_EPROGUNAVAIL 74
134 #define NETBSD_EPROGMISMATCH 75
135 #define NETBSD_EPROCUNAVAIL 76
137 #define NETBSD_ENOLCK 77
138 #define NETBSD_ENOSYS 78
140 #define NETBSD_EFTYPE 79
141 #define NETBSD_EAUTH 80
142 #define NETBSD_ENEEDAUTH 81
145 #define NETBSD_EIDRM 82
146 #define NETBSD_ENOMSG 83
147 #define NETBSD_EOVERFLOW 84
150 #define NETBSD_EILSEQ 85
154 #define NETBSD_ENOTSUP 86
157 #define NETBSD_ECANCELED 87
160 #define NETBSD_EBADMSG 88
163 #define NETBSD_ENODATA 89
164 #define NETBSD_ENOSR 90
165 #define NETBSD_ENOSTR 91
166 #define NETBSD_ETIME 92
169 #define NETBSD_ENOATTR 93
172 #define NETBSD_EMULTIHOP 94
173 #define NETBSD_ENOLINK 95
174 #define NETBSD_EPROTO 96
176 #define NETBSD_ELAST 96
180 #define NETBSD_EJUSTRETURN -2
181 #define NETBSD_ERESTART -3
182 #define NETBSD_EPASSTHROUGH -4
183 #define NETBSD_EDUPFD -5
184 #define NETBSD_EMOVEFD -6
Generated on Tue Mar 24 2020 14:04:48 for GXemul by
1.8.17