errno_freebsd.h Source File
Back to the index.
Go to the documentation of this file. 43 #include <sys/cdefs.h> 47 #define errno (* __error()) 51 #define FREEBSD_EPERM 1 52 #define FREEBSD_ENOENT 2 53 #define FREEBSD_ESRCH 3 54 #define FREEBSD_EINTR 4 56 #define FREEBSD_ENXIO 6 57 #define FREEBSD_E2BIG 7 58 #define FREEBSD_ENOEXEC 8 59 #define FREEBSD_EBADF 9 60 #define FREEBSD_ECHILD 10 61 #define FREEBSD_EDEADLK 11 63 #define FREEBSD_ENOMEM 12 64 #define FREEBSD_EACCES 13 65 #define FREEBSD_EFAULT 14 67 #define FREEBSD_ENOTBLK 15 69 #define FREEBSD_EBUSY 16 70 #define FREEBSD_EEXIST 17 71 #define FREEBSD_EXDEV 18 72 #define FREEBSD_ENODEV 19 73 #define FREEBSD_ENOTDIR 20 74 #define FREEBSD_EISDIR 21 75 #define FREEBSD_EINVAL 22 76 #define FREEBSD_ENFILE 23 77 #define FREEBSD_EMFILE 24 78 #define FREEBSD_ENOTTY 25 80 #define FREEBSD_ETXTBSY 26 82 #define FREEBSD_EFBIG 27 83 #define FREEBSD_ENOSPC 28 84 #define FREEBSD_ESPIPE 29 85 #define FREEBSD_EROFS 30 86 #define FREEBSD_EMLINK 31 87 #define FREEBSD_EPIPE 32 90 #define FREEBSD_EDOM 33 91 #define FREEBSD_ERANGE 34 94 #define FREEBSD_EAGAIN 35 96 #define FREEBSD_EWOULDBLOCK EAGAIN 97 #define FREEBSD_EINPROGRESS 36 98 #define FREEBSD_EALREADY 37 101 #define FREEBSD_ENOTSOCK 38 102 #define FREEBSD_EDESTADDRREQ 39 103 #define FREEBSD_EMSGSIZE 40 104 #define FREEBSD_EPROTOTYPE 41 105 #define FREEBSD_ENOPROTOOPT 42 106 #define FREEBSD_EPROTONOSUPPORT 43 107 #define FREEBSD_ESOCKTNOSUPPORT 44 108 #define FREEBSD_EOPNOTSUPP 45 109 #define FREEBSD_ENOTSUP EOPNOTSUPP 110 #define FREEBSD_EPFNOSUPPORT 46 111 #define FREEBSD_EAFNOSUPPORT 47 112 #define FREEBSD_EADDRINUSE 48 113 #define FREEBSD_EADDRNOTAVAIL 49 116 #define FREEBSD_ENETDOWN 50 117 #define FREEBSD_ENETUNREACH 51 118 #define FREEBSD_ENETRESET 52 119 #define FREEBSD_ECONNABORTED 53 120 #define FREEBSD_ECONNRESET 54 121 #define FREEBSD_ENOBUFS 55 122 #define FREEBSD_EISCONN 56 123 #define FREEBSD_ENOTCONN 57 124 #define FREEBSD_ESHUTDOWN 58 125 #define FREEBSD_ETOOMANYREFS 59 126 #define FREEBSD_ETIMEDOUT 60 127 #define FREEBSD_ECONNREFUSED 61 129 #define FREEBSD_ELOOP 62 131 #define FREEBSD_ENAMETOOLONG 63 134 #ifndef _POSIX_SOURCE 135 #define FREEBSD_EHOSTDOWN 64 136 #define FREEBSD_EHOSTUNREACH 65 138 #define FREEBSD_ENOTEMPTY 66 141 #ifndef _POSIX_SOURCE 142 #define FREEBSD_EPROCLIM 67 143 #define FREEBSD_EUSERS 68 144 #define FREEBSD_EDQUOT 69 147 #define FREEBSD_ESTALE 70 148 #define FREEBSD_EREMOTE 71 149 #define FREEBSD_EBADRPC 72 150 #define FREEBSD_ERPCMISMATCH 73 151 #define FREEBSD_EPROGUNAVAIL 74 152 #define FREEBSD_EPROGMISMATCH 75 153 #define FREEBSD_EPROCUNAVAIL 76 156 #define FREEBSD_ENOLCK 77 157 #define FREEBSD_ENOSYS 78 159 #ifndef _POSIX_SOURCE 160 #define FREEBSD_EFTYPE 79 161 #define FREEBSD_EAUTH 80 162 #define FREEBSD_ENEEDAUTH 81 163 #define FREEBSD_EIDRM 82 164 #define FREEBSD_ENOMSG 83 165 #define FREEBSD_EOVERFLOW 84 166 #define FREEBSD_ECANCELED 85 167 #define FREEBSD_EILSEQ 86 168 #define FREEBSD_ENOATTR 87 170 #define FREEBSD_EDOOFUS 88 173 #define FREEBSD_EBADMSG 89 174 #define FREEBSD_EMULTIHOP 90 175 #define FREEBSD_ENOLINK 91 176 #define FREEBSD_EPROTO 92 178 #ifndef _POSIX_SOURCE 179 #define FREEBSD_ELAST 92 184 #define FREEBSD_ERESTART (-1) 185 #define FREEBSD_EJUSTRETURN (-2) 186 #define FREEBSD_ENOIOCTL (-3) 187 #define FREEBSD_EDIRIOCTL (-4)
Generated on Sun Sep 30 2018 16:05:18 for GXemul by
1.8.13