New developer version 0.6.8; added select () function; added demonstrating example...
[ZeXOS.git] / kernel / include / errno.h
blob59aab27226144c8daf650c65c875cec9f44228d3
1 /*
2 * ZeX/OS
3 * Copyright (C) 2008 Tomas 'ZeXx86' Jedrzejek (zexx86@zexos.org)
4 * Copyright (C) 2009 Tomas 'ZeXx86' Jedrzejek (zexx86@zexos.org)
6 * This program is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
21 #ifndef _ERRNO_H
22 #define _ERRNO_H
24 /* i386, arm, ppc, x86_64, ia64 */
26 #define EPERM 1 /* Operation not permitted */
27 #define ENOENT 2 /* No such file or directory */
28 #define ESRCH 3 /* No such process */
29 #define EINTR 4 /* Interrupted system call */
30 #define EIO 5 /* I/O error */
31 #define ENXIO 6 /* No such device or address */
32 #define E2BIG 7 /* Arg list too long */
33 #define ENOEXEC 8 /* Exec format error */
34 #define EBADF 9 /* Bad file number */
35 #define ECHILD 10 /* No child processes */
36 #define EAGAIN 11 /* Try again */
37 #define ENOMEM 12 /* Out of memory */
38 #define EACCES 13 /* Permission denied */
39 #define EFAULT 14 /* Bad address */
40 #define ENOTBLK 15 /* Block device required */
41 #define EBUSY 16 /* Device or resource busy */
42 #define EEXIST 17 /* File exists */
43 #define EXDEV 18 /* Cross-device link */
44 #define ENODEV 19 /* No such device */
45 #define ENOTDIR 20 /* Not a directory */
46 #define EISDIR 21 /* Is a directory */
47 #define EINVAL 22 /* Invalid argument */
48 #define ENFILE 23 /* File table overflow */
49 #define EMFILE 24 /* Too many open files */
50 #define ENOTTY 25 /* Not a typewriter */
51 #define ETXTBSY 26 /* Text file busy */
52 #define EFBIG 27 /* File too large */
53 #define ENOSPC 28 /* No space left on device */
54 #define ESPIPE 29 /* Illegal seek */
55 #define EROFS 30 /* Read-only file system */
56 #define EMLINK 31 /* Too many links */
57 #define EPIPE 32 /* Broken pipe */
58 #define EDOM 33 /* Math argument out of domain of func */
59 #define ERANGE 34 /* Math result not representable */
60 #define EDEADLK 35 /* Resource deadlock would occur */
61 #define ENAMETOOLONG 36 /* File name too long */
62 #define ENOLCK 37 /* No record locks available */
63 #define ENOSYS 38 /* Function not implemented */
64 #define ENOTEMPTY 39 /* Directory not empty */
65 #define ELOOP 40 /* Too many symbolic links encountered */
66 #define EWOULDBLOCK EAGAIN /* Operation would block */
67 #define ENOMSG 42 /* No message of desired type */
68 #define EIDRM 43 /* Identifier removed */
69 #define ECHRNG 44 /* Channel number out of range */
70 #define EL2NSYNC 45 /* Level 2 not synchronized */
71 #define EL3HLT 46 /* Level 3 halted */
72 #define EL3RST 47 /* Level 3 reset */
73 #define ELNRNG 48 /* Link number out of range */
74 #define EUNATCH 49 /* Protocol driver not attached */
75 #define ENOCSI 50 /* No CSI structure available */
76 #define EL2HLT 51 /* Level 2 halted */
77 #define EBADE 52 /* Invalid exchange */
78 #define EBADR 53 /* Invalid request descriptor */
79 #define EXFULL 54 /* Exchange full */
80 #define ENOANO 55 /* No anode */
81 #define EBADRQC 56 /* Invalid request code */
82 #define EBADSLT 57 /* Invalid slot */
83 #define EDEADLOCK EDEADLK
84 #define EBFONT 59 /* Bad font file format */
85 #define ENOSTR 60 /* Device not a stream */
86 #define ENODATA 61 /* No data available */
87 #define ETIME 62 /* Timer expired */
88 #define ENOSR 63 /* Out of streams resources */
89 #define ENONET 64 /* Machine is not on the network */
90 #define ENOPKG 65 /* Package not installed */
91 #define EREMOTE 66 /* Object is remote */
92 #define ENOLINK 67 /* Link has been severed */
93 #define EADV 68 /* Advertise error */
94 #define ESRMNT 69 /* Srmount error */
95 #define ECOMM 70 /* Communication error on send */
96 #define EPROTO 71 /* Protocol error */
97 #define EMULTIHOP 72 /* Multihop attempted */
98 #define EDOTDOT 73 /* RFS specific error */
99 #define EBADMSG 74 /* Not a data message */
100 #define EOVERFLOW 75 /* Value too large for defined data type */
101 #define ENOTUNIQ 76 /* Name not unique on network */
102 #define EBADFD 77 /* File descriptor in bad state */
103 #define EREMCHG 78 /* Remote address changed */
104 #define ELIBACC 79 /* Can not access a needed shared library */
105 #define ELIBBAD 80 /* Accessing a corrupted shared library */
106 #define ELIBSCN 81 /* .lib section in a.out corrupted */
107 #define ELIBMAX 82 /* Attempting to link in too many shared libraries */
108 #define ELIBEXEC 83 /* Cannot exec a shared library directly */
109 #define EILSEQ 84 /* Illegal byte sequence */
110 #define ERESTART 85 /* Interrupted system call should be restarted */
111 #define ESTRPIPE 86 /* Streams pipe error */
112 #define EUSERS 87 /* Too many users */
113 #define ENOTSOCK 88 /* Socket operation on non-socket */
114 #define EDESTADDRREQ 89 /* Destination address required */
115 #define EMSGSIZE 90 /* Message too long */
116 #define EPROTOTYPE 91 /* Protocol wrong type for socket */
117 #define ENOPROTOOPT 92 /* Protocol not available */
118 #define EPROTONOSUPPORT 93 /* Protocol not supported */
119 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */
120 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
121 #define ENOTSUP EOPNOTSUPP/* Operation not supported on transport endpoint */
122 #define EPFNOSUPPORT 96 /* Protocol family not supported */
123 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */
124 #define EADDRINUSE 98 /* Address already in use */
125 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */
126 #define ENETDOWN 100 /* Network is down */
127 #define ENETUNREACH 101 /* Network is unreachable */
128 #define ENETRESET 102 /* Network dropped connection because of reset */
129 #define ECONNABORTED 103 /* Software caused connection abort */
130 #define ECONNRESET 104 /* Connection reset by peer */
131 #define ENOBUFS 105 /* No buffer space available */
132 #define EISCONN 106 /* Transport endpoint is already connected */
133 #define ENOTCONN 107 /* Transport endpoint is not connected */
134 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
135 #define ETOOMANYREFS 109 /* Too many references: cannot splice */
136 #define ETIMEDOUT 110 /* Connection timed out */
137 #define ECONNREFUSED 111 /* Connection refused */
138 #define EHOSTDOWN 112 /* Host is down */
139 #define EHOSTUNREACH 113 /* No route to host */
140 #define EALREADY 114 /* Operation already in progress */
141 #define EINPROGRESS 115 /* Operation now in progress */
142 #define ESTALE 116 /* Stale NFS file handle */
143 #define EUCLEAN 117 /* Structure needs cleaning */
144 #define ENOTNAM 118 /* Not a XENIX named type file */
145 #define ENAVAIL 119 /* No XENIX semaphores available */
146 #define EISNAM 120 /* Is a named type file */
147 #define EREMOTEIO 121 /* Remote I/O error */
148 #define EDQUOT 122 /* Quota exceeded */
149 #define ENOMEDIUM 123 /* No medium found */
150 #define EMEDIUMTYPE 124 /* Wrong medium type */
152 #define ERRNO_ADDRESS 0x9000 /* specific address */
154 /* externs */
155 extern void errno_set (int error);
156 extern int errno_get ();
157 extern unsigned int init_errno ();
159 #endif