00001
00002
00003
00004
00005
00006
00007 #define TARGET_EPERM 1
00008 #define TARGET_ENOENT 2
00009 #define TARGET_ESRCH 3
00010 #define TARGET_EINTR 4
00011 #define TARGET_EIO 5
00012 #define TARGET_ENXIO 6
00013 #define TARGET_E2BIG 7
00014 #define TARGET_ENOEXEC 8
00015 #define TARGET_EBADF 9
00016 #define TARGET_ECHILD 10
00017 #define TARGET_EAGAIN 11
00018 #define TARGET_ENOMEM 12
00019 #define TARGET_EACCES 13
00020 #define TARGET_EFAULT 14
00021 #define TARGET_ENOTBLK 15
00022 #define TARGET_EBUSY 16
00023 #define TARGET_EEXIST 17
00024 #define TARGET_EXDEV 18
00025 #define TARGET_ENODEV 19
00026 #define TARGET_ENOTDIR 20
00027 #define TARGET_EISDIR 21
00028 #define TARGET_EINVAL 22
00029 #define TARGET_ENFILE 23
00030 #define TARGET_EMFILE 24
00031 #define TARGET_ENOTTY 25
00032 #define TARGET_ETXTBSY 26
00033 #define TARGET_EFBIG 27
00034 #define TARGET_ENOSPC 28
00035 #define TARGET_ESPIPE 29
00036 #define TARGET_EROFS 30
00037 #define TARGET_EMLINK 31
00038 #define TARGET_EPIPE 32
00039 #define TARGET_EDOM 33
00040 #define TARGET_ERANGE 34
00041
00042 #define TARGET_EDEADLK 35
00043 #define TARGET_ENAMETOOLONG 36
00044 #define TARGET_ENOLCK 37
00045 #define TARGET_ENOSYS 38
00046 #define TARGET_ENOTEMPTY 39
00047 #define TARGET_ELOOP 40
00048
00049 #define TARGET_ENOMSG 42
00050 #define TARGET_EIDRM 43
00051 #define TARGET_ECHRNG 44
00052 #define TARGET_EL2NSYNC 45
00053 #define TARGET_EL3HLT 46
00054 #define TARGET_EL3RST 47
00055 #define TARGET_ELNRNG 48
00056 #define TARGET_EUNATCH 49
00057 #define TARGET_ENOCSI 50
00058 #define TARGET_EL2HLT 51
00059 #define TARGET_EBADE 52
00060 #define TARGET_EBADR 53
00061 #define TARGET_EXFULL 54
00062 #define TARGET_ENOANO 55
00063 #define TARGET_EBADRQC 56
00064 #define TARGET_EBADSLT 57
00065
00066 #define TARGET_EBFONT 59
00067 #define TARGET_ENOSTR 60
00068 #define TARGET_ENODATA 61
00069 #define TARGET_ETIME 62
00070 #define TARGET_ENOSR 63
00071 #define TARGET_ENONET 64
00072 #define TARGET_ENOPKG 65
00073 #define TARGET_EREMOTE 66
00074 #define TARGET_ENOLINK 67
00075 #define TARGET_EADV 68
00076 #define TARGET_ESRMNT 69
00077 #define TARGET_ECOMM 70
00078 #define TARGET_EPROTO 71
00079 #define TARGET_EMULTIHOP 72
00080 #define TARGET_EDOTDOT 73
00081 #define TARGET_EBADMSG 74
00082 #define TARGET_EOVERFLOW 75
00083 #define TARGET_ENOTUNIQ 76
00084 #define TARGET_EBADFD 77
00085 #define TARGET_EREMCHG 78
00086 #define TARGET_ELIBACC 79
00087 #define TARGET_ELIBBAD 80
00088 #define TARGET_ELIBSCN 81
00089 #define TARGET_ELIBMAX 82
00090 #define TARGET_ELIBEXEC 83
00091 #define TARGET_EILSEQ 84
00092 #define TARGET_ERESTART 85
00093 #define TARGET_ESTRPIPE 86
00094 #define TARGET_EUSERS 87
00095 #define TARGET_ENOTSOCK 88
00096 #define TARGET_EDESTADDRREQ 89
00097 #define TARGET_EMSGSIZE 90
00098 #define TARGET_EPROTOTYPE 91
00099 #define TARGET_ENOPROTOOPT 92
00100 #define TARGET_EPROTONOSUPPORT 93
00101 #define TARGET_ESOCKTNOSUPPORT 94
00102 #define TARGET_EOPNOTSUPP 95
00103 #define TARGET_EPFNOSUPPORT 96
00104 #define TARGET_EAFNOSUPPORT 97
00105 #define TARGET_EADDRINUSE 98
00106 #define TARGET_EADDRNOTAVAIL 99
00107 #define TARGET_ENETDOWN 100
00108 #define TARGET_ENETUNREACH 101
00109 #define TARGET_ENETRESET 102
00110 #define TARGET_ECONNABORTED 103
00111 #define TARGET_ECONNRESET 104
00112 #define TARGET_ENOBUFS 105
00113 #define TARGET_EISCONN 106
00114 #define TARGET_ENOTCONN 107
00115 #define TARGET_ESHUTDOWN 108
00116 #define TARGET_ETOOMANYREFS 109
00117 #define TARGET_ETIMEDOUT 110
00118 #define TARGET_ECONNREFUSED 111
00119 #define TARGET_EHOSTDOWN 112
00120 #define TARGET_EHOSTUNREACH 113
00121 #define TARGET_EALREADY 114
00122 #define TARGET_EINPROGRESS 115
00123 #define TARGET_ESTALE 116
00124 #define TARGET_EUCLEAN 117
00125 #define TARGET_ENOTNAM 118
00126 #define TARGET_ENAVAIL 119
00127 #define TARGET_EISNAM 120
00128 #define TARGET_EREMOTEIO 121
00129 #define TARGET_EDQUOT 122
00130
00131 #define TARGET_ENOMEDIUM 123
00132 #define TARGET_EMEDIUMTYPE 124
00133 #define TARGET_ECANCELED 125
00134 #define TARGET_ENOKEY 126
00135 #define TARGET_EKEYEXPIRED 127
00136 #define TARGET_EKEYREVOKED 128
00137 #define TARGET_EKEYREJECTED 129
00138
00139
00140 #define TARGET_EOWNERDEAD 130
00141 #define TARGET_ENOTRECOVERABLE 131