netbsd32_syscall.h revision 1.135
1/* $NetBSD: netbsd32_syscall.h,v 1.135 2018/05/10 02:36:26 christos Exp $ */
2
3/*
4 * System call numbers.
5 *
6 * DO NOT EDIT-- this file is automatically generated.
7 * created from	NetBSD: syscalls.master,v 1.121 2018/05/10 02:36:07 christos Exp
8 */
9
10#ifndef _NETBSD32_SYS_SYSCALL_H_
11#define	_NETBSD32_SYS_SYSCALL_H_
12
13#define	NETBSD32_SYS_MAXSYSARGS	8
14
15/* syscall: "netbsd32_syscall" ret: "int" args: "int" "..." */
16#define	NETBSD32_SYS_netbsd32_syscall	0
17
18/* syscall: "netbsd32_exit" ret: "void" args: "int" */
19#define	NETBSD32_SYS_netbsd32_exit	1
20
21/* syscall: "fork" ret: "int" args: */
22#define	NETBSD32_SYS_fork	2
23
24/* syscall: "netbsd32_read" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" */
25#define	NETBSD32_SYS_netbsd32_read	3
26
27/* syscall: "netbsd32_write" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" */
28#define	NETBSD32_SYS_netbsd32_write	4
29
30/* syscall: "netbsd32_open" ret: "int" args: "netbsd32_charp" "int" "..." */
31#define	NETBSD32_SYS_netbsd32_open	5
32
33/* syscall: "netbsd32_close" ret: "int" args: "int" */
34#define	NETBSD32_SYS_netbsd32_close	6
35
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
38
39/* syscall: "compat_43_netbsd32_ocreat" ret: "int" args: "netbsd32_charp" "mode_t" */
40#define	NETBSD32_SYS_compat_43_netbsd32_ocreat	8
41
42/* syscall: "netbsd32_link" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
43#define	NETBSD32_SYS_netbsd32_link	9
44
45/* syscall: "netbsd32_unlink" ret: "int" args: "netbsd32_charp" */
46#define	NETBSD32_SYS_netbsd32_unlink	10
47
48				/* 11 is obsolete execv */
49/* syscall: "netbsd32_chdir" ret: "int" args: "netbsd32_charp" */
50#define	NETBSD32_SYS_netbsd32_chdir	12
51
52/* syscall: "netbsd32_fchdir" ret: "int" args: "int" */
53#define	NETBSD32_SYS_netbsd32_fchdir	13
54
55/* syscall: "compat_50_netbsd32_mknod" ret: "int" args: "netbsd32_charp" "mode_t" "uint32_t" */
56#define	NETBSD32_SYS_compat_50_netbsd32_mknod	14
57
58/* syscall: "netbsd32_chmod" ret: "int" args: "netbsd32_charp" "mode_t" */
59#define	NETBSD32_SYS_netbsd32_chmod	15
60
61/* syscall: "netbsd32_chown" ret: "int" args: "netbsd32_charp" "uid_t" "gid_t" */
62#define	NETBSD32_SYS_netbsd32_chown	16
63
64/* syscall: "netbsd32_break" ret: "int" args: "netbsd32_charp" */
65#define	NETBSD32_SYS_netbsd32_break	17
66
67/* syscall: "compat_20_netbsd32_getfsstat" ret: "int" args: "netbsd32_statfsp_t" "netbsd32_long" "int" */
68#define	NETBSD32_SYS_compat_20_netbsd32_getfsstat	18
69
70/* syscall: "compat_43_netbsd32_olseek" ret: "netbsd32_long" args: "int" "netbsd32_long" "int" */
71#define	NETBSD32_SYS_compat_43_netbsd32_olseek	19
72
73/* syscall: "getpid" ret: "pid_t" args: */
74#define	NETBSD32_SYS_getpid	20
75
76/* syscall: "netbsd32_mount" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "int" "netbsd32_voidp" */
77#define	NETBSD32_SYS_netbsd32_mount	21
78
79/* syscall: "netbsd32_unmount" ret: "int" args: "netbsd32_charp" "int" */
80#define	NETBSD32_SYS_netbsd32_unmount	22
81
82/* syscall: "netbsd32_setuid" ret: "int" args: "uid_t" */
83#define	NETBSD32_SYS_netbsd32_setuid	23
84
85/* syscall: "getuid" ret: "uid_t" args: */
86#define	NETBSD32_SYS_getuid	24
87
88/* syscall: "geteuid" ret: "uid_t" args: */
89#define	NETBSD32_SYS_geteuid	25
90
91/* syscall: "netbsd32_ptrace" ret: "int" args: "int" "pid_t" "netbsd32_voidp" "int" */
92#define	NETBSD32_SYS_netbsd32_ptrace	26
93
94/* syscall: "netbsd32_recvmsg" ret: "netbsd32_ssize_t" args: "int" "netbsd32_msghdrp_t" "int" */
95#define	NETBSD32_SYS_netbsd32_recvmsg	27
96
97/* syscall: "netbsd32_sendmsg" ret: "netbsd32_ssize_t" args: "int" "netbsd32_msghdrp_t" "int" */
98#define	NETBSD32_SYS_netbsd32_sendmsg	28
99
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
102
103/* syscall: "netbsd32_accept" ret: "int" args: "int" "netbsd32_sockaddrp_t" "netbsd32_intp" */
104#define	NETBSD32_SYS_netbsd32_accept	30
105
106/* syscall: "netbsd32_getpeername" ret: "int" args: "int" "netbsd32_sockaddrp_t" "netbsd32_intp" */
107#define	NETBSD32_SYS_netbsd32_getpeername	31
108
109/* syscall: "netbsd32_getsockname" ret: "int" args: "int" "netbsd32_sockaddrp_t" "netbsd32_intp" */
110#define	NETBSD32_SYS_netbsd32_getsockname	32
111
112/* syscall: "netbsd32_access" ret: "int" args: "netbsd32_charp" "int" */
113#define	NETBSD32_SYS_netbsd32_access	33
114
115/* syscall: "netbsd32_chflags" ret: "int" args: "netbsd32_charp" "netbsd32_u_long" */
116#define	NETBSD32_SYS_netbsd32_chflags	34
117
118/* syscall: "netbsd32_fchflags" ret: "int" args: "int" "netbsd32_u_long" */
119#define	NETBSD32_SYS_netbsd32_fchflags	35
120
121/* syscall: "sync" ret: "void" args: */
122#define	NETBSD32_SYS_sync	36
123
124/* syscall: "netbsd32_kill" ret: "int" args: "int" "int" */
125#define	NETBSD32_SYS_netbsd32_kill	37
126
127/* syscall: "compat_43_netbsd32_stat43" ret: "int" args: "netbsd32_charp" "netbsd32_stat43p_t" */
128#define	NETBSD32_SYS_compat_43_netbsd32_stat43	38
129
130/* syscall: "getppid" ret: "pid_t" args: */
131#define	NETBSD32_SYS_getppid	39
132
133/* syscall: "compat_43_netbsd32_lstat43" ret: "int" args: "netbsd32_charp" "netbsd32_stat43p_t" */
134#define	NETBSD32_SYS_compat_43_netbsd32_lstat43	40
135
136/* syscall: "netbsd32_dup" ret: "int" args: "int" */
137#define	NETBSD32_SYS_netbsd32_dup	41
138
139/* syscall: "pipe" ret: "int" args: */
140#define	NETBSD32_SYS_pipe	42
141
142/* syscall: "getegid" ret: "gid_t" args: */
143#define	NETBSD32_SYS_getegid	43
144
145/* syscall: "netbsd32_profil" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "netbsd32_u_long" "u_int" */
146#define	NETBSD32_SYS_netbsd32_profil	44
147
148/* syscall: "netbsd32_ktrace" ret: "int" args: "netbsd32_charp" "int" "int" "int" */
149#define	NETBSD32_SYS_netbsd32_ktrace	45
150
151/* syscall: "netbsd32_sigaction" ret: "int" args: "int" "netbsd32_sigactionp_t" "netbsd32_sigactionp_t" */
152#define	NETBSD32_SYS_netbsd32_sigaction	46
153
154/* syscall: "getgid" ret: "gid_t" args: */
155#define	NETBSD32_SYS_getgid	47
156
157/* syscall: "compat_13_sigprocmask13" ret: "int" args: "int" "int" */
158#define	NETBSD32_SYS_compat_13_sigprocmask13	48
159
160/* syscall: "netbsd32___getlogin" ret: "int" args: "netbsd32_charp" "u_int" */
161#define	NETBSD32_SYS_netbsd32___getlogin	49
162
163/* syscall: "netbsd32_setlogin" ret: "int" args: "netbsd32_charp" */
164#define	NETBSD32_SYS_netbsd32_setlogin	50
165
166/* syscall: "netbsd32_acct" ret: "int" args: "netbsd32_charp" */
167#define	NETBSD32_SYS_netbsd32_acct	51
168
169/* syscall: "compat_13_sigpending13" ret: "int" args: */
170#define	NETBSD32_SYS_compat_13_sigpending13	52
171
172/* syscall: "compat_13_netbsd32_sigaltstack13" ret: "int" args: "netbsd32_sigaltstack13p_t" "netbsd32_sigaltstack13p_t" */
173#define	NETBSD32_SYS_compat_13_netbsd32_sigaltstack13	53
174
175/* syscall: "netbsd32_ioctl" ret: "int" args: "int" "netbsd32_u_long" "..." */
176#define	NETBSD32_SYS_netbsd32_ioctl	54
177
178/* syscall: "compat_12_netbsd32_reboot" ret: "int" args: "int" */
179#define	NETBSD32_SYS_compat_12_netbsd32_reboot	55
180
181/* syscall: "netbsd32_revoke" ret: "int" args: "netbsd32_charp" */
182#define	NETBSD32_SYS_netbsd32_revoke	56
183
184/* syscall: "netbsd32_symlink" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
185#define	NETBSD32_SYS_netbsd32_symlink	57
186
187/* syscall: "netbsd32_readlink" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_size_t" */
188#define	NETBSD32_SYS_netbsd32_readlink	58
189
190/* syscall: "netbsd32_execve" ret: "int" args: "netbsd32_charp" "netbsd32_charpp" "netbsd32_charpp" */
191#define	NETBSD32_SYS_netbsd32_execve	59
192
193/* syscall: "netbsd32_umask" ret: "mode_t" args: "mode_t" */
194#define	NETBSD32_SYS_netbsd32_umask	60
195
196/* syscall: "netbsd32_chroot" ret: "int" args: "netbsd32_charp" */
197#define	NETBSD32_SYS_netbsd32_chroot	61
198
199/* syscall: "compat_43_netbsd32_fstat43" ret: "int" args: "int" "netbsd32_stat43p_t" */
200#define	NETBSD32_SYS_compat_43_netbsd32_fstat43	62
201
202/* syscall: "compat_43_netbsd32_ogetkerninfo" ret: "int" args: "int" "netbsd32_charp" "netbsd32_intp" "int" */
203#define	NETBSD32_SYS_compat_43_netbsd32_ogetkerninfo	63
204
205/* syscall: "compat_43_ogetpagesize" ret: "int" args: */
206#define	NETBSD32_SYS_compat_43_ogetpagesize	64
207
208/* syscall: "compat_12_netbsd32_msync" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" */
209#define	NETBSD32_SYS_compat_12_netbsd32_msync	65
210
211/* syscall: "vfork" ret: "int" args: */
212#define	NETBSD32_SYS_vfork	66
213
214				/* 67 is obsolete vread */
215				/* 68 is obsolete vwrite */
216				/* 69 is obsolete sbrk */
217				/* 70 is obsolete sstk */
218/* syscall: "compat_43_netbsd32_ommap" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" "int" "int" "netbsd32_long" */
219#define	NETBSD32_SYS_compat_43_netbsd32_ommap	71
220
221/* syscall: "vadvise" ret: "int" args: "int" */
222#define	NETBSD32_SYS_vadvise	72
223
224/* syscall: "netbsd32_munmap" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" */
225#define	NETBSD32_SYS_netbsd32_munmap	73
226
227/* syscall: "netbsd32_mprotect" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
228#define	NETBSD32_SYS_netbsd32_mprotect	74
229
230/* syscall: "netbsd32_madvise" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
231#define	NETBSD32_SYS_netbsd32_madvise	75
232
233				/* 76 is obsolete vhangup */
234				/* 77 is obsolete vlimit */
235/* syscall: "netbsd32_mincore" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "netbsd32_charp" */
236#define	NETBSD32_SYS_netbsd32_mincore	78
237
238/* syscall: "netbsd32_getgroups" ret: "int" args: "int" "netbsd32_gid_tp" */
239#define	NETBSD32_SYS_netbsd32_getgroups	79
240
241/* syscall: "netbsd32_setgroups" ret: "int" args: "int" "netbsd32_gid_tp" */
242#define	NETBSD32_SYS_netbsd32_setgroups	80
243
244/* syscall: "getpgrp" ret: "int" args: */
245#define	NETBSD32_SYS_getpgrp	81
246
247/* syscall: "netbsd32_setpgid" ret: "int" args: "int" "int" */
248#define	NETBSD32_SYS_netbsd32_setpgid	82
249
250/* syscall: "compat_50_netbsd32_setitimer" ret: "int" args: "int" "netbsd32_itimerval50p_t" "netbsd32_itimerval50p_t" */
251#define	NETBSD32_SYS_compat_50_netbsd32_setitimer	83
252
253/* syscall: "compat_43_owait" ret: "int" args: */
254#define	NETBSD32_SYS_compat_43_owait	84
255
256/* syscall: "compat_12_netbsd32_oswapon" ret: "int" args: "netbsd32_charp" */
257#define	NETBSD32_SYS_compat_12_netbsd32_oswapon	85
258
259/* syscall: "compat_50_netbsd32_getitimer" ret: "int" args: "int" "netbsd32_itimerval50p_t" */
260#define	NETBSD32_SYS_compat_50_netbsd32_getitimer	86
261
262/* syscall: "compat_43_netbsd32_ogethostname" ret: "int" args: "netbsd32_charp" "u_int" */
263#define	NETBSD32_SYS_compat_43_netbsd32_ogethostname	87
264
265/* syscall: "compat_43_netbsd32_osethostname" ret: "int" args: "netbsd32_charp" "u_int" */
266#define	NETBSD32_SYS_compat_43_netbsd32_osethostname	88
267
268/* syscall: "compat_43_ogetdtablesize" ret: "int" args: */
269#define	NETBSD32_SYS_compat_43_ogetdtablesize	89
270
271/* syscall: "netbsd32_dup2" ret: "int" args: "int" "int" */
272#define	NETBSD32_SYS_netbsd32_dup2	90
273
274/* syscall: "netbsd32_fcntl" ret: "int" args: "int" "int" "..." */
275#define	NETBSD32_SYS_netbsd32_fcntl	92
276
277/* syscall: "compat_50_netbsd32_select" ret: "int" args: "int" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_timeval50p_t" */
278#define	NETBSD32_SYS_compat_50_netbsd32_select	93
279
280/* syscall: "netbsd32_fsync" ret: "int" args: "int" */
281#define	NETBSD32_SYS_netbsd32_fsync	95
282
283/* syscall: "netbsd32_setpriority" ret: "int" args: "int" "int" "int" */
284#define	NETBSD32_SYS_netbsd32_setpriority	96
285
286/* syscall: "compat_30_netbsd32_socket" ret: "int" args: "int" "int" "int" */
287#define	NETBSD32_SYS_compat_30_netbsd32_socket	97
288
289/* syscall: "netbsd32_connect" ret: "int" args: "int" "netbsd32_sockaddrp_t" "int" */
290#define	NETBSD32_SYS_netbsd32_connect	98
291
292/* syscall: "compat_43_netbsd32_oaccept" ret: "int" args: "int" "netbsd32_voidp" "netbsd32_intp" */
293#define	NETBSD32_SYS_compat_43_netbsd32_oaccept	99
294
295/* syscall: "netbsd32_getpriority" ret: "int" args: "int" "int" */
296#define	NETBSD32_SYS_netbsd32_getpriority	100
297
298/* syscall: "compat_43_netbsd32_osend" ret: "int" args: "int" "netbsd32_voidp" "int" "int" */
299#define	NETBSD32_SYS_compat_43_netbsd32_osend	101
300
301/* syscall: "compat_43_netbsd32_orecv" ret: "int" args: "int" "netbsd32_voidp" "int" "int" */
302#define	NETBSD32_SYS_compat_43_netbsd32_orecv	102
303
304/* syscall: "compat_13_sigreturn13" ret: "int" args: "netbsd32_sigcontextp_t" */
305#define	NETBSD32_SYS_compat_13_sigreturn13	103
306
307/* syscall: "netbsd32_bind" ret: "int" args: "int" "netbsd32_sockaddrp_t" "int" */
308#define	NETBSD32_SYS_netbsd32_bind	104
309
310/* syscall: "netbsd32_setsockopt" ret: "int" args: "int" "int" "int" "netbsd32_voidp" "int" */
311#define	NETBSD32_SYS_netbsd32_setsockopt	105
312
313/* syscall: "netbsd32_listen" ret: "int" args: "int" "int" */
314#define	NETBSD32_SYS_netbsd32_listen	106
315
316				/* 107 is obsolete vtimes */
317/* syscall: "compat_43_netbsd32_osigvec" ret: "int" args: "int" "netbsd32_sigvecp_t" "netbsd32_sigvecp_t" */
318#define	NETBSD32_SYS_compat_43_netbsd32_osigvec	108
319
320/* syscall: "compat_43_netbsd32_sigblock" ret: "int" args: "int" */
321#define	NETBSD32_SYS_compat_43_netbsd32_sigblock	109
322
323/* syscall: "compat_43_netbsd32_sigsetmask" ret: "int" args: "int" */
324#define	NETBSD32_SYS_compat_43_netbsd32_sigsetmask	110
325
326/* syscall: "compat_13_sigsuspend13" ret: "int" args: "int" */
327#define	NETBSD32_SYS_compat_13_sigsuspend13	111
328
329/* syscall: "compat_43_netbsd32_osigstack" ret: "int" args: "netbsd32_sigstackp_t" "netbsd32_sigstackp_t" */
330#define	NETBSD32_SYS_compat_43_netbsd32_osigstack	112
331
332/* syscall: "compat_43_netbsd32_orecvmsg" ret: "int" args: "int" "netbsd32_omsghdrp_t" "int" */
333#define	NETBSD32_SYS_compat_43_netbsd32_orecvmsg	113
334
335/* syscall: "compat_43_netbsd32_osendmsg" ret: "int" args: "int" "netbsd32_voidp" "int" */
336#define	NETBSD32_SYS_compat_43_netbsd32_osendmsg	114
337
338				/* 115 is obsolete vtrace */
339/* syscall: "compat_50_netbsd32_gettimeofday" ret: "int" args: "netbsd32_timeval50p_t" "netbsd32_timezonep_t" */
340#define	NETBSD32_SYS_compat_50_netbsd32_gettimeofday	116
341
342/* syscall: "compat_50_netbsd32_getrusage" ret: "int" args: "int" "netbsd32_rusage50p_t" */
343#define	NETBSD32_SYS_compat_50_netbsd32_getrusage	117
344
345/* syscall: "netbsd32_getsockopt" ret: "int" args: "int" "int" "int" "netbsd32_voidp" "netbsd32_intp" */
346#define	NETBSD32_SYS_netbsd32_getsockopt	118
347
348				/* 119 is obsolete resuba */
349/* syscall: "netbsd32_readv" ret: "netbsd32_ssize_t" args: "int" "netbsd32_iovecp_t" "int" */
350#define	NETBSD32_SYS_netbsd32_readv	120
351
352/* syscall: "netbsd32_writev" ret: "netbsd32_ssize_t" args: "int" "netbsd32_iovecp_t" "int" */
353#define	NETBSD32_SYS_netbsd32_writev	121
354
355/* syscall: "compat_50_netbsd32_settimeofday" ret: "int" args: "netbsd32_timeval50p_t" "netbsd32_timezonep_t" */
356#define	NETBSD32_SYS_compat_50_netbsd32_settimeofday	122
357
358/* syscall: "netbsd32_fchown" ret: "int" args: "int" "uid_t" "gid_t" */
359#define	NETBSD32_SYS_netbsd32_fchown	123
360
361/* syscall: "netbsd32_fchmod" ret: "int" args: "int" "mode_t" */
362#define	NETBSD32_SYS_netbsd32_fchmod	124
363
364/* syscall: "compat_43_netbsd32_orecvfrom" ret: "int" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "netbsd32_voidp" "netbsd32_intp" */
365#define	NETBSD32_SYS_compat_43_netbsd32_orecvfrom	125
366
367/* syscall: "netbsd32_setreuid" ret: "int" args: "uid_t" "uid_t" */
368#define	NETBSD32_SYS_netbsd32_setreuid	126
369
370/* syscall: "netbsd32_setregid" ret: "int" args: "gid_t" "gid_t" */
371#define	NETBSD32_SYS_netbsd32_setregid	127
372
373/* syscall: "netbsd32_rename" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
374#define	NETBSD32_SYS_netbsd32_rename	128
375
376/* syscall: "compat_43_netbsd32_otruncate" ret: "int" args: "netbsd32_charp" "netbsd32_long" */
377#define	NETBSD32_SYS_compat_43_netbsd32_otruncate	129
378
379/* syscall: "compat_43_netbsd32_oftruncate" ret: "int" args: "int" "netbsd32_long" */
380#define	NETBSD32_SYS_compat_43_netbsd32_oftruncate	130
381
382/* syscall: "netbsd32_flock" ret: "int" args: "int" "int" */
383#define	NETBSD32_SYS_netbsd32_flock	131
384
385/* syscall: "netbsd32_mkfifo" ret: "int" args: "netbsd32_charp" "mode_t" */
386#define	NETBSD32_SYS_netbsd32_mkfifo	132
387
388/* syscall: "netbsd32_sendto" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "netbsd32_sockaddrp_t" "int" */
389#define	NETBSD32_SYS_netbsd32_sendto	133
390
391/* syscall: "netbsd32_shutdown" ret: "int" args: "int" "int" */
392#define	NETBSD32_SYS_netbsd32_shutdown	134
393
394/* syscall: "netbsd32_socketpair" ret: "int" args: "int" "int" "int" "netbsd32_intp" */
395#define	NETBSD32_SYS_netbsd32_socketpair	135
396
397/* syscall: "netbsd32_mkdir" ret: "int" args: "netbsd32_charp" "mode_t" */
398#define	NETBSD32_SYS_netbsd32_mkdir	136
399
400/* syscall: "netbsd32_rmdir" ret: "int" args: "netbsd32_charp" */
401#define	NETBSD32_SYS_netbsd32_rmdir	137
402
403/* syscall: "compat_50_netbsd32_utimes" ret: "int" args: "netbsd32_charp" "netbsd32_timeval50p_t" */
404#define	NETBSD32_SYS_compat_50_netbsd32_utimes	138
405
406				/* 139 is obsolete 4.2 sigreturn */
407/* syscall: "compat_50_netbsd32_adjtime" ret: "int" args: "netbsd32_timeval50p_t" "netbsd32_timeval50p_t" */
408#define	NETBSD32_SYS_compat_50_netbsd32_adjtime	140
409
410/* syscall: "compat_43_netbsd32_ogetpeername" ret: "int" args: "int" "netbsd32_voidp" "netbsd32_intp" */
411#define	NETBSD32_SYS_compat_43_netbsd32_ogetpeername	141
412
413/* syscall: "compat_43_ogethostid" ret: "int32_t" args: */
414#define	NETBSD32_SYS_compat_43_ogethostid	142
415
416/* syscall: "compat_43_netbsd32_sethostid" ret: "int" args: "int32_t" */
417#define	NETBSD32_SYS_compat_43_netbsd32_sethostid	143
418
419/* syscall: "compat_43_netbsd32_ogetrlimit" ret: "int" args: "int" "netbsd32_orlimitp_t" */
420#define	NETBSD32_SYS_compat_43_netbsd32_ogetrlimit	144
421
422/* syscall: "compat_43_netbsd32_osetrlimit" ret: "int" args: "int" "netbsd32_orlimitp_t" */
423#define	NETBSD32_SYS_compat_43_netbsd32_osetrlimit	145
424
425/* syscall: "compat_43_netbsd32_killpg" ret: "int" args: "int" "int" */
426#define	NETBSD32_SYS_compat_43_netbsd32_killpg	146
427
428/* syscall: "setsid" ret: "int" args: */
429#define	NETBSD32_SYS_setsid	147
430
431/* syscall: "compat_50_netbsd32_quotactl" ret: "int" args: "netbsd32_charp" "int" "int" "netbsd32_voidp" */
432#define	NETBSD32_SYS_compat_50_netbsd32_quotactl	148
433
434/* syscall: "compat_43_oquota" ret: "int" args: */
435#define	NETBSD32_SYS_compat_43_oquota	149
436
437/* syscall: "compat_43_netbsd32_ogetsockname" ret: "int" args: "int" "netbsd32_voidp" "netbsd32_intp" */
438#define	NETBSD32_SYS_compat_43_netbsd32_ogetsockname	150
439
440/* syscall: "netbsd32_nfssvc" ret: "int" args: "int" "netbsd32_voidp" */
441#define	NETBSD32_SYS_netbsd32_nfssvc	155
442
443/* syscall: "compat_43_netbsd32_ogetdirentries" ret: "int" args: "int" "netbsd32_charp" "u_int" "netbsd32_longp" */
444#define	NETBSD32_SYS_compat_43_netbsd32_ogetdirentries	156
445
446/* syscall: "compat_20_netbsd32_statfs" ret: "int" args: "netbsd32_charp" "netbsd32_statfsp_t" */
447#define	NETBSD32_SYS_compat_20_netbsd32_statfs	157
448
449/* syscall: "compat_20_netbsd32_fstatfs" ret: "int" args: "int" "netbsd32_statfsp_t" */
450#define	NETBSD32_SYS_compat_20_netbsd32_fstatfs	158
451
452/* syscall: "compat_30_netbsd32_getfh" ret: "int" args: "netbsd32_charp" "netbsd32_compat_30_fhandlep_t" */
453#define	NETBSD32_SYS_compat_30_netbsd32_getfh	161
454
455/* syscall: "compat_09_netbsd32_ogetdomainname" ret: "int" args: "netbsd32_charp" "int" */
456#define	NETBSD32_SYS_compat_09_netbsd32_ogetdomainname	162
457
458/* syscall: "compat_09_netbsd32_osetdomainname" ret: "int" args: "netbsd32_charp" "int" */
459#define	NETBSD32_SYS_compat_09_netbsd32_osetdomainname	163
460
461/* syscall: "compat_09_netbsd32_uname" ret: "int" args: "netbsd32_outsnamep_t" */
462#define	NETBSD32_SYS_compat_09_netbsd32_uname	164
463
464/* syscall: "netbsd32_sysarch" ret: "int" args: "int" "netbsd32_voidp" */
465#define	NETBSD32_SYS_netbsd32_sysarch	165
466
467/* syscall: "compat_10_osemsys" ret: "int" args: "int" "int" "int" "int" "int" */
468#define	NETBSD32_SYS_compat_10_osemsys	169
469
470/* syscall: "compat_10_omsgsys" ret: "int" args: "int" "int" "int" "int" "int" "int" */
471#define	NETBSD32_SYS_compat_10_omsgsys	170
472
473/* syscall: "compat_10_oshmsys" ret: "int" args: "int" "int" "int" "int" */
474#define	NETBSD32_SYS_compat_10_oshmsys	171
475
476/* syscall: "netbsd32_pread" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "netbsd32_off_t" */
477#define	NETBSD32_SYS_netbsd32_pread	173
478
479/* syscall: "netbsd32_pwrite" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" "netbsd32_off_t" */
480#define	NETBSD32_SYS_netbsd32_pwrite	174
481
482#if defined(NTP) || !defined(_KERNEL_OPT)
483/* syscall: "compat_30_netbsd32_ntp_gettime" ret: "int" args: "netbsd32_ntptimeval50p_t" */
484#define	NETBSD32_SYS_compat_30_netbsd32_ntp_gettime	175
485
486/* syscall: "netbsd32_ntp_adjtime" ret: "int" args: "netbsd32_timexp_t" */
487#define	NETBSD32_SYS_netbsd32_ntp_adjtime	176
488
489#else
490				/* 175 is excluded ntp_gettime */
491				/* 176 is excluded ntp_adjtime */
492#endif
493/* syscall: "netbsd32_setgid" ret: "int" args: "gid_t" */
494#define	NETBSD32_SYS_netbsd32_setgid	181
495
496/* syscall: "netbsd32_setegid" ret: "int" args: "gid_t" */
497#define	NETBSD32_SYS_netbsd32_setegid	182
498
499/* syscall: "netbsd32_seteuid" ret: "int" args: "uid_t" */
500#define	NETBSD32_SYS_netbsd32_seteuid	183
501
502				/* 184 is excluded netbsd32_lfs_bmapv */
503				/* 185 is excluded netbsd32_lfs_markv */
504				/* 186 is excluded netbsd32_lfs_segclean */
505				/* 187 is excluded netbsd32_lfs_segwait */
506/* syscall: "compat_12_netbsd32_stat12" ret: "int" args: "netbsd32_charp" "netbsd32_stat12p_t" */
507#define	NETBSD32_SYS_compat_12_netbsd32_stat12	188
508
509/* syscall: "compat_12_netbsd32_fstat12" ret: "int" args: "int" "netbsd32_stat12p_t" */
510#define	NETBSD32_SYS_compat_12_netbsd32_fstat12	189
511
512/* syscall: "compat_12_netbsd32_lstat12" ret: "int" args: "netbsd32_charp" "netbsd32_stat12p_t" */
513#define	NETBSD32_SYS_compat_12_netbsd32_lstat12	190
514
515/* syscall: "netbsd32_pathconf" ret: "netbsd32_long" args: "netbsd32_charp" "int" */
516#define	NETBSD32_SYS_netbsd32_pathconf	191
517
518/* syscall: "netbsd32_fpathconf" ret: "netbsd32_long" args: "int" "int" */
519#define	NETBSD32_SYS_netbsd32_fpathconf	192
520
521/* syscall: "netbsd32_getrlimit" ret: "int" args: "int" "netbsd32_rlimitp_t" */
522#define	NETBSD32_SYS_netbsd32_getrlimit	194
523
524/* syscall: "netbsd32_setrlimit" ret: "int" args: "int" "netbsd32_rlimitp_t" */
525#define	NETBSD32_SYS_netbsd32_setrlimit	195
526
527/* syscall: "compat_12_netbsd32_getdirentries" ret: "int" args: "int" "netbsd32_charp" "u_int" "netbsd32_longp" */
528#define	NETBSD32_SYS_compat_12_netbsd32_getdirentries	196
529
530/* syscall: "netbsd32_mmap" ret: "netbsd32_voidp" args: "netbsd32_voidp" "netbsd32_size_t" "int" "int" "int" "netbsd32_long" "netbsd32_off_t" */
531#define	NETBSD32_SYS_netbsd32_mmap	197
532
533/* syscall: "netbsd32____syscall" ret: "quad_t" args: "quad_t" "..." */
534#define	NETBSD32_SYS_netbsd32____syscall	198
535
536/* syscall: "netbsd32_lseek" ret: "netbsd32_off_t" args: "int" "int" "netbsd32_off_t" "int" */
537#define	NETBSD32_SYS_netbsd32_lseek	199
538
539/* syscall: "netbsd32_truncate" ret: "int" args: "netbsd32_charp" "int" "netbsd32_off_t" */
540#define	NETBSD32_SYS_netbsd32_truncate	200
541
542/* syscall: "netbsd32_ftruncate" ret: "int" args: "int" "int" "netbsd32_off_t" */
543#define	NETBSD32_SYS_netbsd32_ftruncate	201
544
545/* syscall: "netbsd32___sysctl" ret: "int" args: "netbsd32_intp" "u_int" "netbsd32_voidp" "netbsd32_size_tp" "netbsd32_voidp" "netbsd32_size_t" */
546#define	NETBSD32_SYS_netbsd32___sysctl	202
547
548/* syscall: "netbsd32_mlock" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" */
549#define	NETBSD32_SYS_netbsd32_mlock	203
550
551/* syscall: "netbsd32_munlock" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" */
552#define	NETBSD32_SYS_netbsd32_munlock	204
553
554/* syscall: "netbsd32_undelete" ret: "int" args: "netbsd32_charp" */
555#define	NETBSD32_SYS_netbsd32_undelete	205
556
557/* syscall: "compat_50_netbsd32_futimes" ret: "int" args: "int" "netbsd32_timeval50p_t" */
558#define	NETBSD32_SYS_compat_50_netbsd32_futimes	206
559
560/* syscall: "netbsd32_getpgid" ret: "int" args: "pid_t" */
561#define	NETBSD32_SYS_netbsd32_getpgid	207
562
563/* syscall: "netbsd32_reboot" ret: "int" args: "int" "netbsd32_charp" */
564#define	NETBSD32_SYS_netbsd32_reboot	208
565
566/* syscall: "netbsd32_poll" ret: "int" args: "netbsd32_pollfdp_t" "u_int" "int" */
567#define	NETBSD32_SYS_netbsd32_poll	209
568
569/* syscall: "compat_14_netbsd32___semctl" ret: "int" args: "int" "int" "int" "netbsd32_semunu_t" */
570#define	NETBSD32_SYS_compat_14_netbsd32___semctl	220
571
572/* syscall: "netbsd32_semget" ret: "int" args: "netbsd32_key_t" "int" "int" */
573#define	NETBSD32_SYS_netbsd32_semget	221
574
575/* syscall: "netbsd32_semop" ret: "int" args: "int" "netbsd32_sembufp_t" "netbsd32_size_t" */
576#define	NETBSD32_SYS_netbsd32_semop	222
577
578/* syscall: "netbsd32_semconfig" ret: "int" args: "int" */
579#define	NETBSD32_SYS_netbsd32_semconfig	223
580
581/* syscall: "compat_14_netbsd32_msgctl" ret: "int" args: "int" "int" "netbsd32_msqid_ds14p_t" */
582#define	NETBSD32_SYS_compat_14_netbsd32_msgctl	224
583
584/* syscall: "netbsd32_msgget" ret: "int" args: "netbsd32_key_t" "int" */
585#define	NETBSD32_SYS_netbsd32_msgget	225
586
587/* syscall: "netbsd32_msgsnd" ret: "int" args: "int" "netbsd32_voidp" "netbsd32_size_t" "int" */
588#define	NETBSD32_SYS_netbsd32_msgsnd	226
589
590/* syscall: "netbsd32_msgrcv" ret: "netbsd32_ssize_t" args: "int" "netbsd32_voidp" "netbsd32_size_t" "netbsd32_long" "int" */
591#define	NETBSD32_SYS_netbsd32_msgrcv	227
592
593/* syscall: "netbsd32_shmat" ret: "netbsd32_voidp" args: "int" "netbsd32_voidp" "int" */
594#define	NETBSD32_SYS_netbsd32_shmat	228
595
596/* syscall: "compat_14_netbsd32_shmctl" ret: "int" args: "int" "int" "netbsd32_shmid_dsp_t" */
597#define	NETBSD32_SYS_compat_14_netbsd32_shmctl	229
598
599/* syscall: "netbsd32_shmdt" ret: "int" args: "netbsd32_voidp" */
600#define	NETBSD32_SYS_netbsd32_shmdt	230
601
602/* syscall: "netbsd32_shmget" ret: "int" args: "netbsd32_key_t" "netbsd32_size_t" "int" */
603#define	NETBSD32_SYS_netbsd32_shmget	231
604
605/* syscall: "compat_50_netbsd32_clock_gettime" ret: "int" args: "netbsd32_clockid_t" "netbsd32_timespec50p_t" */
606#define	NETBSD32_SYS_compat_50_netbsd32_clock_gettime	232
607
608/* syscall: "compat_50_netbsd32_clock_settime" ret: "int" args: "netbsd32_clockid_t" "netbsd32_timespec50p_t" */
609#define	NETBSD32_SYS_compat_50_netbsd32_clock_settime	233
610
611/* syscall: "compat_50_netbsd32_clock_getres" ret: "int" args: "netbsd32_clockid_t" "netbsd32_timespec50p_t" */
612#define	NETBSD32_SYS_compat_50_netbsd32_clock_getres	234
613
614/* syscall: "netbsd32_timer_create" ret: "int" args: "netbsd32_clockid_t" "netbsd32_sigeventp_t" "netbsd32_timerp_t" */
615#define	NETBSD32_SYS_netbsd32_timer_create	235
616
617/* syscall: "netbsd32_timer_delete" ret: "int" args: "netbsd32_timer_t" */
618#define	NETBSD32_SYS_netbsd32_timer_delete	236
619
620/* syscall: "compat_50_netbsd32_timer_settime" ret: "int" args: "netbsd32_timer_t" "int" "netbsd32_itimerspec50p_t" "netbsd32_itimerspec50p_t" */
621#define	NETBSD32_SYS_compat_50_netbsd32_timer_settime	237
622
623/* syscall: "compat_50_netbsd32_timer_gettime" ret: "int" args: "netbsd32_timer_t" "netbsd32_itimerspec50p_t" */
624#define	NETBSD32_SYS_compat_50_netbsd32_timer_gettime	238
625
626/* syscall: "netbsd32_timer_getoverrun" ret: "int" args: "netbsd32_timer_t" */
627#define	NETBSD32_SYS_netbsd32_timer_getoverrun	239
628
629/* syscall: "compat_50_netbsd32_nanosleep" ret: "int" args: "netbsd32_timespec50p_t" "netbsd32_timespec50p_t" */
630#define	NETBSD32_SYS_compat_50_netbsd32_nanosleep	240
631
632/* syscall: "netbsd32_fdatasync" ret: "int" args: "int" */
633#define	NETBSD32_SYS_netbsd32_fdatasync	241
634
635/* syscall: "netbsd32_mlockall" ret: "int" args: "int" */
636#define	NETBSD32_SYS_netbsd32_mlockall	242
637
638/* syscall: "munlockall" ret: "int" args: */
639#define	NETBSD32_SYS_munlockall	243
640
641/* syscall: "compat_50_netbsd32___sigtimedwait" ret: "int" args: "netbsd32_sigsetp_t" "netbsd32_siginfop_t" "netbsd32_timespec50p_t" */
642#define	NETBSD32_SYS_compat_50_netbsd32___sigtimedwait	244
643
644/* syscall: "netbsd32_sigqueueinfo" ret: "int" args: "pid_t" "const netbsd32_siginfop_t" */
645#define	NETBSD32_SYS_netbsd32_sigqueueinfo	245
646
647/* syscall: "netbsd32_modctl" ret: "int" args: "int" "netbsd32_voidp" */
648#define	NETBSD32_SYS_netbsd32_modctl	246
649
650/* syscall: "netbsd32__ksem_init" ret: "int" args: "unsigned int" "netbsd32_semidp_t" */
651#define	NETBSD32_SYS_netbsd32__ksem_init	247
652
653/* syscall: "netbsd32__ksem_open" ret: "int" args: "netbsd32_charp" "int" "mode_t" "unsigned int" "netbsd32_semidp_t" */
654#define	NETBSD32_SYS_netbsd32__ksem_open	248
655
656/* syscall: "netbsd32__ksem_unlink" ret: "int" args: "netbsd32_charp" */
657#define	NETBSD32_SYS_netbsd32__ksem_unlink	249
658
659/* syscall: "netbsd32__ksem_close" ret: "int" args: "netbsd32_intptr_t" */
660#define	NETBSD32_SYS_netbsd32__ksem_close	250
661
662/* syscall: "netbsd32__ksem_post" ret: "int" args: "netbsd32_intptr_t" */
663#define	NETBSD32_SYS_netbsd32__ksem_post	251
664
665/* syscall: "netbsd32__ksem_wait" ret: "int" args: "netbsd32_intptr_t" */
666#define	NETBSD32_SYS_netbsd32__ksem_wait	252
667
668/* syscall: "netbsd32__ksem_trywait" ret: "int" args: "netbsd32_intptr_t" */
669#define	NETBSD32_SYS_netbsd32__ksem_trywait	253
670
671/* syscall: "netbsd32__ksem_getvalue" ret: "int" args: "netbsd32_intptr_t" "netbsd32_intp" */
672#define	NETBSD32_SYS_netbsd32__ksem_getvalue	254
673
674/* syscall: "netbsd32__ksem_destroy" ret: "int" args: "netbsd32_intptr_t" */
675#define	NETBSD32_SYS_netbsd32__ksem_destroy	255
676
677/* syscall: "netbsd32__ksem_timedwait" ret: "int" args: "intptr_t" "const netbsd32_timespecp_t" */
678#define	NETBSD32_SYS_netbsd32__ksem_timedwait	256
679
680/* syscall: "netbsd32_mq_open" ret: "mqd_t" args: "const netbsd32_charp" "int" "mode_t" "netbsd32_mq_attrp_t" */
681#define	NETBSD32_SYS_netbsd32_mq_open	257
682
683/* syscall: "netbsd32_mq_close" ret: "int" args: "mqd_t" */
684#define	NETBSD32_SYS_netbsd32_mq_close	258
685
686/* syscall: "netbsd32_mq_unlink" ret: "int" args: "const netbsd32_charp" */
687#define	NETBSD32_SYS_netbsd32_mq_unlink	259
688
689/* syscall: "netbsd32_mq_getattr" ret: "int" args: "mqd_t" "netbsd32_mq_attrp_t" */
690#define	NETBSD32_SYS_netbsd32_mq_getattr	260
691
692/* syscall: "netbsd32_mq_setattr" ret: "int" args: "mqd_t" "const netbsd32_mq_attrp_t" "netbsd32_mq_attrp_t" */
693#define	NETBSD32_SYS_netbsd32_mq_setattr	261
694
695/* syscall: "netbsd32_mq_notify" ret: "int" args: "mqd_t" "const netbsd32_sigeventp_t" */
696#define	NETBSD32_SYS_netbsd32_mq_notify	262
697
698/* syscall: "netbsd32_mq_send" ret: "int" args: "mqd_t" "const netbsd32_charp" "netbsd32_size_t" "unsigned" */
699#define	NETBSD32_SYS_netbsd32_mq_send	263
700
701/* syscall: "netbsd32_mq_receive" ret: "netbsd32_ssize_t" args: "mqd_t" "netbsd32_charp" "netbsd32_size_t" "netbsd32_uintp" */
702#define	NETBSD32_SYS_netbsd32_mq_receive	264
703
704/* syscall: "compat_50_netbsd32_mq_timedsend" ret: "int" args: "mqd_t" "const netbsd32_charp" "netbsd32_size_t" "unsigned" "const netbsd32_timespec50p_t" */
705#define	NETBSD32_SYS_compat_50_netbsd32_mq_timedsend	265
706
707/* syscall: "compat_50_netbsd32_mq_timedreceive" ret: "netbsd32_ssize_t" args: "mqd_t" "netbsd32_charp" "netbsd32_size_t" "netbsd32_uintp" "const netbsd32_timespec50p_t" */
708#define	NETBSD32_SYS_compat_50_netbsd32_mq_timedreceive	266
709
710/* syscall: "netbsd32___posix_rename" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
711#define	NETBSD32_SYS_netbsd32___posix_rename	270
712
713/* syscall: "netbsd32_swapctl" ret: "int" args: "int" "netbsd32_voidp" "int" */
714#define	NETBSD32_SYS_netbsd32_swapctl	271
715
716/* syscall: "compat_30_netbsd32_getdents" ret: "int" args: "int" "netbsd32_charp" "netbsd32_size_t" */
717#define	NETBSD32_SYS_compat_30_netbsd32_getdents	272
718
719/* syscall: "netbsd32_minherit" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
720#define	NETBSD32_SYS_netbsd32_minherit	273
721
722/* syscall: "netbsd32_lchmod" ret: "int" args: "netbsd32_charp" "mode_t" */
723#define	NETBSD32_SYS_netbsd32_lchmod	274
724
725/* syscall: "netbsd32_lchown" ret: "int" args: "netbsd32_charp" "uid_t" "gid_t" */
726#define	NETBSD32_SYS_netbsd32_lchown	275
727
728/* syscall: "compat_50_netbsd32_lutimes" ret: "int" args: "netbsd32_charp" "netbsd32_timeval50p_t" */
729#define	NETBSD32_SYS_compat_50_netbsd32_lutimes	276
730
731/* syscall: "netbsd32___msync13" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
732#define	NETBSD32_SYS_netbsd32___msync13	277
733
734/* syscall: "compat_30_netbsd32___stat13" ret: "int" args: "netbsd32_charp" "netbsd32_stat13p_t" */
735#define	NETBSD32_SYS_compat_30_netbsd32___stat13	278
736
737/* syscall: "compat_30_netbsd32___fstat13" ret: "int" args: "int" "netbsd32_stat13p_t" */
738#define	NETBSD32_SYS_compat_30_netbsd32___fstat13	279
739
740/* syscall: "compat_30_netbsd32___lstat13" ret: "int" args: "netbsd32_charp" "netbsd32_stat13p_t" */
741#define	NETBSD32_SYS_compat_30_netbsd32___lstat13	280
742
743/* syscall: "netbsd32___sigaltstack14" ret: "int" args: "netbsd32_sigaltstackp_t" "netbsd32_sigaltstackp_t" */
744#define	NETBSD32_SYS_netbsd32___sigaltstack14	281
745
746/* syscall: "__vfork14" ret: "int" args: */
747#define	NETBSD32_SYS___vfork14	282
748
749/* syscall: "netbsd32___posix_chown" ret: "int" args: "netbsd32_charp" "uid_t" "gid_t" */
750#define	NETBSD32_SYS_netbsd32___posix_chown	283
751
752/* syscall: "netbsd32___posix_fchown" ret: "int" args: "int" "uid_t" "gid_t" */
753#define	NETBSD32_SYS_netbsd32___posix_fchown	284
754
755/* syscall: "netbsd32___posix_lchown" ret: "int" args: "netbsd32_charp" "uid_t" "gid_t" */
756#define	NETBSD32_SYS_netbsd32___posix_lchown	285
757
758/* syscall: "netbsd32_getsid" ret: "pid_t" args: "pid_t" */
759#define	NETBSD32_SYS_netbsd32_getsid	286
760
761/* syscall: "netbsd32___clone" ret: "int" args: "int" "netbsd32_voidp" */
762#define	NETBSD32_SYS_netbsd32___clone	287
763
764/* syscall: "netbsd32_fktrace" ret: "int" args: "int" "int" "int" "int" */
765#define	NETBSD32_SYS_netbsd32_fktrace	288
766
767/* syscall: "netbsd32_preadv" ret: "netbsd32_ssize_t" args: "int" "netbsd32_iovecp_t" "int" "int" "netbsd32_off_t" */
768#define	NETBSD32_SYS_netbsd32_preadv	289
769
770/* syscall: "netbsd32_pwritev" ret: "netbsd32_ssize_t" args: "int" "netbsd32_iovecp_t" "int" "int" "netbsd32_off_t" */
771#define	NETBSD32_SYS_netbsd32_pwritev	290
772
773/* syscall: "netbsd32___sigaction14" ret: "int" args: "int" "netbsd32_sigactionp_t" "netbsd32_sigactionp_t" */
774#define	NETBSD32_SYS_netbsd32___sigaction14	291
775
776/* syscall: "netbsd32___sigpending14" ret: "int" args: "netbsd32_sigsetp_t" */
777#define	NETBSD32_SYS_netbsd32___sigpending14	292
778
779/* syscall: "netbsd32___sigprocmask14" ret: "int" args: "int" "netbsd32_sigsetp_t" "netbsd32_sigsetp_t" */
780#define	NETBSD32_SYS_netbsd32___sigprocmask14	293
781
782/* syscall: "netbsd32___sigsuspend14" ret: "int" args: "netbsd32_sigsetp_t" */
783#define	NETBSD32_SYS_netbsd32___sigsuspend14	294
784
785/* syscall: "compat_16_netbsd32___sigreturn14" ret: "int" args: "netbsd32_sigcontextp_t" */
786#define	NETBSD32_SYS_compat_16_netbsd32___sigreturn14	295
787
788/* syscall: "netbsd32___getcwd" ret: "int" args: "netbsd32_charp" "netbsd32_size_t" */
789#define	NETBSD32_SYS_netbsd32___getcwd	296
790
791/* syscall: "netbsd32_fchroot" ret: "int" args: "int" */
792#define	NETBSD32_SYS_netbsd32_fchroot	297
793
794/* syscall: "compat_30_netbsd32_fhopen" ret: "int" args: "netbsd32_fhandlep_t" "int" */
795#define	NETBSD32_SYS_compat_30_netbsd32_fhopen	298
796
797/* syscall: "compat_30_netbsd32_fhstat" ret: "int" args: "netbsd32_fhandlep_t" "netbsd32_stat13p_t" */
798#define	NETBSD32_SYS_compat_30_netbsd32_fhstat	299
799
800/* syscall: "compat_20_netbsd32_fhstatfs" ret: "int" args: "netbsd32_fhandlep_t" "netbsd32_stat50p_t" */
801#define	NETBSD32_SYS_compat_20_netbsd32_fhstatfs	300
802
803/* syscall: "compat_50_netbsd32___semctl14" ret: "int" args: "int" "int" "int" "..." */
804#define	NETBSD32_SYS_compat_50_netbsd32___semctl14	301
805
806/* syscall: "compat_50_netbsd32___msgctl13" ret: "int" args: "int" "int" "netbsd32_msqid_ds50p_t" */
807#define	NETBSD32_SYS_compat_50_netbsd32___msgctl13	302
808
809/* syscall: "compat_50_netbsd32___shmctl13" ret: "int" args: "int" "int" "netbsd32_shmid_ds50p_t" */
810#define	NETBSD32_SYS_compat_50_netbsd32___shmctl13	303
811
812/* syscall: "netbsd32_lchflags" ret: "int" args: "netbsd32_charp" "netbsd32_u_long" */
813#define	NETBSD32_SYS_netbsd32_lchflags	304
814
815/* syscall: "issetugid" ret: "int" args: */
816#define	NETBSD32_SYS_issetugid	305
817
818/* syscall: "netbsd32_utrace" ret: "int" args: "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
819#define	NETBSD32_SYS_netbsd32_utrace	306
820
821/* syscall: "netbsd32_getcontext" ret: "int" args: "netbsd32_ucontextp" */
822#define	NETBSD32_SYS_netbsd32_getcontext	307
823
824/* syscall: "netbsd32_setcontext" ret: "int" args: "netbsd32_ucontextp" */
825#define	NETBSD32_SYS_netbsd32_setcontext	308
826
827/* syscall: "netbsd32__lwp_create" ret: "int" args: "netbsd32_ucontextp" "netbsd32_u_long" "netbsd32_lwpidp" */
828#define	NETBSD32_SYS_netbsd32__lwp_create	309
829
830/* syscall: "_lwp_exit" ret: "int" args: */
831#define	NETBSD32_SYS__lwp_exit	310
832
833/* syscall: "_lwp_self" ret: "lwpid_t" args: */
834#define	NETBSD32_SYS__lwp_self	311
835
836/* syscall: "netbsd32__lwp_wait" ret: "int" args: "lwpid_t" "netbsd32_lwpidp" */
837#define	NETBSD32_SYS_netbsd32__lwp_wait	312
838
839/* syscall: "netbsd32__lwp_suspend" ret: "int" args: "lwpid_t" */
840#define	NETBSD32_SYS_netbsd32__lwp_suspend	313
841
842/* syscall: "netbsd32__lwp_continue" ret: "int" args: "lwpid_t" */
843#define	NETBSD32_SYS_netbsd32__lwp_continue	314
844
845/* syscall: "netbsd32__lwp_wakeup" ret: "int" args: "lwpid_t" */
846#define	NETBSD32_SYS_netbsd32__lwp_wakeup	315
847
848/* syscall: "_lwp_getprivate" ret: "netbsd32_voidp" args: */
849#define	NETBSD32_SYS__lwp_getprivate	316
850
851/* syscall: "netbsd32__lwp_setprivate" ret: "void" args: "netbsd32_voidp" */
852#define	NETBSD32_SYS_netbsd32__lwp_setprivate	317
853
854/* syscall: "netbsd32__lwp_kill" ret: "int" args: "lwpid_t" "int" */
855#define	NETBSD32_SYS_netbsd32__lwp_kill	318
856
857/* syscall: "netbsd32__lwp_detach" ret: "int" args: "lwpid_t" */
858#define	NETBSD32_SYS_netbsd32__lwp_detach	319
859
860/* syscall: "compat_50_netbsd32__lwp_park" ret: "int" args: "netbsd32_timespec50p_t" "lwpid_t" "netbsd32_voidp" "netbsd32_voidp" */
861#define	NETBSD32_SYS_compat_50_netbsd32__lwp_park	320
862
863/* syscall: "netbsd32__lwp_unpark" ret: "int" args: "lwpid_t" "netbsd32_voidp" */
864#define	NETBSD32_SYS_netbsd32__lwp_unpark	321
865
866/* syscall: "netbsd32__lwp_unpark_all" ret: "netbsd32_size_t" args: "netbsd32_lwpidp" "netbsd32_size_t" "netbsd32_voidp" */
867#define	NETBSD32_SYS_netbsd32__lwp_unpark_all	322
868
869/* syscall: "netbsd32__lwp_setname" ret: "int" args: "lwpid_t" "netbsd32_charp" */
870#define	NETBSD32_SYS_netbsd32__lwp_setname	323
871
872/* syscall: "netbsd32__lwp_getname" ret: "int" args: "lwpid_t" "netbsd32_charp" "netbsd32_size_t" */
873#define	NETBSD32_SYS_netbsd32__lwp_getname	324
874
875/* syscall: "netbsd32__lwp_ctl" ret: "int" args: "int" "netbsd32_pointer_t" */
876#define	NETBSD32_SYS_netbsd32__lwp_ctl	325
877
878				/* 330 is obsolete netbsd32_sa_register */
879				/* 331 is obsolete netbsd32_sa_stacks */
880				/* 332 is obsolete sa_enable */
881				/* 333 is obsolete netbsd32_sa_setconcurrency */
882				/* 334 is obsolete sa_yield */
883				/* 335 is obsolete netbsd32_sa_preempt */
884				/* 336 is obsolete sys_sa_unblockyield */
885/* syscall: "netbsd32___sigaction_sigtramp" ret: "int" args: "int" "netbsd32_sigactionp_t" "netbsd32_sigactionp_t" "netbsd32_voidp" "int" */
886#define	NETBSD32_SYS_netbsd32___sigaction_sigtramp	340
887
888/* syscall: "netbsd32_rasctl" ret: "int" args: "netbsd32_voidp" "netbsd32_size_t" "int" */
889#define	NETBSD32_SYS_netbsd32_rasctl	343
890
891/* syscall: "kqueue" ret: "int" args: */
892#define	NETBSD32_SYS_kqueue	344
893
894/* syscall: "compat_50_netbsd32_kevent" ret: "int" args: "int" "netbsd32_keventp_t" "netbsd32_size_t" "netbsd32_keventp_t" "netbsd32_size_t" "netbsd32_timespec50p_t" */
895#define	NETBSD32_SYS_compat_50_netbsd32_kevent	345
896
897/* syscall: "netbsd32__sched_setparam" ret: "int" args: "pid_t" "lwpid_t" "int" "const netbsd32_sched_paramp_t" */
898#define	NETBSD32_SYS_netbsd32__sched_setparam	346
899
900/* syscall: "netbsd32__sched_getparam" ret: "int" args: "pid_t" "lwpid_t" "netbsd32_intp" "netbsd32_sched_paramp_t" */
901#define	NETBSD32_SYS_netbsd32__sched_getparam	347
902
903/* syscall: "netbsd32__sched_setaffinity" ret: "int" args: "pid_t" "lwpid_t" "netbsd32_size_t" "const netbsd32_cpusetp_t" */
904#define	NETBSD32_SYS_netbsd32__sched_setaffinity	348
905
906/* syscall: "netbsd32__sched_getaffinity" ret: "int" args: "pid_t" "lwpid_t" "netbsd32_size_t" "netbsd32_cpusetp_t" */
907#define	NETBSD32_SYS_netbsd32__sched_getaffinity	349
908
909/* syscall: "sched_yield" ret: "int" args: */
910#define	NETBSD32_SYS_sched_yield	350
911
912/* syscall: "netbsd32__sched_protect" ret: "int" args: "int" */
913#define	NETBSD32_SYS_netbsd32__sched_protect	351
914
915/* syscall: "netbsd32_fsync_range" ret: "int" args: "int" "int" "netbsd32_off_t" "netbsd32_off_t" */
916#define	NETBSD32_SYS_netbsd32_fsync_range	354
917
918/* syscall: "netbsd32_uuidgen" ret: "int" args: "netbsd32_uuidp_t" "int" */
919#define	NETBSD32_SYS_netbsd32_uuidgen	355
920
921/* syscall: "netbsd32_getvfsstat" ret: "int" args: "netbsd32_statvfsp_t" "netbsd32_size_t" "int" */
922#define	NETBSD32_SYS_netbsd32_getvfsstat	356
923
924/* syscall: "netbsd32_statvfs1" ret: "int" args: "netbsd32_charp" "netbsd32_statvfsp_t" "int" */
925#define	NETBSD32_SYS_netbsd32_statvfs1	357
926
927/* syscall: "netbsd32_fstatvfs1" ret: "int" args: "int" "netbsd32_statvfsp_t" "int" */
928#define	NETBSD32_SYS_netbsd32_fstatvfs1	358
929
930/* syscall: "compat_30_netbsd32_fhstatvfs1" ret: "int" args: "netbsd32_fhandlep_t" "netbsd32_statvfsp_t" "int" */
931#define	NETBSD32_SYS_compat_30_netbsd32_fhstatvfs1	359
932
933/* syscall: "netbsd32_extattrctl" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" "int" "netbsd32_charp" */
934#define	NETBSD32_SYS_netbsd32_extattrctl	360
935
936/* syscall: "netbsd32_extattr_set_file" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
937#define	NETBSD32_SYS_netbsd32_extattr_set_file	361
938
939/* syscall: "netbsd32_extattr_get_file" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
940#define	NETBSD32_SYS_netbsd32_extattr_get_file	362
941
942/* syscall: "netbsd32_extattr_delete_file" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" */
943#define	NETBSD32_SYS_netbsd32_extattr_delete_file	363
944
945/* syscall: "netbsd32_extattr_set_fd" ret: "int" args: "int" "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
946#define	NETBSD32_SYS_netbsd32_extattr_set_fd	364
947
948/* syscall: "netbsd32_extattr_get_fd" ret: "int" args: "int" "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
949#define	NETBSD32_SYS_netbsd32_extattr_get_fd	365
950
951/* syscall: "netbsd32_extattr_delete_fd" ret: "int" args: "int" "int" "netbsd32_charp" */
952#define	NETBSD32_SYS_netbsd32_extattr_delete_fd	366
953
954/* syscall: "netbsd32_extattr_set_link" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
955#define	NETBSD32_SYS_netbsd32_extattr_set_link	367
956
957/* syscall: "netbsd32_extattr_get_link" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
958#define	NETBSD32_SYS_netbsd32_extattr_get_link	368
959
960/* syscall: "netbsd32_extattr_delete_link" ret: "int" args: "netbsd32_charp" "int" "netbsd32_charp" */
961#define	NETBSD32_SYS_netbsd32_extattr_delete_link	369
962
963/* syscall: "netbsd32_extattr_list_fd" ret: "int" args: "int" "int" "netbsd32_voidp" "netbsd32_size_t" */
964#define	NETBSD32_SYS_netbsd32_extattr_list_fd	370
965
966/* syscall: "netbsd32_extattr_list_file" ret: "int" args: "netbsd32_charp" "int" "netbsd32_voidp" "netbsd32_size_t" */
967#define	NETBSD32_SYS_netbsd32_extattr_list_file	371
968
969/* syscall: "netbsd32_extattr_list_link" ret: "int" args: "netbsd32_charp" "int" "netbsd32_voidp" "netbsd32_size_t" */
970#define	NETBSD32_SYS_netbsd32_extattr_list_link	372
971
972/* 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" */
973#define	NETBSD32_SYS_compat_50_netbsd32_pselect	373
974
975/* syscall: "compat_50_netbsd32_pollts" ret: "int" args: "netbsd32_pollfdp_t" "u_int" "netbsd32_timespec50p_t" "netbsd32_sigsetp_t" */
976#define	NETBSD32_SYS_compat_50_netbsd32_pollts	374
977
978/* syscall: "netbsd32_setxattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" "int" */
979#define	NETBSD32_SYS_netbsd32_setxattr	375
980
981/* syscall: "netbsd32_lsetxattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" "int" */
982#define	NETBSD32_SYS_netbsd32_lsetxattr	376
983
984/* syscall: "netbsd32_fsetxattr" ret: "int" args: "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" "int" */
985#define	NETBSD32_SYS_netbsd32_fsetxattr	377
986
987/* syscall: "netbsd32_getxattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
988#define	NETBSD32_SYS_netbsd32_getxattr	378
989
990/* syscall: "netbsd32_lgetxattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
991#define	NETBSD32_SYS_netbsd32_lgetxattr	379
992
993/* syscall: "netbsd32_fgetxattr" ret: "int" args: "int" "netbsd32_charp" "netbsd32_voidp" "netbsd32_size_t" */
994#define	NETBSD32_SYS_netbsd32_fgetxattr	380
995
996/* syscall: "netbsd32_listxattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_size_t" */
997#define	NETBSD32_SYS_netbsd32_listxattr	381
998
999/* syscall: "netbsd32_llistxattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "netbsd32_size_t" */
1000#define	NETBSD32_SYS_netbsd32_llistxattr	382
1001
1002/* syscall: "netbsd32_flistxattr" ret: "int" args: "int" "netbsd32_charp" "netbsd32_size_t" */
1003#define	NETBSD32_SYS_netbsd32_flistxattr	383
1004
1005/* syscall: "netbsd32_removexattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
1006#define	NETBSD32_SYS_netbsd32_removexattr	384
1007
1008/* syscall: "netbsd32_lremovexattr" ret: "int" args: "netbsd32_charp" "netbsd32_charp" */
1009#define	NETBSD32_SYS_netbsd32_lremovexattr	385
1010
1011/* syscall: "netbsd32_fremovexattr" ret: "int" args: "int" "netbsd32_charp" */
1012#define	NETBSD32_SYS_netbsd32_fremovexattr	386
1013
1014/* syscall: "compat_50_netbsd32___stat30" ret: "int" args: "netbsd32_charp" "netbsd32_stat50p_t" */
1015#define	NETBSD32_SYS_compat_50_netbsd32___stat30	387
1016
1017/* syscall: "compat_50_netbsd32___fstat30" ret: "int" args: "int" "netbsd32_stat50p_t" */
1018#define	NETBSD32_SYS_compat_50_netbsd32___fstat30	388
1019
1020/* syscall: "compat_50_netbsd32___lstat30" ret: "int" args: "netbsd32_charp" "netbsd32_stat50p_t" */
1021#define	NETBSD32_SYS_compat_50_netbsd32___lstat30	389
1022
1023/* syscall: "netbsd32___getdents30" ret: "int" args: "int" "netbsd32_charp" "netbsd32_size_t" */
1024#define	NETBSD32_SYS_netbsd32___getdents30	390
1025
1026				/* 391 is ignored old posix fadvise */
1027/* syscall: "compat_30_netbsd32___fhstat30" ret: "int" args: "netbsd32_fhandlep_t" "netbsd32_stat50p_t" */
1028#define	NETBSD32_SYS_compat_30_netbsd32___fhstat30	392
1029
1030#if defined(NTP) || !defined(_KERNEL_OPT)
1031/* syscall: "compat_50_netbsd32_ntp_gettime" ret: "int" args: "netbsd32_ntptimeval50p_t" */
1032#define	NETBSD32_SYS_compat_50_netbsd32_ntp_gettime	393
1033
1034#else
1035				/* 393 is excluded __ntp_gettime30 */
1036#endif
1037/* syscall: "netbsd32___socket30" ret: "int" args: "int" "int" "int" */
1038#define	NETBSD32_SYS_netbsd32___socket30	394
1039
1040/* syscall: "netbsd32___getfh30" ret: "int" args: "netbsd32_charp" "netbsd32_pointer_t" "netbsd32_size_tp" */
1041#define	NETBSD32_SYS_netbsd32___getfh30	395
1042
1043/* syscall: "netbsd32___fhopen40" ret: "int" args: "netbsd32_pointer_t" "netbsd32_size_t" "int" */
1044#define	NETBSD32_SYS_netbsd32___fhopen40	396
1045
1046/* syscall: "netbsd32___fhstatvfs140" ret: "int" args: "netbsd32_pointer_t" "netbsd32_size_t" "netbsd32_statvfsp_t" "int" */
1047#define	NETBSD32_SYS_netbsd32___fhstatvfs140	397
1048
1049/* syscall: "compat_50_netbsd32___fhstat40" ret: "int" args: "netbsd32_pointer_t" "netbsd32_size_t" "netbsd32_stat50p_t" */
1050#define	NETBSD32_SYS_compat_50_netbsd32___fhstat40	398
1051
1052/* syscall: "netbsd32___mount50" ret: "int" args: "netbsd32_charp" "netbsd32_charp" "int" "netbsd32_voidp" "netbsd32_size_t" */
1053#define	NETBSD32_SYS_netbsd32___mount50	410
1054
1055/* syscall: "netbsd32_mremap" ret: "netbsd32_voidp" args: "netbsd32_voidp" "netbsd32_size_t" "netbsd32_voidp" "netbsd32_size_t" "int" */
1056#define	NETBSD32_SYS_netbsd32_mremap	411
1057
1058/* syscall: "netbsd32_pset_create" ret: "int" args: "netbsd32_psetidp_t" */
1059#define	NETBSD32_SYS_netbsd32_pset_create	412
1060
1061/* syscall: "netbsd32_pset_destroy" ret: "int" args: "psetid_t" */
1062#define	NETBSD32_SYS_netbsd32_pset_destroy	413
1063
1064/* syscall: "netbsd32_pset_assign" ret: "int" args: "psetid_t" "cpuid_t" "netbsd32_psetidp_t" */
1065#define	NETBSD32_SYS_netbsd32_pset_assign	414
1066
1067/* syscall: "netbsd32__pset_bind" ret: "int" args: "idtype_t" "id_t" "id_t" "psetid_t" "netbsd32_psetidp_t" */
1068#define	NETBSD32_SYS_netbsd32__pset_bind	415
1069
1070/* syscall: "netbsd32___posix_fadvise50" ret: "int" args: "int" "int" "netbsd32_off_t" "netbsd32_off_t" "int" */
1071#define	NETBSD32_SYS_netbsd32___posix_fadvise50	416
1072
1073/* syscall: "netbsd32___select50" ret: "int" args: "int" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_fd_setp_t" "netbsd32_timevalp_t" */
1074#define	NETBSD32_SYS_netbsd32___select50	417
1075
1076/* syscall: "netbsd32___gettimeofday50" ret: "int" args: "netbsd32_timevalp_t" "netbsd32_voidp" */
1077#define	NETBSD32_SYS_netbsd32___gettimeofday50	418
1078
1079/* syscall: "netbsd32___settimeofday50" ret: "int" args: "const netbsd32_timevalp_t" "const netbsd32_voidp" */
1080#define	NETBSD32_SYS_netbsd32___settimeofday50	419
1081
1082/* syscall: "netbsd32___utimes50" ret: "int" args: "const netbsd32_charp" "const netbsd32_timevalp_t" */
1083#define	NETBSD32_SYS_netbsd32___utimes50	420
1084
1085/* syscall: "netbsd32___adjtime50" ret: "int" args: "const netbsd32_timevalp_t" "netbsd32_timevalp_t" */
1086#define	NETBSD32_SYS_netbsd32___adjtime50	421
1087
1088				/* 422 is excluded __lfs_segwait50 */
1089/* syscall: "netbsd32___futimes50" ret: "int" args: "int" "const netbsd32_timevalp_t" */
1090#define	NETBSD32_SYS_netbsd32___futimes50	423
1091
1092/* syscall: "netbsd32___lutimes50" ret: "int" args: "const netbsd32_charp" "const netbsd32_timevalp_t" */
1093#define	NETBSD32_SYS_netbsd32___lutimes50	424
1094
1095/* syscall: "netbsd32___setitimer50" ret: "int" args: "int" "const netbsd32_itimervalp_t" "netbsd32_itimervalp_t" */
1096#define	NETBSD32_SYS_netbsd32___setitimer50	425
1097
1098/* syscall: "netbsd32___getitimer50" ret: "int" args: "int" "netbsd32_itimervalp_t" */
1099#define	NETBSD32_SYS_netbsd32___getitimer50	426
1100
1101/* syscall: "netbsd32___clock_gettime50" ret: "int" args: "clockid_t" "netbsd32_timespecp_t" */
1102#define	NETBSD32_SYS_netbsd32___clock_gettime50	427
1103
1104/* syscall: "netbsd32___clock_settime50" ret: "int" args: "clockid_t" "const netbsd32_timespecp_t" */
1105#define	NETBSD32_SYS_netbsd32___clock_settime50	428
1106
1107/* syscall: "netbsd32___clock_getres50" ret: "int" args: "clockid_t" "netbsd32_timespecp_t" */
1108#define	NETBSD32_SYS_netbsd32___clock_getres50	429
1109
1110/* syscall: "netbsd32___nanosleep50" ret: "int" args: "const netbsd32_timespecp_t" "netbsd32_timespecp_t" */
1111#define	NETBSD32_SYS_netbsd32___nanosleep50	430
1112
1113/* syscall: "netbsd32_____sigtimedwait50" ret: "int" args: "const netbsd32_sigsetp_t" "netbsd32_siginfop_t" "netbsd32_timespecp_t" */
1114#define	NETBSD32_SYS_netbsd32_____sigtimedwait50	431
1115
1116/* syscall: "netbsd32___mq_timedsend50" ret: "int" args: "mqd_t" "const netbsd32_charp" "netbsd32_size_t" "unsigned" "const netbsd32_timespecp_t" */
1117#define	NETBSD32_SYS_netbsd32___mq_timedsend50	432
1118
1119/* syscall: "netbsd32___mq_timedreceive50" ret: "netbsd32_ssize_t" args: "mqd_t" "netbsd32_charp" "netbsd32_size_t" "netbsd32_uintp" "const netbsd32_timespecp_t" */
1120#define	NETBSD32_SYS_netbsd32___mq_timedreceive50	433
1121
1122/* syscall: "compat_60_netbsd32__lwp_park" ret: "int" args: "const netbsd32_timespecp_t" "lwpid_t" "const netbsd32_voidp" "const netbsd32_voidp" */
1123#define	NETBSD32_SYS_compat_60_netbsd32__lwp_park	434
1124
1125/* syscall: "netbsd32___kevent50" ret: "int" args: "int" "const netbsd32_keventp_t" "netbsd32_size_t" "netbsd32_keventp_t" "netbsd32_size_t" "const netbsd32_timespecp_t" */
1126#define	NETBSD32_SYS_netbsd32___kevent50	435
1127
1128/* 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" */
1129#define	NETBSD32_SYS_netbsd32___pselect50	436
1130
1131/* syscall: "netbsd32___pollts50" ret: "int" args: "netbsd32_pollfdp_t" "u_int" "const netbsd32_timespecp_t" "const netbsd32_sigsetp_t" */
1132#define	NETBSD32_SYS_netbsd32___pollts50	437
1133
1134/* syscall: "netbsd32___stat50" ret: "int" args: "const netbsd32_charp" "netbsd32_statp_t" */
1135#define	NETBSD32_SYS_netbsd32___stat50	439
1136
1137/* syscall: "netbsd32___fstat50" ret: "int" args: "int" "netbsd32_statp_t" */
1138#define	NETBSD32_SYS_netbsd32___fstat50	440
1139
1140/* syscall: "netbsd32___lstat50" ret: "int" args: "const netbsd32_charp" "netbsd32_statp_t" */
1141#define	NETBSD32_SYS_netbsd32___lstat50	441
1142
1143/* syscall: "netbsd32_____semctl50" ret: "int" args: "int" "int" "int" "..." */
1144#define	NETBSD32_SYS_netbsd32_____semctl50	442
1145
1146/* syscall: "netbsd32___shmctl50" ret: "int" args: "int" "int" "netbsd32_shmid_dsp_t" */
1147#define	NETBSD32_SYS_netbsd32___shmctl50	443
1148
1149/* syscall: "netbsd32___msgctl50" ret: "int" args: "int" "int" "netbsd32_msqid_dsp_t" */
1150#define	NETBSD32_SYS_netbsd32___msgctl50	444
1151
1152/* syscall: "netbsd32___getrusage50" ret: "int" args: "int" "netbsd32_rusagep_t" */
1153#define	NETBSD32_SYS_netbsd32___getrusage50	445
1154
1155/* syscall: "netbsd32___timer_settime50" ret: "int" args: "timer_t" "int" "const netbsd32_itimerspecp_t" "netbsd32_itimerspecp_t" */
1156#define	NETBSD32_SYS_netbsd32___timer_settime50	446
1157
1158/* syscall: "netbsd32___timer_gettime50" ret: "int" args: "timer_t" "netbsd32_itimerspecp_t" */
1159#define	NETBSD32_SYS_netbsd32___timer_gettime50	447
1160
1161#if defined(NTP) || !defined(_KERNEL_OPT)
1162/* syscall: "netbsd32___ntp_gettime50" ret: "int" args: "netbsd32_ntptimevalp_t" */
1163#define	NETBSD32_SYS_netbsd32___ntp_gettime50	448
1164
1165#else
1166				/* 448 is excluded ___ntp_gettime50 */
1167#endif
1168/* syscall: "netbsd32___wait450" ret: "int" args: "int" "netbsd32_intp" "int" "netbsd32_rusagep_t" */
1169#define	NETBSD32_SYS_netbsd32___wait450	449
1170
1171/* syscall: "netbsd32___mknod50" ret: "int" args: "const netbsd32_charp" "mode_t" "netbsd32_dev_t" */
1172#define	NETBSD32_SYS_netbsd32___mknod50	450
1173
1174/* syscall: "netbsd32___fhstat50" ret: "int" args: "const netbsd32_voidp" "netbsd32_size_t" "netbsd32_statp_t" */
1175#define	NETBSD32_SYS_netbsd32___fhstat50	451
1176
1177				/* 452 is obsolete 5.99 quotactl */
1178/* syscall: "netbsd32_pipe2" ret: "int" args: "netbsd32_intp" "int" */
1179#define	NETBSD32_SYS_netbsd32_pipe2	453
1180
1181/* syscall: "netbsd32_dup3" ret: "int" args: "int" "int" "int" */
1182#define	NETBSD32_SYS_netbsd32_dup3	454
1183
1184/* syscall: "netbsd32_kqueue1" ret: "int" args: "int" */
1185#define	NETBSD32_SYS_netbsd32_kqueue1	455
1186
1187/* syscall: "netbsd32_paccept" ret: "int" args: "int" "netbsd32_sockaddrp_t" "netbsd32_socklenp_t" "const netbsd32_sigsetp_t" "int" */
1188#define	NETBSD32_SYS_netbsd32_paccept	456
1189
1190/* syscall: "netbsd32_linkat" ret: "int" args: "int" "const netbsd32_charp" "int" "const netbsd32_charp" "int" */
1191#define	NETBSD32_SYS_netbsd32_linkat	457
1192
1193/* syscall: "netbsd32_renameat" ret: "int" args: "int" "const netbsd32_charp" "int" "const netbsd32_charp" */
1194#define	NETBSD32_SYS_netbsd32_renameat	458
1195
1196/* syscall: "netbsd32_mkfifoat" ret: "int" args: "int" "const netbsd32_charp" "mode_t" */
1197#define	NETBSD32_SYS_netbsd32_mkfifoat	459
1198
1199/* syscall: "netbsd32_mknodat" ret: "int" args: "int" "const netbsd32_charp" "mode_t" "int" "netbsd32_dev_t" */
1200#define	NETBSD32_SYS_netbsd32_mknodat	460
1201
1202/* syscall: "netbsd32_mkdirat" ret: "int" args: "int" "const netbsd32_charp" "mode_t" */
1203#define	NETBSD32_SYS_netbsd32_mkdirat	461
1204
1205/* syscall: "netbsd32_faccessat" ret: "int" args: "int" "const netbsd32_charp" "int" "int" */
1206#define	NETBSD32_SYS_netbsd32_faccessat	462
1207
1208/* syscall: "netbsd32_fchmodat" ret: "int" args: "int" "const netbsd32_charp" "mode_t" "int" */
1209#define	NETBSD32_SYS_netbsd32_fchmodat	463
1210
1211/* syscall: "netbsd32_fchownat" ret: "int" args: "int" "const netbsd32_charp" "uid_t" "gid_t" "int" */
1212#define	NETBSD32_SYS_netbsd32_fchownat	464
1213
1214/* syscall: "netbsd32_fexecve" ret: "int" args: "int" "netbsd32_charpp" "netbsd32_charpp" */
1215#define	NETBSD32_SYS_netbsd32_fexecve	465
1216
1217/* syscall: "netbsd32_fstatat" ret: "int" args: "int" "const netbsd32_charp" "netbsd32_statp_t" "int" */
1218#define	NETBSD32_SYS_netbsd32_fstatat	466
1219
1220/* syscall: "netbsd32_utimensat" ret: "int" args: "int" "const netbsd32_charp" "const netbsd32_timespecp_t" "int" */
1221#define	NETBSD32_SYS_netbsd32_utimensat	467
1222
1223/* syscall: "netbsd32_openat" ret: "int" args: "int" "const netbsd32_charp" "int" "..." */
1224#define	NETBSD32_SYS_netbsd32_openat	468
1225
1226/* syscall: "netbsd32_readlinkat" ret: "netbsd32_ssize_t" args: "int" "const netbsd32_charp" "netbsd32_charp" "size_t" */
1227#define	NETBSD32_SYS_netbsd32_readlinkat	469
1228
1229/* syscall: "netbsd32_symlinkat" ret: "int" args: "const netbsd32_charp" "int" "const netbsd32_charp" */
1230#define	NETBSD32_SYS_netbsd32_symlinkat	470
1231
1232/* syscall: "netbsd32_unlinkat" ret: "int" args: "int" "const netbsd32_charp" "int" */
1233#define	NETBSD32_SYS_netbsd32_unlinkat	471
1234
1235/* syscall: "netbsd32_futimens" ret: "int" args: "int" "const netbsd32_timespecp_t" */
1236#define	NETBSD32_SYS_netbsd32_futimens	472
1237
1238/* syscall: "netbsd32___quotactl" ret: "int" args: "const netbsd32_charp" "netbsd32_voidp" */
1239#define	NETBSD32_SYS_netbsd32___quotactl	473
1240
1241/* syscall: "netbsd32_posix_spawn" ret: "int" args: "netbsd32_pid_tp" "const netbsd32_charp" "const netbsd32_posix_spawn_file_actionsp" "const netbsd32_posix_spawnattrp" "netbsd32_charpp" "netbsd32_charpp" */
1242#define	NETBSD32_SYS_netbsd32_posix_spawn	474
1243
1244/* syscall: "netbsd32_recvmmsg" ret: "int" args: "int" "netbsd32_mmsghdrp_t" "unsigned int" "unsigned int" "netbsd32_timespecp_t" */
1245#define	NETBSD32_SYS_netbsd32_recvmmsg	475
1246
1247/* syscall: "netbsd32_sendmmsg" ret: "int" args: "int" "netbsd32_mmsghdrp_t" "unsigned int" "unsigned int" */
1248#define	NETBSD32_SYS_netbsd32_sendmmsg	476
1249
1250/* syscall: "netbsd32_clock_nanosleep" ret: "int" args: "netbsd32_clockid_t" "int" "const netbsd32_timespecp_t" "netbsd32_timespecp_t" */
1251#define	NETBSD32_SYS_netbsd32_clock_nanosleep	477
1252
1253/* syscall: "netbsd32____lwp_park60" ret: "int" args: "netbsd32_clockid_t" "int" "netbsd32_timespecp_t" "lwpid_t" "netbsd32_voidp" "netbsd32_voidp" */
1254#define	NETBSD32_SYS_netbsd32____lwp_park60	478
1255
1256/* syscall: "netbsd32_posix_fallocate" ret: "int" args: "int" "int" "netbsd32_off_t" "netbsd32_off_t" */
1257#define	NETBSD32_SYS_netbsd32_posix_fallocate	479
1258
1259/* syscall: "netbsd32_fdiscard" ret: "int" args: "int" "int" "netbsd32_off_t" "netbsd32_off_t" */
1260#define	NETBSD32_SYS_netbsd32_fdiscard	480
1261
1262/* syscall: "netbsd32_wait6" ret: "int" args: "idtype_t" "id_t" "netbsd32_intp" "int" "netbsd32_wrusagep_t" "netbsd32_siginfop_t" */
1263#define	NETBSD32_SYS_netbsd32_wait6	481
1264
1265/* syscall: "netbsd32_clock_getcpuclockid2" ret: "int" args: "idtype_t" "id_t" "netbsd32_clockidp_t" */
1266#define	NETBSD32_SYS_netbsd32_clock_getcpuclockid2	482
1267
1268#define	NETBSD32_SYS_MAXSYSCALL	483
1269#define	NETBSD32_SYS_NSYSENT	512
1270#endif /* _NETBSD32_SYS_SYSCALL_H_ */
1271