linux_rust_bindings/errno/
errno_x86.rs1pub const EPERM: i32 = 1;
4pub const ENOENT: i32 = 2;
5pub const ESRCH: i32 = 3;
6pub const EINTR: i32 = 4;
7pub const EIO: i32 = 5;
8pub const ENXIO: i32 = 6;
9pub const E2BIG: i32 = 7;
10pub const ENOEXEC: i32 = 8;
11pub const EBADF: i32 = 9;
12pub const ECHILD: i32 = 10;
13pub const EAGAIN: i32 = 11;
14pub const ENOMEM: i32 = 12;
15pub const EACCES: i32 = 13;
16pub const EFAULT: i32 = 14;
17pub const ENOTBLK: i32 = 15;
18pub const EBUSY: i32 = 16;
19pub const EEXIST: i32 = 17;
20pub const EXDEV: i32 = 18;
21pub const ENODEV: i32 = 19;
22pub const ENOTDIR: i32 = 20;
23pub const EISDIR: i32 = 21;
24pub const EINVAL: i32 = 22;
25pub const ENFILE: i32 = 23;
26pub const EMFILE: i32 = 24;
27pub const ENOTTY: i32 = 25;
28pub const ETXTBSY: i32 = 26;
29pub const EFBIG: i32 = 27;
30pub const ENOSPC: i32 = 28;
31pub const ESPIPE: i32 = 29;
32pub const EROFS: i32 = 30;
33pub const EMLINK: i32 = 31;
34pub const EPIPE: i32 = 32;
35pub const EDOM: i32 = 33;
36pub const ERANGE: i32 = 34;
37pub const EDEADLK: i32 = 35;
38pub const ENAMETOOLONG: i32 = 36;
39pub const ENOLCK: i32 = 37;
40pub const ENOSYS: i32 = 38;
41pub const ENOTEMPTY: i32 = 39;
42pub const ELOOP: i32 = 40;
43pub const EWOULDBLOCK: i32 = 11;
44pub const ENOMSG: i32 = 42;
45pub const EIDRM: i32 = 43;
46pub const ECHRNG: i32 = 44;
47pub const EL2NSYNC: i32 = 45;
48pub const EL3HLT: i32 = 46;
49pub const EL3RST: i32 = 47;
50pub const ELNRNG: i32 = 48;
51pub const EUNATCH: i32 = 49;
52pub const ENOCSI: i32 = 50;
53pub const EL2HLT: i32 = 51;
54pub const EBADE: i32 = 52;
55pub const EBADR: i32 = 53;
56pub const EXFULL: i32 = 54;
57pub const ENOANO: i32 = 55;
58pub const EBADRQC: i32 = 56;
59pub const EBADSLT: i32 = 57;
60pub const EDEADLOCK: i32 = 35;
61pub const EBFONT: i32 = 59;
62pub const ENOSTR: i32 = 60;
63pub const ENODATA: i32 = 61;
64pub const ETIME: i32 = 62;
65pub const ENOSR: i32 = 63;
66pub const ENONET: i32 = 64;
67pub const ENOPKG: i32 = 65;
68pub const EREMOTE: i32 = 66;
69pub const ENOLINK: i32 = 67;
70pub const EADV: i32 = 68;
71pub const ESRMNT: i32 = 69;
72pub const ECOMM: i32 = 70;
73pub const EPROTO: i32 = 71;
74pub const EMULTIHOP: i32 = 72;
75pub const EDOTDOT: i32 = 73;
76pub const EBADMSG: i32 = 74;
77pub const EOVERFLOW: i32 = 75;
78pub const ENOTUNIQ: i32 = 76;
79pub const EBADFD: i32 = 77;
80pub const EREMCHG: i32 = 78;
81pub const ELIBACC: i32 = 79;
82pub const ELIBBAD: i32 = 80;
83pub const ELIBSCN: i32 = 81;
84pub const ELIBMAX: i32 = 82;
85pub const ELIBEXEC: i32 = 83;
86pub const EILSEQ: i32 = 84;
87pub const ERESTART: i32 = 85;
88pub const ESTRPIPE: i32 = 86;
89pub const EUSERS: i32 = 87;
90pub const ENOTSOCK: i32 = 88;
91pub const EDESTADDRREQ: i32 = 89;
92pub const EMSGSIZE: i32 = 90;
93pub const EPROTOTYPE: i32 = 91;
94pub const ENOPROTOOPT: i32 = 92;
95pub const EPROTONOSUPPORT: i32 = 93;
96pub const ESOCKTNOSUPPORT: i32 = 94;
97pub const EOPNOTSUPP: i32 = 95;
98pub const EPFNOSUPPORT: i32 = 96;
99pub const EAFNOSUPPORT: i32 = 97;
100pub const EADDRINUSE: i32 = 98;
101pub const EADDRNOTAVAIL: i32 = 99;
102pub const ENETDOWN: i32 = 100;
103pub const ENETUNREACH: i32 = 101;
104pub const ENETRESET: i32 = 102;
105pub const ECONNABORTED: i32 = 103;
106pub const ECONNRESET: i32 = 104;
107pub const ENOBUFS: i32 = 105;
108pub const EISCONN: i32 = 106;
109pub const ENOTCONN: i32 = 107;
110pub const ESHUTDOWN: i32 = 108;
111pub const ETOOMANYREFS: i32 = 109;
112pub const ETIMEDOUT: i32 = 110;
113pub const ECONNREFUSED: i32 = 111;
114pub const EHOSTDOWN: i32 = 112;
115pub const EHOSTUNREACH: i32 = 113;
116pub const EALREADY: i32 = 114;
117pub const EINPROGRESS: i32 = 115;
118pub const ESTALE: i32 = 116;
119pub const EUCLEAN: i32 = 117;
120pub const ENOTNAM: i32 = 118;
121pub const ENAVAIL: i32 = 119;
122pub const EISNAM: i32 = 120;
123pub const EREMOTEIO: i32 = 121;
124pub const EDQUOT: i32 = 122;
125pub const ENOMEDIUM: i32 = 123;
126pub const EMEDIUMTYPE: i32 = 124;
127pub const ECANCELED: i32 = 125;
128pub const ENOKEY: i32 = 126;
129pub const EKEYEXPIRED: i32 = 127;
130pub const EKEYREVOKED: i32 = 128;
131pub const EKEYREJECTED: i32 = 129;
132pub const EOWNERDEAD: i32 = 130;
133pub const ENOTRECOVERABLE: i32 = 131;
134pub const ERFKILL: i32 = 132;
135pub const EHWPOISON: i32 = 133;