6 * DO NOT EDIT-- this file is automatically generated.
10 #ifndef _NETBSD32_SYS_SYSCALL_H_
11 #define _NETBSD32_SYS_SYSCALL_H_
13 #define NETBSD32_SYS_MAXSYSARGS 8
15 /* syscall: "netbsd32_syscall" ret: "int" args: "int" "..." */
16 #define NETBSD32_SYS_netbsd32_syscall 0
18 /* syscall: "netbsd32_exit" ret: "void" args: "int" */
19 #define NETBSD32_SYS_netbsd32_exit 1
21 /* syscall: "fork" ret: "int" args: */
22 #define NETBSD32_SYS_fork 2
24 /* syscall: "netbsd32_read" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" */
25 #define NETBSD32_SYS_netbsd32_read 3
27 /* syscall: "netbsd32_write" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" */
28 #define NETBSD32_SYS_netbsd32_write 4
30 /* syscall: "netbsd32_open" ret: "int" args: "netbsd32_charp" "int" "..." */
31 #define NETBSD32_SYS_netbsd32_open 5
33 /* syscall: "netbsd32_close" ret: "int" args: "int" */
34 #define NETBSD32_SYS_netbsd32_close 6
36 /* syscall: "compat_50_netbsd32_wait4" ret: "int" args: "int" "netbsd32_intp" "int" "netbsd32_rusage50p_t" */
37 #define NETBSD32_SYS_compat_50_netbsd32_wait4 7
39 /* syscall: "compat_43_netbsd32_ocreat" ret: "int" args: "netbsd32_charp" "mode_t" */
40 #define NETBSD32_SYS_compat_43_netbsd32_ocreat 8
42 /* syscall: "netbsd32_link" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
43 #define NETBSD32_SYS_netbsd32_link 9
45 /* syscall: "netbsd32_unlink" ret: "int" args: "netbsd32_charp" */
46 #define NETBSD32_SYS_netbsd32_unlink 10
48 /* 11 is obsolete execv */
49 /* syscall: "netbsd32_chdir" ret: "int" args: "netbsd32_charp" */
50 #define NETBSD32_SYS_netbsd32_chdir 12
52 /* syscall: "netbsd32_fchdir" ret: "int" args: "int" */
53 #define NETBSD32_SYS_netbsd32_fchdir 13
55 /* syscall: "compat_50_netbsd32_mknod" ret: "int" args: "netbsd32_charp" "mode_t" "uint32_t" */
56 #define NETBSD32_SYS_compat_50_netbsd32_mknod 14
58 /* syscall: "netbsd32_chmod" ret: "int" args: "netbsd32_charp" "mode_t" */
59 #define NETBSD32_SYS_netbsd32_chmod 15
61 /* syscall: "netbsd32_chown" ret: "int" args: "netbsd32_charp" "uid_t" "gid_t" */
62 #define NETBSD32_SYS_netbsd32_chown 16
64 /* syscall: "netbsd32_break" ret: "int" args: "netbsd32_charp" */
65 #define NETBSD32_SYS_netbsd32_break 17
67 /* syscall: "compat_20_netbsd32_getfsstat" ret: "int" args: "netbsd32_statfsp_t" "netbsd32_long" "int" */
68 #define NETBSD32_SYS_compat_20_netbsd32_getfsstat 18
70 /* syscall: "compat_43_netbsd32_olseek" ret: "netbsd32_long" args: "int" "netbsd32_long" "int" */
71 #define NETBSD32_SYS_compat_43_netbsd32_olseek 19
73 /* syscall: "getpid" ret: "pid_t" args: */
74 #define NETBSD32_SYS_getpid 20
76 /* syscall: "netbsd32_mount" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "int" "netbsd32_voidp" */
77 #define NETBSD32_SYS_netbsd32_mount 21
79 /* syscall: "netbsd32_unmount" ret: "int" args: "netbsd32_charp" "int" */
80 #define NETBSD32_SYS_netbsd32_unmount 22
82 /* syscall: "netbsd32_setuid" ret: "int" args: "uid_t" */
83 #define NETBSD32_SYS_netbsd32_setuid 23
85 /* syscall: "getuid" ret: "uid_t" args: */
86 #define NETBSD32_SYS_getuid 24
88 /* syscall: "geteuid" ret: "uid_t" args: */
89 #define NETBSD32_SYS_geteuid 25
91 /* syscall: "netbsd32_ptrace" ret: "int" args: "int" "pid_t" "netbsd32_voidp" "int" */
92 #define NETBSD32_SYS_netbsd32_ptrace 26
94 /* syscall: "netbsd32_recvmsg" ret: "netbsd32_ssize_t" args: "int" "netbsd32_msghdrp_t" "int" */
95 #define NETBSD32_SYS_netbsd32_recvmsg 27
97 /* syscall: "netbsd32_sendmsg" ret: "netbsd32_ssize_t" args: "int" "netbsd32_msghdrp_t" "int" */
98 #define NETBSD32_SYS_netbsd32_sendmsg 28
100 /* syscall: "netbsd32_recvfrom" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "netbsd32_sockaddrp_t" "netbsd32_intp" */
101 #define NETBSD32_SYS_netbsd32_recvfrom 29
103 /* syscall: "netbsd32_accept" ret: "int" args: "int" "netbsd32_sockaddrp_t" "netbsd32_intp" */
104 #define NETBSD32_SYS_netbsd32_accept 30
106 /* syscall: "netbsd32_getpeername" ret: "int" args: "int" "netbsd32_sockaddrp_t" "netbsd32_intp" */
107 #define NETBSD32_SYS_netbsd32_getpeername 31
109 /* syscall: "netbsd32_getsockname" ret: "int" args: "int" "netbsd32_sockaddrp_t" "netbsd32_intp" */
110 #define NETBSD32_SYS_netbsd32_getsockname 32
112 /* syscall: "netbsd32_access" ret: "int" args: "netbsd32_charp" "int" */
113 #define NETBSD32_SYS_netbsd32_access 33
115 /* syscall: "netbsd32_chflags" ret: "int" args: "netbsd32_charp" "netbsd32_u_long" */
116 #define NETBSD32_SYS_netbsd32_chflags 34
118 /* syscall: "netbsd32_fchflags" ret: "int" args: "int" "netbsd32_u_long" */
119 #define NETBSD32_SYS_netbsd32_fchflags 35
121 /* syscall: "sync" ret: "void" args: */
122 #define NETBSD32_SYS_sync 36
124 /* syscall: "netbsd32_kill" ret: "int" args: "int" "int" */
125 #define NETBSD32_SYS_netbsd32_kill 37
127 /* syscall: "compat_43_netbsd32_stat43" ret: "int" args: "netbsd32_charp" "netbsd32_stat43p_t" */
128 #define NETBSD32_SYS_compat_43_netbsd32_stat43 38
130 /* syscall: "getppid" ret: "pid_t" args: */
131 #define NETBSD32_SYS_getppid 39
133 /* syscall: "compat_43_netbsd32_lstat43" ret: "int" args: "netbsd32_charp" "netbsd32_stat43p_t" */
134 #define NETBSD32_SYS_compat_43_netbsd32_lstat43 40
136 /* syscall: "netbsd32_dup" ret: "int" args: "int" */
137 #define NETBSD32_SYS_netbsd32_dup 41
139 /* syscall: "pipe" ret: "int" args: */
140 #define NETBSD32_SYS_pipe 42
142 /* syscall: "getegid" ret: "gid_t" args: */
143 #define NETBSD32_SYS_getegid 43
145 /* syscall: "netbsd32_profil" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "netbsd32_u_long" "u_int" */
146 #define NETBSD32_SYS_netbsd32_profil 44
148 /* syscall: "netbsd32_ktrace" ret: "int" args: "netbsd32_charp" "int" "int" "int" */
149 #define NETBSD32_SYS_netbsd32_ktrace 45
151 /* syscall: "netbsd32_sigaction" ret: "int" args: "int" "netbsd32_sigactionp_t" "netbsd32_sigactionp_t" */
152 #define NETBSD32_SYS_netbsd32_sigaction 46
154 /* syscall: "getgid" ret: "gid_t" args: */
155 #define NETBSD32_SYS_getgid 47
157 /* syscall: "compat_13_sigprocmask13" ret: "int" args: "int" "int" */
158 #define NETBSD32_SYS_compat_13_sigprocmask13 48
160 /* syscall: "netbsd32___getlogin" ret: "int" args: "netbsd32_charp" "u_int" */
161 #define NETBSD32_SYS_netbsd32___getlogin 49
163 /* syscall: "netbsd32_setlogin" ret: "int" args: "netbsd32_charp" */
164 #define NETBSD32_SYS_netbsd32_setlogin 50
166 /* syscall: "netbsd32_acct" ret: "int" args: "netbsd32_charp" */
167 #define NETBSD32_SYS_netbsd32_acct 51
169 /* syscall: "compat_13_sigpending13" ret: "int" args: */
170 #define NETBSD32_SYS_compat_13_sigpending13 52
172 /* syscall: "compat_13_netbsd32_sigaltstack13" ret: "int" args: "netbsd32_sigaltstack13p_t" "netbsd32_sigaltstack13p_t" */
173 #define NETBSD32_SYS_compat_13_netbsd32_sigaltstack13 53
175 /* syscall: "netbsd32_ioctl" ret: "int" args: "int" "netbsd32_u_long" "..." */
176 #define NETBSD32_SYS_netbsd32_ioctl 54
178 /* syscall: "compat_12_netbsd32_reboot" ret: "int" args: "int" */
179 #define NETBSD32_SYS_compat_12_netbsd32_reboot 55
181 /* syscall: "netbsd32_revoke" ret: "int" args: "netbsd32_charp" */
182 #define NETBSD32_SYS_netbsd32_revoke 56
184 /* syscall: "netbsd32_symlink" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
185 #define NETBSD32_SYS_netbsd32_symlink 57
187 /* syscall: "netbsd32_readlink" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_size_t" */
188 #define NETBSD32_SYS_netbsd32_readlink 58
190 /* syscall: "netbsd32_execve" ret: "int" args: "netbsd32_charp" "netbsd32_charpp" "netbsd32_charpp" */
191 #define NETBSD32_SYS_netbsd32_execve 59
193 /* syscall: "netbsd32_umask" ret: "mode_t" args: "mode_t" */
194 #define NETBSD32_SYS_netbsd32_umask 60
196 /* syscall: "netbsd32_chroot" ret: "int" args: "netbsd32_charp" */
197 #define NETBSD32_SYS_netbsd32_chroot 61
199 /* syscall: "compat_43_netbsd32_fstat43" ret: "int" args: "int" "netbsd32_stat43p_t" */
200 #define NETBSD32_SYS_compat_43_netbsd32_fstat43 62
202 /* syscall: "compat_43_netbsd32_ogetkerninfo" ret: "int" args: "int" "netbsd32_charp" "netbsd32_intp" "int" */
203 #define NETBSD32_SYS_compat_43_netbsd32_ogetkerninfo 63
205 /* syscall: "compat_43_ogetpagesize" ret: "int" args: */
206 #define NETBSD32_SYS_compat_43_ogetpagesize 64
208 /* syscall: "compat_12_netbsd32_msync" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" */
209 #define NETBSD32_SYS_compat_12_netbsd32_msync 65
211 /* syscall: "vfork" ret: "int" args: */
212 #define NETBSD32_SYS_vfork 66
214 /* 67 is obsolete vread */
215 /* 68 is obsolete vwrite */
216 /* syscall: "netbsd32_sbrk" ret: "int" args: "netbsd32_intptr_t" */
217 #define NETBSD32_SYS_netbsd32_sbrk 69
219 /* syscall: "netbsd32_sstk" ret: "int" args: "int" */
220 #define NETBSD32_SYS_netbsd32_sstk 70
222 /* syscall: "compat_43_netbsd32_ommap" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" "int" "int" "netbsd32_long" */
223 #define NETBSD32_SYS_compat_43_netbsd32_ommap 71
225 /* syscall: "vadvise" ret: "int" args: "int" */
226 #define NETBSD32_SYS_vadvise 72
228 /* syscall: "netbsd32_munmap" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" */
229 #define NETBSD32_SYS_netbsd32_munmap 73
231 /* syscall: "netbsd32_mprotect" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
232 #define NETBSD32_SYS_netbsd32_mprotect 74
234 /* syscall: "netbsd32_madvise" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
235 #define NETBSD32_SYS_netbsd32_madvise 75
237 /* 76 is obsolete vhangup */
238 /* 77 is obsolete vlimit */
239 /* syscall: "netbsd32_mincore" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "netbsd32_charp" */
240 #define NETBSD32_SYS_netbsd32_mincore 78
242 /* syscall: "netbsd32_getgroups" ret: "int" args: "int" "netbsd32_gid_tp" */
243 #define NETBSD32_SYS_netbsd32_getgroups 79
245 /* syscall: "netbsd32_setgroups" ret: "int" args: "int" "netbsd32_gid_tp" */
246 #define NETBSD32_SYS_netbsd32_setgroups 80
248 /* syscall: "getpgrp" ret: "int" args: */
249 #define NETBSD32_SYS_getpgrp 81
251 /* syscall: "netbsd32_setpgid" ret: "int" args: "int" "int" */
252 #define NETBSD32_SYS_netbsd32_setpgid 82
254 /* syscall: "compat_50_netbsd32_setitimer" ret: "int" args: "int" "netbsd32_itimerval50p_t" "netbsd32_itimerval50p_t" */
255 #define NETBSD32_SYS_compat_50_netbsd32_setitimer 83
257 /* syscall: "compat_43_owait" ret: "int" args: */
258 #define NETBSD32_SYS_compat_43_owait 84
260 /* syscall: "compat_12_netbsd32_oswapon" ret: "int" args: "netbsd32_charp" */
261 #define NETBSD32_SYS_compat_12_netbsd32_oswapon 85
263 /* syscall: "compat_50_netbsd32_getitimer" ret: "int" args: "int" "netbsd32_itimerval50p_t" */
264 #define NETBSD32_SYS_compat_50_netbsd32_getitimer 86
266 /* syscall: "compat_43_netbsd32_ogethostname" ret: "int" args: "netbsd32_charp" "u_int" */
267 #define NETBSD32_SYS_compat_43_netbsd32_ogethostname 87
269 /* syscall: "compat_43_netbsd32_osethostname" ret: "int" args: "netbsd32_charp" "u_int" */
270 #define NETBSD32_SYS_compat_43_netbsd32_osethostname 88
272 /* syscall: "compat_43_ogetdtablesize" ret: "int" args: */
273 #define NETBSD32_SYS_compat_43_ogetdtablesize 89
275 /* syscall: "netbsd32_dup2" ret: "int" args: "int" "int" */
276 #define NETBSD32_SYS_netbsd32_dup2 90
278 /* syscall: "netbsd32_fcntl" ret: "int" args: "int" "int" "..." */
279 #define NETBSD32_SYS_netbsd32_fcntl 92
281 /* syscall: "compat_50_netbsd32_select" ret: "int" args: "int" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_timeval50p_t" */
282 #define NETBSD32_SYS_compat_50_netbsd32_select 93
284 /* syscall: "netbsd32_fsync" ret: "int" args: "int" */
285 #define NETBSD32_SYS_netbsd32_fsync 95
287 /* syscall: "netbsd32_setpriority" ret: "int" args: "int" "int" "int" */
288 #define NETBSD32_SYS_netbsd32_setpriority 96
290 /* syscall: "compat_30_netbsd32_socket" ret: "int" args: "int" "int" "int" */
291 #define NETBSD32_SYS_compat_30_netbsd32_socket 97
293 /* syscall: "netbsd32_connect" ret: "int" args: "int" "netbsd32_sockaddrp_t" "int" */
294 #define NETBSD32_SYS_netbsd32_connect 98
296 /* syscall: "compat_43_netbsd32_oaccept" ret: "int" args: "int" "netbsd32_voidp" "netbsd32_intp" */
297 #define NETBSD32_SYS_compat_43_netbsd32_oaccept 99
299 /* syscall: "netbsd32_getpriority" ret: "int" args: "int" "int" */
300 #define NETBSD32_SYS_netbsd32_getpriority 100
302 /* syscall: "compat_43_netbsd32_osend" ret: "int" args: "int" "netbsd32_voidp" "int" "int" */
303 #define NETBSD32_SYS_compat_43_netbsd32_osend 101
305 /* syscall: "compat_43_netbsd32_orecv" ret: "int" args: "int" "netbsd32_voidp" "int" "int" */
306 #define NETBSD32_SYS_compat_43_netbsd32_orecv 102
308 /* syscall: "compat_13_sigreturn13" ret: "int" args: "netbsd32_sigcontextp_t" */
309 #define NETBSD32_SYS_compat_13_sigreturn13 103
311 /* syscall: "netbsd32_bind" ret: "int" args: "int" "netbsd32_sockaddrp_t" "int" */
312 #define NETBSD32_SYS_netbsd32_bind 104
314 /* syscall: "netbsd32_setsockopt" ret: "int" args: "int" "int" "int" "netbsd32_voidp" "int" */
315 #define NETBSD32_SYS_netbsd32_setsockopt 105
317 /* syscall: "netbsd32_listen" ret: "int" args: "int" "int" */
318 #define NETBSD32_SYS_netbsd32_listen 106
320 /* 107 is obsolete vtimes */
321 /* syscall: "compat_43_netbsd32_osigvec" ret: "int" args: "int" "netbsd32_sigvecp_t" "netbsd32_sigvecp_t" */
322 #define NETBSD32_SYS_compat_43_netbsd32_osigvec 108
324 /* syscall: "compat_43_netbsd32_sigblock" ret: "int" args: "int" */
325 #define NETBSD32_SYS_compat_43_netbsd32_sigblock 109
327 /* syscall: "compat_43_netbsd32_sigsetmask" ret: "int" args: "int" */
328 #define NETBSD32_SYS_compat_43_netbsd32_sigsetmask 110
330 /* syscall: "compat_13_sigsuspend13" ret: "int" args: "int" */
331 #define NETBSD32_SYS_compat_13_sigsuspend13 111
333 /* syscall: "compat_43_netbsd32_osigstack" ret: "int" args: "netbsd32_sigstackp_t" "netbsd32_sigstackp_t" */
334 #define NETBSD32_SYS_compat_43_netbsd32_osigstack 112
336 /* syscall: "compat_43_netbsd32_orecvmsg" ret: "int" args: "int" "netbsd32_omsghdrp_t" "int" */
337 #define NETBSD32_SYS_compat_43_netbsd32_orecvmsg 113
339 /* syscall: "compat_43_netbsd32_osendmsg" ret: "int" args: "int" "netbsd32_voidp" "int" */
340 #define NETBSD32_SYS_compat_43_netbsd32_osendmsg 114
342 /* 115 is obsolete vtrace */
343 /* syscall: "compat_50_netbsd32_gettimeofday" ret: "int" args: "netbsd32_timeval50p_t" "netbsd32_timezonep_t" */
344 #define NETBSD32_SYS_compat_50_netbsd32_gettimeofday 116
346 /* syscall: "compat_50_netbsd32_getrusage" ret: "int" args: "int" "netbsd32_rusage50p_t" */
347 #define NETBSD32_SYS_compat_50_netbsd32_getrusage 117
349 /* syscall: "netbsd32_getsockopt" ret: "int" args: "int" "int" "int" "netbsd32_voidp" "netbsd32_intp" */
350 #define NETBSD32_SYS_netbsd32_getsockopt 118
352 /* 119 is obsolete resuba */
353 /* syscall: "netbsd32_readv" ret: "netbsd32_ssize_t" args: "int" "netbsd32_iovecp_t" "int" */
354 #define NETBSD32_SYS_netbsd32_readv 120
356 /* syscall: "netbsd32_writev" ret: "netbsd32_ssize_t" args: "int" "netbsd32_iovecp_t" "int" */
357 #define NETBSD32_SYS_netbsd32_writev 121
359 /* syscall: "compat_50_netbsd32_settimeofday" ret: "int" args: "netbsd32_timeval50p_t" "netbsd32_timezonep_t" */
360 #define NETBSD32_SYS_compat_50_netbsd32_settimeofday 122
362 /* syscall: "netbsd32_fchown" ret: "int" args: "int" "uid_t" "gid_t" */
363 #define NETBSD32_SYS_netbsd32_fchown 123
365 /* syscall: "netbsd32_fchmod" ret: "int" args: "int" "mode_t" */
366 #define NETBSD32_SYS_netbsd32_fchmod 124
368 /* syscall: "compat_43_netbsd32_orecvfrom" ret: "int" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "netbsd32_voidp" "netbsd32_intp" */
369 #define NETBSD32_SYS_compat_43_netbsd32_orecvfrom 125
371 /* syscall: "netbsd32_setreuid" ret: "int" args: "uid_t" "uid_t" */
372 #define NETBSD32_SYS_netbsd32_setreuid 126
374 /* syscall: "netbsd32_setregid" ret: "int" args: "gid_t" "gid_t" */
375 #define NETBSD32_SYS_netbsd32_setregid 127
377 /* syscall: "netbsd32_rename" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
378 #define NETBSD32_SYS_netbsd32_rename 128
380 /* syscall: "compat_43_netbsd32_otruncate" ret: "int" args: "netbsd32_charp" "netbsd32_long" */
381 #define NETBSD32_SYS_compat_43_netbsd32_otruncate 129
383 /* syscall: "compat_43_netbsd32_oftruncate" ret: "int" args: "int" "netbsd32_long" */
384 #define NETBSD32_SYS_compat_43_netbsd32_oftruncate 130
386 /* syscall: "netbsd32_flock" ret: "int" args: "int" "int" */
387 #define NETBSD32_SYS_netbsd32_flock 131
389 /* syscall: "netbsd32_mkfifo" ret: "int" args: "netbsd32_charp" "mode_t" */
390 #define NETBSD32_SYS_netbsd32_mkfifo 132
392 /* syscall: "netbsd32_sendto" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "netbsd32_sockaddrp_t" "int" */
393 #define NETBSD32_SYS_netbsd32_sendto 133
395 /* syscall: "netbsd32_shutdown" ret: "int" args: "int" "int" */
396 #define NETBSD32_SYS_netbsd32_shutdown 134
398 /* syscall: "netbsd32_socketpair" ret: "int" args: "int" "int" "int" "netbsd32_intp" */
399 #define NETBSD32_SYS_netbsd32_socketpair 135
401 /* syscall: "netbsd32_mkdir" ret: "int" args: "netbsd32_charp" "mode_t" */
402 #define NETBSD32_SYS_netbsd32_mkdir 136
404 /* syscall: "netbsd32_rmdir" ret: "int" args: "netbsd32_charp" */
405 #define NETBSD32_SYS_netbsd32_rmdir 137
407 /* syscall: "compat_50_netbsd32_utimes" ret: "int" args: "netbsd32_charp" "netbsd32_timeval50p_t" */
408 #define NETBSD32_SYS_compat_50_netbsd32_utimes 138
410 /* 139 is obsolete 4.2 sigreturn */
411 /* syscall: "compat_50_netbsd32_adjtime" ret: "int" args: "netbsd32_timeval50p_t" "netbsd32_timeval50p_t" */
412 #define NETBSD32_SYS_compat_50_netbsd32_adjtime 140
414 /* syscall: "compat_43_netbsd32_ogetpeername" ret: "int" args: "int" "netbsd32_voidp" "netbsd32_intp" */
415 #define NETBSD32_SYS_compat_43_netbsd32_ogetpeername 141
417 /* syscall: "compat_43_ogethostid" ret: "int32_t" args: */
418 #define NETBSD32_SYS_compat_43_ogethostid 142
420 /* syscall: "compat_43_netbsd32_sethostid" ret: "int" args: "int32_t" */
421 #define NETBSD32_SYS_compat_43_netbsd32_sethostid 143
423 /* syscall: "compat_43_netbsd32_ogetrlimit" ret: "int" args: "int" "netbsd32_orlimitp_t" */
424 #define NETBSD32_SYS_compat_43_netbsd32_ogetrlimit 144
426 /* syscall: "compat_43_netbsd32_osetrlimit" ret: "int" args: "int" "netbsd32_orlimitp_t" */
427 #define NETBSD32_SYS_compat_43_netbsd32_osetrlimit 145
429 /* syscall: "compat_43_netbsd32_killpg" ret: "int" args: "int" "int" */
430 #define NETBSD32_SYS_compat_43_netbsd32_killpg 146
432 /* syscall: "setsid" ret: "int" args: */
433 #define NETBSD32_SYS_setsid 147
435 /* syscall: "netbsd32_quotactl" ret: "int" args: "netbsd32_charp" "int" "int" "netbsd32_voidp" */
436 #define NETBSD32_SYS_netbsd32_quotactl 148
438 /* syscall: "compat_43_oquota" ret: "int" args: */
439 #define NETBSD32_SYS_compat_43_oquota 149
441 /* syscall: "compat_43_netbsd32_ogetsockname" ret: "int" args: "int" "netbsd32_voidp" "netbsd32_intp" */
442 #define NETBSD32_SYS_compat_43_netbsd32_ogetsockname 150
444 /* syscall: "netbsd32_nfssvc" ret: "int" args: "int" "netbsd32_voidp" */
445 #define NETBSD32_SYS_netbsd32_nfssvc 155
447 /* syscall: "compat_43_netbsd32_ogetdirentries" ret: "int" args: "int" "netbsd32_charp" "u_int" "netbsd32_longp" */
448 #define NETBSD32_SYS_compat_43_netbsd32_ogetdirentries 156
450 /* syscall: "compat_20_netbsd32_statfs" ret: "int" args: "netbsd32_charp" "netbsd32_statfsp_t" */
451 #define NETBSD32_SYS_compat_20_netbsd32_statfs 157
453 /* syscall: "compat_20_netbsd32_fstatfs" ret: "int" args: "int" "netbsd32_statfsp_t" */
454 #define NETBSD32_SYS_compat_20_netbsd32_fstatfs 158
456 /* syscall: "compat_30_netbsd32_getfh" ret: "int" args: "netbsd32_charp" "netbsd32_compat_30_fhandlep_t" */
457 #define NETBSD32_SYS_compat_30_netbsd32_getfh 161
459 /* syscall: "compat_09_netbsd32_ogetdomainname" ret: "int" args: "netbsd32_charp" "int" */
460 #define NETBSD32_SYS_compat_09_netbsd32_ogetdomainname 162
462 /* syscall: "compat_09_netbsd32_osetdomainname" ret: "int" args: "netbsd32_charp" "int" */
463 #define NETBSD32_SYS_compat_09_netbsd32_osetdomainname 163
465 /* syscall: "compat_09_netbsd32_uname" ret: "int" args: "netbsd32_outsnamep_t" */
466 #define NETBSD32_SYS_compat_09_netbsd32_uname 164
468 /* syscall: "netbsd32_sysarch" ret: "int" args: "int" "netbsd32_voidp" */
469 #define NETBSD32_SYS_netbsd32_sysarch 165
471 #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
472 /* syscall: "compat_10_osemsys" ret: "int" args: "int" "int" "int" "int" "int" */
473 #define NETBSD32_SYS_compat_10_osemsys 169
476 /* 169 is excluded netbsd32_semsys */
478 #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
479 /* syscall: "compat_10_omsgsys" ret: "int" args: "int" "int" "int" "int" "int" "int" */
480 #define NETBSD32_SYS_compat_10_omsgsys 170
483 /* 170 is excluded netbsd32_msgsys */
485 #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
486 /* syscall: "compat_10_oshmsys" ret: "int" args: "int" "int" "int" "int" */
487 #define NETBSD32_SYS_compat_10_oshmsys 171
490 /* 171 is excluded netbsd32_shmsys */
492 /* syscall: "netbsd32_pread" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "off_t" */
493 #define NETBSD32_SYS_netbsd32_pread 173
495 /* syscall: "netbsd32_pwrite" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "off_t" */
496 #define NETBSD32_SYS_netbsd32_pwrite 174
498 #if defined(NTP) || !defined(_KERNEL_OPT)
499 /* syscall: "compat_30_netbsd32_ntp_gettime" ret: "int" args: "netbsd32_ntptimeval50p_t" */
500 #define NETBSD32_SYS_compat_30_netbsd32_ntp_gettime 175
502 /* syscall: "netbsd32_ntp_adjtime" ret: "int" args: "netbsd32_timexp_t" */
503 #define NETBSD32_SYS_netbsd32_ntp_adjtime 176
506 /* 175 is excluded ntp_gettime */
507 /* 176 is excluded ntp_adjtime */
509 /* syscall: "netbsd32_setgid" ret: "int" args: "gid_t" */
510 #define NETBSD32_SYS_netbsd32_setgid 181
512 /* syscall: "netbsd32_setegid" ret: "int" args: "gid_t" */
513 #define NETBSD32_SYS_netbsd32_setegid 182
515 /* syscall: "netbsd32_seteuid" ret: "int" args: "uid_t" */
516 #define NETBSD32_SYS_netbsd32_seteuid 183
518 #if defined(LFS) || !defined(_KERNEL_OPT)
519 /* syscall: "netbsd32_lfs_bmapv" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_block_infop_t" "int" */
520 #define NETBSD32_SYS_netbsd32_lfs_bmapv 184
522 /* syscall: "netbsd32_lfs_markv" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_block_infop_t" "int" */
523 #define NETBSD32_SYS_netbsd32_lfs_markv 185
525 /* syscall: "netbsd32_lfs_segclean" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_u_long" */
526 #define NETBSD32_SYS_netbsd32_lfs_segclean 186
528 /* syscall: "compat_50_netbsd32_lfs_segwait" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_timeval50p_t" */
529 #define NETBSD32_SYS_compat_50_netbsd32_lfs_segwait 187
532 /* 184 is excluded netbsd32_lfs_bmapv */
533 /* 185 is excluded netbsd32_lfs_markv */
534 /* 186 is excluded netbsd32_lfs_segclean */
535 /* 187 is excluded netbsd32_lfs_segwait */
537 /* syscall: "compat_12_netbsd32_stat12" ret: "int" args: "netbsd32_charp" "netbsd32_stat12p_t" */
538 #define NETBSD32_SYS_compat_12_netbsd32_stat12 188
540 /* syscall: "compat_12_netbsd32_fstat12" ret: "int" args: "int" "netbsd32_stat12p_t" */
541 #define NETBSD32_SYS_compat_12_netbsd32_fstat12 189
543 /* syscall: "compat_12_netbsd32_lstat12" ret: "int" args: "netbsd32_charp" "netbsd32_stat12p_t" */
544 #define NETBSD32_SYS_compat_12_netbsd32_lstat12 190
546 /* syscall: "netbsd32_pathconf" ret: "netbsd32_long" args: "netbsd32_charp" "int" */
547 #define NETBSD32_SYS_netbsd32_pathconf 191
549 /* syscall: "netbsd32_fpathconf" ret: "netbsd32_long" args: "int" "int" */
550 #define NETBSD32_SYS_netbsd32_fpathconf 192
552 /* syscall: "netbsd32_getrlimit" ret: "int" args: "int" "netbsd32_rlimitp_t" */
553 #define NETBSD32_SYS_netbsd32_getrlimit 194
555 /* syscall: "netbsd32_setrlimit" ret: "int" args: "int" "netbsd32_rlimitp_t" */
556 #define NETBSD32_SYS_netbsd32_setrlimit 195
558 /* syscall: "compat_12_netbsd32_getdirentries" ret: "int" args: "int" "netbsd32_charp" "u_int" "netbsd32_longp" */
559 #define NETBSD32_SYS_compat_12_netbsd32_getdirentries 196
561 /* syscall: "netbsd32_mmap" ret: "netbsd32_voidp" args: "netbsd32_voidp" "netbsd32_size_t" "int" "int" "int" "netbsd32_long" "off_t" */
562 #define NETBSD32_SYS_netbsd32_mmap 197
564 /* syscall: "netbsd32____syscall" ret: "quad_t" args: "quad_t" "..." */
565 #define NETBSD32_SYS_netbsd32____syscall 198
567 /* syscall: "netbsd32_lseek" ret: "off_t" args: "int" "int" "off_t" "int" */
568 #define NETBSD32_SYS_netbsd32_lseek 199
570 /* syscall: "netbsd32_truncate" ret: "int" args: "netbsd32_charp" "int" "off_t" */
571 #define NETBSD32_SYS_netbsd32_truncate 200
573 /* syscall: "netbsd32_ftruncate" ret: "int" args: "int" "int" "off_t" */
574 #define NETBSD32_SYS_netbsd32_ftruncate 201
576 /* syscall: "netbsd32___sysctl" ret: "int" args: "netbsd32_intp" "u_int" "netbsd32_voidp" "netbsd32_size_tp" "netbsd32_voidp" "netbsd32_size_t" */
577 #define NETBSD32_SYS_netbsd32___sysctl 202
579 /* syscall: "netbsd32_mlock" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" */
580 #define NETBSD32_SYS_netbsd32_mlock 203
582 /* syscall: "netbsd32_munlock" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" */
583 #define NETBSD32_SYS_netbsd32_munlock 204
585 /* syscall: "netbsd32_undelete" ret: "int" args: "netbsd32_charp" */
586 #define NETBSD32_SYS_netbsd32_undelete 205
588 /* syscall: "compat_50_netbsd32_futimes" ret: "int" args: "int" "netbsd32_timeval50p_t" */
589 #define NETBSD32_SYS_compat_50_netbsd32_futimes 206
591 /* syscall: "netbsd32_getpgid" ret: "int" args: "pid_t" */
592 #define NETBSD32_SYS_netbsd32_getpgid 207
594 /* syscall: "netbsd32_reboot" ret: "int" args: "int" "netbsd32_charp" */
595 #define NETBSD32_SYS_netbsd32_reboot 208
597 /* syscall: "netbsd32_poll" ret: "int" args: "netbsd32_pollfdp_t" "u_int" "int" */
598 #define NETBSD32_SYS_netbsd32_poll 209
600 #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
601 /* syscall: "compat_14_netbsd32___semctl" ret: "int" args: "int" "int" "int" "netbsd32_semunu_t" */
602 #define NETBSD32_SYS_compat_14_netbsd32___semctl 220
604 /* syscall: "netbsd32_semget" ret: "int" args: "netbsd32_key_t" "int" "int" */
605 #define NETBSD32_SYS_netbsd32_semget 221
607 /* syscall: "netbsd32_semop" ret: "int" args: "int" "netbsd32_sembufp_t" "netbsd32_size_t" */
608 #define NETBSD32_SYS_netbsd32_semop 222
610 /* syscall: "netbsd32_semconfig" ret: "int" args: "int" */
611 #define NETBSD32_SYS_netbsd32_semconfig 223
614 /* 220 is excluded compat_14_netbsd32_semctl */
615 /* 221 is excluded netbsd32_semget */
616 /* 222 is excluded netbsd32_semop */
617 /* 223 is excluded netbsd32_semconfig */
619 #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
620 /* syscall: "compat_14_netbsd32_msgctl" ret: "int" args: "int" "int" "netbsd32_msqid_ds14p_t" */
621 #define NETBSD32_SYS_compat_14_netbsd32_msgctl 224
623 /* syscall: "netbsd32_msgget" ret: "int" args: "netbsd32_key_t" "int" */
624 #define NETBSD32_SYS_netbsd32_msgget 225
626 /* syscall: "netbsd32_msgsnd" ret: "int" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" */
627 #define NETBSD32_SYS_netbsd32_msgsnd 226
629 /* syscall: "netbsd32_msgrcv" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "netbsd32_long" "int" */
630 #define NETBSD32_SYS_netbsd32_msgrcv 227
633 /* 224 is excluded compat_14_netbsd32_msgctl */
634 /* 225 is excluded netbsd32_msgget */
635 /* 226 is excluded netbsd32_msgsnd */
636 /* 227 is excluded netbsd32_msgrcv */
638 #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
639 /* syscall: "netbsd32_shmat" ret: "netbsd32_voidp" args: "int" "netbsd32_voidp" "int" */
640 #define NETBSD32_SYS_netbsd32_shmat 228
642 /* syscall: "compat_14_netbsd32_shmctl" ret: "int" args: "int" "int" "netbsd32_shmid_dsp_t" */
643 #define NETBSD32_SYS_compat_14_netbsd32_shmctl 229
645 /* syscall: "netbsd32_shmdt" ret: "int" args: "netbsd32_voidp" */
646 #define NETBSD32_SYS_netbsd32_shmdt 230
648 /* syscall: "netbsd32_shmget" ret: "int" args: "netbsd32_key_t" "netbsd32_size_t" "int" */
649 #define NETBSD32_SYS_netbsd32_shmget 231
652 /* 228 is excluded netbsd32_shmat */
653 /* 229 is excluded compat_14_netbsd32_shmctl */
654 /* 230 is excluded netbsd32_shmdt */
655 /* 231 is excluded netbsd32_shmget */
657 /* syscall: "compat_50_netbsd32_clock_gettime" ret: "int" args: "netbsd32_clockid_t" "netbsd32_timespec50p_t" */
658 #define NETBSD32_SYS_compat_50_netbsd32_clock_gettime 232
660 /* syscall: "compat_50_netbsd32_clock_settime" ret: "int" args: "netbsd32_clockid_t" "netbsd32_timespec50p_t" */
661 #define NETBSD32_SYS_compat_50_netbsd32_clock_settime 233
663 /* syscall: "compat_50_netbsd32_clock_getres" ret: "int" args: "netbsd32_clockid_t" "netbsd32_timespec50p_t" */
664 #define NETBSD32_SYS_compat_50_netbsd32_clock_getres 234
666 /* syscall: "netbsd32_timer_create" ret: "int" args: "netbsd32_clockid_t" "netbsd32_sigeventp_t" "netbsd32_timerp_t" */
667 #define NETBSD32_SYS_netbsd32_timer_create 235
669 /* syscall: "netbsd32_timer_delete" ret: "int" args: "netbsd32_timer_t" */
670 #define NETBSD32_SYS_netbsd32_timer_delete 236
672 /* syscall: "compat_50_netbsd32_timer_settime" ret: "int" args: "netbsd32_timer_t" "int" "netbsd32_itimerspec50p_t" "netbsd32_itimerspec50p_t" */
673 #define NETBSD32_SYS_compat_50_netbsd32_timer_settime 237
675 /* syscall: "compat_50_netbsd32_timer_gettime" ret: "int" args: "netbsd32_timer_t" "netbsd32_itimerspec50p_t" */
676 #define NETBSD32_SYS_compat_50_netbsd32_timer_gettime 238
678 /* syscall: "netbsd32_timer_getoverrun" ret: "int" args: "netbsd32_timer_t" */
679 #define NETBSD32_SYS_netbsd32_timer_getoverrun 239
681 /* syscall: "compat_50_netbsd32_nanosleep" ret: "int" args: "netbsd32_timespec50p_t" "netbsd32_timespec50p_t" */
682 #define NETBSD32_SYS_compat_50_netbsd32_nanosleep 240
684 /* syscall: "netbsd32_fdatasync" ret: "int" args: "int" */
685 #define NETBSD32_SYS_netbsd32_fdatasync 241
687 /* syscall: "netbsd32_mlockall" ret: "int" args: "int" */
688 #define NETBSD32_SYS_netbsd32_mlockall 242
690 /* syscall: "munlockall" ret: "int" args: */
691 #define NETBSD32_SYS_munlockall 243
693 /* syscall: "compat_50_netbsd32___sigtimedwait" ret: "int" args: "netbsd32_sigsetp_t" "netbsd32_siginfop_t" "netbsd32_timespec50p_t" */
694 #define NETBSD32_SYS_compat_50_netbsd32___sigtimedwait 244
696 #if defined(P1003_1B_SEMAPHORE) || (!defined(_KERNEL_OPT) && defined(_LIBC))
697 /* syscall: "netbsd32__ksem_init" ret: "int" args: "unsigned int" "netbsd32_semidp_t" */
698 #define NETBSD32_SYS_netbsd32__ksem_init 247
700 /* syscall: "netbsd32__ksem_open" ret: "int" args: "netbsd32_charp" "int" "mode_t" "unsigned int" "netbsd32_semidp_t" */
701 #define NETBSD32_SYS_netbsd32__ksem_open 248
703 /* syscall: "netbsd32__ksem_unlink" ret: "int" args: "netbsd32_charp" */
704 #define NETBSD32_SYS_netbsd32__ksem_unlink 249
706 /* syscall: "netbsd32__ksem_close" ret: "int" args: "netbsd32_intptr_t" */
707 #define NETBSD32_SYS_netbsd32__ksem_close 250
709 /* syscall: "netbsd32__ksem_post" ret: "int" args: "netbsd32_intptr_t" */
710 #define NETBSD32_SYS_netbsd32__ksem_post 251
712 /* syscall: "netbsd32__ksem_wait" ret: "int" args: "netbsd32_intptr_t" */
713 #define NETBSD32_SYS_netbsd32__ksem_wait 252
715 /* syscall: "netbsd32__ksem_trywait" ret: "int" args: "netbsd32_intptr_t" */
716 #define NETBSD32_SYS_netbsd32__ksem_trywait 253
718 /* syscall: "netbsd32__ksem_getvalue" ret: "int" args: "netbsd32_intptr_t" "netbsd32_intp" */
719 #define NETBSD32_SYS_netbsd32__ksem_getvalue 254
721 /* syscall: "netbsd32__ksem_destroy" ret: "int" args: "netbsd32_intptr_t" */
722 #define NETBSD32_SYS_netbsd32__ksem_destroy 255
725 /* 247 is excluded sys__ksem_init */
726 /* 248 is excluded sys__ksem_open */
727 /* 249 is excluded sys__ksem_unlink */
728 /* 250 is excluded sys__ksem_close */
729 /* 251 is excluded sys__ksem_post */
730 /* 252 is excluded sys__ksem_wait */
731 /* 253 is excluded sys__ksem_trywait */
732 /* 254 is excluded sys__ksem_getvalue */
733 /* 255 is excluded sys__ksem_destroy */
735 /* syscall: "netbsd32___posix_rename" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
736 #define NETBSD32_SYS_netbsd32___posix_rename 270
738 /* syscall: "netbsd32_swapctl" ret: "int" args: "int" "netbsd32_voidp" "int" */
739 #define NETBSD32_SYS_netbsd32_swapctl 271
741 /* syscall: "compat_30_netbsd32_getdents" ret: "int" args: "int" "netbsd32_charp" "netbsd32_size_t" */
742 #define NETBSD32_SYS_compat_30_netbsd32_getdents 272
744 /* syscall: "netbsd32_minherit" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
745 #define NETBSD32_SYS_netbsd32_minherit 273
747 /* syscall: "netbsd32_lchmod" ret: "int" args: "netbsd32_charp" "mode_t" */
748 #define NETBSD32_SYS_netbsd32_lchmod 274
750 /* syscall: "netbsd32_lchown" ret: "int" args: "netbsd32_charp" "uid_t" "gid_t" */
751 #define NETBSD32_SYS_netbsd32_lchown 275
753 /* syscall: "compat_50_netbsd32_lutimes" ret: "int" args: "netbsd32_charp" "netbsd32_timeval50p_t" */
754 #define NETBSD32_SYS_compat_50_netbsd32_lutimes 276
756 /* syscall: "netbsd32___msync13" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
757 #define NETBSD32_SYS_netbsd32___msync13 277
759 /* syscall: "compat_30_netbsd32___stat13" ret: "int" args: "netbsd32_charp" "netbsd32_stat13p_t" */
760 #define NETBSD32_SYS_compat_30_netbsd32___stat13 278
762 /* syscall: "compat_30_netbsd32___fstat13" ret: "int" args: "int" "netbsd32_stat13p_t" */
763 #define NETBSD32_SYS_compat_30_netbsd32___fstat13 279
765 /* syscall: "compat_30_netbsd32___lstat13" ret: "int" args: "netbsd32_charp" "netbsd32_stat13p_t" */
766 #define NETBSD32_SYS_compat_30_netbsd32___lstat13 280
768 /* syscall: "netbsd32___sigaltstack14" ret: "int" args: "netbsd32_sigaltstackp_t" "netbsd32_sigaltstackp_t" */
769 #define NETBSD32_SYS_netbsd32___sigaltstack14 281
771 /* syscall: "__vfork14" ret: "int" args: */
772 #define NETBSD32_SYS___vfork14 282
774 /* syscall: "netbsd32___posix_chown" ret: "int" args: "netbsd32_charp" "uid_t" "gid_t" */
775 #define NETBSD32_SYS_netbsd32___posix_chown 283
777 /* syscall: "netbsd32___posix_fchown" ret: "int" args: "int" "uid_t" "gid_t" */
778 #define NETBSD32_SYS_netbsd32___posix_fchown 284
780 /* syscall: "netbsd32___posix_lchown" ret: "int" args: "netbsd32_charp" "uid_t" "gid_t" */
781 #define NETBSD32_SYS_netbsd32___posix_lchown 285
783 /* syscall: "netbsd32_getsid" ret: "pid_t" args: "pid_t" */
784 #define NETBSD32_SYS_netbsd32_getsid 286
786 /* syscall: "netbsd32___clone" ret: "int" args: "int" "netbsd32_voidp" */
787 #define NETBSD32_SYS_netbsd32___clone 287
789 /* syscall: "netbsd32_fktrace" ret: "int" args: "int" "int" "int" "int" */
790 #define NETBSD32_SYS_netbsd32_fktrace 288
792 /* syscall: "netbsd32_preadv" ret: "netbsd32_ssize_t" args: "int" "netbsd32_iovecp_t" "int" "int" "off_t" */
793 #define NETBSD32_SYS_netbsd32_preadv 289
795 /* syscall: "netbsd32_pwritev" ret: "netbsd32_ssize_t" args: "int" "netbsd32_iovecp_t" "int" "int" "off_t" */
796 #define NETBSD32_SYS_netbsd32_pwritev 290
798 /* syscall: "netbsd32___sigaction14" ret: "int" args: "int" "netbsd32_sigactionp_t" "netbsd32_sigactionp_t" */
799 #define NETBSD32_SYS_netbsd32___sigaction14 291
801 /* syscall: "netbsd32___sigpending14" ret: "int" args: "netbsd32_sigsetp_t" */
802 #define NETBSD32_SYS_netbsd32___sigpending14 292
804 /* syscall: "netbsd32___sigprocmask14" ret: "int" args: "int" "netbsd32_sigsetp_t" "netbsd32_sigsetp_t" */
805 #define NETBSD32_SYS_netbsd32___sigprocmask14 293
807 /* syscall: "netbsd32___sigsuspend14" ret: "int" args: "netbsd32_sigsetp_t" */
808 #define NETBSD32_SYS_netbsd32___sigsuspend14 294
810 /* syscall: "compat_16_netbsd32___sigreturn14" ret: "int" args: "netbsd32_sigcontextp_t" */
811 #define NETBSD32_SYS_compat_16_netbsd32___sigreturn14 295
813 /* syscall: "netbsd32___getcwd" ret: "int" args: "netbsd32_charp" "netbsd32_size_t" */
814 #define NETBSD32_SYS_netbsd32___getcwd 296
816 /* syscall: "netbsd32_fchroot" ret: "int" args: "int" */
817 #define NETBSD32_SYS_netbsd32_fchroot 297
819 /* syscall: "compat_30_netbsd32_fhopen" ret: "int" args: "netbsd32_fhandlep_t" "int" */
820 #define NETBSD32_SYS_compat_30_netbsd32_fhopen 298
822 /* syscall: "compat_30_netbsd32_fhstat" ret: "int" args: "netbsd32_fhandlep_t" "netbsd32_stat13p_t" */
823 #define NETBSD32_SYS_compat_30_netbsd32_fhstat 299
825 /* syscall: "compat_20_netbsd32_fhstatfs" ret: "int" args: "netbsd32_fhandlep_t" "netbsd32_stat50p_t" */
826 #define NETBSD32_SYS_compat_20_netbsd32_fhstatfs 300
828 #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
829 /* syscall: "compat_50_netbsd32___semctl14" ret: "int" args: "int" "int" "int" "..." */
830 #define NETBSD32_SYS_compat_50_netbsd32___semctl14 301
833 /* 301 is excluded __semctl14 */
835 #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
836 /* syscall: "compat_50_netbsd32___msgctl13" ret: "int" args: "int" "int" "netbsd32_msqid_ds50p_t" */
837 #define NETBSD32_SYS_compat_50_netbsd32___msgctl13 302
840 /* 302 is excluded __msgctl13 */
842 #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
843 /* syscall: "compat_50_netbsd32___shmctl13" ret: "int" args: "int" "int" "netbsd32_shmid_ds50p_t" */
844 #define NETBSD32_SYS_compat_50_netbsd32___shmctl13 303
847 /* 303 is excluded __shmctl13 */
849 /* syscall: "netbsd32_lchflags" ret: "int" args: "netbsd32_charp" "netbsd32_u_long" */
850 #define NETBSD32_SYS_netbsd32_lchflags 304
852 /* syscall: "issetugid" ret: "int" args: */
853 #define NETBSD32_SYS_issetugid 305
855 /* syscall: "netbsd32_utrace" ret: "int" args: "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
856 #define NETBSD32_SYS_netbsd32_utrace 306
858 /* syscall: "netbsd32_getcontext" ret: "int" args: "netbsd32_ucontextp" */
859 #define NETBSD32_SYS_netbsd32_getcontext 307
861 /* syscall: "netbsd32_setcontext" ret: "int" args: "netbsd32_ucontextp" "uint32_t" "netbsd32_lwpidp" */
862 #define NETBSD32_SYS_netbsd32_setcontext 308
864 /* syscall: "netbsd32__lwp_create" ret: "int" args: "netbsd32_ucontextp" "netbsd32_u_long" "netbsd32_lwpidp" */
865 #define NETBSD32_SYS_netbsd32__lwp_create 309
867 /* syscall: "_lwp_exit" ret: "int" args: */
868 #define NETBSD32_SYS__lwp_exit 310
870 /* syscall: "_lwp_self" ret: "lwpid_t" args: */
871 #define NETBSD32_SYS__lwp_self 311
873 /* syscall: "netbsd32__lwp_wait" ret: "int" args: "lwpid_t" "netbsd32_lwpidp" */
874 #define NETBSD32_SYS_netbsd32__lwp_wait 312
876 /* syscall: "netbsd32__lwp_suspend" ret: "int" args: "lwpid_t" */
877 #define NETBSD32_SYS_netbsd32__lwp_suspend 313
879 /* syscall: "netbsd32__lwp_continue" ret: "int" args: "lwpid_t" */
880 #define NETBSD32_SYS_netbsd32__lwp_continue 314
882 /* syscall: "netbsd32__lwp_wakeup" ret: "int" args: "lwpid_t" */
883 #define NETBSD32_SYS_netbsd32__lwp_wakeup 315
885 /* syscall: "_lwp_getprivate" ret: "netbsd32_voidp" args: */
886 #define NETBSD32_SYS__lwp_getprivate 316
888 /* syscall: "netbsd32__lwp_setprivate" ret: "void" args: "netbsd32_voidp" */
889 #define NETBSD32_SYS_netbsd32__lwp_setprivate 317
891 /* syscall: "netbsd32__lwp_kill" ret: "int" args: "lwpid_t" "int" */
892 #define NETBSD32_SYS_netbsd32__lwp_kill 318
894 /* syscall: "netbsd32__lwp_detach" ret: "int" args: "lwpid_t" */
895 #define NETBSD32_SYS_netbsd32__lwp_detach 319
897 /* syscall: "compat_50_netbsd32__lwp_park" ret: "int" args: "netbsd32_timespec50p_t" "lwpid_t" "netbsd32_voidp" "netbsd32_voidp" */
898 #define NETBSD32_SYS_compat_50_netbsd32__lwp_park 320
900 /* syscall: "netbsd32__lwp_unpark" ret: "int" args: "lwpid_t" "netbsd32_voidp" */
901 #define NETBSD32_SYS_netbsd32__lwp_unpark 321
903 /* syscall: "netbsd32__lwp_unpark_all" ret: "netbsd32_size_t" args: "netbsd32_lwpidp" "netbsd32_size_t" "netbsd32_voidp" */
904 #define NETBSD32_SYS_netbsd32__lwp_unpark_all 322
906 /* syscall: "netbsd32__lwp_setname" ret: "int" args: "lwpid_t" "netbsd32_charp" */
907 #define NETBSD32_SYS_netbsd32__lwp_setname 323
909 /* syscall: "netbsd32__lwp_getname" ret: "int" args: "lwpid_t" "netbsd32_charp" "netbsd32_size_t" */
910 #define NETBSD32_SYS_netbsd32__lwp_getname 324
912 /* syscall: "netbsd32__lwp_ctl" ret: "int" args: "int" "netbsd32_pointer_t" */
913 #define NETBSD32_SYS_netbsd32__lwp_ctl 325
915 /* syscall: "netbsd32_sa_register" ret: "int" args: "netbsd32_sa_upcall_t" "netbsd32_sa_upcallp_t" "int" "netbsd32_ssize_t" */
916 #define NETBSD32_SYS_netbsd32_sa_register 330
918 /* syscall: "netbsd32_sa_stacks" ret: "int" args: "int" "netbsd32_stackp_t" */
919 #define NETBSD32_SYS_netbsd32_sa_stacks 331
921 /* syscall: "sa_enable" ret: "int" args: */
922 #define NETBSD32_SYS_sa_enable 332
924 /* syscall: "netbsd32_sa_setconcurrency" ret: "int" args: "int" */
925 #define NETBSD32_SYS_netbsd32_sa_setconcurrency 333
927 /* syscall: "sa_yield" ret: "int" args: */
928 #define NETBSD32_SYS_sa_yield 334
930 /* syscall: "netbsd32_sa_preempt" ret: "int" args: "int" */
931 #define NETBSD32_SYS_netbsd32_sa_preempt 335
933 /* 336 is obsolete sys_sa_unblockyield */
934 /* syscall: "netbsd32___sigaction_sigtramp" ret: "int" args: "int" "netbsd32_sigactionp_t" "netbsd32_sigactionp_t" "netbsd32_voidp" "int" */
935 #define NETBSD32_SYS_netbsd32___sigaction_sigtramp 340
937 /* syscall: "netbsd32_rasctl" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
938 #define NETBSD32_SYS_netbsd32_rasctl 343
940 /* syscall: "kqueue" ret: "int" args: */
941 #define NETBSD32_SYS_kqueue 344
943 /* syscall: "compat_50_netbsd32_kevent" ret: "int" args: "int" "netbsd32_keventp_t" "netbsd32_size_t" "netbsd32_keventp_t" "netbsd32_size_t" "netbsd32_timespec50p_t" */
944 #define NETBSD32_SYS_compat_50_netbsd32_kevent 345
946 /* syscall: "netbsd32__sched_setparam" ret: "int" args: "pid_t" "lwpid_t" "int" "const netbsd32_sched_paramp_t" */
947 #define NETBSD32_SYS_netbsd32__sched_setparam 346
949 /* syscall: "netbsd32__sched_getparam" ret: "int" args: "pid_t" "lwpid_t" "netbsd32_intp" "netbsd32_sched_paramp_t" */
950 #define NETBSD32_SYS_netbsd32__sched_getparam 347
952 /* syscall: "netbsd32__sched_setaffinity" ret: "int" args: "pid_t" "lwpid_t" "netbsd32_size_t" "const netbsd32_cpusetp_t" */
953 #define NETBSD32_SYS_netbsd32__sched_setaffinity 348
955 /* syscall: "netbsd32__sched_getaffinity" ret: "int" args: "pid_t" "lwpid_t" "netbsd32_size_t" "netbsd32_cpusetp_t" */
956 #define NETBSD32_SYS_netbsd32__sched_getaffinity 349
958 /* syscall: "sched_yield" ret: "int" args: */
959 #define NETBSD32_SYS_sched_yield 350
961 /* syscall: "netbsd32_fsync_range" ret: "int" args: "int" "int" "off_t" "off_t" */
962 #define NETBSD32_SYS_netbsd32_fsync_range 354
964 /* syscall: "netbsd32_uuidgen" ret: "int" args: "netbsd32_uuidp_t" "int" */
965 #define NETBSD32_SYS_netbsd32_uuidgen 355
967 /* syscall: "netbsd32_getvfsstat" ret: "int" args: "netbsd32_statvfsp_t" "netbsd32_size_t" "int" */
968 #define NETBSD32_SYS_netbsd32_getvfsstat 356
970 /* syscall: "netbsd32_statvfs1" ret: "int" args: "netbsd32_charp" "netbsd32_statvfsp_t" "int" */
971 #define NETBSD32_SYS_netbsd32_statvfs1 357
973 /* syscall: "netbsd32_fstatvfs1" ret: "int" args: "int" "netbsd32_statvfsp_t" "int" */
974 #define NETBSD32_SYS_netbsd32_fstatvfs1 358
976 /* syscall: "compat_30_netbsd32_fhstatvfs1" ret: "int" args: "netbsd32_fhandlep_t" "netbsd32_statvfsp_t" "int" */
977 #define NETBSD32_SYS_compat_30_netbsd32_fhstatvfs1 359
979 /* syscall: "netbsd32_extattrctl" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" "int" "netbsd32_charp" */
980 #define NETBSD32_SYS_netbsd32_extattrctl 360
982 /* syscall: "netbsd32_extattr_set_file" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
983 #define NETBSD32_SYS_netbsd32_extattr_set_file 361
985 /* syscall: "netbsd32_extattr_get_file" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
986 #define NETBSD32_SYS_netbsd32_extattr_get_file 362
988 /* syscall: "netbsd32_extattr_delete_file" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" */
989 #define NETBSD32_SYS_netbsd32_extattr_delete_file 363
991 /* syscall: "netbsd32_extattr_set_fd" ret: "int" args: "int" "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
992 #define NETBSD32_SYS_netbsd32_extattr_set_fd 364
994 /* syscall: "netbsd32_extattr_get_fd" ret: "int" args: "int" "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
995 #define NETBSD32_SYS_netbsd32_extattr_get_fd 365
997 /* syscall: "netbsd32_extattr_delete_fd" ret: "int" args: "int" "int" "netbsd32_charp" */
998 #define NETBSD32_SYS_netbsd32_extattr_delete_fd 366
1000 /* syscall: "netbsd32_extattr_set_link" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
1001 #define NETBSD32_SYS_netbsd32_extattr_set_link 367
1003 /* syscall: "netbsd32_extattr_get_link" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
1004 #define NETBSD32_SYS_netbsd32_extattr_get_link 368
1006 /* syscall: "netbsd32_extattr_delete_link" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" */
1007 #define NETBSD32_SYS_netbsd32_extattr_delete_link 369
1009 /* syscall: "netbsd32_extattr_list_fd" ret: "int" args: "int" "int" "netbsd32_voidp" "netbsd32_size_t" */
1010 #define NETBSD32_SYS_netbsd32_extattr_list_fd 370
1012 /* syscall: "netbsd32_extattr_list_file" ret: "int" args: "netbsd32_charp" "int" "netbsd32_voidp" "netbsd32_size_t" */
1013 #define NETBSD32_SYS_netbsd32_extattr_list_file 371
1015 /* syscall: "netbsd32_extattr_list_link" ret: "int" args: "netbsd32_charp" "int" "netbsd32_voidp" "netbsd32_size_t" */
1016 #define NETBSD32_SYS_netbsd32_extattr_list_link 372
1018 /* syscall: "compat_50_netbsd32_pselect" ret: "int" args: "int" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_timespec50p_t" "netbsd32_sigsetp_t" */
1019 #define NETBSD32_SYS_compat_50_netbsd32_pselect 373
1021 /* syscall: "compat_50_netbsd32_pollts" ret: "int" args: "netbsd32_pollfdp_t" "u_int" "netbsd32_timespec50p_t" "netbsd32_sigsetp_t" */
1022 #define NETBSD32_SYS_compat_50_netbsd32_pollts 374
1024 /* syscall: "netbsd32_setxattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" "int" */
1025 #define NETBSD32_SYS_netbsd32_setxattr 375
1027 /* syscall: "netbsd32_lsetxattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" "int" */
1028 #define NETBSD32_SYS_netbsd32_lsetxattr 376
1030 /* syscall: "netbsd32_fsetxattr" ret: "int" args: "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" "int" */
1031 #define NETBSD32_SYS_netbsd32_fsetxattr 377
1033 /* syscall: "netbsd32_getxattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
1034 #define NETBSD32_SYS_netbsd32_getxattr 378
1036 /* syscall: "netbsd32_lgetxattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
1037 #define NETBSD32_SYS_netbsd32_lgetxattr 379
1039 /* syscall: "netbsd32_fgetxattr" ret: "int" args: "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
1040 #define NETBSD32_SYS_netbsd32_fgetxattr 380
1042 /* syscall: "netbsd32_listxattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_size_t" */
1043 #define NETBSD32_SYS_netbsd32_listxattr 381
1045 /* syscall: "netbsd32_llistxattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_size_t" */
1046 #define NETBSD32_SYS_netbsd32_llistxattr 382
1048 /* syscall: "netbsd32_flistxattr" ret: "int" args: "int" "netbsd32_charp" "netbsd32_size_t" */
1049 #define NETBSD32_SYS_netbsd32_flistxattr 383
1051 /* syscall: "netbsd32_removexattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
1052 #define NETBSD32_SYS_netbsd32_removexattr 384
1054 /* syscall: "netbsd32_lremovexattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
1055 #define NETBSD32_SYS_netbsd32_lremovexattr 385
1057 /* syscall: "netbsd32_fremovexattr" ret: "int" args: "int" "netbsd32_charp" */
1058 #define NETBSD32_SYS_netbsd32_fremovexattr 386
1060 /* syscall: "compat_50_netbsd32___stat30" ret: "int" args: "netbsd32_charp" "netbsd32_stat50p_t" */
1061 #define NETBSD32_SYS_compat_50_netbsd32___stat30 387
1063 /* syscall: "compat_50_netbsd32___fstat30" ret: "int" args: "int" "netbsd32_stat50p_t" */
1064 #define NETBSD32_SYS_compat_50_netbsd32___fstat30 388
1066 /* syscall: "compat_50_netbsd32___lstat30" ret: "int" args: "netbsd32_charp" "netbsd32_stat50p_t" */
1067 #define NETBSD32_SYS_compat_50_netbsd32___lstat30 389
1069 /* syscall: "netbsd32___getdents30" ret: "int" args: "int" "netbsd32_charp" "netbsd32_size_t" */
1070 #define NETBSD32_SYS_netbsd32___getdents30 390
1072 /* 391 is ignored old posix fadvise */
1073 /* syscall: "compat_30_netbsd32___fhstat30" ret: "int" args: "netbsd32_fhandlep_t" "netbsd32_stat50p_t" */
1074 #define NETBSD32_SYS_compat_30_netbsd32___fhstat30 392
1076 #if defined(NTP) || !defined(_KERNEL_OPT)
1077 /* syscall: "compat_50_netbsd32_ntp_gettime" ret: "int" args: "netbsd32_ntptimeval50p_t" */
1078 #define NETBSD32_SYS_compat_50_netbsd32_ntp_gettime 393
1081 /* 393 is excluded __ntp_gettime30 */
1083 /* syscall: "netbsd32___socket30" ret: "int" args: "int" "int" "int" */
1084 #define NETBSD32_SYS_netbsd32___socket30 394
1086 /* syscall: "netbsd32___getfh30" ret: "int" args: "netbsd32_charp" "netbsd32_pointer_t" "netbsd32_size_tp" */
1087 #define NETBSD32_SYS_netbsd32___getfh30 395
1089 /* syscall: "netbsd32___fhopen40" ret: "int" args: "netbsd32_pointer_t" "netbsd32_size_t" "int" */
1090 #define NETBSD32_SYS_netbsd32___fhopen40 396
1092 /* syscall: "netbsd32___fhstatvfs140" ret: "int" args: "netbsd32_pointer_t" "netbsd32_size_t" "netbsd32_statvfsp_t" "int" */
1093 #define NETBSD32_SYS_netbsd32___fhstatvfs140 397
1095 /* syscall: "compat_50_netbsd32___fhstat40" ret: "int" args: "netbsd32_pointer_t" "netbsd32_size_t" "netbsd32_stat50p_t" */
1096 #define NETBSD32_SYS_compat_50_netbsd32___fhstat40 398
1098 /* syscall: "netbsd32___mount50" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "int" "netbsd32_voidp" "netbsd32_size_t" */
1099 #define NETBSD32_SYS_netbsd32___mount50 410
1101 /* syscall: "netbsd32_mremap" ret: "netbsd32_voidp" args: "netbsd32_voidp" "netbsd32_size_t" "netbsd32_voidp" "netbsd32_size_t" "int" */
1102 #define NETBSD32_SYS_netbsd32_mremap 411
1104 /* syscall: "netbsd32___posix_fadvise50" ret: "int" args: "int" "int" "off_t" "off_t" "int" */
1105 #define NETBSD32_SYS_netbsd32___posix_fadvise50 416
1107 /* syscall: "netbsd32___select50" ret: "int" args: "int" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_timevalp_t" */
1108 #define NETBSD32_SYS_netbsd32___select50 417
1110 /* syscall: "netbsd32___gettimeofday50" ret: "int" args: "netbsd32_timevalp_t" "netbsd32_voidp" */
1111 #define NETBSD32_SYS_netbsd32___gettimeofday50 418
1113 /* syscall: "netbsd32___settimeofday50" ret: "int" args: "const netbsd32_timevalp_t" "const netbsd32_voidp" */
1114 #define NETBSD32_SYS_netbsd32___settimeofday50 419
1116 /* syscall: "netbsd32___utimes50" ret: "int" args: "const netbsd32_charp" "const netbsd32_timevalp_t" */
1117 #define NETBSD32_SYS_netbsd32___utimes50 420
1119 /* syscall: "netbsd32___adjtime50" ret: "int" args: "const netbsd32_timevalp_t" "netbsd32_timevalp_t" */
1120 #define NETBSD32_SYS_netbsd32___adjtime50 421
1122 #if defined(LFS) || !defined(_KERNEL_OPT)
1123 /* syscall: "netbsd32___lfs_segwait50" ret: "int" args: "netbsd32_fsid_tp_t" "netbsd32_timevalp_t" */
1124 #define NETBSD32_SYS_netbsd32___lfs_segwait50 422
1127 /* 422 is excluded __lfs_segwait50 */
1129 /* syscall: "netbsd32___futimes50" ret: "int" args: "int" "const netbsd32_timevalp_t" */
1130 #define NETBSD32_SYS_netbsd32___futimes50 423
1132 /* syscall: "netbsd32___lutimes50" ret: "int" args: "const netbsd32_charp" "const netbsd32_timevalp_t" */
1133 #define NETBSD32_SYS_netbsd32___lutimes50 424
1135 /* syscall: "netbsd32___setitimer50" ret: "int" args: "int" "const netbsd32_itimervalp_t" "netbsd32_itimervalp_t" */
1136 #define NETBSD32_SYS_netbsd32___setitimer50 425
1138 /* syscall: "netbsd32___getitimer50" ret: "int" args: "int" "netbsd32_itimervalp_t" */
1139 #define NETBSD32_SYS_netbsd32___getitimer50 426
1141 /* syscall: "netbsd32___clock_gettime50" ret: "int" args: "clockid_t" "netbsd32_timespecp_t" */
1142 #define NETBSD32_SYS_netbsd32___clock_gettime50 427
1144 /* syscall: "netbsd32___clock_settime50" ret: "int" args: "clockid_t" "const netbsd32_timespecp_t" */
1145 #define NETBSD32_SYS_netbsd32___clock_settime50 428
1147 /* syscall: "netbsd32___clock_getres50" ret: "int" args: "clockid_t" "netbsd32_timespecp_t" */
1148 #define NETBSD32_SYS_netbsd32___clock_getres50 429
1150 /* syscall: "netbsd32___nanosleep50" ret: "int" args: "const netbsd32_timespecp_t" "netbsd32_timespecp_t" */
1151 #define NETBSD32_SYS_netbsd32___nanosleep50 430
1153 /* syscall: "netbsd32_____sigtimedwait50" ret: "int" args: "const netbsd32_sigsetp_t" "netbsd32_siginfop_t" "netbsd32_timespecp_t" */
1154 #define NETBSD32_SYS_netbsd32_____sigtimedwait50 431
1156 /* syscall: "netbsd32____lwp_park50" ret: "int" args: "const netbsd32_timespecp_t" "lwpid_t" "const netbsd32_voidp" "const netbsd32_voidp" */
1157 #define NETBSD32_SYS_netbsd32____lwp_park50 434
1159 /* syscall: "netbsd32___kevent50" ret: "int" args: "int" "const netbsd32_keventp_t" "netbsd32_size_t" "netbsd32_keventp_t" "netbsd32_size_t" "const netbsd32_timespecp_t" */
1160 #define NETBSD32_SYS_netbsd32___kevent50 435
1162 /* syscall: "netbsd32___pselect50" ret: "int" args: "int" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "const netbsd32_timespecp_t" "const netbsd32_sigsetp_t" */
1163 #define NETBSD32_SYS_netbsd32___pselect50 436
1165 /* syscall: "netbsd32___pollts50" ret: "int" args: "netbsd32_pollfdp_t" "u_int" "const netbsd32_timespecp_t" "const netbsd32_sigsetp_t" */
1166 #define NETBSD32_SYS_netbsd32___pollts50 437
1168 /* syscall: "netbsd32___stat50" ret: "int" args: "const netbsd32_charp" "netbsd32_statp_t" */
1169 #define NETBSD32_SYS_netbsd32___stat50 439
1171 /* syscall: "netbsd32___fstat50" ret: "int" args: "int" "netbsd32_statp_t" */
1172 #define NETBSD32_SYS_netbsd32___fstat50 440
1174 /* syscall: "netbsd32___lstat50" ret: "int" args: "const netbsd32_charp" "netbsd32_statp_t" */
1175 #define NETBSD32_SYS_netbsd32___lstat50 441
1177 #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
1178 /* syscall: "netbsd32_____semctl50" ret: "int" args: "int" "int" "int" "..." */
1179 #define NETBSD32_SYS_netbsd32_____semctl50 442
1182 /* 442 is excluded ____semctl50 */
1184 #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
1185 /* syscall: "netbsd32___shmctl50" ret: "int" args: "int" "int" "netbsd32_shmid_dsp_t" */
1186 #define NETBSD32_SYS_netbsd32___shmctl50 443
1189 /* 443 is excluded ____shmctl50 */
1191 #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
1192 /* syscall: "netbsd32___msgctl50" ret: "int" args: "int" "int" "netbsd32_msqid_dsp_t" */
1193 #define NETBSD32_SYS_netbsd32___msgctl50 444
1196 /* 444 is excluded ____msgctl50 */
1198 /* syscall: "netbsd32___getrusage50" ret: "int" args: "int" "netbsd32_rusagep_t" */
1199 #define NETBSD32_SYS_netbsd32___getrusage50 445
1201 /* syscall: "netbsd32___timer_settime50" ret: "int" args: "timer_t" "int" "const netbsd32_itimerspecp_t" "netbsd32_itimerspecp_t" */
1202 #define NETBSD32_SYS_netbsd32___timer_settime50 446
1204 /* syscall: "netbsd32___timer_gettime50" ret: "int" args: "timer_t" "netbsd32_itimerspecp_t" */
1205 #define NETBSD32_SYS_netbsd32___timer_gettime50 447
1207 #if defined(NTP) || !defined(_KERNEL_OPT)
1208 /* syscall: "netbsd32___ntp_gettime50" ret: "int" args: "netbsd32_ntptimevalp_t" */
1209 #define NETBSD32_SYS_netbsd32___ntp_gettime50 448
1212 /* 448 is excluded ___ntp_gettime50 */
1214 /* syscall: "netbsd32___wait450" ret: "int" args: "int" "netbsd32_intp" "int" "netbsd32_rusagep_t" */
1215 #define NETBSD32_SYS_netbsd32___wait450 449
1217 /* syscall: "netbsd32___mknod50" ret: "int" args: "const netbsd32_charp" "mode_t" "netbsd32_dev_t" */
1218 #define NETBSD32_SYS_netbsd32___mknod50 450
1220 /* syscall: "netbsd32___fhstat50" ret: "int" args: "const netbsd32_voidp" "netbsd32_size_t" "netbsd32_statp_t" */
1221 #define NETBSD32_SYS_netbsd32___fhstat50 451
1223 #define NETBSD32_SYS_MAXSYSCALL 452
1224 #define NETBSD32_SYS_NSYSENT 512
1225 #endif /* _NETBSD32_SYS_SYSCALL_H_ */