Home | History | Annotate | Line # | Download | only in alpha
linux_errno.h revision 1.4.4.1
      1  1.4.4.1   yamt /* 	$NetBSD: linux_errno.h,v 1.4.4.1 2006/12/30 20:47:34 yamt Exp $	*/
      2      1.1    erh 
      3      1.1    erh /*-
      4      1.1    erh  * Copyright (c) 1998 The NetBSD Foundation, Inc.
      5      1.1    erh  * All rights reserved.
      6      1.1    erh  *
      7      1.1    erh  * This code is derived from software contributed to The NetBSD Foundation
      8      1.1    erh  * by Eric Haszlakiewicz.
      9      1.1    erh  *
     10      1.1    erh  * Redistribution and use in source and binary forms, with or without
     11      1.1    erh  * modification, are permitted provided that the following conditions
     12      1.1    erh  * are met:
     13      1.1    erh  * 1. Redistributions of source code must retain the above copyright
     14      1.1    erh  *    notice, this list of conditions and the following disclaimer.
     15      1.1    erh  * 2. Redistributions in binary form must reproduce the above copyright
     16      1.1    erh  *    notice, this list of conditions and the following disclaimer in the
     17      1.1    erh  *    documentation and/or other materials provided with the distribution.
     18      1.1    erh  * 3. All advertising materials mentioning features or use of this software
     19      1.1    erh  *    must display the following acknowledgement:
     20      1.1    erh  *	This product includes software developed by the NetBSD
     21      1.1    erh  *	Foundation, Inc. and its contributors.
     22      1.1    erh  * 4. Neither the name of The NetBSD Foundation nor the names of its
     23      1.1    erh  *    contributors may be used to endorse or promote products derived
     24      1.1    erh  *    from this software without specific prior written permission.
     25      1.1    erh  *
     26      1.1    erh  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
     27      1.1    erh  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     28      1.1    erh  * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
     29      1.1    erh  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
     30      1.1    erh  * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     31      1.1    erh  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     32      1.1    erh  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     33      1.1    erh  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     34      1.1    erh  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     35      1.1    erh  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     36      1.1    erh  * POSSIBILITY OF SUCH DAMAGE.
     37      1.1    erh  */
     38      1.1    erh 
     39      1.1    erh #ifndef _ALPHA_LINUX_ERRNO_H
     40      1.1    erh #define _ALPHA_LINUX_ERRNO_H
     41      1.2   manu 
     42      1.2   manu /*
     43      1.4  perry  * Linux/Alpha returns negative errors to userland
     44      1.4  perry  * The libc makes the errno positive.
     45      1.2   manu  */
     46      1.2   manu #define LINUX_SCERR_SIGN -
     47      1.1    erh 
     48      1.1    erh /* Linux switches EDEADLK and EAGAIN. */
     49      1.1    erh #undef	LINUX_EDEADLK
     50      1.1    erh #define LINUX_EDEADLK		11
     51      1.1    erh #undef	LINUX_EAGAIN
     52      1.1    erh #define LINUX_EAGAIN		35
     53      1.1    erh 
     54      1.1    erh #define LINUX_EWOULDBLOCK	LINUX_EAGAIN
     55      1.1    erh #define LINUX_EINPROGRESS	36	/* Operation now in progress */
     56      1.1    erh #define LINUX_EALREADY		37	/* Operation already in progress */
     57      1.1    erh #define LINUX_ENOTSOCK		38	/* Socket operation on non-socket */
     58      1.1    erh #define LINUX_EDESTADDRREQ	39	/* Destination address required */
     59      1.1    erh #define LINUX_EMSGSIZE		40	/* Message too long */
     60      1.1    erh #define LINUX_EPROTOTYPE	41	/* Protocol wrong type for socket */
     61  1.4.4.1   yamt #define LINUX_ENOPROTOOPT	42	/* Protocol option not available */
     62      1.1    erh #define LINUX_EPROTONOSUPPORT	43	/* Protocol not supported */
     63      1.1    erh #define LINUX_ESOCKTNOSUPPORT	44	/* Socket type not supported */
     64      1.1    erh #define LINUX_EOPNOTSUPP	45	/* Operation not supported on transport endpoint */
     65      1.1    erh #define LINUX_EPFNOSUPPORT	46	/* Protocol family not supported */
     66      1.1    erh #define LINUX_EAFNOSUPPORT	47	/* Address family not supported by protocol */
     67      1.1    erh #define LINUX_EADDRINUSE	48	/* Address already in use */
     68      1.1    erh #define LINUX_EADDRNOTAVAIL	49	/* Cannot assign requested address */
     69      1.1    erh #define LINUX_ENETDOWN		50	/* Network is down */
     70      1.1    erh #define LINUX_ENETUNREACH	51	/* Network is unreachable */
     71      1.1    erh #define LINUX_ENETRESET		52	/* Network connection reset */
     72      1.1    erh #define LINUX_ECONNABORTED	53	/* Software caused connection abort */
     73      1.1    erh #define LINUX_ECONNRESET	54	/* Connection reset by peer */
     74      1.1    erh #define LINUX_ENOBUFS		55	/* No buffer space available */
     75      1.1    erh #define LINUX_EISCONN		56	/* Transport endpoint is already connected */
     76      1.1    erh #define LINUX_ENOTCONN		57	/* Transport endpoint is not connected */
     77      1.1    erh #define LINUX_ESHUTDOWN		58	/* Cannot send after transport endpoint shutdown */
     78      1.1    erh #define LINUX_ETOOMANYREFS	59	/* Too many references: cannot splice */
     79      1.1    erh #define LINUX_ETIMEDOUT		60	/* Connection timed out */
     80      1.1    erh #define LINUX_ECONNREFUSED	61	/* Connection refused */
     81      1.1    erh #define LINUX_ELOOP		62	/* Too many symbolic links encountered */
     82      1.1    erh #define LINUX_ENAMETOOLONG	63	/* File name too long */
     83      1.1    erh #define LINUX_EHOSTDOWN		64	/* Host is down */
     84      1.1    erh #define LINUX_EHOSTUNREACH	65	/* No route to host */
     85      1.1    erh #define LINUX_ENOTEMPTY		66	/* Directory not empty */
     86      1.1    erh 
     87      1.1    erh #define LINUX_EUSERS		68	/* Too many users */
     88      1.1    erh #define LINUX_EDQUOT		69	/* Quota exceeded */
     89      1.1    erh #define LINUX_ESTALE		70	/* Stale NFS file handle */
     90      1.1    erh #define LINUX_EREMOTE		71	/* Object is remote */
     91      1.1    erh 
     92      1.1    erh #define LINUX_ENOLCK		77	/* No record locks available */
     93      1.1    erh #define LINUX_ENOSYS		78	/* Function not implemented */
     94      1.1    erh 
     95      1.1    erh #define LINUX_ENOMSG		80	/* No message of desired type */
     96      1.1    erh #define LINUX_EIDRM		81	/* Identifier removed */
     97      1.1    erh #define LINUX_ENOSR		82	/* Out of streams resources */
     98      1.1    erh #define LINUX_ETIME		83	/* Timer expired */
     99      1.1    erh #define LINUX_EBADMSG		84	/* Not a data message */
    100      1.1    erh #define LINUX_EPROTO		85	/* Protocol error */
    101      1.1    erh #define LINUX_ENODATA		86	/* No data available */
    102      1.1    erh #define LINUX_ENOSTR		87	/* Device not a stream */
    103      1.1    erh 
    104      1.1    erh #define LINUX_ENOPKG		92	/* Package not installed */
    105      1.1    erh 
    106      1.1    erh #define LINUX_EILSEQ		116	/* Illegal byte sequence */
    107      1.1    erh 
    108      1.1    erh /* The following are just random noise.. */
    109      1.1    erh #define LINUX_ECHRNG		88	/* Channel number out of range */
    110      1.1    erh #define LINUX_EL2NSYNC		89	/* Level 2 not synchronized */
    111      1.1    erh #define LINUX_EL3HLT		90	/* Level 3 halted */
    112      1.1    erh #define LINUX_EL3RST		91	/* Level 3 reset */
    113      1.1    erh 
    114      1.1    erh #define LINUX_ELNRNG		93	/* Link number out of range */
    115      1.1    erh #define LINUX_EUNATCH		94	/* Protocol driver not attached */
    116      1.1    erh #define LINUX_ENOCSI		95	/* No CSI structure available */
    117      1.1    erh #define LINUX_EL2HLT		96	/* Level 2 halted */
    118      1.1    erh #define LINUX_EBADE		97	/* Invalid exchange */
    119      1.1    erh #define LINUX_EBADR		98	/* Invalid request descriptor */
    120      1.1    erh #define LINUX_EXFULL		99	/* Exchange full */
    121      1.1    erh #define LINUX_ENOANO		100	/* No anode */
    122      1.1    erh #define LINUX_EBADRQC		101	/* Invalid request code */
    123      1.1    erh #define LINUX_EBADSLT		102	/* Invalid slot */
    124      1.1    erh 
    125      1.1    erh #define LINUX_EDEADLOCK	LINUX_EDEADLK
    126      1.1    erh 
    127      1.1    erh #define LINUX_EBFONT		104	/* Bad font file format */
    128      1.1    erh #define LINUX_ENONET		105	/* Machine is not on the network */
    129      1.1    erh #define LINUX_ENOLINK		106	/* Link has been severed */
    130      1.1    erh #define LINUX_EADV		107	/* Advertise error */
    131      1.1    erh #define LINUX_ESRMNT		108	/* Srmount error */
    132      1.1    erh #define LINUX_ECOMM		109	/* Communication error on send */
    133      1.1    erh #define LINUX_EMULTIHOP		110	/* Multihop attempted */
    134      1.1    erh #define LINUX_EDOTDOT		111	/* RFS specific error */
    135      1.1    erh #define LINUX_EOVERFLOW		112	/* Value too large for defined data type */
    136      1.1    erh #define LINUX_ENOTUNIQ		113	/* Name not unique on network */
    137      1.1    erh #define LINUX_EBADFD		114	/* File descriptor in bad state */
    138      1.1    erh #define LINUX_EREMCHG		115	/* Remote address changed */
    139      1.1    erh 
    140      1.1    erh #define LINUX_EUCLEAN		117	/* Structure needs cleaning */
    141      1.1    erh #define LINUX_ENOTNAM		118	/* Not a XENIX named type file */
    142      1.1    erh #define LINUX_ENAVAIL		119	/* No XENIX semaphores available */
    143      1.1    erh #define LINUX_EISNAM		120	/* Is a named type file */
    144      1.1    erh #define LINUX_EREMOTEIO		121	/* Remote I/O error */
    145      1.1    erh 
    146      1.1    erh #define LINUX_ELIBACC		122	/* Can't access a shared library */
    147      1.1    erh #define LINUX_ELIBBAD		123	/* Accessing a corrupted shared library */
    148      1.1    erh #define LINUX_ELIBSCN		124	/* .lib section in a.out corrupted */
    149      1.1    erh #define LINUX_ELIBMAX		125	/* Link in too many shared libraries */
    150      1.1    erh #define LINUX_ELIBEXEC		126	/* Cannot exec a shared library directly */
    151      1.1    erh #define LINUX_ERESTART		127	/* Restart interrupted system call */
    152      1.1    erh #define LINUX_ESTRPIPE		128	/* Streams pipe error */
    153      1.1    erh 
    154      1.1    erh #define LINUX_ENOMEDIUM		129	/* No medium found */
    155      1.1    erh #define LINUX_EMEDIUMTYPE	130	/* Wrong medium type */
    156      1.1    erh 
    157      1.1    erh #endif /* !_ALPHA_LINUX_ERRNO_H */
    158