1:
2:
3:
4:
5:
6:
7: #define TARGET_EPERM 1
8: #define TARGET_ENOENT 2
9: #define TARGET_ESRCH 3
10: #define TARGET_EINTR 4
11: #define TARGET_EIO 5
12: #define TARGET_ENXIO 6
13: #define TARGET_E2BIG 7
14: #define TARGET_ENOEXEC 8
15: #define TARGET_EBADF 9
16: #define TARGET_ECHILD 10
17: #define TARGET_EAGAIN 11
18: #define TARGET_ENOMEM 12
19: #define TARGET_EACCES 13
20: #define TARGET_EFAULT 14
21: #define TARGET_ENOTBLK 15
22: #define TARGET_EBUSY 16
23: #define TARGET_EEXIST 17
24: #define TARGET_EXDEV 18
25: #define TARGET_ENODEV 19
26: #define TARGET_ENOTDIR 20
27: #define TARGET_EISDIR 21
28: #define TARGET_EINVAL 22
29: #define TARGET_ENFILE 23
30: #define TARGET_EMFILE 24
31: #define TARGET_ENOTTY 25
32: #define TARGET_ETXTBSY 26
33: #define TARGET_EFBIG 27
34: #define TARGET_ENOSPC 28
35: #define TARGET_ESPIPE 29
36: #define TARGET_EROFS 30
37: #define TARGET_EMLINK 31
38: #define TARGET_EPIPE 32
39: #define TARGET_EDOM 33
40: #define TARGET_ERANGE 34
41:
42: #define TARGET_EDEADLK 35
43: #define TARGET_ENAMETOOLONG 36
44: #define TARGET_ENOLCK 37
45: #define TARGET_ENOSYS 38
46: #define TARGET_ENOTEMPTY 39
47: #define TARGET_ELOOP 40
48:
49: #define TARGET_ENOMSG 42
50: #define TARGET_EIDRM 43
51: #define TARGET_ECHRNG 44
52: #define TARGET_EL2NSYNC 45
53: #define TARGET_EL3HLT 46
54: #define TARGET_EL3RST 47
55: #define TARGET_ELNRNG 48
56: #define TARGET_EUNATCH 49
57: #define TARGET_ENOCSI 50
58: #define TARGET_EL2HLT 51
59: #define TARGET_EBADE 52
60: #define TARGET_EBADR 53
61: #define TARGET_EXFULL 54
62: #define TARGET_ENOANO 55
63: #define TARGET_EBADRQC 56
64: #define TARGET_EBADSLT 57
65:
66: #define TARGET_EBFONT 59
67: #define TARGET_ENOSTR 60
68: #define TARGET_ENODATA 61
69: #define TARGET_ETIME 62
70: #define TARGET_ENOSR 63
71: #define TARGET_ENONET 64
72: #define TARGET_ENOPKG 65
73: #define TARGET_EREMOTE 66
74: #define TARGET_ENOLINK 67
75: #define TARGET_EADV 68
76: #define TARGET_ESRMNT 69
77: #define TARGET_ECOMM 70
78: #define TARGET_EPROTO 71
79: #define TARGET_EMULTIHOP 72
80: #define TARGET_EDOTDOT 73
81: #define TARGET_EBADMSG 74
82: #define TARGET_EOVERFLOW 75
83: #define TARGET_ENOTUNIQ 76
84: #define TARGET_EBADFD 77
85: #define TARGET_EREMCHG 78
86: #define TARGET_ELIBACC 79
87: #define TARGET_ELIBBAD 80
88: #define TARGET_ELIBSCN 81
89: #define TARGET_ELIBMAX 82
90: #define TARGET_ELIBEXEC 83
91: #define TARGET_EILSEQ 84
92: #define TARGET_ERESTART 85
93: #define TARGET_ESTRPIPE 86
94: #define TARGET_EUSERS 87
95: #define TARGET_ENOTSOCK 88
96: #define TARGET_EDESTADDRREQ 89
97: #define TARGET_EMSGSIZE 90
98: #define TARGET_EPROTOTYPE 91
99: #define TARGET_ENOPROTOOPT 92
100: #define TARGET_EPROTONOSUPPORT 93
101: #define TARGET_ESOCKTNOSUPPORT 94
102: #define TARGET_EOPNOTSUPP 95
103: #define TARGET_EPFNOSUPPORT 96
104: #define TARGET_EAFNOSUPPORT 97
105: #define TARGET_EADDRINUSE 98
106: #define TARGET_EADDRNOTAVAIL 99
107: #define TARGET_ENETDOWN 100
108: #define TARGET_ENETUNREACH 101
109: #define TARGET_ENETRESET 102
110: #define TARGET_ECONNABORTED 103
111: #define TARGET_ECONNRESET 104
112: #define TARGET_ENOBUFS 105
113: #define TARGET_EISCONN 106
114: #define TARGET_ENOTCONN 107
115: #define TARGET_ESHUTDOWN 108
116: #define TARGET_ETOOMANYREFS 109
117: #define TARGET_ETIMEDOUT 110
118: #define TARGET_ECONNREFUSED 111
119: #define TARGET_EHOSTDOWN 112
120: #define TARGET_EHOSTUNREACH 113
121: #define TARGET_EALREADY 114
122: #define TARGET_EINPROGRESS 115
123: #define TARGET_ESTALE 116
124: #define TARGET_EUCLEAN 117
125: #define TARGET_ENOTNAM 118
126: #define TARGET_ENAVAIL 119
127: #define TARGET_EISNAM 120
128: #define TARGET_EREMOTEIO 121
129: #define TARGET_EDQUOT 122
130:
131: #define TARGET_ENOMEDIUM 123
132: #define TARGET_EMEDIUMTYPE 124
133: #define TARGET_ECANCELED 125
134: #define TARGET_ENOKEY 126
135: #define TARGET_EKEYEXPIRED 127
136: #define TARGET_EKEYREVOKED 128
137: #define TARGET_EKEYREJECTED 129
138:
139:
140: #define TARGET_EOWNERDEAD 130
141: #define TARGET_ENOTRECOVERABLE 131
142: