netbsd32_syscalls.c revision 1.16 1 1.16 cgd /* $NetBSD: netbsd32_syscalls.c,v 1.16 2000/08/18 19:35:21 cgd Exp $ */
2 1.1 mrg
3 1.1 mrg /*
4 1.1 mrg * System call names.
5 1.1 mrg *
6 1.1 mrg * DO NOT EDIT-- this file is automatically generated.
7 1.15 bjh21 * created from NetBSD: syscalls.master,v 1.14 2000/08/07 17:59:36 bjh21 Exp
8 1.1 mrg */
9 1.1 mrg
10 1.1 mrg #if defined(_KERNEL) && !defined(_LKM)
11 1.1 mrg #include "opt_ktrace.h"
12 1.1 mrg #include "opt_nfsserver.h"
13 1.1 mrg #include "opt_compat_netbsd.h"
14 1.4 eeh #include "opt_ntp.h"
15 1.5 tron #include "opt_sysv.h"
16 1.6 christos #include "opt_compat_43.h"
17 1.1 mrg #include "fs_lfs.h"
18 1.1 mrg #include "fs_nfs.h"
19 1.1 mrg #include <sys/param.h>
20 1.1 mrg #include <sys/systm.h>
21 1.1 mrg #include <sys/signal.h>
22 1.1 mrg #include <sys/mount.h>
23 1.1 mrg #include <sys/syscallargs.h>
24 1.8 mrg #include <compat/netbsd32/netbsd32.h>
25 1.8 mrg #include <compat/netbsd32/netbsd32_syscallargs.h>
26 1.1 mrg #endif /* _KERNEL && ! _LKM */
27 1.1 mrg
28 1.8 mrg char *netbsd32_syscallnames[] = {
29 1.1 mrg "syscall", /* 0 = syscall */
30 1.11 eeh "netbsd32_exit", /* 1 = netbsd32_exit */
31 1.1 mrg "fork", /* 2 = fork */
32 1.11 eeh "netbsd32_read", /* 3 = netbsd32_read */
33 1.11 eeh "netbsd32_write", /* 4 = netbsd32_write */
34 1.11 eeh "netbsd32_open", /* 5 = netbsd32_open */
35 1.11 eeh "netbsd32_close", /* 6 = netbsd32_close */
36 1.11 eeh "netbsd32_wait4", /* 7 = netbsd32_wait4 */
37 1.11 eeh "compat_43_netbsd32_ocreat", /* 8 = compat_43 netbsd32_ocreat */
38 1.11 eeh "netbsd32_link", /* 9 = netbsd32_link */
39 1.11 eeh "netbsd32_unlink", /* 10 = netbsd32_unlink */
40 1.1 mrg "#11 (obsolete execv)", /* 11 = obsolete execv */
41 1.11 eeh "netbsd32_chdir", /* 12 = netbsd32_chdir */
42 1.11 eeh "netbsd32_fchdir", /* 13 = netbsd32_fchdir */
43 1.11 eeh "netbsd32_mknod", /* 14 = netbsd32_mknod */
44 1.11 eeh "netbsd32_chmod", /* 15 = netbsd32_chmod */
45 1.11 eeh "netbsd32_chown", /* 16 = netbsd32_chown */
46 1.11 eeh "netbsd32_break", /* 17 = netbsd32_break */
47 1.11 eeh "netbsd32_getfsstat", /* 18 = netbsd32_getfsstat */
48 1.11 eeh "compat_43_netbsd32_olseek", /* 19 = compat_43 netbsd32_olseek */
49 1.1 mrg "getpid", /* 20 = getpid */
50 1.11 eeh "netbsd32_mount", /* 21 = netbsd32_mount */
51 1.11 eeh "netbsd32_unmount", /* 22 = netbsd32_unmount */
52 1.11 eeh "netbsd32_setuid", /* 23 = netbsd32_setuid */
53 1.1 mrg "getuid", /* 24 = getuid */
54 1.1 mrg "geteuid", /* 25 = geteuid */
55 1.11 eeh "netbsd32_ptrace", /* 26 = netbsd32_ptrace */
56 1.11 eeh "netbsd32_recvmsg", /* 27 = netbsd32_recvmsg */
57 1.11 eeh "netbsd32_sendmsg", /* 28 = netbsd32_sendmsg */
58 1.11 eeh "netbsd32_recvfrom", /* 29 = netbsd32_recvfrom */
59 1.11 eeh "netbsd32_accept", /* 30 = netbsd32_accept */
60 1.11 eeh "netbsd32_getpeername", /* 31 = netbsd32_getpeername */
61 1.11 eeh "netbsd32_getsockname", /* 32 = netbsd32_getsockname */
62 1.11 eeh "netbsd32_access", /* 33 = netbsd32_access */
63 1.11 eeh "netbsd32_chflags", /* 34 = netbsd32_chflags */
64 1.11 eeh "netbsd32_fchflags", /* 35 = netbsd32_fchflags */
65 1.1 mrg "sync", /* 36 = sync */
66 1.11 eeh "netbsd32_kill", /* 37 = netbsd32_kill */
67 1.11 eeh "compat_43_netbsd32_stat43", /* 38 = compat_43 netbsd32_stat43 */
68 1.1 mrg "getppid", /* 39 = getppid */
69 1.11 eeh "compat_43_netbsd32_lstat43", /* 40 = compat_43 netbsd32_lstat43 */
70 1.11 eeh "netbsd32_dup", /* 41 = netbsd32_dup */
71 1.1 mrg "pipe", /* 42 = pipe */
72 1.1 mrg "getegid", /* 43 = getegid */
73 1.11 eeh "netbsd32_profil", /* 44 = netbsd32_profil */
74 1.10 christos #if defined(KTRACE) || !defined(_KERNEL)
75 1.11 eeh "netbsd32_ktrace", /* 45 = netbsd32_ktrace */
76 1.1 mrg #else
77 1.11 eeh "#45 (excluded netbsd32_ktrace)", /* 45 = excluded netbsd32_ktrace */
78 1.1 mrg #endif
79 1.11 eeh "netbsd32_sigaction", /* 46 = netbsd32_sigaction */
80 1.1 mrg "getgid", /* 47 = getgid */
81 1.4 eeh "compat_13_sigprocmask13", /* 48 = compat_13 sigprocmask13 */
82 1.11 eeh "netbsd32___getlogin", /* 49 = netbsd32___getlogin */
83 1.11 eeh "netbsd32_setlogin", /* 50 = netbsd32_setlogin */
84 1.11 eeh "netbsd32_acct", /* 51 = netbsd32_acct */
85 1.4 eeh "compat_13_sigpending13", /* 52 = compat_13 sigpending13 */
86 1.11 eeh "compat_13_netbsd32_sigaltstack13", /* 53 = compat_13 netbsd32_sigaltstack13 */
87 1.11 eeh "netbsd32_ioctl", /* 54 = netbsd32_ioctl */
88 1.3 mrg #ifdef COMPAT_12
89 1.11 eeh "compat_12_netbsd32_reboot", /* 55 = compat_12 netbsd32_reboot */
90 1.3 mrg #else
91 1.3 mrg "#55 (obsolete oreboot)", /* 55 = obsolete oreboot */
92 1.3 mrg #endif
93 1.11 eeh "netbsd32_revoke", /* 56 = netbsd32_revoke */
94 1.11 eeh "netbsd32_symlink", /* 57 = netbsd32_symlink */
95 1.11 eeh "netbsd32_readlink", /* 58 = netbsd32_readlink */
96 1.11 eeh "netbsd32_execve", /* 59 = netbsd32_execve */
97 1.11 eeh "netbsd32_umask", /* 60 = netbsd32_umask */
98 1.11 eeh "netbsd32_chroot", /* 61 = netbsd32_chroot */
99 1.11 eeh "compat_43_netbsd32_fstat43", /* 62 = compat_43 netbsd32_fstat43 */
100 1.11 eeh "compat_43_netbsd32_ogetkerninfo", /* 63 = compat_43 netbsd32_ogetkerninfo */
101 1.1 mrg "compat_43_ogetpagesize", /* 64 = compat_43 ogetpagesize */
102 1.11 eeh "compat_12_netbsd32_msync", /* 65 = compat_12 netbsd32_msync */
103 1.1 mrg "vfork", /* 66 = vfork */
104 1.1 mrg "#67 (obsolete vread)", /* 67 = obsolete vread */
105 1.1 mrg "#68 (obsolete vwrite)", /* 68 = obsolete vwrite */
106 1.11 eeh "netbsd32_sbrk", /* 69 = netbsd32_sbrk */
107 1.11 eeh "netbsd32_sstk", /* 70 = netbsd32_sstk */
108 1.11 eeh "compat_43_netbsd32_ommap", /* 71 = compat_43 netbsd32_ommap */
109 1.1 mrg "vadvise", /* 72 = vadvise */
110 1.11 eeh "netbsd32_munmap", /* 73 = netbsd32_munmap */
111 1.11 eeh "netbsd32_mprotect", /* 74 = netbsd32_mprotect */
112 1.11 eeh "netbsd32_madvise", /* 75 = netbsd32_madvise */
113 1.1 mrg "#76 (obsolete vhangup)", /* 76 = obsolete vhangup */
114 1.1 mrg "#77 (obsolete vlimit)", /* 77 = obsolete vlimit */
115 1.11 eeh "netbsd32_mincore", /* 78 = netbsd32_mincore */
116 1.11 eeh "netbsd32_getgroups", /* 79 = netbsd32_getgroups */
117 1.11 eeh "netbsd32_setgroups", /* 80 = netbsd32_setgroups */
118 1.1 mrg "getpgrp", /* 81 = getpgrp */
119 1.11 eeh "netbsd32_setpgid", /* 82 = netbsd32_setpgid */
120 1.11 eeh "netbsd32_setitimer", /* 83 = netbsd32_setitimer */
121 1.1 mrg "compat_43_owait", /* 84 = compat_43 owait */
122 1.11 eeh "compat_12_netbsd32_oswapon", /* 85 = compat_12 netbsd32_oswapon */
123 1.11 eeh "netbsd32_getitimer", /* 86 = netbsd32_getitimer */
124 1.11 eeh "compat_43_netbsd32_ogethostname", /* 87 = compat_43 netbsd32_ogethostname */
125 1.11 eeh "compat_43_netbsd32_osethostname", /* 88 = compat_43 netbsd32_osethostname */
126 1.1 mrg "compat_43_ogetdtablesize", /* 89 = compat_43 ogetdtablesize */
127 1.11 eeh "netbsd32_dup2", /* 90 = netbsd32_dup2 */
128 1.1 mrg "#91 (unimplemented getdopt)", /* 91 = unimplemented getdopt */
129 1.11 eeh "netbsd32_fcntl", /* 92 = netbsd32_fcntl */
130 1.11 eeh "netbsd32_select", /* 93 = netbsd32_select */
131 1.1 mrg "#94 (unimplemented setdopt)", /* 94 = unimplemented setdopt */
132 1.11 eeh "netbsd32_fsync", /* 95 = netbsd32_fsync */
133 1.11 eeh "netbsd32_setpriority", /* 96 = netbsd32_setpriority */
134 1.11 eeh "netbsd32_socket", /* 97 = netbsd32_socket */
135 1.11 eeh "netbsd32_connect", /* 98 = netbsd32_connect */
136 1.11 eeh "compat_43_netbsd32_oaccept", /* 99 = compat_43 netbsd32_oaccept */
137 1.11 eeh "netbsd32_getpriority", /* 100 = netbsd32_getpriority */
138 1.11 eeh "compat_43_netbsd32_osend", /* 101 = compat_43 netbsd32_osend */
139 1.11 eeh "compat_43_netbsd32_orecv", /* 102 = compat_43 netbsd32_orecv */
140 1.12 eeh "compat_13_sigreturn13", /* 103 = compat_13 sigreturn13 */
141 1.11 eeh "netbsd32_bind", /* 104 = netbsd32_bind */
142 1.11 eeh "netbsd32_setsockopt", /* 105 = netbsd32_setsockopt */
143 1.11 eeh "netbsd32_listen", /* 106 = netbsd32_listen */
144 1.1 mrg "#107 (obsolete vtimes)", /* 107 = obsolete vtimes */
145 1.11 eeh "compat_43_netbsd32_osigvec", /* 108 = compat_43 netbsd32_osigvec */
146 1.1 mrg #ifdef COMPAT_43
147 1.11 eeh "compat_43_netbsd32_sigblock", /* 109 = compat_43 netbsd32_sigblock */
148 1.11 eeh "compat_43_netbsd32_sigsetmask", /* 110 = compat_43 netbsd32_sigsetmask */
149 1.1 mrg #else
150 1.1 mrg "#109 (obsolete sigblock)", /* 109 = obsolete sigblock */
151 1.1 mrg "#110 (obsolete sigsetmask)", /* 110 = obsolete sigsetmask */
152 1.1 mrg #endif
153 1.4 eeh "compat_13_sigsuspend13", /* 111 = compat_13 sigsuspend13 */
154 1.11 eeh "compat_43_netbsd32_osigstack", /* 112 = compat_43 netbsd32_osigstack */
155 1.11 eeh "compat_43_netbsd32_orecvmsg", /* 113 = compat_43 netbsd32_orecvmsg */
156 1.11 eeh "compat_43_netbsd32_osendmsg", /* 114 = compat_43 netbsd32_osendmsg */
157 1.1 mrg "#115 (obsolete vtrace)", /* 115 = obsolete vtrace */
158 1.11 eeh "netbsd32_gettimeofday", /* 116 = netbsd32_gettimeofday */
159 1.11 eeh "netbsd32_getrusage", /* 117 = netbsd32_getrusage */
160 1.11 eeh "netbsd32_getsockopt", /* 118 = netbsd32_getsockopt */
161 1.1 mrg "#119 (obsolete resuba)", /* 119 = obsolete resuba */
162 1.11 eeh "netbsd32_readv", /* 120 = netbsd32_readv */
163 1.11 eeh "netbsd32_writev", /* 121 = netbsd32_writev */
164 1.11 eeh "netbsd32_settimeofday", /* 122 = netbsd32_settimeofday */
165 1.11 eeh "netbsd32_fchown", /* 123 = netbsd32_fchown */
166 1.11 eeh "netbsd32_fchmod", /* 124 = netbsd32_fchmod */
167 1.11 eeh "compat_43_netbsd32_orecvfrom", /* 125 = compat_43 netbsd32_orecvfrom */
168 1.11 eeh "netbsd32_setreuid", /* 126 = netbsd32_setreuid */
169 1.11 eeh "netbsd32_setregid", /* 127 = netbsd32_setregid */
170 1.11 eeh "netbsd32_rename", /* 128 = netbsd32_rename */
171 1.11 eeh "compat_43_netbsd32_otruncate", /* 129 = compat_43 netbsd32_otruncate */
172 1.11 eeh "compat_43_netbsd32_oftruncate", /* 130 = compat_43 netbsd32_oftruncate */
173 1.11 eeh "netbsd32_flock", /* 131 = netbsd32_flock */
174 1.11 eeh "netbsd32_mkfifo", /* 132 = netbsd32_mkfifo */
175 1.11 eeh "netbsd32_sendto", /* 133 = netbsd32_sendto */
176 1.11 eeh "netbsd32_shutdown", /* 134 = netbsd32_shutdown */
177 1.11 eeh "netbsd32_socketpair", /* 135 = netbsd32_socketpair */
178 1.11 eeh "netbsd32_mkdir", /* 136 = netbsd32_mkdir */
179 1.11 eeh "netbsd32_rmdir", /* 137 = netbsd32_rmdir */
180 1.11 eeh "netbsd32_utimes", /* 138 = netbsd32_utimes */
181 1.1 mrg "#139 (obsolete 4.2 sigreturn)", /* 139 = obsolete 4.2 sigreturn */
182 1.11 eeh "netbsd32_adjtime", /* 140 = netbsd32_adjtime */
183 1.11 eeh "compat_43_netbsd32_ogetpeername", /* 141 = compat_43 netbsd32_ogetpeername */
184 1.1 mrg "compat_43_ogethostid", /* 142 = compat_43 ogethostid */
185 1.1 mrg #ifdef COMPAT_43
186 1.11 eeh "compat_43_netbsd32_sethostid", /* 143 = compat_43 netbsd32_sethostid */
187 1.1 mrg #else
188 1.1 mrg "#143 (obsolete sethostid)", /* 143 = obsolete sethostid */
189 1.1 mrg #endif
190 1.11 eeh "compat_43_netbsd32_ogetrlimit", /* 144 = compat_43 netbsd32_ogetrlimit */
191 1.11 eeh "compat_43_netbsd32_osetrlimit", /* 145 = compat_43 netbsd32_osetrlimit */
192 1.1 mrg #ifdef COMPAT_43
193 1.11 eeh "compat_43_netbsd32_killpg", /* 146 = compat_43 netbsd32_killpg */
194 1.1 mrg #else
195 1.1 mrg "#146 (obsolete killpg)", /* 146 = obsolete killpg */
196 1.1 mrg #endif
197 1.1 mrg "setsid", /* 147 = setsid */
198 1.11 eeh "netbsd32_quotactl", /* 148 = netbsd32_quotactl */
199 1.1 mrg "compat_43_oquota", /* 149 = compat_43 oquota */
200 1.11 eeh "compat_43_netbsd32_ogetsockname", /* 150 = compat_43 netbsd32_ogetsockname */
201 1.1 mrg "#151 (unimplemented)", /* 151 = unimplemented */
202 1.1 mrg "#152 (unimplemented)", /* 152 = unimplemented */
203 1.1 mrg "#153 (unimplemented)", /* 153 = unimplemented */
204 1.1 mrg "#154 (unimplemented)", /* 154 = unimplemented */
205 1.10 christos #if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
206 1.11 eeh "netbsd32_nfssvc", /* 155 = netbsd32_nfssvc */
207 1.1 mrg #else
208 1.11 eeh "#155 (excluded netbsd32_nfssvc)", /* 155 = excluded netbsd32_nfssvc */
209 1.1 mrg #endif
210 1.11 eeh "compat_43_netbsd32_ogetdirentries", /* 156 = compat_43 netbsd32_ogetdirentries */
211 1.11 eeh "netbsd32_statfs", /* 157 = netbsd32_statfs */
212 1.11 eeh "netbsd32_fstatfs", /* 158 = netbsd32_fstatfs */
213 1.1 mrg "#159 (unimplemented)", /* 159 = unimplemented */
214 1.1 mrg "#160 (unimplemented)", /* 160 = unimplemented */
215 1.10 christos #if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
216 1.11 eeh "netbsd32_getfh", /* 161 = netbsd32_getfh */
217 1.1 mrg #else
218 1.11 eeh "#161 (excluded netbsd32_getfh)", /* 161 = excluded netbsd32_getfh */
219 1.1 mrg #endif
220 1.11 eeh "compat_09_netbsd32_ogetdomainname", /* 162 = compat_09 netbsd32_ogetdomainname */
221 1.11 eeh "compat_09_netbsd32_osetdomainname", /* 163 = compat_09 netbsd32_osetdomainname */
222 1.11 eeh "compat_09_netbsd32_uname", /* 164 = compat_09 netbsd32_uname */
223 1.11 eeh "netbsd32_sysarch", /* 165 = netbsd32_sysarch */
224 1.1 mrg "#166 (unimplemented)", /* 166 = unimplemented */
225 1.1 mrg "#167 (unimplemented)", /* 167 = unimplemented */
226 1.1 mrg "#168 (unimplemented)", /* 168 = unimplemented */
227 1.11 eeh #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(alpha) && defined(COMPAT_10)
228 1.1 mrg "osemsys", /* 169 = osemsys */
229 1.1 mrg #else
230 1.10 christos "#169 (excluded 1.0 semsys)", /* 169 = excluded 1.0 semsys */
231 1.1 mrg #endif
232 1.10 christos #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(alpha) && defined(COMPAT_10)
233 1.1 mrg "omsgsys", /* 170 = omsgsys */
234 1.1 mrg #else
235 1.10 christos "#170 (excluded 1.0 msgsys)", /* 170 = excluded 1.0 msgsys */
236 1.1 mrg #endif
237 1.10 christos #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(alpha) && defined(COMPAT_10)
238 1.1 mrg "oshmsys", /* 171 = oshmsys */
239 1.1 mrg #else
240 1.10 christos "#171 (excluded 1.0 shmsys)", /* 171 = excluded 1.0 shmsys */
241 1.1 mrg #endif
242 1.1 mrg "#172 (unimplemented)", /* 172 = unimplemented */
243 1.11 eeh "netbsd32_pread", /* 173 = netbsd32_pread */
244 1.11 eeh "netbsd32_pwrite", /* 174 = netbsd32_pwrite */
245 1.11 eeh "netbsd32_ntp_gettime", /* 175 = netbsd32_ntp_gettime */
246 1.15 bjh21 #if defined(NTP) || !defined(_KERNEL)
247 1.11 eeh "netbsd32_ntp_adjtime", /* 176 = netbsd32_ntp_adjtime */
248 1.15 bjh21 #else
249 1.15 bjh21 "#176 (excluded ntp_adjtime)", /* 176 = excluded ntp_adjtime */
250 1.15 bjh21 #endif
251 1.1 mrg "#177 (unimplemented)", /* 177 = unimplemented */
252 1.1 mrg "#178 (unimplemented)", /* 178 = unimplemented */
253 1.1 mrg "#179 (unimplemented)", /* 179 = unimplemented */
254 1.1 mrg "#180 (unimplemented)", /* 180 = unimplemented */
255 1.11 eeh "netbsd32_setgid", /* 181 = netbsd32_setgid */
256 1.11 eeh "netbsd32_setegid", /* 182 = netbsd32_setegid */
257 1.11 eeh "netbsd32_seteuid", /* 183 = netbsd32_seteuid */
258 1.10 christos #if defined(LFS) || !defined(_KERNEL)
259 1.10 christos "lfs_bmapv", /* 184 = lfs_bmapv */
260 1.10 christos "lfs_markv", /* 185 = lfs_markv */
261 1.10 christos "lfs_segclean", /* 186 = lfs_segclean */
262 1.10 christos "lfs_segwait", /* 187 = lfs_segwait */
263 1.10 christos #else
264 1.11 eeh "#184 (excluded netbsd32_sys_lfs_bmapv)", /* 184 = excluded netbsd32_sys_lfs_bmapv */
265 1.11 eeh "#185 (excluded netbsd32_sys_lfs_markv)", /* 185 = excluded netbsd32_sys_lfs_markv */
266 1.11 eeh "#186 (excluded netbsd32_sys_lfs_segclean)", /* 186 = excluded netbsd32_sys_lfs_segclean */
267 1.11 eeh "#187 (excluded netbsd32_sys_lfs_segwait)", /* 187 = excluded netbsd32_sys_lfs_segwait */
268 1.11 eeh #endif
269 1.11 eeh "compat_12_netbsd32_stat12", /* 188 = compat_12 netbsd32_stat12 */
270 1.11 eeh "compat_12_netbsd32_fstat12", /* 189 = compat_12 netbsd32_fstat12 */
271 1.11 eeh "compat_12_netbsd32_lstat12", /* 190 = compat_12 netbsd32_lstat12 */
272 1.11 eeh "netbsd32_pathconf", /* 191 = netbsd32_pathconf */
273 1.11 eeh "netbsd32_fpathconf", /* 192 = netbsd32_fpathconf */
274 1.1 mrg "#193 (unimplemented)", /* 193 = unimplemented */
275 1.11 eeh "netbsd32_getrlimit", /* 194 = netbsd32_getrlimit */
276 1.11 eeh "netbsd32_setrlimit", /* 195 = netbsd32_setrlimit */
277 1.11 eeh "compat_12_netbsd32_getdirentries", /* 196 = compat_12 netbsd32_getdirentries */
278 1.11 eeh "netbsd32_mmap", /* 197 = netbsd32_mmap */
279 1.1 mrg "__syscall", /* 198 = __syscall */
280 1.11 eeh "netbsd32_lseek", /* 199 = netbsd32_lseek */
281 1.11 eeh "netbsd32_truncate", /* 200 = netbsd32_truncate */
282 1.11 eeh "netbsd32_ftruncate", /* 201 = netbsd32_ftruncate */
283 1.11 eeh "netbsd32___sysctl", /* 202 = netbsd32___sysctl */
284 1.11 eeh "netbsd32_mlock", /* 203 = netbsd32_mlock */
285 1.11 eeh "netbsd32_munlock", /* 204 = netbsd32_munlock */
286 1.11 eeh "netbsd32_undelete", /* 205 = netbsd32_undelete */
287 1.11 eeh "netbsd32_futimes", /* 206 = netbsd32_futimes */
288 1.11 eeh "netbsd32_getpgid", /* 207 = netbsd32_getpgid */
289 1.11 eeh "netbsd32_reboot", /* 208 = netbsd32_reboot */
290 1.11 eeh "netbsd32_poll", /* 209 = netbsd32_poll */
291 1.10 christos #if defined(LKM) || !defined(_KERNEL)
292 1.1 mrg "lkmnosys", /* 210 = lkmnosys */
293 1.1 mrg "lkmnosys", /* 211 = lkmnosys */
294 1.1 mrg "lkmnosys", /* 212 = lkmnosys */
295 1.1 mrg "lkmnosys", /* 213 = lkmnosys */
296 1.1 mrg "lkmnosys", /* 214 = lkmnosys */
297 1.1 mrg "lkmnosys", /* 215 = lkmnosys */
298 1.1 mrg "lkmnosys", /* 216 = lkmnosys */
299 1.1 mrg "lkmnosys", /* 217 = lkmnosys */
300 1.1 mrg "lkmnosys", /* 218 = lkmnosys */
301 1.1 mrg "lkmnosys", /* 219 = lkmnosys */
302 1.10 christos #else /* !LKM || !_KERNEL */
303 1.10 christos "#210 (excluded lkmnosys)", /* 210 = excluded lkmnosys */
304 1.10 christos "#211 (excluded lkmnosys)", /* 211 = excluded lkmnosys */
305 1.10 christos "#212 (excluded lkmnosys)", /* 212 = excluded lkmnosys */
306 1.10 christos "#213 (excluded lkmnosys)", /* 213 = excluded lkmnosys */
307 1.10 christos "#214 (excluded lkmnosys)", /* 214 = excluded lkmnosys */
308 1.10 christos "#215 (excluded lkmnosys)", /* 215 = excluded lkmnosys */
309 1.10 christos "#216 (excluded lkmnosys)", /* 216 = excluded lkmnosys */
310 1.10 christos "#217 (excluded lkmnosys)", /* 217 = excluded lkmnosys */
311 1.10 christos "#218 (excluded lkmnosys)", /* 218 = excluded lkmnosys */
312 1.10 christos "#219 (excluded lkmnosys)", /* 219 = excluded lkmnosys */
313 1.10 christos #endif /* !LKM || !_KERNEL */
314 1.10 christos #if defined(SYSVSEM) || !defined(_KERNEL)
315 1.11 eeh "compat_14_netbsd32___semctl", /* 220 = compat_14 netbsd32___semctl */
316 1.11 eeh "netbsd32_semget", /* 221 = netbsd32_semget */
317 1.11 eeh "netbsd32_semop", /* 222 = netbsd32_semop */
318 1.11 eeh "netbsd32_semconfig", /* 223 = netbsd32_semconfig */
319 1.11 eeh #else
320 1.12 eeh "#220 (excluded compat_14_netbsd32_semctl)", /* 220 = excluded compat_14_netbsd32_semctl */
321 1.11 eeh "#221 (excluded netbsd32_semget)", /* 221 = excluded netbsd32_semget */
322 1.11 eeh "#222 (excluded netbsd32_semop)", /* 222 = excluded netbsd32_semop */
323 1.11 eeh "#223 (excluded netbsd32_semconfig)", /* 223 = excluded netbsd32_semconfig */
324 1.1 mrg #endif
325 1.10 christos #if defined(SYSVMSG) || !defined(_KERNEL)
326 1.11 eeh "compat_14_netbsd32_msgctl", /* 224 = compat_14 netbsd32_msgctl */
327 1.11 eeh "netbsd32_msgget", /* 225 = netbsd32_msgget */
328 1.11 eeh "netbsd32_msgsnd", /* 226 = netbsd32_msgsnd */
329 1.11 eeh "netbsd32_msgrcv", /* 227 = netbsd32_msgrcv */
330 1.11 eeh #else
331 1.12 eeh "#224 (excluded compat_14_netbsd32_msgctl)", /* 224 = excluded compat_14_netbsd32_msgctl */
332 1.11 eeh "#225 (excluded netbsd32_msgget)", /* 225 = excluded netbsd32_msgget */
333 1.11 eeh "#226 (excluded netbsd32_msgsnd)", /* 226 = excluded netbsd32_msgsnd */
334 1.11 eeh "#227 (excluded netbsd32_msgrcv)", /* 227 = excluded netbsd32_msgrcv */
335 1.1 mrg #endif
336 1.10 christos #if defined(SYSVSHM) || !defined(_KERNEL)
337 1.11 eeh "netbsd32_shmat", /* 228 = netbsd32_shmat */
338 1.11 eeh "compat_14_netbsd32_shmctl", /* 229 = compat_14 netbsd32_shmctl */
339 1.11 eeh "netbsd32_shmdt", /* 230 = netbsd32_shmdt */
340 1.11 eeh "netbsd32_shmget", /* 231 = netbsd32_shmget */
341 1.11 eeh #else
342 1.11 eeh "#228 (excluded netbsd32_shmat)", /* 228 = excluded netbsd32_shmat */
343 1.12 eeh "#229 (excluded compat_14_netbsd32_shmctl)", /* 229 = excluded compat_14_netbsd32_shmctl */
344 1.11 eeh "#230 (excluded netbsd32_shmdt)", /* 230 = excluded netbsd32_shmdt */
345 1.11 eeh "#231 (excluded netbsd32_shmget)", /* 231 = excluded netbsd32_shmget */
346 1.11 eeh #endif
347 1.11 eeh "netbsd32_clock_gettime", /* 232 = netbsd32_clock_gettime */
348 1.11 eeh "netbsd32_clock_settime", /* 233 = netbsd32_clock_settime */
349 1.11 eeh "netbsd32_clock_getres", /* 234 = netbsd32_clock_getres */
350 1.1 mrg "#235 (unimplemented timer_create)", /* 235 = unimplemented timer_create */
351 1.1 mrg "#236 (unimplemented timer_delete)", /* 236 = unimplemented timer_delete */
352 1.1 mrg "#237 (unimplemented timer_settime)", /* 237 = unimplemented timer_settime */
353 1.1 mrg "#238 (unimplemented timer_gettime)", /* 238 = unimplemented timer_gettime */
354 1.1 mrg "#239 (unimplemented timer_getoverrun)", /* 239 = unimplemented timer_getoverrun */
355 1.11 eeh "netbsd32_nanosleep", /* 240 = netbsd32_nanosleep */
356 1.11 eeh "netbsd32_fdatasync", /* 241 = netbsd32_fdatasync */
357 1.1 mrg "#242 (unimplemented)", /* 242 = unimplemented */
358 1.1 mrg "#243 (unimplemented)", /* 243 = unimplemented */
359 1.1 mrg "#244 (unimplemented)", /* 244 = unimplemented */
360 1.1 mrg "#245 (unimplemented)", /* 245 = unimplemented */
361 1.1 mrg "#246 (unimplemented)", /* 246 = unimplemented */
362 1.1 mrg "#247 (unimplemented)", /* 247 = unimplemented */
363 1.1 mrg "#248 (unimplemented)", /* 248 = unimplemented */
364 1.1 mrg "#249 (unimplemented)", /* 249 = unimplemented */
365 1.1 mrg "#250 (unimplemented)", /* 250 = unimplemented */
366 1.1 mrg "#251 (unimplemented)", /* 251 = unimplemented */
367 1.1 mrg "#252 (unimplemented)", /* 252 = unimplemented */
368 1.1 mrg "#253 (unimplemented)", /* 253 = unimplemented */
369 1.1 mrg "#254 (unimplemented)", /* 254 = unimplemented */
370 1.1 mrg "#255 (unimplemented)", /* 255 = unimplemented */
371 1.1 mrg "#256 (unimplemented)", /* 256 = unimplemented */
372 1.1 mrg "#257 (unimplemented)", /* 257 = unimplemented */
373 1.1 mrg "#258 (unimplemented)", /* 258 = unimplemented */
374 1.1 mrg "#259 (unimplemented)", /* 259 = unimplemented */
375 1.1 mrg "#260 (unimplemented)", /* 260 = unimplemented */
376 1.1 mrg "#261 (unimplemented)", /* 261 = unimplemented */
377 1.1 mrg "#262 (unimplemented)", /* 262 = unimplemented */
378 1.1 mrg "#263 (unimplemented)", /* 263 = unimplemented */
379 1.1 mrg "#264 (unimplemented)", /* 264 = unimplemented */
380 1.1 mrg "#265 (unimplemented)", /* 265 = unimplemented */
381 1.1 mrg "#266 (unimplemented)", /* 266 = unimplemented */
382 1.1 mrg "#267 (unimplemented)", /* 267 = unimplemented */
383 1.1 mrg "#268 (unimplemented)", /* 268 = unimplemented */
384 1.1 mrg "#269 (unimplemented)", /* 269 = unimplemented */
385 1.11 eeh "netbsd32___posix_rename", /* 270 = netbsd32___posix_rename */
386 1.11 eeh "netbsd32_swapctl", /* 271 = netbsd32_swapctl */
387 1.11 eeh "netbsd32_getdents", /* 272 = netbsd32_getdents */
388 1.11 eeh "netbsd32_minherit", /* 273 = netbsd32_minherit */
389 1.11 eeh "netbsd32_lchmod", /* 274 = netbsd32_lchmod */
390 1.11 eeh "netbsd32_lchown", /* 275 = netbsd32_lchown */
391 1.11 eeh "netbsd32_lutimes", /* 276 = netbsd32_lutimes */
392 1.11 eeh "netbsd32___msync13", /* 277 = netbsd32___msync13 */
393 1.11 eeh "netbsd32___stat13", /* 278 = netbsd32___stat13 */
394 1.11 eeh "netbsd32___fstat13", /* 279 = netbsd32___fstat13 */
395 1.11 eeh "netbsd32___lstat13", /* 280 = netbsd32___lstat13 */
396 1.11 eeh "netbsd32___sigaltstack14", /* 281 = netbsd32___sigaltstack14 */
397 1.1 mrg "__vfork14", /* 282 = __vfork14 */
398 1.11 eeh "netbsd32___posix_chown", /* 283 = netbsd32___posix_chown */
399 1.11 eeh "netbsd32___posix_fchown", /* 284 = netbsd32___posix_fchown */
400 1.11 eeh "netbsd32___posix_lchown", /* 285 = netbsd32___posix_lchown */
401 1.11 eeh "netbsd32_getsid", /* 286 = netbsd32_getsid */
402 1.1 mrg "#287 (unimplemented)", /* 287 = unimplemented */
403 1.10 christos #if defined(KTRACE) || !defined(_KERNEL)
404 1.11 eeh "netbsd32_fktrace", /* 288 = netbsd32_fktrace */
405 1.1 mrg #else
406 1.11 eeh "#288 (excluded netbsd32_fktrace)", /* 288 = excluded netbsd32_fktrace */
407 1.1 mrg #endif
408 1.11 eeh "netbsd32_preadv", /* 289 = netbsd32_preadv */
409 1.11 eeh "netbsd32_pwritev", /* 290 = netbsd32_pwritev */
410 1.12 eeh "netbsd32___sigaction14", /* 291 = netbsd32___sigaction14 */
411 1.12 eeh "netbsd32___sigpending14", /* 292 = netbsd32___sigpending14 */
412 1.12 eeh "netbsd32___sigprocmask14", /* 293 = netbsd32___sigprocmask14 */
413 1.12 eeh "netbsd32___sigsuspend14", /* 294 = netbsd32___sigsuspend14 */
414 1.12 eeh "netbsd32___sigreturn14", /* 295 = netbsd32___sigreturn14 */
415 1.12 eeh "netbsd32___getcwd", /* 296 = netbsd32___getcwd */
416 1.12 eeh "netbsd32_fchroot", /* 297 = netbsd32_fchroot */
417 1.12 eeh "netbsd32_fhopen", /* 298 = netbsd32_fhopen */
418 1.12 eeh "netbsd32_fhstat", /* 299 = netbsd32_fhstat */
419 1.12 eeh "netbsd32_fhstatfs", /* 300 = netbsd32_fhstatfs */
420 1.12 eeh #if defined(SYSVSEM) || !defined(_KERNEL)
421 1.13 christos "netbsd32___semctl14", /* 301 = netbsd32___semctl14 */
422 1.12 eeh #else
423 1.13 christos "#301 (excluded __semctl14)", /* 301 = excluded __semctl14 */
424 1.12 eeh #endif
425 1.12 eeh #if defined(SYSVMSG) || !defined(_KERNEL)
426 1.12 eeh "netbsd32___msgctl13", /* 302 = netbsd32___msgctl13 */
427 1.12 eeh #else
428 1.12 eeh "#302 (excluded __msgctl13)", /* 302 = excluded __msgctl13 */
429 1.12 eeh #endif
430 1.12 eeh #if defined(SYSVSHM) || !defined(_KERNEL)
431 1.12 eeh "netbsd32___shmctl13", /* 303 = netbsd32___shmctl13 */
432 1.12 eeh #else
433 1.12 eeh "#303 (excluded __shmctl13)", /* 303 = excluded __shmctl13 */
434 1.12 eeh #endif
435 1.1 mrg };
436