package posix-errno

  1. Overview
  2. Docs

Source file posix_errno_constants.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
module Def (S : Cstubs.Types.TYPE) = struct
let e_2big = S.constant "E2BIG" S.nativeint

let e_acces = S.constant "EACCES" S.nativeint

let e_badf = S.constant "EBADF" S.nativeint

let e_busy = S.constant "EBUSY" S.nativeint

let e_child = S.constant "ECHILD" S.nativeint

let e_dom = S.constant "EDOM" S.nativeint

let e_exist = S.constant "EEXIST" S.nativeint

let e_fault = S.constant "EFAULT" S.nativeint

let e_fbig = S.constant "EFBIG" S.nativeint

let e_intr = S.constant "EINTR" S.nativeint

let e_inval = S.constant "EINVAL" S.nativeint

let e_io = S.constant "EIO" S.nativeint

let e_isdir = S.constant "EISDIR" S.nativeint

let e_mfile = S.constant "EMFILE" S.nativeint

let e_mlink = S.constant "EMLINK" S.nativeint

let e_nfile = S.constant "ENFILE" S.nativeint

let e_nodev = S.constant "ENODEV" S.nativeint

let e_noent = S.constant "ENOENT" S.nativeint

let e_noexec = S.constant "ENOEXEC" S.nativeint

let e_nomem = S.constant "ENOMEM" S.nativeint

let e_nospc = S.constant "ENOSPC" S.nativeint

let e_notdir = S.constant "ENOTDIR" S.nativeint

let e_notty = S.constant "ENOTTY" S.nativeint

let e_nxio = S.constant "ENXIO" S.nativeint

let e_perm = S.constant "EPERM" S.nativeint

let e_pipe = S.constant "EPIPE" S.nativeint

let e_range = S.constant "ERANGE" S.nativeint

let e_rofs = S.constant "EROFS" S.nativeint

let e_spipe = S.constant "ESPIPE" S.nativeint

let e_srch = S.constant "ESRCH" S.nativeint

let e_xdev = S.constant "EXDEV" S.nativeint

let e_notblk = S.constant "ENOTBLK" S.nativeint

let e_txtbsy = S.constant "ETXTBSY" S.nativeint

let e_addrinuse = S.constant "EADDRINUSE" S.nativeint

let e_addrnotavail = S.constant "EADDRNOTAVAIL" S.nativeint

let e_afnosupport = S.constant "EAFNOSUPPORT" S.nativeint

let e_again = S.constant "EAGAIN" S.nativeint

let e_already = S.constant "EALREADY" S.nativeint

let e_badmsg = S.constant "EBADMSG" S.nativeint

let e_canceled = S.constant "ECANCELED" S.nativeint

let e_connaborted = S.constant "ECONNABORTED" S.nativeint

let e_connrefused = S.constant "ECONNREFUSED" S.nativeint

let e_connreset = S.constant "ECONNRESET" S.nativeint

let e_deadlk = S.constant "EDEADLK" S.nativeint

let e_destaddrreq = S.constant "EDESTADDRREQ" S.nativeint

let e_dquot = S.constant "EDQUOT" S.nativeint

let e_hostdown = S.constant "EHOSTDOWN" S.nativeint

let e_hostunreach = S.constant "EHOSTUNREACH" S.nativeint

let e_idrm = S.constant "EIDRM" S.nativeint

let e_ilseq = S.constant "EILSEQ" S.nativeint

let e_inprogress = S.constant "EINPROGRESS" S.nativeint

let e_isconn = S.constant "EISCONN" S.nativeint

let e_loop = S.constant "ELOOP" S.nativeint

let e_msgsize = S.constant "EMSGSIZE" S.nativeint

let e_multihop = S.constant "EMULTIHOP" S.nativeint

let e_nametoolong = S.constant "ENAMETOOLONG" S.nativeint

let e_netdown = S.constant "ENETDOWN" S.nativeint

let e_netreset = S.constant "ENETRESET" S.nativeint

let e_netunreach = S.constant "ENETUNREACH" S.nativeint

let e_nobufs = S.constant "ENOBUFS" S.nativeint

let e_nodata = S.constant "ENODATA" S.nativeint

let e_nolck = S.constant "ENOLCK" S.nativeint

let e_nolink = S.constant "ENOLINK" S.nativeint

let e_nomsg = S.constant "ENOMSG" S.nativeint

let e_noprotoopt = S.constant "ENOPROTOOPT" S.nativeint

let e_nosr = S.constant "ENOSR" S.nativeint

let e_nostr = S.constant "ENOSTR" S.nativeint

let e_nosys = S.constant "ENOSYS" S.nativeint

let e_notconn = S.constant "ENOTCONN" S.nativeint

let e_notempty = S.constant "ENOTEMPTY" S.nativeint

let e_notrecoverable = S.constant "ENOTRECOVERABLE" S.nativeint

let e_notsock = S.constant "ENOTSOCK" S.nativeint

let e_notsup = S.constant "ENOTSUP" S.nativeint

let e_opnotsupp = S.constant "EOPNOTSUPP" S.nativeint

let e_overflow = S.constant "EOVERFLOW" S.nativeint

let e_ownerdead = S.constant "EOWNERDEAD" S.nativeint

let e_pfnosupport = S.constant "EPFNOSUPPORT" S.nativeint

let e_proto = S.constant "EPROTO" S.nativeint

let e_protonosupport = S.constant "EPROTONOSUPPORT" S.nativeint

let e_prototype = S.constant "EPROTOTYPE" S.nativeint

let e_remote = S.constant "EREMOTE" S.nativeint

let e_shutdown = S.constant "ESHUTDOWN" S.nativeint

let e_socktnosupport = S.constant "ESOCKTNOSUPPORT" S.nativeint

let e_stale = S.constant "ESTALE" S.nativeint

let e_time = S.constant "ETIME" S.nativeint

let e_timedout = S.constant "ETIMEDOUT" S.nativeint

let e_toomanyrefs = S.constant "ETOOMANYREFS" S.nativeint

let e_users = S.constant "EUSERS" S.nativeint

let e_bade = S.constant "EBADE" S.nativeint

let e_badfd = S.constant "EBADFD" S.nativeint

let e_badr = S.constant "EBADR" S.nativeint

let e_badrqc = S.constant "EBADRQC" S.nativeint

let e_badslt = S.constant "EBADSLT" S.nativeint

let e_chrng = S.constant "ECHRNG" S.nativeint

let e_comm = S.constant "ECOMM" S.nativeint

let e_hwpoison = S.constant "EHWPOISON" S.nativeint

let e_isnam = S.constant "EISNAM" S.nativeint

let e_keyexpired = S.constant "EKEYEXPIRED" S.nativeint

let e_keyrejected = S.constant "EKEYREJECTED" S.nativeint

let e_keyrevoked = S.constant "EKEYREVOKED" S.nativeint

let e_l2hlt = S.constant "EL2HLT" S.nativeint

let e_l2nsync = S.constant "EL2NSYNC" S.nativeint

let e_l3hlt = S.constant "EL3HLT" S.nativeint

let e_l3rst = S.constant "EL3RST" S.nativeint

let e_libacc = S.constant "ELIBACC" S.nativeint

let e_libbad = S.constant "ELIBBAD" S.nativeint

let e_libexec = S.constant "ELIBEXEC" S.nativeint

let e_libmax = S.constant "ELIBMAX" S.nativeint

let e_libscn = S.constant "ELIBSCN" S.nativeint

let e_lnrng = S.constant "ELNRNG" S.nativeint

let e_mediumtype = S.constant "EMEDIUMTYPE" S.nativeint

let e_noano = S.constant "ENOANO" S.nativeint

let e_nokey = S.constant "ENOKEY" S.nativeint

let e_nomedium = S.constant "ENOMEDIUM" S.nativeint

let e_nonet = S.constant "ENONET" S.nativeint

let e_nopkg = S.constant "ENOPKG" S.nativeint

let e_notuniq = S.constant "ENOTUNIQ" S.nativeint

let e_remchg = S.constant "EREMCHG" S.nativeint

let e_remoteio = S.constant "EREMOTEIO" S.nativeint

let e_restart = S.constant "ERESTART" S.nativeint

let e_rfkill = S.constant "ERFKILL" S.nativeint

let e_strpipe = S.constant "ESTRPIPE" S.nativeint

let e_toobig = S.constant "ETOOBIG" S.nativeint

let e_uclean = S.constant "EUCLEAN" S.nativeint

let e_unatch = S.constant "EUNATCH" S.nativeint

let e_xfull = S.constant "EXFULL" S.nativeint

let e_auth = S.constant "EAUTH" S.nativeint

let e_badrpc = S.constant "EBADRPC" S.nativeint

let e_ftype = S.constant "EFTYPE" S.nativeint

let e_needauth = S.constant "ENEEDAUTH" S.nativeint

let e_nocsi = S.constant "ENOCSI" S.nativeint

let e_proclim = S.constant "EPROCLIM" S.nativeint

let e_procunavail = S.constant "EPROCUNAVAIL" S.nativeint

let e_progmismatch = S.constant "EPROGMISMATCH" S.nativeint

let e_progunavail = S.constant "EPROGUNAVAIL" S.nativeint

let e_rpcmismatch = S.constant "ERPCMISMATCH" S.nativeint

let e_attr = S.constant "EATTR" S.nativeint

let e_badarch = S.constant "EBADARCH" S.nativeint

let e_badexec = S.constant "EBADEXEC" S.nativeint

let e_badmacho = S.constant "EBADMACHO" S.nativeint

let e_deverr = S.constant "EDEVERR" S.nativeint

let e_noattr = S.constant "ENOATTR" S.nativeint

let e_nopolicy = S.constant "ENOPOLICY" S.nativeint

let e_pwroff = S.constant "EPWROFF" S.nativeint

let e_shlibvers = S.constant "ESHLIBVERS" S.nativeint

let e_other = S.constant "EOTHER" S.nativeint

let e_wouldblock = S.constant "EWOULDBLOCK" S.nativeint

let e_deadlock = S.constant "EDEADLOCK" S.nativeint

end