No empty .Rs/.Re
[netbsd-mini2440.git] / sys / compat / ibcs2 / ibcs2_errno.c
blob6ac08bf7514dd282888b25c1bf2109f3ec9e230d
1 /* $NetBSD: ibcs2_errno.c,v 1.7 2001/01/18 20:28:25 jdolecek Exp $ */
3 /*
4 * ibcs2_errno.c
5 * Copyright (c) 1995 Scott Bartram
6 * All rights reserved.
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:
11 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
16 * 3. All advertising materials mentioning features or use of this software
17 * must display the following acknowledgement:
18 * This product includes software developed by Scott Bartram.
19 * 4. The name of the author may not be used to endorse or promote products
20 * derived from this software without specific prior written permission
22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
23 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
24 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
25 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
26 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
27 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
31 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 #include <sys/cdefs.h>
35 __KERNEL_RCSID(0, "$NetBSD$");
37 #include <compat/ibcs2/ibcs2_errno.h>
39 int const native_to_ibcs2_errno[] = {
40 0, /* 0 */
41 IBCS2_EPERM, /* 1 */
42 IBCS2_ENOENT, /* 2 */
43 IBCS2_ESRCH, /* 3 */
44 IBCS2_EINTR, /* 4 */
45 IBCS2_EIO, /* 5 */
46 IBCS2_ENXIO, /* 6 */
47 IBCS2_E2BIG, /* 7 */
48 IBCS2_ENOEXEC, /* 8 */
49 IBCS2_EBADF, /* 9 */
50 IBCS2_ECHILD, /* 10 */
51 IBCS2_EDEADLK, /* 11 */
52 IBCS2_ENOMEM, /* 12 */
53 IBCS2_EACCES, /* 13 */
54 IBCS2_EFAULT, /* 14 */
55 IBCS2_ENOTBLK, /* 15 */
56 IBCS2_EBUSY, /* 16 */
57 IBCS2_EEXIST, /* 17 */
58 IBCS2_EXDEV, /* 18 */
59 IBCS2_ENODEV, /* 19 */
60 IBCS2_ENOTDIR, /* 20 */
61 IBCS2_EISDIR, /* 21 */
62 IBCS2_EINVAL, /* 22 */
63 IBCS2_ENFILE, /* 23 */
64 IBCS2_EMFILE, /* 24 */
65 IBCS2_ENOTTY, /* 25 */
66 IBCS2_ETXTBSY, /* 26 */
67 IBCS2_EFBIG, /* 27 */
68 IBCS2_ENOSPC, /* 28 */
69 IBCS2_ESPIPE, /* 29 */
70 IBCS2_EROFS, /* 30 */
71 IBCS2_EMLINK, /* 31 */
72 IBCS2_EPIPE, /* 32 */
73 IBCS2_EDOM, /* 33 */
74 IBCS2_ERANGE, /* 34 */
75 IBCS2_EAGAIN, /* 35 */
76 IBCS2_EINPROGRESS, /* 36 */
77 IBCS2_EALREADY, /* 37 */
78 IBCS2_ENOTSOCK, /* 38 */
79 IBCS2_EDESTADDRREQ, /* 39 */
80 IBCS2_EMSGSIZE, /* 40 */
81 IBCS2_EPROTOTYPE, /* 41 */
82 IBCS2_ENOPROTOOPT, /* 42 */
83 IBCS2_EPROTONOSUPPORT, /* 43 */
84 IBCS2_ESOCKTNOSUPPORT, /* 44 */
85 IBCS2_EOPNOTSUPP, /* 45 */
86 IBCS2_EPFNOSUPPORT, /* 46 */
87 IBCS2_EAFNOSUPPORT, /* 47 */
88 IBCS2_EADDRINUSE, /* 48 */
89 IBCS2_EADDRNOTAVAIL, /* 49 */
90 IBCS2_ENETDOWN, /* 50 */
91 IBCS2_ENETUNREACH, /* 51 */
92 IBCS2_ENETRESET, /* 52 */
93 IBCS2_ECONNABORTED, /* 53 */
94 IBCS2_ECONNRESET, /* 54 */
95 IBCS2_ENOBUFS, /* 55 */
96 IBCS2_EISCONN, /* 56 */
97 IBCS2_ENOTCONN, /* 57 */
98 IBCS2_ESHUTDOWN, /* 58 */
99 IBCS2_ETOOMANYREFS, /* 59 */
100 IBCS2_ETIMEDOUT, /* 60 */
101 IBCS2_ECONNREFUSED, /* 61 */
102 IBCS2_ELOOP, /* 62 */
103 IBCS2_ENAMETOOLONG, /* 63 */
104 IBCS2_EHOSTDOWN, /* 64 */
105 IBCS2_EHOSTUNREACH, /* 65 */
106 IBCS2_ENOTEMPTY, /* 66 */
107 0, /* 67 */
108 0, /* 68 */
109 0, /* 69 */
110 IBCS2_ESTALE, /* 70 */
111 IBCS2_EREMOTE, /* 71 */
112 0, /* 72 */
113 0, /* 73 */
114 0, /* 74 */
115 0, /* 75 */
116 0, /* 76 */
117 IBCS2_ENOLCK, /* 77 */
118 IBCS2_ENOSYS, /* 78 */
119 0, /* 79 */
120 0, /* 80 */
121 0, /* 81 */
122 IBCS2_EIDRM, /* 82 */
123 IBCS2_ENOMSG, /* 83 */