|
libmetal
|
#include <errno.h>Go to the source code of this file.
| #define E2BIG (LIBMETAL_ERR_BASE + 7) |
| #define EACCES (LIBMETAL_ERR_BASE + 13) |
| #define EAGAIN (LIBMETAL_ERR_BASE + 35) |
| #define EBADF (LIBMETAL_ERR_BASE + 9) |
| #define EBUSY (LIBMETAL_ERR_BASE + 16) |
| #define ECHILD (LIBMETAL_ERR_BASE + 10) |
| #define EDEADLK (LIBMETAL_ERR_BASE + 11) |
| #define EEXIST (LIBMETAL_ERR_BASE + 17) |
| #define EFAULT (LIBMETAL_ERR_BASE + 14) |
| #define EFBIG (LIBMETAL_ERR_BASE + 27) |
| #define EINTR (LIBMETAL_ERR_BASE + 4) |
| #define EIO (LIBMETAL_ERR_BASE + 5) |
| #define EISDIR (LIBMETAL_ERR_BASE + 21) |
| #define EMFILE (LIBMETAL_ERR_BASE + 24) |
| #define EMLINK (LIBMETAL_ERR_BASE + 31) |
| #define ENFILE (LIBMETAL_ERR_BASE + 23) |
| #define ENODEV (LIBMETAL_ERR_BASE + 19) |
| #define ENOENT (LIBMETAL_ERR_BASE + 2) |
| #define ENOEXEC (LIBMETAL_ERR_BASE + 8) |
| #define ENOSPC (LIBMETAL_ERR_BASE + 28) |
| #define ENOTBLK (LIBMETAL_ERR_BASE + 15) |
| #define ENOTDIR (LIBMETAL_ERR_BASE + 20) |
| #define ENOTTY (LIBMETAL_ERR_BASE + 25) |
| #define ENXIO (LIBMETAL_ERR_BASE + 6) |
| #define EPERM (LIBMETAL_ERR_BASE + 1) |
| #define EPIPE (LIBMETAL_ERR_BASE + 32) |
| #define EROFS (LIBMETAL_ERR_BASE + 30) |
| #define ESPIPE (LIBMETAL_ERR_BASE + 29) |
| #define ESRCH (LIBMETAL_ERR_BASE + 3) |
| #define ETXTBSY (LIBMETAL_ERR_BASE + 26) |
| #define EXDEV (LIBMETAL_ERR_BASE + 18) |
| #define LIBMETAL_ERR_BASE 100 |