1 | /* |
2 | * Copyright (c) 2004-2008 Apple Inc. All rights reserved. |
3 | * |
4 | * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ |
5 | * |
6 | * This file contains Original Code and/or Modifications of Original Code |
7 | * as defined in and that are subject to the Apple Public Source License |
8 | * Version 2.0 (the 'License'). You may not use this file except in |
9 | * compliance with the License. The rights granted to you under the License |
10 | * may not be used to create, or enable the creation or redistribution of, |
11 | * unlawful or unlicensed copies of an Apple operating system, or to |
12 | * circumvent, violate, or enable the circumvention or violation of, any |
13 | * terms of an Apple operating system software license agreement. |
14 | * |
15 | * Please obtain a copy of the License at |
16 | * http://www.opensource.apple.com/apsl/ and read it before using this file. |
17 | * |
18 | * The Original Code and all software distributed under the License are |
19 | * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER |
20 | * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, |
21 | * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, |
22 | * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. |
23 | * Please see the License for the specific language governing rights and |
24 | * limitations under the License. |
25 | * |
26 | * @APPLE_OSREFERENCE_LICENSE_HEADER_END@ |
27 | * |
28 | * |
29 | * System call switch table. |
30 | * |
31 | * DO NOT EDIT-- this file is automatically generated. |
32 | * created from /bsd.syscalls.master |
33 | */ |
34 | |
35 | #include <sys/appleapiopts.h> |
36 | #include <sys/param.h> |
37 | #include <sys/systm.h> |
38 | #include <sys/types.h> |
39 | #include <sys/sysent.h> |
40 | #include <sys/sysproto.h> |
41 | #include <nfs/nfs_conf.h> |
42 | #define AC(name) (sizeof(struct name) / sizeof(syscall_arg_t)) |
43 | |
44 | |
45 | /* The casts are bogus but will do for now. */ |
46 | __private_extern__ const struct sysent sysent[] = { |
47 | #if CONFIG_REQUIRES_U32_MUNGING |
48 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 0 = nosys indirect syscall */ |
49 | #else |
50 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
51 | #endif |
52 | #if CONFIG_REQUIRES_U32_MUNGING |
53 | { .sy_call: (sy_call_t *)(void (*)(void))exit, .sy_arg_munge32: munge_w, _SYSCALL_RET_NONE, AC(exit_args), .sy_arg_bytes: 4}, /* 1 = exit */ |
54 | #else |
55 | { (sy_call_t *)(void (*)(void))exit, _SYSCALL_RET_NONE, AC(exit_args), 4}, |
56 | #endif |
57 | #if CONFIG_REQUIRES_U32_MUNGING |
58 | { .sy_call: (sy_call_t *)(void (*)(void))fork, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 2 = fork */ |
59 | #else |
60 | { (sy_call_t *)(void (*)(void))fork, _SYSCALL_RET_INT_T, 0, 0}, |
61 | #endif |
62 | #if CONFIG_REQUIRES_U32_MUNGING |
63 | { .sy_call: (sy_call_t *)(void (*)(void))read, .sy_arg_munge32: munge_www, _SYSCALL_RET_SSIZE_T, AC(read_args), .sy_arg_bytes: 12}, /* 3 = read */ |
64 | #else |
65 | { (sy_call_t *)(void (*)(void))read, _SYSCALL_RET_SSIZE_T, AC(read_args), 12}, |
66 | #endif |
67 | #if CONFIG_REQUIRES_U32_MUNGING |
68 | { .sy_call: (sy_call_t *)(void (*)(void))write, .sy_arg_munge32: munge_www, _SYSCALL_RET_SSIZE_T, AC(write_args), .sy_arg_bytes: 12}, /* 4 = write */ |
69 | #else |
70 | { (sy_call_t *)(void (*)(void))write, _SYSCALL_RET_SSIZE_T, AC(write_args), 12}, |
71 | #endif |
72 | #if CONFIG_REQUIRES_U32_MUNGING |
73 | { .sy_call: (sy_call_t *)(void (*)(void))open, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(open_args), .sy_arg_bytes: 12}, /* 5 = open */ |
74 | #else |
75 | { (sy_call_t *)(void (*)(void))open, _SYSCALL_RET_INT_T, AC(open_args), 12}, |
76 | #endif |
77 | #if CONFIG_REQUIRES_U32_MUNGING |
78 | { .sy_call: (sy_call_t *)(void (*)(void))sys_close, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(close_args), .sy_arg_bytes: 4}, /* 6 = sys_close */ |
79 | #else |
80 | { (sy_call_t *)(void (*)(void))sys_close, _SYSCALL_RET_INT_T, AC(close_args), 4}, |
81 | #endif |
82 | #if CONFIG_REQUIRES_U32_MUNGING |
83 | { .sy_call: (sy_call_t *)(void (*)(void))wait4, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(wait4_args), .sy_arg_bytes: 16}, /* 7 = wait4 */ |
84 | #else |
85 | { (sy_call_t *)(void (*)(void))wait4, _SYSCALL_RET_INT_T, AC(wait4_args), 16}, |
86 | #endif |
87 | #if CONFIG_REQUIRES_U32_MUNGING |
88 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 8 = enosys old creat */ |
89 | #else |
90 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
91 | #endif |
92 | #if CONFIG_REQUIRES_U32_MUNGING |
93 | { .sy_call: (sy_call_t *)(void (*)(void))link, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(link_args), .sy_arg_bytes: 8}, /* 9 = link */ |
94 | #else |
95 | { (sy_call_t *)(void (*)(void))link, _SYSCALL_RET_INT_T, AC(link_args), 8}, |
96 | #endif |
97 | #if CONFIG_REQUIRES_U32_MUNGING |
98 | { .sy_call: (sy_call_t *)(void (*)(void))unlink, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(unlink_args), .sy_arg_bytes: 4}, /* 10 = unlink */ |
99 | #else |
100 | { (sy_call_t *)(void (*)(void))unlink, _SYSCALL_RET_INT_T, AC(unlink_args), 4}, |
101 | #endif |
102 | #if CONFIG_REQUIRES_U32_MUNGING |
103 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 11 = enosys old execv */ |
104 | #else |
105 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
106 | #endif |
107 | #if CONFIG_REQUIRES_U32_MUNGING |
108 | { .sy_call: (sy_call_t *)(void (*)(void))sys_chdir, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(chdir_args), .sy_arg_bytes: 4}, /* 12 = sys_chdir */ |
109 | #else |
110 | { (sy_call_t *)(void (*)(void))sys_chdir, _SYSCALL_RET_INT_T, AC(chdir_args), 4}, |
111 | #endif |
112 | #if CONFIG_REQUIRES_U32_MUNGING |
113 | { .sy_call: (sy_call_t *)(void (*)(void))sys_fchdir, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(fchdir_args), .sy_arg_bytes: 4}, /* 13 = sys_fchdir */ |
114 | #else |
115 | { (sy_call_t *)(void (*)(void))sys_fchdir, _SYSCALL_RET_INT_T, AC(fchdir_args), 4}, |
116 | #endif |
117 | #if CONFIG_REQUIRES_U32_MUNGING |
118 | { .sy_call: (sy_call_t *)(void (*)(void))mknod, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(mknod_args), .sy_arg_bytes: 12}, /* 14 = mknod */ |
119 | #else |
120 | { (sy_call_t *)(void (*)(void))mknod, _SYSCALL_RET_INT_T, AC(mknod_args), 12}, |
121 | #endif |
122 | #if CONFIG_REQUIRES_U32_MUNGING |
123 | { .sy_call: (sy_call_t *)(void (*)(void))chmod, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(chmod_args), .sy_arg_bytes: 8}, /* 15 = chmod */ |
124 | #else |
125 | { (sy_call_t *)(void (*)(void))chmod, _SYSCALL_RET_INT_T, AC(chmod_args), 8}, |
126 | #endif |
127 | #if CONFIG_REQUIRES_U32_MUNGING |
128 | { .sy_call: (sy_call_t *)(void (*)(void))chown, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(chown_args), .sy_arg_bytes: 12}, /* 16 = chown */ |
129 | #else |
130 | { (sy_call_t *)(void (*)(void))chown, _SYSCALL_RET_INT_T, AC(chown_args), 12}, |
131 | #endif |
132 | #if CONFIG_REQUIRES_U32_MUNGING |
133 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 17 = enosys old break */ |
134 | #else |
135 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
136 | #endif |
137 | #if CONFIG_REQUIRES_U32_MUNGING |
138 | { .sy_call: (sy_call_t *)(void (*)(void))getfsstat, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(getfsstat_args), .sy_arg_bytes: 12}, /* 18 = getfsstat */ |
139 | #else |
140 | { (sy_call_t *)(void (*)(void))getfsstat, _SYSCALL_RET_INT_T, AC(getfsstat_args), 12}, |
141 | #endif |
142 | #if CONFIG_REQUIRES_U32_MUNGING |
143 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 19 = enosys old lseek */ |
144 | #else |
145 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
146 | #endif |
147 | #if CONFIG_REQUIRES_U32_MUNGING |
148 | { .sy_call: (sy_call_t *)(void (*)(void))getpid, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 20 = getpid */ |
149 | #else |
150 | { (sy_call_t *)(void (*)(void))getpid, _SYSCALL_RET_INT_T, 0, 0}, |
151 | #endif |
152 | #if CONFIG_REQUIRES_U32_MUNGING |
153 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 21 = enosys old mount */ |
154 | #else |
155 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
156 | #endif |
157 | #if CONFIG_REQUIRES_U32_MUNGING |
158 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 22 = enosys old umount */ |
159 | #else |
160 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
161 | #endif |
162 | #if CONFIG_REQUIRES_U32_MUNGING |
163 | { .sy_call: (sy_call_t *)(void (*)(void))setuid, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(setuid_args), .sy_arg_bytes: 4}, /* 23 = setuid */ |
164 | #else |
165 | { (sy_call_t *)(void (*)(void))setuid, _SYSCALL_RET_INT_T, AC(setuid_args), 4}, |
166 | #endif |
167 | #if CONFIG_REQUIRES_U32_MUNGING |
168 | { .sy_call: (sy_call_t *)(void (*)(void))getuid, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 24 = getuid */ |
169 | #else |
170 | { (sy_call_t *)(void (*)(void))getuid, _SYSCALL_RET_INT_T, 0, 0}, |
171 | #endif |
172 | #if CONFIG_REQUIRES_U32_MUNGING |
173 | { .sy_call: (sy_call_t *)(void (*)(void))geteuid, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 25 = geteuid */ |
174 | #else |
175 | { (sy_call_t *)(void (*)(void))geteuid, _SYSCALL_RET_INT_T, 0, 0}, |
176 | #endif |
177 | #if CONFIG_REQUIRES_U32_MUNGING |
178 | { .sy_call: (sy_call_t *)(void (*)(void))ptrace, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(ptrace_args), .sy_arg_bytes: 16}, /* 26 = ptrace */ |
179 | #else |
180 | { (sy_call_t *)(void (*)(void))ptrace, _SYSCALL_RET_INT_T, AC(ptrace_args), 16}, |
181 | #endif |
182 | #if SOCKETS |
183 | #if CONFIG_REQUIRES_U32_MUNGING |
184 | { .sy_call: (sy_call_t *)(void (*)(void))recvmsg, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(recvmsg_args), .sy_arg_bytes: 12}, /* 27 = recvmsg */ |
185 | #else |
186 | { (sy_call_t *)(void (*)(void))recvmsg, _SYSCALL_RET_INT_T, AC(recvmsg_args), 12}, |
187 | #endif |
188 | #if CONFIG_REQUIRES_U32_MUNGING |
189 | { .sy_call: (sy_call_t *)(void (*)(void))sendmsg, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(sendmsg_args), .sy_arg_bytes: 12}, /* 28 = sendmsg */ |
190 | #else |
191 | { (sy_call_t *)(void (*)(void))sendmsg, _SYSCALL_RET_INT_T, AC(sendmsg_args), 12}, |
192 | #endif |
193 | #if CONFIG_REQUIRES_U32_MUNGING |
194 | { .sy_call: (sy_call_t *)(void (*)(void))recvfrom, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(recvfrom_args), .sy_arg_bytes: 24}, /* 29 = recvfrom */ |
195 | #else |
196 | { (sy_call_t *)(void (*)(void))recvfrom, _SYSCALL_RET_INT_T, AC(recvfrom_args), 24}, |
197 | #endif |
198 | #if CONFIG_REQUIRES_U32_MUNGING |
199 | { .sy_call: (sy_call_t *)(void (*)(void))accept, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(accept_args), .sy_arg_bytes: 12}, /* 30 = accept */ |
200 | #else |
201 | { (sy_call_t *)(void (*)(void))accept, _SYSCALL_RET_INT_T, AC(accept_args), 12}, |
202 | #endif |
203 | #if CONFIG_REQUIRES_U32_MUNGING |
204 | { .sy_call: (sy_call_t *)(void (*)(void))getpeername, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(getpeername_args), .sy_arg_bytes: 12}, /* 31 = getpeername */ |
205 | #else |
206 | { (sy_call_t *)(void (*)(void))getpeername, _SYSCALL_RET_INT_T, AC(getpeername_args), 12}, |
207 | #endif |
208 | #if CONFIG_REQUIRES_U32_MUNGING |
209 | { .sy_call: (sy_call_t *)(void (*)(void))getsockname, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(getsockname_args), .sy_arg_bytes: 12}, /* 32 = getsockname */ |
210 | #else |
211 | { (sy_call_t *)(void (*)(void))getsockname, _SYSCALL_RET_INT_T, AC(getsockname_args), 12}, |
212 | #endif |
213 | #else |
214 | #if CONFIG_REQUIRES_U32_MUNGING |
215 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 27 = nosys */ |
216 | #else |
217 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
218 | #endif |
219 | #if CONFIG_REQUIRES_U32_MUNGING |
220 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 28 = nosys */ |
221 | #else |
222 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
223 | #endif |
224 | #if CONFIG_REQUIRES_U32_MUNGING |
225 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 29 = nosys */ |
226 | #else |
227 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
228 | #endif |
229 | #if CONFIG_REQUIRES_U32_MUNGING |
230 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 30 = nosys */ |
231 | #else |
232 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
233 | #endif |
234 | #if CONFIG_REQUIRES_U32_MUNGING |
235 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 31 = nosys */ |
236 | #else |
237 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
238 | #endif |
239 | #if CONFIG_REQUIRES_U32_MUNGING |
240 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 32 = nosys */ |
241 | #else |
242 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
243 | #endif |
244 | #endif /* SOCKETS */ |
245 | #if CONFIG_REQUIRES_U32_MUNGING |
246 | { .sy_call: (sy_call_t *)(void (*)(void))access, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(access_args), .sy_arg_bytes: 8}, /* 33 = access */ |
247 | #else |
248 | { (sy_call_t *)(void (*)(void))access, _SYSCALL_RET_INT_T, AC(access_args), 8}, |
249 | #endif |
250 | #if CONFIG_REQUIRES_U32_MUNGING |
251 | { .sy_call: (sy_call_t *)(void (*)(void))chflags, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(chflags_args), .sy_arg_bytes: 8}, /* 34 = chflags */ |
252 | #else |
253 | { (sy_call_t *)(void (*)(void))chflags, _SYSCALL_RET_INT_T, AC(chflags_args), 8}, |
254 | #endif |
255 | #if CONFIG_REQUIRES_U32_MUNGING |
256 | { .sy_call: (sy_call_t *)(void (*)(void))fchflags, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(fchflags_args), .sy_arg_bytes: 8}, /* 35 = fchflags */ |
257 | #else |
258 | { (sy_call_t *)(void (*)(void))fchflags, _SYSCALL_RET_INT_T, AC(fchflags_args), 8}, |
259 | #endif |
260 | #if CONFIG_REQUIRES_U32_MUNGING |
261 | { .sy_call: (sy_call_t *)(void (*)(void))sync, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 36 = sync */ |
262 | #else |
263 | { (sy_call_t *)(void (*)(void))sync, _SYSCALL_RET_INT_T, 0, 0}, |
264 | #endif |
265 | #if CONFIG_REQUIRES_U32_MUNGING |
266 | { .sy_call: (sy_call_t *)(void (*)(void))kill, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(kill_args), .sy_arg_bytes: 12}, /* 37 = kill */ |
267 | #else |
268 | { (sy_call_t *)(void (*)(void))kill, _SYSCALL_RET_INT_T, AC(kill_args), 12}, |
269 | #endif |
270 | #if CONFIG_REQUIRES_U32_MUNGING |
271 | { .sy_call: (sy_call_t *)(void (*)(void))sys_crossarch_trap, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(crossarch_trap_args), .sy_arg_bytes: 4}, /* 38 = sys_crossarch_trap */ |
272 | #else |
273 | { (sy_call_t *)(void (*)(void))sys_crossarch_trap, _SYSCALL_RET_INT_T, AC(crossarch_trap_args), 4}, |
274 | #endif |
275 | #if CONFIG_REQUIRES_U32_MUNGING |
276 | { .sy_call: (sy_call_t *)(void (*)(void))getppid, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 39 = getppid */ |
277 | #else |
278 | { (sy_call_t *)(void (*)(void))getppid, _SYSCALL_RET_INT_T, 0, 0}, |
279 | #endif |
280 | #if CONFIG_REQUIRES_U32_MUNGING |
281 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 40 = nosys old lstat */ |
282 | #else |
283 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
284 | #endif |
285 | #if CONFIG_REQUIRES_U32_MUNGING |
286 | { .sy_call: (sy_call_t *)(void (*)(void))sys_dup, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(dup_args), .sy_arg_bytes: 4}, /* 41 = sys_dup */ |
287 | #else |
288 | { (sy_call_t *)(void (*)(void))sys_dup, _SYSCALL_RET_INT_T, AC(dup_args), 4}, |
289 | #endif |
290 | #if CONFIG_REQUIRES_U32_MUNGING |
291 | { .sy_call: (sy_call_t *)(void (*)(void))pipe, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 42 = pipe */ |
292 | #else |
293 | { (sy_call_t *)(void (*)(void))pipe, _SYSCALL_RET_INT_T, 0, 0}, |
294 | #endif |
295 | #if CONFIG_REQUIRES_U32_MUNGING |
296 | { .sy_call: (sy_call_t *)(void (*)(void))getegid, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 43 = getegid */ |
297 | #else |
298 | { (sy_call_t *)(void (*)(void))getegid, _SYSCALL_RET_INT_T, 0, 0}, |
299 | #endif |
300 | #if CONFIG_REQUIRES_U32_MUNGING |
301 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 44 = nosys old profil */ |
302 | #else |
303 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
304 | #endif |
305 | #if CONFIG_REQUIRES_U32_MUNGING |
306 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 45 = nosys old ktrace */ |
307 | #else |
308 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
309 | #endif |
310 | #if CONFIG_REQUIRES_U32_MUNGING |
311 | { .sy_call: (sy_call_t *)(void (*)(void))sigaction, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(sigaction_args), .sy_arg_bytes: 12}, /* 46 = sigaction */ |
312 | #else |
313 | { (sy_call_t *)(void (*)(void))sigaction, _SYSCALL_RET_INT_T, AC(sigaction_args), 12}, |
314 | #endif |
315 | #if CONFIG_REQUIRES_U32_MUNGING |
316 | { .sy_call: (sy_call_t *)(void (*)(void))getgid, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 47 = getgid */ |
317 | #else |
318 | { (sy_call_t *)(void (*)(void))getgid, _SYSCALL_RET_INT_T, 0, 0}, |
319 | #endif |
320 | #if CONFIG_REQUIRES_U32_MUNGING |
321 | { .sy_call: (sy_call_t *)(void (*)(void))sigprocmask, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(sigprocmask_args), .sy_arg_bytes: 12}, /* 48 = sigprocmask */ |
322 | #else |
323 | { (sy_call_t *)(void (*)(void))sigprocmask, _SYSCALL_RET_INT_T, AC(sigprocmask_args), 12}, |
324 | #endif |
325 | #if CONFIG_REQUIRES_U32_MUNGING |
326 | { .sy_call: (sy_call_t *)(void (*)(void))getlogin, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(getlogin_args), .sy_arg_bytes: 8}, /* 49 = getlogin */ |
327 | #else |
328 | { (sy_call_t *)(void (*)(void))getlogin, _SYSCALL_RET_INT_T, AC(getlogin_args), 8}, |
329 | #endif |
330 | #if CONFIG_REQUIRES_U32_MUNGING |
331 | { .sy_call: (sy_call_t *)(void (*)(void))setlogin, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(setlogin_args), .sy_arg_bytes: 4}, /* 50 = setlogin */ |
332 | #else |
333 | { (sy_call_t *)(void (*)(void))setlogin, _SYSCALL_RET_INT_T, AC(setlogin_args), 4}, |
334 | #endif |
335 | #if CONFIG_REQUIRES_U32_MUNGING |
336 | { .sy_call: (sy_call_t *)(void (*)(void))acct, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(acct_args), .sy_arg_bytes: 4}, /* 51 = acct */ |
337 | #else |
338 | { (sy_call_t *)(void (*)(void))acct, _SYSCALL_RET_INT_T, AC(acct_args), 4}, |
339 | #endif |
340 | #if CONFIG_REQUIRES_U32_MUNGING |
341 | { .sy_call: (sy_call_t *)(void (*)(void))sigpending, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(sigpending_args), .sy_arg_bytes: 4}, /* 52 = sigpending */ |
342 | #else |
343 | { (sy_call_t *)(void (*)(void))sigpending, _SYSCALL_RET_INT_T, AC(sigpending_args), 4}, |
344 | #endif |
345 | #if CONFIG_REQUIRES_U32_MUNGING |
346 | { .sy_call: (sy_call_t *)(void (*)(void))sigaltstack, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(sigaltstack_args), .sy_arg_bytes: 8}, /* 53 = sigaltstack */ |
347 | #else |
348 | { (sy_call_t *)(void (*)(void))sigaltstack, _SYSCALL_RET_INT_T, AC(sigaltstack_args), 8}, |
349 | #endif |
350 | #if CONFIG_REQUIRES_U32_MUNGING |
351 | { .sy_call: (sy_call_t *)(void (*)(void))ioctl, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(ioctl_args), .sy_arg_bytes: 12}, /* 54 = ioctl */ |
352 | #else |
353 | { (sy_call_t *)(void (*)(void))ioctl, _SYSCALL_RET_INT_T, AC(ioctl_args), 12}, |
354 | #endif |
355 | #if CONFIG_REQUIRES_U32_MUNGING |
356 | { .sy_call: (sy_call_t *)(void (*)(void))reboot, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(reboot_args), .sy_arg_bytes: 8}, /* 55 = reboot */ |
357 | #else |
358 | { (sy_call_t *)(void (*)(void))reboot, _SYSCALL_RET_INT_T, AC(reboot_args), 8}, |
359 | #endif |
360 | #if CONFIG_REQUIRES_U32_MUNGING |
361 | { .sy_call: (sy_call_t *)(void (*)(void))revoke, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(revoke_args), .sy_arg_bytes: 4}, /* 56 = revoke */ |
362 | #else |
363 | { (sy_call_t *)(void (*)(void))revoke, _SYSCALL_RET_INT_T, AC(revoke_args), 4}, |
364 | #endif |
365 | #if CONFIG_REQUIRES_U32_MUNGING |
366 | { .sy_call: (sy_call_t *)(void (*)(void))symlink, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(symlink_args), .sy_arg_bytes: 8}, /* 57 = symlink */ |
367 | #else |
368 | { (sy_call_t *)(void (*)(void))symlink, _SYSCALL_RET_INT_T, AC(symlink_args), 8}, |
369 | #endif |
370 | #if CONFIG_REQUIRES_U32_MUNGING |
371 | { .sy_call: (sy_call_t *)(void (*)(void))readlink, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(readlink_args), .sy_arg_bytes: 12}, /* 58 = readlink */ |
372 | #else |
373 | { (sy_call_t *)(void (*)(void))readlink, _SYSCALL_RET_INT_T, AC(readlink_args), 12}, |
374 | #endif |
375 | #if CONFIG_REQUIRES_U32_MUNGING |
376 | { .sy_call: (sy_call_t *)(void (*)(void))execve, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(execve_args), .sy_arg_bytes: 12}, /* 59 = execve */ |
377 | #else |
378 | { (sy_call_t *)(void (*)(void))execve, _SYSCALL_RET_INT_T, AC(execve_args), 12}, |
379 | #endif |
380 | #if CONFIG_REQUIRES_U32_MUNGING |
381 | { .sy_call: (sy_call_t *)(void (*)(void))umask, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(umask_args), .sy_arg_bytes: 4}, /* 60 = umask */ |
382 | #else |
383 | { (sy_call_t *)(void (*)(void))umask, _SYSCALL_RET_INT_T, AC(umask_args), 4}, |
384 | #endif |
385 | #if CONFIG_REQUIRES_U32_MUNGING |
386 | { .sy_call: (sy_call_t *)(void (*)(void))chroot, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(chroot_args), .sy_arg_bytes: 4}, /* 61 = chroot */ |
387 | #else |
388 | { (sy_call_t *)(void (*)(void))chroot, _SYSCALL_RET_INT_T, AC(chroot_args), 4}, |
389 | #endif |
390 | #if CONFIG_REQUIRES_U32_MUNGING |
391 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 62 = nosys old fstat */ |
392 | #else |
393 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
394 | #endif |
395 | #if CONFIG_REQUIRES_U32_MUNGING |
396 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 63 = nosys used internally and reserved */ |
397 | #else |
398 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
399 | #endif |
400 | #if CONFIG_REQUIRES_U32_MUNGING |
401 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 64 = nosys old getpagesize */ |
402 | #else |
403 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
404 | #endif |
405 | #if CONFIG_REQUIRES_U32_MUNGING |
406 | { .sy_call: (sy_call_t *)(void (*)(void))msync, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(msync_args), .sy_arg_bytes: 12}, /* 65 = msync */ |
407 | #else |
408 | { (sy_call_t *)(void (*)(void))msync, _SYSCALL_RET_INT_T, AC(msync_args), 12}, |
409 | #endif |
410 | #if CONFIG_VFORK |
411 | #if CONFIG_REQUIRES_U32_MUNGING |
412 | { (sy_call_t *)(void (*)(void))vfork, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 66 = vfork */ |
413 | #else |
414 | { (sy_call_t *)(void (*)(void))vfork, _SYSCALL_RET_INT_T, 0, 0}, |
415 | #endif |
416 | #else |
417 | #if CONFIG_REQUIRES_U32_MUNGING |
418 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 66 = nosys old vfork */ |
419 | #else |
420 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
421 | #endif |
422 | #endif |
423 | #if CONFIG_REQUIRES_U32_MUNGING |
424 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 67 = nosys old vread */ |
425 | #else |
426 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
427 | #endif |
428 | #if CONFIG_REQUIRES_U32_MUNGING |
429 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 68 = nosys old vwrite */ |
430 | #else |
431 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
432 | #endif |
433 | #if CONFIG_REQUIRES_U32_MUNGING |
434 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 69 = nosys old sbrk */ |
435 | #else |
436 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
437 | #endif |
438 | #if CONFIG_REQUIRES_U32_MUNGING |
439 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 70 = nosys old sstk */ |
440 | #else |
441 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
442 | #endif |
443 | #if CONFIG_REQUIRES_U32_MUNGING |
444 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 71 = nosys old mmap */ |
445 | #else |
446 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
447 | #endif |
448 | #if CONFIG_REQUIRES_U32_MUNGING |
449 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 72 = nosys old vadvise */ |
450 | #else |
451 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
452 | #endif |
453 | #if CONFIG_REQUIRES_U32_MUNGING |
454 | { .sy_call: (sy_call_t *)(void (*)(void))munmap, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(munmap_args), .sy_arg_bytes: 8}, /* 73 = munmap */ |
455 | #else |
456 | { (sy_call_t *)(void (*)(void))munmap, _SYSCALL_RET_INT_T, AC(munmap_args), 8}, |
457 | #endif |
458 | #if CONFIG_REQUIRES_U32_MUNGING |
459 | { .sy_call: (sy_call_t *)(void (*)(void))mprotect, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(mprotect_args), .sy_arg_bytes: 12}, /* 74 = mprotect */ |
460 | #else |
461 | { (sy_call_t *)(void (*)(void))mprotect, _SYSCALL_RET_INT_T, AC(mprotect_args), 12}, |
462 | #endif |
463 | #if CONFIG_REQUIRES_U32_MUNGING |
464 | { .sy_call: (sy_call_t *)(void (*)(void))madvise, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(madvise_args), .sy_arg_bytes: 12}, /* 75 = madvise */ |
465 | #else |
466 | { (sy_call_t *)(void (*)(void))madvise, _SYSCALL_RET_INT_T, AC(madvise_args), 12}, |
467 | #endif |
468 | #if CONFIG_REQUIRES_U32_MUNGING |
469 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 76 = nosys old vhangup */ |
470 | #else |
471 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
472 | #endif |
473 | #if CONFIG_REQUIRES_U32_MUNGING |
474 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 77 = nosys old vlimit */ |
475 | #else |
476 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
477 | #endif |
478 | #if CONFIG_REQUIRES_U32_MUNGING |
479 | { .sy_call: (sy_call_t *)(void (*)(void))mincore, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(mincore_args), .sy_arg_bytes: 12}, /* 78 = mincore */ |
480 | #else |
481 | { (sy_call_t *)(void (*)(void))mincore, _SYSCALL_RET_INT_T, AC(mincore_args), 12}, |
482 | #endif |
483 | #if CONFIG_REQUIRES_U32_MUNGING |
484 | { .sy_call: (sy_call_t *)(void (*)(void))getgroups, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(getgroups_args), .sy_arg_bytes: 8}, /* 79 = getgroups */ |
485 | #else |
486 | { (sy_call_t *)(void (*)(void))getgroups, _SYSCALL_RET_INT_T, AC(getgroups_args), 8}, |
487 | #endif |
488 | #if CONFIG_REQUIRES_U32_MUNGING |
489 | { .sy_call: (sy_call_t *)(void (*)(void))setgroups, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(setgroups_args), .sy_arg_bytes: 8}, /* 80 = setgroups */ |
490 | #else |
491 | { (sy_call_t *)(void (*)(void))setgroups, _SYSCALL_RET_INT_T, AC(setgroups_args), 8}, |
492 | #endif |
493 | #if CONFIG_REQUIRES_U32_MUNGING |
494 | { .sy_call: (sy_call_t *)(void (*)(void))getpgrp, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 81 = getpgrp */ |
495 | #else |
496 | { (sy_call_t *)(void (*)(void))getpgrp, _SYSCALL_RET_INT_T, 0, 0}, |
497 | #endif |
498 | #if CONFIG_REQUIRES_U32_MUNGING |
499 | { .sy_call: (sy_call_t *)(void (*)(void))setpgid, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(setpgid_args), .sy_arg_bytes: 8}, /* 82 = setpgid */ |
500 | #else |
501 | { (sy_call_t *)(void (*)(void))setpgid, _SYSCALL_RET_INT_T, AC(setpgid_args), 8}, |
502 | #endif |
503 | #if CONFIG_REQUIRES_U32_MUNGING |
504 | { .sy_call: (sy_call_t *)(void (*)(void))setitimer, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(setitimer_args), .sy_arg_bytes: 12}, /* 83 = setitimer */ |
505 | #else |
506 | { (sy_call_t *)(void (*)(void))setitimer, _SYSCALL_RET_INT_T, AC(setitimer_args), 12}, |
507 | #endif |
508 | #if CONFIG_REQUIRES_U32_MUNGING |
509 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 84 = nosys old wait */ |
510 | #else |
511 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
512 | #endif |
513 | #if CONFIG_REQUIRES_U32_MUNGING |
514 | { .sy_call: (sy_call_t *)(void (*)(void))swapon, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 85 = swapon */ |
515 | #else |
516 | { (sy_call_t *)(void (*)(void))swapon, _SYSCALL_RET_INT_T, 0, 0}, |
517 | #endif |
518 | #if CONFIG_REQUIRES_U32_MUNGING |
519 | { .sy_call: (sy_call_t *)(void (*)(void))getitimer, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(getitimer_args), .sy_arg_bytes: 8}, /* 86 = getitimer */ |
520 | #else |
521 | { (sy_call_t *)(void (*)(void))getitimer, _SYSCALL_RET_INT_T, AC(getitimer_args), 8}, |
522 | #endif |
523 | #if CONFIG_REQUIRES_U32_MUNGING |
524 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 87 = nosys old gethostname */ |
525 | #else |
526 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
527 | #endif |
528 | #if CONFIG_REQUIRES_U32_MUNGING |
529 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 88 = nosys old sethostname */ |
530 | #else |
531 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
532 | #endif |
533 | #if CONFIG_REQUIRES_U32_MUNGING |
534 | { .sy_call: (sy_call_t *)(void (*)(void))sys_getdtablesize, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 89 = sys_getdtablesize */ |
535 | #else |
536 | { (sy_call_t *)(void (*)(void))sys_getdtablesize, _SYSCALL_RET_INT_T, 0, 0}, |
537 | #endif |
538 | #if CONFIG_REQUIRES_U32_MUNGING |
539 | { .sy_call: (sy_call_t *)(void (*)(void))sys_dup2, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(dup2_args), .sy_arg_bytes: 8}, /* 90 = sys_dup2 */ |
540 | #else |
541 | { (sy_call_t *)(void (*)(void))sys_dup2, _SYSCALL_RET_INT_T, AC(dup2_args), 8}, |
542 | #endif |
543 | #if CONFIG_REQUIRES_U32_MUNGING |
544 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 91 = nosys old getdopt */ |
545 | #else |
546 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
547 | #endif |
548 | #if CONFIG_REQUIRES_U32_MUNGING |
549 | { .sy_call: (sy_call_t *)(void (*)(void))sys_fcntl, .sy_arg_munge32: munge_wws, _SYSCALL_RET_INT_T, AC(fcntl_args), .sy_arg_bytes: 12}, /* 92 = sys_fcntl */ |
550 | #else |
551 | { (sy_call_t *)(void (*)(void))sys_fcntl, _SYSCALL_RET_INT_T, AC(fcntl_args), 12}, |
552 | #endif |
553 | #if CONFIG_REQUIRES_U32_MUNGING |
554 | { .sy_call: (sy_call_t *)(void (*)(void))select, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(select_args), .sy_arg_bytes: 20}, /* 93 = select */ |
555 | #else |
556 | { (sy_call_t *)(void (*)(void))select, _SYSCALL_RET_INT_T, AC(select_args), 20}, |
557 | #endif |
558 | #if CONFIG_REQUIRES_U32_MUNGING |
559 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 94 = nosys old setdopt */ |
560 | #else |
561 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
562 | #endif |
563 | #if CONFIG_REQUIRES_U32_MUNGING |
564 | { .sy_call: (sy_call_t *)(void (*)(void))fsync, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(fsync_args), .sy_arg_bytes: 4}, /* 95 = fsync */ |
565 | #else |
566 | { (sy_call_t *)(void (*)(void))fsync, _SYSCALL_RET_INT_T, AC(fsync_args), 4}, |
567 | #endif |
568 | #if CONFIG_REQUIRES_U32_MUNGING |
569 | { .sy_call: (sy_call_t *)(void (*)(void))setpriority, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(setpriority_args), .sy_arg_bytes: 12}, /* 96 = setpriority */ |
570 | #else |
571 | { (sy_call_t *)(void (*)(void))setpriority, _SYSCALL_RET_INT_T, AC(setpriority_args), 12}, |
572 | #endif |
573 | #if SOCKETS |
574 | #if CONFIG_REQUIRES_U32_MUNGING |
575 | { .sy_call: (sy_call_t *)(void (*)(void))socket, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(socket_args), .sy_arg_bytes: 12}, /* 97 = socket */ |
576 | #else |
577 | { (sy_call_t *)(void (*)(void))socket, _SYSCALL_RET_INT_T, AC(socket_args), 12}, |
578 | #endif |
579 | #if CONFIG_REQUIRES_U32_MUNGING |
580 | { .sy_call: (sy_call_t *)(void (*)(void))connect, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(connect_args), .sy_arg_bytes: 12}, /* 98 = connect */ |
581 | #else |
582 | { (sy_call_t *)(void (*)(void))connect, _SYSCALL_RET_INT_T, AC(connect_args), 12}, |
583 | #endif |
584 | #else |
585 | #if CONFIG_REQUIRES_U32_MUNGING |
586 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 97 = nosys */ |
587 | #else |
588 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
589 | #endif |
590 | #if CONFIG_REQUIRES_U32_MUNGING |
591 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 98 = nosys */ |
592 | #else |
593 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
594 | #endif |
595 | #endif /* SOCKETS */ |
596 | #if CONFIG_REQUIRES_U32_MUNGING |
597 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 99 = nosys old accept */ |
598 | #else |
599 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
600 | #endif |
601 | #if CONFIG_REQUIRES_U32_MUNGING |
602 | { .sy_call: (sy_call_t *)(void (*)(void))getpriority, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(getpriority_args), .sy_arg_bytes: 8}, /* 100 = getpriority */ |
603 | #else |
604 | { (sy_call_t *)(void (*)(void))getpriority, _SYSCALL_RET_INT_T, AC(getpriority_args), 8}, |
605 | #endif |
606 | #if CONFIG_REQUIRES_U32_MUNGING |
607 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 101 = nosys old send */ |
608 | #else |
609 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
610 | #endif |
611 | #if CONFIG_REQUIRES_U32_MUNGING |
612 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 102 = nosys old recv */ |
613 | #else |
614 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
615 | #endif |
616 | #if CONFIG_REQUIRES_U32_MUNGING |
617 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 103 = nosys old sigreturn */ |
618 | #else |
619 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
620 | #endif |
621 | #if SOCKETS |
622 | #if CONFIG_REQUIRES_U32_MUNGING |
623 | { .sy_call: (sy_call_t *)(void (*)(void))bind, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(bind_args), .sy_arg_bytes: 12}, /* 104 = bind */ |
624 | #else |
625 | { (sy_call_t *)(void (*)(void))bind, _SYSCALL_RET_INT_T, AC(bind_args), 12}, |
626 | #endif |
627 | #if CONFIG_REQUIRES_U32_MUNGING |
628 | { .sy_call: (sy_call_t *)(void (*)(void))setsockopt, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(setsockopt_args), .sy_arg_bytes: 20}, /* 105 = setsockopt */ |
629 | #else |
630 | { (sy_call_t *)(void (*)(void))setsockopt, _SYSCALL_RET_INT_T, AC(setsockopt_args), 20}, |
631 | #endif |
632 | #if CONFIG_REQUIRES_U32_MUNGING |
633 | { .sy_call: (sy_call_t *)(void (*)(void))listen, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(listen_args), .sy_arg_bytes: 8}, /* 106 = listen */ |
634 | #else |
635 | { (sy_call_t *)(void (*)(void))listen, _SYSCALL_RET_INT_T, AC(listen_args), 8}, |
636 | #endif |
637 | #else |
638 | #if CONFIG_REQUIRES_U32_MUNGING |
639 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 104 = nosys */ |
640 | #else |
641 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
642 | #endif |
643 | #if CONFIG_REQUIRES_U32_MUNGING |
644 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 105 = nosys */ |
645 | #else |
646 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
647 | #endif |
648 | #if CONFIG_REQUIRES_U32_MUNGING |
649 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 106 = nosys */ |
650 | #else |
651 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
652 | #endif |
653 | #endif /* SOCKETS */ |
654 | #if CONFIG_REQUIRES_U32_MUNGING |
655 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 107 = nosys old vtimes */ |
656 | #else |
657 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
658 | #endif |
659 | #if CONFIG_REQUIRES_U32_MUNGING |
660 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 108 = nosys old sigvec */ |
661 | #else |
662 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
663 | #endif |
664 | #if CONFIG_REQUIRES_U32_MUNGING |
665 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 109 = nosys old sigblock */ |
666 | #else |
667 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
668 | #endif |
669 | #if CONFIG_REQUIRES_U32_MUNGING |
670 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 110 = nosys old sigsetmask */ |
671 | #else |
672 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
673 | #endif |
674 | #if CONFIG_REQUIRES_U32_MUNGING |
675 | { .sy_call: (sy_call_t *)(void (*)(void))sigsuspend, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(sigsuspend_args), .sy_arg_bytes: 4}, /* 111 = sigsuspend */ |
676 | #else |
677 | { (sy_call_t *)(void (*)(void))sigsuspend, _SYSCALL_RET_INT_T, AC(sigsuspend_args), 4}, |
678 | #endif |
679 | #if CONFIG_REQUIRES_U32_MUNGING |
680 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 112 = nosys old sigstack */ |
681 | #else |
682 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
683 | #endif |
684 | #if SOCKETS |
685 | #if CONFIG_REQUIRES_U32_MUNGING |
686 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 113 = nosys old recvmsg */ |
687 | #else |
688 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
689 | #endif |
690 | #if CONFIG_REQUIRES_U32_MUNGING |
691 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 114 = nosys old sendmsg */ |
692 | #else |
693 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
694 | #endif |
695 | #else |
696 | #if CONFIG_REQUIRES_U32_MUNGING |
697 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 113 = nosys */ |
698 | #else |
699 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
700 | #endif |
701 | #if CONFIG_REQUIRES_U32_MUNGING |
702 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 114 = nosys */ |
703 | #else |
704 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
705 | #endif |
706 | #endif /* SOCKETS */ |
707 | #if CONFIG_REQUIRES_U32_MUNGING |
708 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 115 = nosys old vtrace */ |
709 | #else |
710 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
711 | #endif |
712 | #if CONFIG_REQUIRES_U32_MUNGING |
713 | { .sy_call: (sy_call_t *)(void (*)(void))gettimeofday, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(gettimeofday_args), .sy_arg_bytes: 12}, /* 116 = gettimeofday */ |
714 | #else |
715 | { (sy_call_t *)(void (*)(void))gettimeofday, _SYSCALL_RET_INT_T, AC(gettimeofday_args), 12}, |
716 | #endif |
717 | #if CONFIG_REQUIRES_U32_MUNGING |
718 | { .sy_call: (sy_call_t *)(void (*)(void))getrusage, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(getrusage_args), .sy_arg_bytes: 8}, /* 117 = getrusage */ |
719 | #else |
720 | { (sy_call_t *)(void (*)(void))getrusage, _SYSCALL_RET_INT_T, AC(getrusage_args), 8}, |
721 | #endif |
722 | #if SOCKETS |
723 | #if CONFIG_REQUIRES_U32_MUNGING |
724 | { .sy_call: (sy_call_t *)(void (*)(void))getsockopt, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(getsockopt_args), .sy_arg_bytes: 20}, /* 118 = getsockopt */ |
725 | #else |
726 | { (sy_call_t *)(void (*)(void))getsockopt, _SYSCALL_RET_INT_T, AC(getsockopt_args), 20}, |
727 | #endif |
728 | #else |
729 | #if CONFIG_REQUIRES_U32_MUNGING |
730 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 118 = nosys */ |
731 | #else |
732 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
733 | #endif |
734 | #endif /* SOCKETS */ |
735 | #if CONFIG_REQUIRES_U32_MUNGING |
736 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 119 = nosys old resuba */ |
737 | #else |
738 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
739 | #endif |
740 | #if CONFIG_REQUIRES_U32_MUNGING |
741 | { .sy_call: (sy_call_t *)(void (*)(void))readv, .sy_arg_munge32: munge_www, _SYSCALL_RET_SSIZE_T, AC(readv_args), .sy_arg_bytes: 12}, /* 120 = readv */ |
742 | #else |
743 | { (sy_call_t *)(void (*)(void))readv, _SYSCALL_RET_SSIZE_T, AC(readv_args), 12}, |
744 | #endif |
745 | #if CONFIG_REQUIRES_U32_MUNGING |
746 | { .sy_call: (sy_call_t *)(void (*)(void))writev, .sy_arg_munge32: munge_www, _SYSCALL_RET_SSIZE_T, AC(writev_args), .sy_arg_bytes: 12}, /* 121 = writev */ |
747 | #else |
748 | { (sy_call_t *)(void (*)(void))writev, _SYSCALL_RET_SSIZE_T, AC(writev_args), 12}, |
749 | #endif |
750 | #if CONFIG_REQUIRES_U32_MUNGING |
751 | { .sy_call: (sy_call_t *)(void (*)(void))settimeofday, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(settimeofday_args), .sy_arg_bytes: 8}, /* 122 = settimeofday */ |
752 | #else |
753 | { (sy_call_t *)(void (*)(void))settimeofday, _SYSCALL_RET_INT_T, AC(settimeofday_args), 8}, |
754 | #endif |
755 | #if CONFIG_REQUIRES_U32_MUNGING |
756 | { .sy_call: (sy_call_t *)(void (*)(void))fchown, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(fchown_args), .sy_arg_bytes: 12}, /* 123 = fchown */ |
757 | #else |
758 | { (sy_call_t *)(void (*)(void))fchown, _SYSCALL_RET_INT_T, AC(fchown_args), 12}, |
759 | #endif |
760 | #if CONFIG_REQUIRES_U32_MUNGING |
761 | { .sy_call: (sy_call_t *)(void (*)(void))fchmod, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(fchmod_args), .sy_arg_bytes: 8}, /* 124 = fchmod */ |
762 | #else |
763 | { (sy_call_t *)(void (*)(void))fchmod, _SYSCALL_RET_INT_T, AC(fchmod_args), 8}, |
764 | #endif |
765 | #if CONFIG_REQUIRES_U32_MUNGING |
766 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 125 = nosys old recvfrom */ |
767 | #else |
768 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
769 | #endif |
770 | #if CONFIG_REQUIRES_U32_MUNGING |
771 | { .sy_call: (sy_call_t *)(void (*)(void))setreuid, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(setreuid_args), .sy_arg_bytes: 8}, /* 126 = setreuid */ |
772 | #else |
773 | { (sy_call_t *)(void (*)(void))setreuid, _SYSCALL_RET_INT_T, AC(setreuid_args), 8}, |
774 | #endif |
775 | #if CONFIG_REQUIRES_U32_MUNGING |
776 | { .sy_call: (sy_call_t *)(void (*)(void))setregid, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(setregid_args), .sy_arg_bytes: 8}, /* 127 = setregid */ |
777 | #else |
778 | { (sy_call_t *)(void (*)(void))setregid, _SYSCALL_RET_INT_T, AC(setregid_args), 8}, |
779 | #endif |
780 | #if CONFIG_REQUIRES_U32_MUNGING |
781 | { .sy_call: (sy_call_t *)(void (*)(void))rename, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(rename_args), .sy_arg_bytes: 8}, /* 128 = rename */ |
782 | #else |
783 | { (sy_call_t *)(void (*)(void))rename, _SYSCALL_RET_INT_T, AC(rename_args), 8}, |
784 | #endif |
785 | #if CONFIG_REQUIRES_U32_MUNGING |
786 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 129 = nosys old truncate */ |
787 | #else |
788 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
789 | #endif |
790 | #if CONFIG_REQUIRES_U32_MUNGING |
791 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 130 = nosys old ftruncate */ |
792 | #else |
793 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
794 | #endif |
795 | #if CONFIG_REQUIRES_U32_MUNGING |
796 | { .sy_call: (sy_call_t *)(void (*)(void))sys_flock, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(flock_args), .sy_arg_bytes: 8}, /* 131 = sys_flock */ |
797 | #else |
798 | { (sy_call_t *)(void (*)(void))sys_flock, _SYSCALL_RET_INT_T, AC(flock_args), 8}, |
799 | #endif |
800 | #if CONFIG_REQUIRES_U32_MUNGING |
801 | { .sy_call: (sy_call_t *)(void (*)(void))mkfifo, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(mkfifo_args), .sy_arg_bytes: 8}, /* 132 = mkfifo */ |
802 | #else |
803 | { (sy_call_t *)(void (*)(void))mkfifo, _SYSCALL_RET_INT_T, AC(mkfifo_args), 8}, |
804 | #endif |
805 | #if SOCKETS |
806 | #if CONFIG_REQUIRES_U32_MUNGING |
807 | { .sy_call: (sy_call_t *)(void (*)(void))sendto, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(sendto_args), .sy_arg_bytes: 24}, /* 133 = sendto */ |
808 | #else |
809 | { (sy_call_t *)(void (*)(void))sendto, _SYSCALL_RET_INT_T, AC(sendto_args), 24}, |
810 | #endif |
811 | #if CONFIG_REQUIRES_U32_MUNGING |
812 | { .sy_call: (sy_call_t *)(void (*)(void))shutdown, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(shutdown_args), .sy_arg_bytes: 8}, /* 134 = shutdown */ |
813 | #else |
814 | { (sy_call_t *)(void (*)(void))shutdown, _SYSCALL_RET_INT_T, AC(shutdown_args), 8}, |
815 | #endif |
816 | #if CONFIG_REQUIRES_U32_MUNGING |
817 | { .sy_call: (sy_call_t *)(void (*)(void))socketpair, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(socketpair_args), .sy_arg_bytes: 16}, /* 135 = socketpair */ |
818 | #else |
819 | { (sy_call_t *)(void (*)(void))socketpair, _SYSCALL_RET_INT_T, AC(socketpair_args), 16}, |
820 | #endif |
821 | #else |
822 | #if CONFIG_REQUIRES_U32_MUNGING |
823 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 133 = nosys */ |
824 | #else |
825 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
826 | #endif |
827 | #if CONFIG_REQUIRES_U32_MUNGING |
828 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 134 = nosys */ |
829 | #else |
830 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
831 | #endif |
832 | #if CONFIG_REQUIRES_U32_MUNGING |
833 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 135 = nosys */ |
834 | #else |
835 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
836 | #endif |
837 | #endif /* SOCKETS */ |
838 | #if CONFIG_REQUIRES_U32_MUNGING |
839 | { .sy_call: (sy_call_t *)(void (*)(void))mkdir, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(mkdir_args), .sy_arg_bytes: 8}, /* 136 = mkdir */ |
840 | #else |
841 | { (sy_call_t *)(void (*)(void))mkdir, _SYSCALL_RET_INT_T, AC(mkdir_args), 8}, |
842 | #endif |
843 | #if CONFIG_REQUIRES_U32_MUNGING |
844 | { .sy_call: (sy_call_t *)(void (*)(void))rmdir, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(rmdir_args), .sy_arg_bytes: 4}, /* 137 = rmdir */ |
845 | #else |
846 | { (sy_call_t *)(void (*)(void))rmdir, _SYSCALL_RET_INT_T, AC(rmdir_args), 4}, |
847 | #endif |
848 | #if CONFIG_REQUIRES_U32_MUNGING |
849 | { .sy_call: (sy_call_t *)(void (*)(void))utimes, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(utimes_args), .sy_arg_bytes: 8}, /* 138 = utimes */ |
850 | #else |
851 | { (sy_call_t *)(void (*)(void))utimes, _SYSCALL_RET_INT_T, AC(utimes_args), 8}, |
852 | #endif |
853 | #if CONFIG_REQUIRES_U32_MUNGING |
854 | { .sy_call: (sy_call_t *)(void (*)(void))futimes, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(futimes_args), .sy_arg_bytes: 8}, /* 139 = futimes */ |
855 | #else |
856 | { (sy_call_t *)(void (*)(void))futimes, _SYSCALL_RET_INT_T, AC(futimes_args), 8}, |
857 | #endif |
858 | #if CONFIG_REQUIRES_U32_MUNGING |
859 | { .sy_call: (sy_call_t *)(void (*)(void))adjtime, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(adjtime_args), .sy_arg_bytes: 8}, /* 140 = adjtime */ |
860 | #else |
861 | { (sy_call_t *)(void (*)(void))adjtime, _SYSCALL_RET_INT_T, AC(adjtime_args), 8}, |
862 | #endif |
863 | #if CONFIG_REQUIRES_U32_MUNGING |
864 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 141 = nosys old getpeername */ |
865 | #else |
866 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
867 | #endif |
868 | #if CONFIG_REQUIRES_U32_MUNGING |
869 | { .sy_call: (sy_call_t *)(void (*)(void))gethostuuid, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(gethostuuid_args), .sy_arg_bytes: 8}, /* 142 = gethostuuid */ |
870 | #else |
871 | { (sy_call_t *)(void (*)(void))gethostuuid, _SYSCALL_RET_INT_T, AC(gethostuuid_args), 8}, |
872 | #endif |
873 | #if CONFIG_REQUIRES_U32_MUNGING |
874 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 143 = nosys old sethostid */ |
875 | #else |
876 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
877 | #endif |
878 | #if CONFIG_REQUIRES_U32_MUNGING |
879 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 144 = nosys old getrlimit */ |
880 | #else |
881 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
882 | #endif |
883 | #if CONFIG_REQUIRES_U32_MUNGING |
884 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 145 = nosys old setrlimit */ |
885 | #else |
886 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
887 | #endif |
888 | #if CONFIG_REQUIRES_U32_MUNGING |
889 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 146 = nosys old killpg */ |
890 | #else |
891 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
892 | #endif |
893 | #if CONFIG_REQUIRES_U32_MUNGING |
894 | { .sy_call: (sy_call_t *)(void (*)(void))setsid, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 147 = setsid */ |
895 | #else |
896 | { (sy_call_t *)(void (*)(void))setsid, _SYSCALL_RET_INT_T, 0, 0}, |
897 | #endif |
898 | #if CONFIG_REQUIRES_U32_MUNGING |
899 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 148 = nosys old setquota */ |
900 | #else |
901 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
902 | #endif |
903 | #if CONFIG_REQUIRES_U32_MUNGING |
904 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 149 = nosys old qquota */ |
905 | #else |
906 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
907 | #endif |
908 | #if CONFIG_REQUIRES_U32_MUNGING |
909 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 150 = nosys old getsockname */ |
910 | #else |
911 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
912 | #endif |
913 | #if CONFIG_REQUIRES_U32_MUNGING |
914 | { .sy_call: (sy_call_t *)(void (*)(void))getpgid, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(getpgid_args), .sy_arg_bytes: 4}, /* 151 = getpgid */ |
915 | #else |
916 | { (sy_call_t *)(void (*)(void))getpgid, _SYSCALL_RET_INT_T, AC(getpgid_args), 4}, |
917 | #endif |
918 | #if CONFIG_REQUIRES_U32_MUNGING |
919 | { .sy_call: (sy_call_t *)(void (*)(void))setprivexec, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(setprivexec_args), .sy_arg_bytes: 4}, /* 152 = setprivexec */ |
920 | #else |
921 | { (sy_call_t *)(void (*)(void))setprivexec, _SYSCALL_RET_INT_T, AC(setprivexec_args), 4}, |
922 | #endif |
923 | #if CONFIG_REQUIRES_U32_MUNGING |
924 | { .sy_call: (sy_call_t *)(void (*)(void))pread, .sy_arg_munge32: munge_wwwl, _SYSCALL_RET_SSIZE_T, AC(pread_args), .sy_arg_bytes: 20}, /* 153 = pread */ |
925 | #else |
926 | { (sy_call_t *)(void (*)(void))pread, _SYSCALL_RET_SSIZE_T, AC(pread_args), 20}, |
927 | #endif |
928 | #if CONFIG_REQUIRES_U32_MUNGING |
929 | { .sy_call: (sy_call_t *)(void (*)(void))pwrite, .sy_arg_munge32: munge_wwwl, _SYSCALL_RET_SSIZE_T, AC(pwrite_args), .sy_arg_bytes: 20}, /* 154 = pwrite */ |
930 | #else |
931 | { (sy_call_t *)(void (*)(void))pwrite, _SYSCALL_RET_SSIZE_T, AC(pwrite_args), 20}, |
932 | #endif |
933 | #if NFSSERVER /* XXX */ |
934 | #if CONFIG_REQUIRES_U32_MUNGING |
935 | { .sy_call: (sy_call_t *)(void (*)(void))nfssvc, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(nfssvc_args), .sy_arg_bytes: 8}, /* 155 = nfssvc */ |
936 | #else |
937 | { (sy_call_t *)(void (*)(void))nfssvc, _SYSCALL_RET_INT_T, AC(nfssvc_args), 8}, |
938 | #endif |
939 | #else |
940 | #if CONFIG_REQUIRES_U32_MUNGING |
941 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 155 = nosys */ |
942 | #else |
943 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
944 | #endif |
945 | #endif |
946 | #if CONFIG_REQUIRES_U32_MUNGING |
947 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 156 = nosys old getdirentries */ |
948 | #else |
949 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
950 | #endif |
951 | #if CONFIG_REQUIRES_U32_MUNGING |
952 | { .sy_call: (sy_call_t *)(void (*)(void))statfs, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(statfs_args), .sy_arg_bytes: 8}, /* 157 = statfs */ |
953 | #else |
954 | { (sy_call_t *)(void (*)(void))statfs, _SYSCALL_RET_INT_T, AC(statfs_args), 8}, |
955 | #endif |
956 | #if CONFIG_REQUIRES_U32_MUNGING |
957 | { .sy_call: (sy_call_t *)(void (*)(void))fstatfs, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(fstatfs_args), .sy_arg_bytes: 8}, /* 158 = fstatfs */ |
958 | #else |
959 | { (sy_call_t *)(void (*)(void))fstatfs, _SYSCALL_RET_INT_T, AC(fstatfs_args), 8}, |
960 | #endif |
961 | #if CONFIG_REQUIRES_U32_MUNGING |
962 | { .sy_call: (sy_call_t *)(void (*)(void))unmount, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(unmount_args), .sy_arg_bytes: 8}, /* 159 = unmount */ |
963 | #else |
964 | { (sy_call_t *)(void (*)(void))unmount, _SYSCALL_RET_INT_T, AC(unmount_args), 8}, |
965 | #endif |
966 | #if CONFIG_REQUIRES_U32_MUNGING |
967 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 160 = nosys old async_daemon */ |
968 | #else |
969 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
970 | #endif |
971 | #if NFSSERVER /* XXX */ |
972 | #if CONFIG_REQUIRES_U32_MUNGING |
973 | { .sy_call: (sy_call_t *)(void (*)(void))getfh, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(getfh_args), .sy_arg_bytes: 8}, /* 161 = getfh */ |
974 | #else |
975 | { (sy_call_t *)(void (*)(void))getfh, _SYSCALL_RET_INT_T, AC(getfh_args), 8}, |
976 | #endif |
977 | #else |
978 | #if CONFIG_REQUIRES_U32_MUNGING |
979 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 161 = nosys */ |
980 | #else |
981 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
982 | #endif |
983 | #endif |
984 | #if CONFIG_REQUIRES_U32_MUNGING |
985 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 162 = nosys old getdomainname */ |
986 | #else |
987 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
988 | #endif |
989 | #if CONFIG_REQUIRES_U32_MUNGING |
990 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 163 = nosys old setdomainname */ |
991 | #else |
992 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
993 | #endif |
994 | #if CONFIG_REQUIRES_U32_MUNGING |
995 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 164 = nosys */ |
996 | #else |
997 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
998 | #endif |
999 | #if CONFIG_REQUIRES_U32_MUNGING |
1000 | { .sy_call: (sy_call_t *)(void (*)(void))quotactl, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(quotactl_args), .sy_arg_bytes: 16}, /* 165 = quotactl */ |
1001 | #else |
1002 | { (sy_call_t *)(void (*)(void))quotactl, _SYSCALL_RET_INT_T, AC(quotactl_args), 16}, |
1003 | #endif |
1004 | #if CONFIG_REQUIRES_U32_MUNGING |
1005 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 166 = nosys old exportfs */ |
1006 | #else |
1007 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1008 | #endif |
1009 | #if CONFIG_REQUIRES_U32_MUNGING |
1010 | { .sy_call: (sy_call_t *)(void (*)(void))mount, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(mount_args), .sy_arg_bytes: 16}, /* 167 = mount */ |
1011 | #else |
1012 | { (sy_call_t *)(void (*)(void))mount, _SYSCALL_RET_INT_T, AC(mount_args), 16}, |
1013 | #endif |
1014 | #if CONFIG_REQUIRES_U32_MUNGING |
1015 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 168 = nosys old ustat */ |
1016 | #else |
1017 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1018 | #endif |
1019 | #if CONFIG_REQUIRES_U32_MUNGING |
1020 | { .sy_call: (sy_call_t *)(void (*)(void))csops, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(csops_args), .sy_arg_bytes: 16}, /* 169 = csops */ |
1021 | #else |
1022 | { (sy_call_t *)(void (*)(void))csops, _SYSCALL_RET_INT_T, AC(csops_args), 16}, |
1023 | #endif |
1024 | #if CONFIG_REQUIRES_U32_MUNGING |
1025 | { .sy_call: (sy_call_t *)(void (*)(void))csops_audittoken, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(csops_audittoken_args), .sy_arg_bytes: 20}, /* 170 = csops_audittoken */ |
1026 | #else |
1027 | { (sy_call_t *)(void (*)(void))csops_audittoken, _SYSCALL_RET_INT_T, AC(csops_audittoken_args), 20}, |
1028 | #endif |
1029 | #if CONFIG_REQUIRES_U32_MUNGING |
1030 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 171 = nosys old wait3 */ |
1031 | #else |
1032 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1033 | #endif |
1034 | #if CONFIG_REQUIRES_U32_MUNGING |
1035 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 172 = nosys old rpause */ |
1036 | #else |
1037 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1038 | #endif |
1039 | #if CONFIG_REQUIRES_U32_MUNGING |
1040 | { .sy_call: (sy_call_t *)(void (*)(void))waitid, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(waitid_args), .sy_arg_bytes: 16}, /* 173 = waitid */ |
1041 | #else |
1042 | { (sy_call_t *)(void (*)(void))waitid, _SYSCALL_RET_INT_T, AC(waitid_args), 16}, |
1043 | #endif |
1044 | #if CONFIG_REQUIRES_U32_MUNGING |
1045 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 174 = nosys old getdents */ |
1046 | #else |
1047 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1048 | #endif |
1049 | #if CONFIG_REQUIRES_U32_MUNGING |
1050 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 175 = nosys old gc_control */ |
1051 | #else |
1052 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1053 | #endif |
1054 | #if CONFIG_REQUIRES_U32_MUNGING |
1055 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 176 = nosys old add_profil */ |
1056 | #else |
1057 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1058 | #endif |
1059 | #if CONFIG_REQUIRES_U32_MUNGING |
1060 | { .sy_call: (sy_call_t *)(void (*)(void))kdebug_typefilter, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(kdebug_typefilter_args), .sy_arg_bytes: 8}, /* 177 = kdebug_typefilter */ |
1061 | #else |
1062 | { (sy_call_t *)(void (*)(void))kdebug_typefilter, _SYSCALL_RET_INT_T, AC(kdebug_typefilter_args), 8}, |
1063 | #endif |
1064 | #if CONFIG_REQUIRES_U32_MUNGING |
1065 | { .sy_call: (sy_call_t *)(void (*)(void))kdebug_trace_string, .sy_arg_munge32: munge_wlw, _SYSCALL_RET_UINT64_T, AC(kdebug_trace_string_args), .sy_arg_bytes: 16}, /* 178 = kdebug_trace_string */ |
1066 | #else |
1067 | { (sy_call_t *)(void (*)(void))kdebug_trace_string, _SYSCALL_RET_UINT64_T, AC(kdebug_trace_string_args), 16}, |
1068 | #endif |
1069 | #if CONFIG_REQUIRES_U32_MUNGING |
1070 | { .sy_call: (sy_call_t *)(void (*)(void))kdebug_trace64, .sy_arg_munge32: munge_wllll, _SYSCALL_RET_INT_T, AC(kdebug_trace64_args), .sy_arg_bytes: 36}, /* 179 = kdebug_trace64 */ |
1071 | #else |
1072 | { (sy_call_t *)(void (*)(void))kdebug_trace64, _SYSCALL_RET_INT_T, AC(kdebug_trace64_args), 36}, |
1073 | #endif |
1074 | #if CONFIG_REQUIRES_U32_MUNGING |
1075 | { .sy_call: (sy_call_t *)(void (*)(void))kdebug_trace, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(kdebug_trace_args), .sy_arg_bytes: 20}, /* 180 = kdebug_trace */ |
1076 | #else |
1077 | { (sy_call_t *)(void (*)(void))kdebug_trace, _SYSCALL_RET_INT_T, AC(kdebug_trace_args), 20}, |
1078 | #endif |
1079 | #if CONFIG_REQUIRES_U32_MUNGING |
1080 | { .sy_call: (sy_call_t *)(void (*)(void))setgid, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(setgid_args), .sy_arg_bytes: 4}, /* 181 = setgid */ |
1081 | #else |
1082 | { (sy_call_t *)(void (*)(void))setgid, _SYSCALL_RET_INT_T, AC(setgid_args), 4}, |
1083 | #endif |
1084 | #if CONFIG_REQUIRES_U32_MUNGING |
1085 | { .sy_call: (sy_call_t *)(void (*)(void))setegid, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(setegid_args), .sy_arg_bytes: 4}, /* 182 = setegid */ |
1086 | #else |
1087 | { (sy_call_t *)(void (*)(void))setegid, _SYSCALL_RET_INT_T, AC(setegid_args), 4}, |
1088 | #endif |
1089 | #if CONFIG_REQUIRES_U32_MUNGING |
1090 | { .sy_call: (sy_call_t *)(void (*)(void))seteuid, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(seteuid_args), .sy_arg_bytes: 4}, /* 183 = seteuid */ |
1091 | #else |
1092 | { (sy_call_t *)(void (*)(void))seteuid, _SYSCALL_RET_INT_T, AC(seteuid_args), 4}, |
1093 | #endif |
1094 | #if CONFIG_REQUIRES_U32_MUNGING |
1095 | { .sy_call: (sy_call_t *)(void (*)(void))sigreturn, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(sigreturn_args), .sy_arg_bytes: 12}, /* 184 = sigreturn */ |
1096 | #else |
1097 | { (sy_call_t *)(void (*)(void))sigreturn, _SYSCALL_RET_INT_T, AC(sigreturn_args), 12}, |
1098 | #endif |
1099 | #if CONFIG_REQUIRES_U32_MUNGING |
1100 | { .sy_call: (sy_call_t *)(void (*)(void))sys_panic_with_data, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(panic_with_data_args), .sy_arg_bytes: 20}, /* 185 = sys_panic_with_data */ |
1101 | #else |
1102 | { (sy_call_t *)(void (*)(void))sys_panic_with_data, _SYSCALL_RET_INT_T, AC(panic_with_data_args), 20}, |
1103 | #endif |
1104 | #if CONFIG_REQUIRES_U32_MUNGING |
1105 | { .sy_call: (sy_call_t *)(void (*)(void))thread_selfcounts, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(thread_selfcounts_args), .sy_arg_bytes: 12}, /* 186 = thread_selfcounts */ |
1106 | #else |
1107 | { (sy_call_t *)(void (*)(void))thread_selfcounts, _SYSCALL_RET_INT_T, AC(thread_selfcounts_args), 12}, |
1108 | #endif |
1109 | #if CONFIG_REQUIRES_U32_MUNGING |
1110 | { .sy_call: (sy_call_t *)(void (*)(void))fdatasync, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(fdatasync_args), .sy_arg_bytes: 4}, /* 187 = fdatasync */ |
1111 | #else |
1112 | { (sy_call_t *)(void (*)(void))fdatasync, _SYSCALL_RET_INT_T, AC(fdatasync_args), 4}, |
1113 | #endif |
1114 | #if CONFIG_REQUIRES_U32_MUNGING |
1115 | { .sy_call: (sy_call_t *)(void (*)(void))stat, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(stat_args), .sy_arg_bytes: 8}, /* 188 = stat */ |
1116 | #else |
1117 | { (sy_call_t *)(void (*)(void))stat, _SYSCALL_RET_INT_T, AC(stat_args), 8}, |
1118 | #endif |
1119 | #if CONFIG_REQUIRES_U32_MUNGING |
1120 | { .sy_call: (sy_call_t *)(void (*)(void))sys_fstat, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(fstat_args), .sy_arg_bytes: 8}, /* 189 = sys_fstat */ |
1121 | #else |
1122 | { (sy_call_t *)(void (*)(void))sys_fstat, _SYSCALL_RET_INT_T, AC(fstat_args), 8}, |
1123 | #endif |
1124 | #if CONFIG_REQUIRES_U32_MUNGING |
1125 | { .sy_call: (sy_call_t *)(void (*)(void))lstat, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(lstat_args), .sy_arg_bytes: 8}, /* 190 = lstat */ |
1126 | #else |
1127 | { (sy_call_t *)(void (*)(void))lstat, _SYSCALL_RET_INT_T, AC(lstat_args), 8}, |
1128 | #endif |
1129 | #if CONFIG_REQUIRES_U32_MUNGING |
1130 | { .sy_call: (sy_call_t *)(void (*)(void))pathconf, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(pathconf_args), .sy_arg_bytes: 8}, /* 191 = pathconf */ |
1131 | #else |
1132 | { (sy_call_t *)(void (*)(void))pathconf, _SYSCALL_RET_INT_T, AC(pathconf_args), 8}, |
1133 | #endif |
1134 | #if CONFIG_REQUIRES_U32_MUNGING |
1135 | { .sy_call: (sy_call_t *)(void (*)(void))sys_fpathconf, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(fpathconf_args), .sy_arg_bytes: 8}, /* 192 = sys_fpathconf */ |
1136 | #else |
1137 | { (sy_call_t *)(void (*)(void))sys_fpathconf, _SYSCALL_RET_INT_T, AC(fpathconf_args), 8}, |
1138 | #endif |
1139 | #if CONFIG_REQUIRES_U32_MUNGING |
1140 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 193 = nosys old getfsstat */ |
1141 | #else |
1142 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1143 | #endif |
1144 | #if CONFIG_REQUIRES_U32_MUNGING |
1145 | { .sy_call: (sy_call_t *)(void (*)(void))getrlimit, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(getrlimit_args), .sy_arg_bytes: 8}, /* 194 = getrlimit */ |
1146 | #else |
1147 | { (sy_call_t *)(void (*)(void))getrlimit, _SYSCALL_RET_INT_T, AC(getrlimit_args), 8}, |
1148 | #endif |
1149 | #if CONFIG_REQUIRES_U32_MUNGING |
1150 | { .sy_call: (sy_call_t *)(void (*)(void))setrlimit, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(setrlimit_args), .sy_arg_bytes: 8}, /* 195 = setrlimit */ |
1151 | #else |
1152 | { (sy_call_t *)(void (*)(void))setrlimit, _SYSCALL_RET_INT_T, AC(setrlimit_args), 8}, |
1153 | #endif |
1154 | #if CONFIG_REQUIRES_U32_MUNGING |
1155 | { .sy_call: (sy_call_t *)(void (*)(void))getdirentries, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(getdirentries_args), .sy_arg_bytes: 16}, /* 196 = getdirentries */ |
1156 | #else |
1157 | { (sy_call_t *)(void (*)(void))getdirentries, _SYSCALL_RET_INT_T, AC(getdirentries_args), 16}, |
1158 | #endif |
1159 | #if CONFIG_REQUIRES_U32_MUNGING |
1160 | { .sy_call: (sy_call_t *)(void (*)(void))mmap, .sy_arg_munge32: munge_wwwwwl, _SYSCALL_RET_ADDR_T, AC(mmap_args), .sy_arg_bytes: 28}, /* 197 = mmap */ |
1161 | #else |
1162 | { (sy_call_t *)(void (*)(void))mmap, _SYSCALL_RET_ADDR_T, AC(mmap_args), 28}, |
1163 | #endif |
1164 | #if CONFIG_REQUIRES_U32_MUNGING |
1165 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 198 = nosys old __syscall */ |
1166 | #else |
1167 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1168 | #endif |
1169 | #if CONFIG_REQUIRES_U32_MUNGING |
1170 | { .sy_call: (sy_call_t *)(void (*)(void))lseek, .sy_arg_munge32: munge_wlw, _SYSCALL_RET_OFF_T, AC(lseek_args), .sy_arg_bytes: 16}, /* 199 = lseek */ |
1171 | #else |
1172 | { (sy_call_t *)(void (*)(void))lseek, _SYSCALL_RET_OFF_T, AC(lseek_args), 16}, |
1173 | #endif |
1174 | #if CONFIG_REQUIRES_U32_MUNGING |
1175 | { .sy_call: (sy_call_t *)(void (*)(void))truncate, .sy_arg_munge32: munge_wl, _SYSCALL_RET_INT_T, AC(truncate_args), .sy_arg_bytes: 12}, /* 200 = truncate */ |
1176 | #else |
1177 | { (sy_call_t *)(void (*)(void))truncate, _SYSCALL_RET_INT_T, AC(truncate_args), 12}, |
1178 | #endif |
1179 | #if CONFIG_REQUIRES_U32_MUNGING |
1180 | { .sy_call: (sy_call_t *)(void (*)(void))ftruncate, .sy_arg_munge32: munge_wl, _SYSCALL_RET_INT_T, AC(ftruncate_args), .sy_arg_bytes: 12}, /* 201 = ftruncate */ |
1181 | #else |
1182 | { (sy_call_t *)(void (*)(void))ftruncate, _SYSCALL_RET_INT_T, AC(ftruncate_args), 12}, |
1183 | #endif |
1184 | #if CONFIG_REQUIRES_U32_MUNGING |
1185 | { .sy_call: (sy_call_t *)(void (*)(void))sysctl, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(sysctl_args), .sy_arg_bytes: 24}, /* 202 = sysctl */ |
1186 | #else |
1187 | { (sy_call_t *)(void (*)(void))sysctl, _SYSCALL_RET_INT_T, AC(sysctl_args), 24}, |
1188 | #endif |
1189 | #if CONFIG_REQUIRES_U32_MUNGING |
1190 | { .sy_call: (sy_call_t *)(void (*)(void))mlock, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(mlock_args), .sy_arg_bytes: 8}, /* 203 = mlock */ |
1191 | #else |
1192 | { (sy_call_t *)(void (*)(void))mlock, _SYSCALL_RET_INT_T, AC(mlock_args), 8}, |
1193 | #endif |
1194 | #if CONFIG_REQUIRES_U32_MUNGING |
1195 | { .sy_call: (sy_call_t *)(void (*)(void))munlock, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(munlock_args), .sy_arg_bytes: 8}, /* 204 = munlock */ |
1196 | #else |
1197 | { (sy_call_t *)(void (*)(void))munlock, _SYSCALL_RET_INT_T, AC(munlock_args), 8}, |
1198 | #endif |
1199 | #if CONFIG_REQUIRES_U32_MUNGING |
1200 | { .sy_call: (sy_call_t *)(void (*)(void))undelete, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(undelete_args), .sy_arg_bytes: 4}, /* 205 = undelete */ |
1201 | #else |
1202 | { (sy_call_t *)(void (*)(void))undelete, _SYSCALL_RET_INT_T, AC(undelete_args), 4}, |
1203 | #endif |
1204 | #if CONFIG_REQUIRES_U32_MUNGING |
1205 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 206 = nosys old ATsocket */ |
1206 | #else |
1207 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1208 | #endif |
1209 | #if CONFIG_REQUIRES_U32_MUNGING |
1210 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 207 = nosys old ATgetmsg */ |
1211 | #else |
1212 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1213 | #endif |
1214 | #if CONFIG_REQUIRES_U32_MUNGING |
1215 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 208 = nosys old ATputmsg */ |
1216 | #else |
1217 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1218 | #endif |
1219 | #if CONFIG_REQUIRES_U32_MUNGING |
1220 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 209 = nosys old ATsndreq */ |
1221 | #else |
1222 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1223 | #endif |
1224 | #if CONFIG_REQUIRES_U32_MUNGING |
1225 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 210 = nosys old ATsndrsp */ |
1226 | #else |
1227 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1228 | #endif |
1229 | #if CONFIG_REQUIRES_U32_MUNGING |
1230 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 211 = nosys old ATgetreq */ |
1231 | #else |
1232 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1233 | #endif |
1234 | #if CONFIG_REQUIRES_U32_MUNGING |
1235 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 212 = nosys old ATgetrsp */ |
1236 | #else |
1237 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1238 | #endif |
1239 | #if CONFIG_REQUIRES_U32_MUNGING |
1240 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 213 = nosys Reserved for AppleTalk */ |
1241 | #else |
1242 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1243 | #endif |
1244 | #if CONFIG_REQUIRES_U32_MUNGING |
1245 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 214 = nosys */ |
1246 | #else |
1247 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1248 | #endif |
1249 | #if CONFIG_REQUIRES_U32_MUNGING |
1250 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 215 = nosys */ |
1251 | #else |
1252 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1253 | #endif |
1254 | #if CONFIG_REQUIRES_U32_MUNGING |
1255 | { .sy_call: (sy_call_t *)(void (*)(void))open_dprotected_np, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(open_dprotected_np_args), .sy_arg_bytes: 20}, /* 216 = open_dprotected_np */ |
1256 | #else |
1257 | { (sy_call_t *)(void (*)(void))open_dprotected_np, _SYSCALL_RET_INT_T, AC(open_dprotected_np_args), 20}, |
1258 | #endif |
1259 | #if CONFIG_REQUIRES_U32_MUNGING |
1260 | { .sy_call: (sy_call_t *)(void (*)(void))fsgetpath_ext, .sy_arg_munge32: munge_wwwlw, _SYSCALL_RET_SSIZE_T, AC(fsgetpath_ext_args), .sy_arg_bytes: 24}, /* 217 = fsgetpath_ext */ |
1261 | #else |
1262 | { (sy_call_t *)(void (*)(void))fsgetpath_ext, _SYSCALL_RET_SSIZE_T, AC(fsgetpath_ext_args), 24}, |
1263 | #endif |
1264 | #if CONFIG_REQUIRES_U32_MUNGING |
1265 | { .sy_call: (sy_call_t *)(void (*)(void))openat_dprotected_np, .sy_arg_munge32: munge_wwwwwww, _SYSCALL_RET_INT_T, AC(openat_dprotected_np_args), .sy_arg_bytes: 28}, /* 218 = openat_dprotected_np */ |
1266 | #else |
1267 | { (sy_call_t *)(void (*)(void))openat_dprotected_np, _SYSCALL_RET_INT_T, AC(openat_dprotected_np_args), 28}, |
1268 | #endif |
1269 | #if CONFIG_REQUIRES_U32_MUNGING |
1270 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 219 = nosys old fstatv */ |
1271 | #else |
1272 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1273 | #endif |
1274 | #if CONFIG_REQUIRES_U32_MUNGING |
1275 | { .sy_call: (sy_call_t *)(void (*)(void))getattrlist, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(getattrlist_args), .sy_arg_bytes: 20}, /* 220 = getattrlist */ |
1276 | #else |
1277 | { (sy_call_t *)(void (*)(void))getattrlist, _SYSCALL_RET_INT_T, AC(getattrlist_args), 20}, |
1278 | #endif |
1279 | #if CONFIG_REQUIRES_U32_MUNGING |
1280 | { .sy_call: (sy_call_t *)(void (*)(void))setattrlist, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(setattrlist_args), .sy_arg_bytes: 20}, /* 221 = setattrlist */ |
1281 | #else |
1282 | { (sy_call_t *)(void (*)(void))setattrlist, _SYSCALL_RET_INT_T, AC(setattrlist_args), 20}, |
1283 | #endif |
1284 | #if CONFIG_REQUIRES_U32_MUNGING |
1285 | { .sy_call: (sy_call_t *)(void (*)(void))getdirentriesattr, .sy_arg_munge32: munge_wwwwwwww, _SYSCALL_RET_INT_T, AC(getdirentriesattr_args), .sy_arg_bytes: 32}, /* 222 = getdirentriesattr */ |
1286 | #else |
1287 | { (sy_call_t *)(void (*)(void))getdirentriesattr, _SYSCALL_RET_INT_T, AC(getdirentriesattr_args), 32}, |
1288 | #endif |
1289 | #if CONFIG_REQUIRES_U32_MUNGING |
1290 | { .sy_call: (sy_call_t *)(void (*)(void))exchangedata, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(exchangedata_args), .sy_arg_bytes: 12}, /* 223 = exchangedata */ |
1291 | #else |
1292 | { (sy_call_t *)(void (*)(void))exchangedata, _SYSCALL_RET_INT_T, AC(exchangedata_args), 12}, |
1293 | #endif |
1294 | #if CONFIG_REQUIRES_U32_MUNGING |
1295 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 224 = nosys old checkuseraccess or fsgetpath */ |
1296 | #else |
1297 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1298 | #endif |
1299 | #if CONFIG_REQUIRES_U32_MUNGING |
1300 | { .sy_call: (sy_call_t *)(void (*)(void))searchfs, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(searchfs_args), .sy_arg_bytes: 24}, /* 225 = searchfs */ |
1301 | #else |
1302 | { (sy_call_t *)(void (*)(void))searchfs, _SYSCALL_RET_INT_T, AC(searchfs_args), 24}, |
1303 | #endif |
1304 | #if CONFIG_REQUIRES_U32_MUNGING |
1305 | { .sy_call: (sy_call_t *)(void (*)(void))delete, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(delete_args), .sy_arg_bytes: 4}, /* 226 = delete private delete ( Carbon semantics ) */ |
1306 | #else |
1307 | { (sy_call_t *)(void (*)(void))delete, _SYSCALL_RET_INT_T, AC(delete_args), 4}, |
1308 | #endif |
1309 | #if CONFIG_REQUIRES_U32_MUNGING |
1310 | { .sy_call: (sy_call_t *)(void (*)(void))copyfile, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(copyfile_args), .sy_arg_bytes: 16}, /* 227 = copyfile */ |
1311 | #else |
1312 | { (sy_call_t *)(void (*)(void))copyfile, _SYSCALL_RET_INT_T, AC(copyfile_args), 16}, |
1313 | #endif |
1314 | #if CONFIG_REQUIRES_U32_MUNGING |
1315 | { .sy_call: (sy_call_t *)(void (*)(void))fgetattrlist, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(fgetattrlist_args), .sy_arg_bytes: 20}, /* 228 = fgetattrlist */ |
1316 | #else |
1317 | { (sy_call_t *)(void (*)(void))fgetattrlist, _SYSCALL_RET_INT_T, AC(fgetattrlist_args), 20}, |
1318 | #endif |
1319 | #if CONFIG_REQUIRES_U32_MUNGING |
1320 | { .sy_call: (sy_call_t *)(void (*)(void))fsetattrlist, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(fsetattrlist_args), .sy_arg_bytes: 20}, /* 229 = fsetattrlist */ |
1321 | #else |
1322 | { (sy_call_t *)(void (*)(void))fsetattrlist, _SYSCALL_RET_INT_T, AC(fsetattrlist_args), 20}, |
1323 | #endif |
1324 | #if CONFIG_REQUIRES_U32_MUNGING |
1325 | { .sy_call: (sy_call_t *)(void (*)(void))poll, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(poll_args), .sy_arg_bytes: 12}, /* 230 = poll */ |
1326 | #else |
1327 | { (sy_call_t *)(void (*)(void))poll, _SYSCALL_RET_INT_T, AC(poll_args), 12}, |
1328 | #endif |
1329 | #if CONFIG_REQUIRES_U32_MUNGING |
1330 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 231 = nosys old watchevent */ |
1331 | #else |
1332 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1333 | #endif |
1334 | #if CONFIG_REQUIRES_U32_MUNGING |
1335 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 232 = nosys old waitevent */ |
1336 | #else |
1337 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1338 | #endif |
1339 | #if CONFIG_REQUIRES_U32_MUNGING |
1340 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 233 = nosys old modwatch */ |
1341 | #else |
1342 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1343 | #endif |
1344 | #if CONFIG_REQUIRES_U32_MUNGING |
1345 | { .sy_call: (sy_call_t *)(void (*)(void))getxattr, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_SSIZE_T, AC(getxattr_args), .sy_arg_bytes: 24}, /* 234 = getxattr */ |
1346 | #else |
1347 | { (sy_call_t *)(void (*)(void))getxattr, _SYSCALL_RET_SSIZE_T, AC(getxattr_args), 24}, |
1348 | #endif |
1349 | #if CONFIG_REQUIRES_U32_MUNGING |
1350 | { .sy_call: (sy_call_t *)(void (*)(void))fgetxattr, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_SSIZE_T, AC(fgetxattr_args), .sy_arg_bytes: 24}, /* 235 = fgetxattr */ |
1351 | #else |
1352 | { (sy_call_t *)(void (*)(void))fgetxattr, _SYSCALL_RET_SSIZE_T, AC(fgetxattr_args), 24}, |
1353 | #endif |
1354 | #if CONFIG_REQUIRES_U32_MUNGING |
1355 | { .sy_call: (sy_call_t *)(void (*)(void))setxattr, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(setxattr_args), .sy_arg_bytes: 24}, /* 236 = setxattr */ |
1356 | #else |
1357 | { (sy_call_t *)(void (*)(void))setxattr, _SYSCALL_RET_INT_T, AC(setxattr_args), 24}, |
1358 | #endif |
1359 | #if CONFIG_REQUIRES_U32_MUNGING |
1360 | { .sy_call: (sy_call_t *)(void (*)(void))fsetxattr, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(fsetxattr_args), .sy_arg_bytes: 24}, /* 237 = fsetxattr */ |
1361 | #else |
1362 | { (sy_call_t *)(void (*)(void))fsetxattr, _SYSCALL_RET_INT_T, AC(fsetxattr_args), 24}, |
1363 | #endif |
1364 | #if CONFIG_REQUIRES_U32_MUNGING |
1365 | { .sy_call: (sy_call_t *)(void (*)(void))removexattr, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(removexattr_args), .sy_arg_bytes: 12}, /* 238 = removexattr */ |
1366 | #else |
1367 | { (sy_call_t *)(void (*)(void))removexattr, _SYSCALL_RET_INT_T, AC(removexattr_args), 12}, |
1368 | #endif |
1369 | #if CONFIG_REQUIRES_U32_MUNGING |
1370 | { .sy_call: (sy_call_t *)(void (*)(void))fremovexattr, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(fremovexattr_args), .sy_arg_bytes: 12}, /* 239 = fremovexattr */ |
1371 | #else |
1372 | { (sy_call_t *)(void (*)(void))fremovexattr, _SYSCALL_RET_INT_T, AC(fremovexattr_args), 12}, |
1373 | #endif |
1374 | #if CONFIG_REQUIRES_U32_MUNGING |
1375 | { .sy_call: (sy_call_t *)(void (*)(void))listxattr, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_SSIZE_T, AC(listxattr_args), .sy_arg_bytes: 16}, /* 240 = listxattr */ |
1376 | #else |
1377 | { (sy_call_t *)(void (*)(void))listxattr, _SYSCALL_RET_SSIZE_T, AC(listxattr_args), 16}, |
1378 | #endif |
1379 | #if CONFIG_REQUIRES_U32_MUNGING |
1380 | { .sy_call: (sy_call_t *)(void (*)(void))flistxattr, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_SSIZE_T, AC(flistxattr_args), .sy_arg_bytes: 16}, /* 241 = flistxattr */ |
1381 | #else |
1382 | { (sy_call_t *)(void (*)(void))flistxattr, _SYSCALL_RET_SSIZE_T, AC(flistxattr_args), 16}, |
1383 | #endif |
1384 | #if CONFIG_REQUIRES_U32_MUNGING |
1385 | { .sy_call: (sy_call_t *)(void (*)(void))fsctl, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(fsctl_args), .sy_arg_bytes: 16}, /* 242 = fsctl */ |
1386 | #else |
1387 | { (sy_call_t *)(void (*)(void))fsctl, _SYSCALL_RET_INT_T, AC(fsctl_args), 16}, |
1388 | #endif |
1389 | #if CONFIG_REQUIRES_U32_MUNGING |
1390 | { .sy_call: (sy_call_t *)(void (*)(void))initgroups, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(initgroups_args), .sy_arg_bytes: 12}, /* 243 = initgroups */ |
1391 | #else |
1392 | { (sy_call_t *)(void (*)(void))initgroups, _SYSCALL_RET_INT_T, AC(initgroups_args), 12}, |
1393 | #endif |
1394 | #if CONFIG_REQUIRES_U32_MUNGING |
1395 | { .sy_call: (sy_call_t *)(void (*)(void))posix_spawn, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(posix_spawn_args), .sy_arg_bytes: 20}, /* 244 = posix_spawn */ |
1396 | #else |
1397 | { (sy_call_t *)(void (*)(void))posix_spawn, _SYSCALL_RET_INT_T, AC(posix_spawn_args), 20}, |
1398 | #endif |
1399 | #if CONFIG_REQUIRES_U32_MUNGING |
1400 | { .sy_call: (sy_call_t *)(void (*)(void))ffsctl, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(ffsctl_args), .sy_arg_bytes: 16}, /* 245 = ffsctl */ |
1401 | #else |
1402 | { (sy_call_t *)(void (*)(void))ffsctl, _SYSCALL_RET_INT_T, AC(ffsctl_args), 16}, |
1403 | #endif |
1404 | #if CONFIG_REQUIRES_U32_MUNGING |
1405 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 246 = nosys */ |
1406 | #else |
1407 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1408 | #endif |
1409 | #if CONFIG_REQUIRES_U32_MUNGING |
1410 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 247 = nosys old nfsclnt */ |
1411 | #else |
1412 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1413 | #endif |
1414 | #if NFSSERVER /* XXX */ |
1415 | #if CONFIG_REQUIRES_U32_MUNGING |
1416 | { .sy_call: (sy_call_t *)(void (*)(void))fhopen, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(fhopen_args), .sy_arg_bytes: 8}, /* 248 = fhopen */ |
1417 | #else |
1418 | { (sy_call_t *)(void (*)(void))fhopen, _SYSCALL_RET_INT_T, AC(fhopen_args), 8}, |
1419 | #endif |
1420 | #else |
1421 | #if CONFIG_REQUIRES_U32_MUNGING |
1422 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 248 = nosys */ |
1423 | #else |
1424 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1425 | #endif |
1426 | #endif |
1427 | #if CONFIG_REQUIRES_U32_MUNGING |
1428 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 249 = nosys */ |
1429 | #else |
1430 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1431 | #endif |
1432 | #if CONFIG_REQUIRES_U32_MUNGING |
1433 | { .sy_call: (sy_call_t *)(void (*)(void))minherit, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(minherit_args), .sy_arg_bytes: 12}, /* 250 = minherit */ |
1434 | #else |
1435 | { (sy_call_t *)(void (*)(void))minherit, _SYSCALL_RET_INT_T, AC(minherit_args), 12}, |
1436 | #endif |
1437 | #if SYSV_SEM |
1438 | #if CONFIG_REQUIRES_U32_MUNGING |
1439 | { .sy_call: (sy_call_t *)(void (*)(void))semsys, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(semsys_args), .sy_arg_bytes: 20}, /* 251 = semsys */ |
1440 | #else |
1441 | { (sy_call_t *)(void (*)(void))semsys, _SYSCALL_RET_INT_T, AC(semsys_args), 20}, |
1442 | #endif |
1443 | #else |
1444 | #if CONFIG_REQUIRES_U32_MUNGING |
1445 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 251 = nosys */ |
1446 | #else |
1447 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1448 | #endif |
1449 | #endif |
1450 | #if SYSV_MSG |
1451 | #if CONFIG_REQUIRES_U32_MUNGING |
1452 | { .sy_call: (sy_call_t *)(void (*)(void))msgsys, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(msgsys_args), .sy_arg_bytes: 20}, /* 252 = msgsys */ |
1453 | #else |
1454 | { (sy_call_t *)(void (*)(void))msgsys, _SYSCALL_RET_INT_T, AC(msgsys_args), 20}, |
1455 | #endif |
1456 | #else |
1457 | #if CONFIG_REQUIRES_U32_MUNGING |
1458 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 252 = nosys */ |
1459 | #else |
1460 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1461 | #endif |
1462 | #endif |
1463 | #if SYSV_SHM |
1464 | #if CONFIG_REQUIRES_U32_MUNGING |
1465 | { .sy_call: (sy_call_t *)(void (*)(void))shmsys, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(shmsys_args), .sy_arg_bytes: 16}, /* 253 = shmsys */ |
1466 | #else |
1467 | { (sy_call_t *)(void (*)(void))shmsys, _SYSCALL_RET_INT_T, AC(shmsys_args), 16}, |
1468 | #endif |
1469 | #else |
1470 | #if CONFIG_REQUIRES_U32_MUNGING |
1471 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 253 = nosys */ |
1472 | #else |
1473 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1474 | #endif |
1475 | #endif |
1476 | #if SYSV_SEM |
1477 | #if CONFIG_REQUIRES_U32_MUNGING |
1478 | { .sy_call: (sy_call_t *)(void (*)(void))semctl, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(semctl_args), .sy_arg_bytes: 16}, /* 254 = semctl */ |
1479 | #else |
1480 | { (sy_call_t *)(void (*)(void))semctl, _SYSCALL_RET_INT_T, AC(semctl_args), 16}, |
1481 | #endif |
1482 | #if CONFIG_REQUIRES_U32_MUNGING |
1483 | { .sy_call: (sy_call_t *)(void (*)(void))semget, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(semget_args), .sy_arg_bytes: 12}, /* 255 = semget */ |
1484 | #else |
1485 | { (sy_call_t *)(void (*)(void))semget, _SYSCALL_RET_INT_T, AC(semget_args), 12}, |
1486 | #endif |
1487 | #if CONFIG_REQUIRES_U32_MUNGING |
1488 | { .sy_call: (sy_call_t *)(void (*)(void))semop, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(semop_args), .sy_arg_bytes: 12}, /* 256 = semop */ |
1489 | #else |
1490 | { (sy_call_t *)(void (*)(void))semop, _SYSCALL_RET_INT_T, AC(semop_args), 12}, |
1491 | #endif |
1492 | #if CONFIG_REQUIRES_U32_MUNGING |
1493 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 257 = nosys old semconfig */ |
1494 | #else |
1495 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1496 | #endif |
1497 | #else |
1498 | #if CONFIG_REQUIRES_U32_MUNGING |
1499 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 254 = nosys */ |
1500 | #else |
1501 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1502 | #endif |
1503 | #if CONFIG_REQUIRES_U32_MUNGING |
1504 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 255 = nosys */ |
1505 | #else |
1506 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1507 | #endif |
1508 | #if CONFIG_REQUIRES_U32_MUNGING |
1509 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 256 = nosys */ |
1510 | #else |
1511 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1512 | #endif |
1513 | #if CONFIG_REQUIRES_U32_MUNGING |
1514 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 257 = nosys */ |
1515 | #else |
1516 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1517 | #endif |
1518 | #endif |
1519 | #if SYSV_MSG |
1520 | #if CONFIG_REQUIRES_U32_MUNGING |
1521 | { .sy_call: (sy_call_t *)(void (*)(void))msgctl, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(msgctl_args), .sy_arg_bytes: 12}, /* 258 = msgctl */ |
1522 | #else |
1523 | { (sy_call_t *)(void (*)(void))msgctl, _SYSCALL_RET_INT_T, AC(msgctl_args), 12}, |
1524 | #endif |
1525 | #if CONFIG_REQUIRES_U32_MUNGING |
1526 | { .sy_call: (sy_call_t *)(void (*)(void))msgget, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(msgget_args), .sy_arg_bytes: 8}, /* 259 = msgget */ |
1527 | #else |
1528 | { (sy_call_t *)(void (*)(void))msgget, _SYSCALL_RET_INT_T, AC(msgget_args), 8}, |
1529 | #endif |
1530 | #if CONFIG_REQUIRES_U32_MUNGING |
1531 | { .sy_call: (sy_call_t *)(void (*)(void))msgsnd, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(msgsnd_args), .sy_arg_bytes: 16}, /* 260 = msgsnd */ |
1532 | #else |
1533 | { (sy_call_t *)(void (*)(void))msgsnd, _SYSCALL_RET_INT_T, AC(msgsnd_args), 16}, |
1534 | #endif |
1535 | #if CONFIG_REQUIRES_U32_MUNGING |
1536 | { .sy_call: (sy_call_t *)(void (*)(void))msgrcv, .sy_arg_munge32: munge_wwwsw, _SYSCALL_RET_SSIZE_T, AC(msgrcv_args), .sy_arg_bytes: 20}, /* 261 = msgrcv */ |
1537 | #else |
1538 | { (sy_call_t *)(void (*)(void))msgrcv, _SYSCALL_RET_SSIZE_T, AC(msgrcv_args), 20}, |
1539 | #endif |
1540 | #else |
1541 | #if CONFIG_REQUIRES_U32_MUNGING |
1542 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 258 = nosys */ |
1543 | #else |
1544 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1545 | #endif |
1546 | #if CONFIG_REQUIRES_U32_MUNGING |
1547 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 259 = nosys */ |
1548 | #else |
1549 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1550 | #endif |
1551 | #if CONFIG_REQUIRES_U32_MUNGING |
1552 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 260 = nosys */ |
1553 | #else |
1554 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1555 | #endif |
1556 | #if CONFIG_REQUIRES_U32_MUNGING |
1557 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 261 = nosys */ |
1558 | #else |
1559 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1560 | #endif |
1561 | #endif |
1562 | #if SYSV_SHM |
1563 | #if CONFIG_REQUIRES_U32_MUNGING |
1564 | { .sy_call: (sy_call_t *)(void (*)(void))shmat, .sy_arg_munge32: munge_www, _SYSCALL_RET_ADDR_T, AC(shmat_args), .sy_arg_bytes: 12}, /* 262 = shmat */ |
1565 | #else |
1566 | { (sy_call_t *)(void (*)(void))shmat, _SYSCALL_RET_ADDR_T, AC(shmat_args), 12}, |
1567 | #endif |
1568 | #if CONFIG_REQUIRES_U32_MUNGING |
1569 | { .sy_call: (sy_call_t *)(void (*)(void))shmctl, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(shmctl_args), .sy_arg_bytes: 12}, /* 263 = shmctl */ |
1570 | #else |
1571 | { (sy_call_t *)(void (*)(void))shmctl, _SYSCALL_RET_INT_T, AC(shmctl_args), 12}, |
1572 | #endif |
1573 | #if CONFIG_REQUIRES_U32_MUNGING |
1574 | { .sy_call: (sy_call_t *)(void (*)(void))shmdt, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(shmdt_args), .sy_arg_bytes: 4}, /* 264 = shmdt */ |
1575 | #else |
1576 | { (sy_call_t *)(void (*)(void))shmdt, _SYSCALL_RET_INT_T, AC(shmdt_args), 4}, |
1577 | #endif |
1578 | #if CONFIG_REQUIRES_U32_MUNGING |
1579 | { .sy_call: (sy_call_t *)(void (*)(void))shmget, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(shmget_args), .sy_arg_bytes: 12}, /* 265 = shmget */ |
1580 | #else |
1581 | { (sy_call_t *)(void (*)(void))shmget, _SYSCALL_RET_INT_T, AC(shmget_args), 12}, |
1582 | #endif |
1583 | #else |
1584 | #if CONFIG_REQUIRES_U32_MUNGING |
1585 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 262 = nosys */ |
1586 | #else |
1587 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1588 | #endif |
1589 | #if CONFIG_REQUIRES_U32_MUNGING |
1590 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 263 = nosys */ |
1591 | #else |
1592 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1593 | #endif |
1594 | #if CONFIG_REQUIRES_U32_MUNGING |
1595 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 264 = nosys */ |
1596 | #else |
1597 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1598 | #endif |
1599 | #if CONFIG_REQUIRES_U32_MUNGING |
1600 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 265 = nosys */ |
1601 | #else |
1602 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1603 | #endif |
1604 | #endif |
1605 | #if CONFIG_REQUIRES_U32_MUNGING |
1606 | { .sy_call: (sy_call_t *)(void (*)(void))shm_open, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(shm_open_args), .sy_arg_bytes: 12}, /* 266 = shm_open */ |
1607 | #else |
1608 | { (sy_call_t *)(void (*)(void))shm_open, _SYSCALL_RET_INT_T, AC(shm_open_args), 12}, |
1609 | #endif |
1610 | #if CONFIG_REQUIRES_U32_MUNGING |
1611 | { .sy_call: (sy_call_t *)(void (*)(void))shm_unlink, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(shm_unlink_args), .sy_arg_bytes: 4}, /* 267 = shm_unlink */ |
1612 | #else |
1613 | { (sy_call_t *)(void (*)(void))shm_unlink, _SYSCALL_RET_INT_T, AC(shm_unlink_args), 4}, |
1614 | #endif |
1615 | #if CONFIG_REQUIRES_U32_MUNGING |
1616 | { .sy_call: (sy_call_t *)(void (*)(void))sem_open, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_ADDR_T, AC(sem_open_args), .sy_arg_bytes: 16}, /* 268 = sem_open */ |
1617 | #else |
1618 | { (sy_call_t *)(void (*)(void))sem_open, _SYSCALL_RET_ADDR_T, AC(sem_open_args), 16}, |
1619 | #endif |
1620 | #if CONFIG_REQUIRES_U32_MUNGING |
1621 | { .sy_call: (sy_call_t *)(void (*)(void))sem_close, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(sem_close_args), .sy_arg_bytes: 4}, /* 269 = sem_close */ |
1622 | #else |
1623 | { (sy_call_t *)(void (*)(void))sem_close, _SYSCALL_RET_INT_T, AC(sem_close_args), 4}, |
1624 | #endif |
1625 | #if CONFIG_REQUIRES_U32_MUNGING |
1626 | { .sy_call: (sy_call_t *)(void (*)(void))sem_unlink, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(sem_unlink_args), .sy_arg_bytes: 4}, /* 270 = sem_unlink */ |
1627 | #else |
1628 | { (sy_call_t *)(void (*)(void))sem_unlink, _SYSCALL_RET_INT_T, AC(sem_unlink_args), 4}, |
1629 | #endif |
1630 | #if CONFIG_REQUIRES_U32_MUNGING |
1631 | { .sy_call: (sy_call_t *)(void (*)(void))sem_wait, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(sem_wait_args), .sy_arg_bytes: 4}, /* 271 = sem_wait */ |
1632 | #else |
1633 | { (sy_call_t *)(void (*)(void))sem_wait, _SYSCALL_RET_INT_T, AC(sem_wait_args), 4}, |
1634 | #endif |
1635 | #if CONFIG_REQUIRES_U32_MUNGING |
1636 | { .sy_call: (sy_call_t *)(void (*)(void))sem_trywait, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(sem_trywait_args), .sy_arg_bytes: 4}, /* 272 = sem_trywait */ |
1637 | #else |
1638 | { (sy_call_t *)(void (*)(void))sem_trywait, _SYSCALL_RET_INT_T, AC(sem_trywait_args), 4}, |
1639 | #endif |
1640 | #if CONFIG_REQUIRES_U32_MUNGING |
1641 | { .sy_call: (sy_call_t *)(void (*)(void))sem_post, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(sem_post_args), .sy_arg_bytes: 4}, /* 273 = sem_post */ |
1642 | #else |
1643 | { (sy_call_t *)(void (*)(void))sem_post, _SYSCALL_RET_INT_T, AC(sem_post_args), 4}, |
1644 | #endif |
1645 | #if CONFIG_REQUIRES_U32_MUNGING |
1646 | { .sy_call: (sy_call_t *)(void (*)(void))sys_sysctlbyname, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(sysctlbyname_args), .sy_arg_bytes: 24}, /* 274 = sys_sysctlbyname */ |
1647 | #else |
1648 | { (sy_call_t *)(void (*)(void))sys_sysctlbyname, _SYSCALL_RET_INT_T, AC(sysctlbyname_args), 24}, |
1649 | #endif |
1650 | #if CONFIG_REQUIRES_U32_MUNGING |
1651 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 275 = enosys old sem_init */ |
1652 | #else |
1653 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
1654 | #endif |
1655 | #if CONFIG_REQUIRES_U32_MUNGING |
1656 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 276 = enosys old sem_destroy */ |
1657 | #else |
1658 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
1659 | #endif |
1660 | #if CONFIG_REQUIRES_U32_MUNGING |
1661 | { .sy_call: (sy_call_t *)(void (*)(void))open_extended, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(open_extended_args), .sy_arg_bytes: 24}, /* 277 = open_extended */ |
1662 | #else |
1663 | { (sy_call_t *)(void (*)(void))open_extended, _SYSCALL_RET_INT_T, AC(open_extended_args), 24}, |
1664 | #endif |
1665 | #if CONFIG_REQUIRES_U32_MUNGING |
1666 | { .sy_call: (sy_call_t *)(void (*)(void))umask_extended, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(umask_extended_args), .sy_arg_bytes: 8}, /* 278 = umask_extended */ |
1667 | #else |
1668 | { (sy_call_t *)(void (*)(void))umask_extended, _SYSCALL_RET_INT_T, AC(umask_extended_args), 8}, |
1669 | #endif |
1670 | #if CONFIG_REQUIRES_U32_MUNGING |
1671 | { .sy_call: (sy_call_t *)(void (*)(void))stat_extended, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(stat_extended_args), .sy_arg_bytes: 16}, /* 279 = stat_extended */ |
1672 | #else |
1673 | { (sy_call_t *)(void (*)(void))stat_extended, _SYSCALL_RET_INT_T, AC(stat_extended_args), 16}, |
1674 | #endif |
1675 | #if CONFIG_REQUIRES_U32_MUNGING |
1676 | { .sy_call: (sy_call_t *)(void (*)(void))lstat_extended, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(lstat_extended_args), .sy_arg_bytes: 16}, /* 280 = lstat_extended */ |
1677 | #else |
1678 | { (sy_call_t *)(void (*)(void))lstat_extended, _SYSCALL_RET_INT_T, AC(lstat_extended_args), 16}, |
1679 | #endif |
1680 | #if CONFIG_REQUIRES_U32_MUNGING |
1681 | { .sy_call: (sy_call_t *)(void (*)(void))sys_fstat_extended, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(fstat_extended_args), .sy_arg_bytes: 16}, /* 281 = sys_fstat_extended */ |
1682 | #else |
1683 | { (sy_call_t *)(void (*)(void))sys_fstat_extended, _SYSCALL_RET_INT_T, AC(fstat_extended_args), 16}, |
1684 | #endif |
1685 | #if CONFIG_REQUIRES_U32_MUNGING |
1686 | { .sy_call: (sy_call_t *)(void (*)(void))chmod_extended, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(chmod_extended_args), .sy_arg_bytes: 20}, /* 282 = chmod_extended */ |
1687 | #else |
1688 | { (sy_call_t *)(void (*)(void))chmod_extended, _SYSCALL_RET_INT_T, AC(chmod_extended_args), 20}, |
1689 | #endif |
1690 | #if CONFIG_REQUIRES_U32_MUNGING |
1691 | { .sy_call: (sy_call_t *)(void (*)(void))fchmod_extended, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(fchmod_extended_args), .sy_arg_bytes: 20}, /* 283 = fchmod_extended */ |
1692 | #else |
1693 | { (sy_call_t *)(void (*)(void))fchmod_extended, _SYSCALL_RET_INT_T, AC(fchmod_extended_args), 20}, |
1694 | #endif |
1695 | #if CONFIG_REQUIRES_U32_MUNGING |
1696 | { .sy_call: (sy_call_t *)(void (*)(void))access_extended, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(access_extended_args), .sy_arg_bytes: 16}, /* 284 = access_extended */ |
1697 | #else |
1698 | { (sy_call_t *)(void (*)(void))access_extended, _SYSCALL_RET_INT_T, AC(access_extended_args), 16}, |
1699 | #endif |
1700 | #if CONFIG_REQUIRES_U32_MUNGING |
1701 | { .sy_call: (sy_call_t *)(void (*)(void))sys_settid, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(settid_args), .sy_arg_bytes: 8}, /* 285 = sys_settid */ |
1702 | #else |
1703 | { (sy_call_t *)(void (*)(void))sys_settid, _SYSCALL_RET_INT_T, AC(settid_args), 8}, |
1704 | #endif |
1705 | #if CONFIG_REQUIRES_U32_MUNGING |
1706 | { .sy_call: (sy_call_t *)(void (*)(void))gettid, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(gettid_args), .sy_arg_bytes: 8}, /* 286 = gettid */ |
1707 | #else |
1708 | { (sy_call_t *)(void (*)(void))gettid, _SYSCALL_RET_INT_T, AC(gettid_args), 8}, |
1709 | #endif |
1710 | #if CONFIG_REQUIRES_U32_MUNGING |
1711 | { .sy_call: (sy_call_t *)(void (*)(void))setsgroups, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(setsgroups_args), .sy_arg_bytes: 8}, /* 287 = setsgroups */ |
1712 | #else |
1713 | { (sy_call_t *)(void (*)(void))setsgroups, _SYSCALL_RET_INT_T, AC(setsgroups_args), 8}, |
1714 | #endif |
1715 | #if CONFIG_REQUIRES_U32_MUNGING |
1716 | { .sy_call: (sy_call_t *)(void (*)(void))getsgroups, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(getsgroups_args), .sy_arg_bytes: 8}, /* 288 = getsgroups */ |
1717 | #else |
1718 | { (sy_call_t *)(void (*)(void))getsgroups, _SYSCALL_RET_INT_T, AC(getsgroups_args), 8}, |
1719 | #endif |
1720 | #if CONFIG_REQUIRES_U32_MUNGING |
1721 | { .sy_call: (sy_call_t *)(void (*)(void))setwgroups, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(setwgroups_args), .sy_arg_bytes: 8}, /* 289 = setwgroups */ |
1722 | #else |
1723 | { (sy_call_t *)(void (*)(void))setwgroups, _SYSCALL_RET_INT_T, AC(setwgroups_args), 8}, |
1724 | #endif |
1725 | #if CONFIG_REQUIRES_U32_MUNGING |
1726 | { .sy_call: (sy_call_t *)(void (*)(void))getwgroups, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(getwgroups_args), .sy_arg_bytes: 8}, /* 290 = getwgroups */ |
1727 | #else |
1728 | { (sy_call_t *)(void (*)(void))getwgroups, _SYSCALL_RET_INT_T, AC(getwgroups_args), 8}, |
1729 | #endif |
1730 | #if CONFIG_REQUIRES_U32_MUNGING |
1731 | { .sy_call: (sy_call_t *)(void (*)(void))mkfifo_extended, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(mkfifo_extended_args), .sy_arg_bytes: 20}, /* 291 = mkfifo_extended */ |
1732 | #else |
1733 | { (sy_call_t *)(void (*)(void))mkfifo_extended, _SYSCALL_RET_INT_T, AC(mkfifo_extended_args), 20}, |
1734 | #endif |
1735 | #if CONFIG_REQUIRES_U32_MUNGING |
1736 | { .sy_call: (sy_call_t *)(void (*)(void))mkdir_extended, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(mkdir_extended_args), .sy_arg_bytes: 20}, /* 292 = mkdir_extended */ |
1737 | #else |
1738 | { (sy_call_t *)(void (*)(void))mkdir_extended, _SYSCALL_RET_INT_T, AC(mkdir_extended_args), 20}, |
1739 | #endif |
1740 | #if CONFIG_EXT_RESOLVER |
1741 | #if CONFIG_REQUIRES_U32_MUNGING |
1742 | { .sy_call: (sy_call_t *)(void (*)(void))identitysvc, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(identitysvc_args), .sy_arg_bytes: 8}, /* 293 = identitysvc */ |
1743 | #else |
1744 | { (sy_call_t *)(void (*)(void))identitysvc, _SYSCALL_RET_INT_T, AC(identitysvc_args), 8}, |
1745 | #endif |
1746 | #else |
1747 | #if CONFIG_REQUIRES_U32_MUNGING |
1748 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 293 = nosys */ |
1749 | #else |
1750 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1751 | #endif |
1752 | #endif |
1753 | #if CONFIG_REQUIRES_U32_MUNGING |
1754 | { .sy_call: (sy_call_t *)(void (*)(void))shared_region_check_np, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(shared_region_check_np_args), .sy_arg_bytes: 4}, /* 294 = shared_region_check_np */ |
1755 | #else |
1756 | { (sy_call_t *)(void (*)(void))shared_region_check_np, _SYSCALL_RET_INT_T, AC(shared_region_check_np_args), 4}, |
1757 | #endif |
1758 | #if CONFIG_REQUIRES_U32_MUNGING |
1759 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 295 = nosys old shared_region_map_np */ |
1760 | #else |
1761 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1762 | #endif |
1763 | #if CONFIG_REQUIRES_U32_MUNGING |
1764 | { .sy_call: (sy_call_t *)(void (*)(void))vm_pressure_monitor, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(vm_pressure_monitor_args), .sy_arg_bytes: 12}, /* 296 = vm_pressure_monitor */ |
1765 | #else |
1766 | { (sy_call_t *)(void (*)(void))vm_pressure_monitor, _SYSCALL_RET_INT_T, AC(vm_pressure_monitor_args), 12}, |
1767 | #endif |
1768 | #if PSYNCH |
1769 | #if CONFIG_REQUIRES_U32_MUNGING |
1770 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_rw_longrdlock, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_UINT_T, AC(psynch_rw_longrdlock_args), .sy_arg_bytes: 20}, /* 297 = psynch_rw_longrdlock */ |
1771 | #else |
1772 | { (sy_call_t *)(void (*)(void))psynch_rw_longrdlock, _SYSCALL_RET_UINT_T, AC(psynch_rw_longrdlock_args), 20}, |
1773 | #endif |
1774 | #if CONFIG_REQUIRES_U32_MUNGING |
1775 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_rw_yieldwrlock, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_UINT_T, AC(psynch_rw_yieldwrlock_args), .sy_arg_bytes: 20}, /* 298 = psynch_rw_yieldwrlock */ |
1776 | #else |
1777 | { (sy_call_t *)(void (*)(void))psynch_rw_yieldwrlock, _SYSCALL_RET_UINT_T, AC(psynch_rw_yieldwrlock_args), 20}, |
1778 | #endif |
1779 | #if CONFIG_REQUIRES_U32_MUNGING |
1780 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_rw_downgrade, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(psynch_rw_downgrade_args), .sy_arg_bytes: 20}, /* 299 = psynch_rw_downgrade */ |
1781 | #else |
1782 | { (sy_call_t *)(void (*)(void))psynch_rw_downgrade, _SYSCALL_RET_INT_T, AC(psynch_rw_downgrade_args), 20}, |
1783 | #endif |
1784 | #if CONFIG_REQUIRES_U32_MUNGING |
1785 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_rw_upgrade, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_UINT_T, AC(psynch_rw_upgrade_args), .sy_arg_bytes: 20}, /* 300 = psynch_rw_upgrade */ |
1786 | #else |
1787 | { (sy_call_t *)(void (*)(void))psynch_rw_upgrade, _SYSCALL_RET_UINT_T, AC(psynch_rw_upgrade_args), 20}, |
1788 | #endif |
1789 | #if CONFIG_REQUIRES_U32_MUNGING |
1790 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_mutexwait, .sy_arg_munge32: munge_wwwlw, _SYSCALL_RET_UINT_T, AC(psynch_mutexwait_args), .sy_arg_bytes: 24}, /* 301 = psynch_mutexwait */ |
1791 | #else |
1792 | { (sy_call_t *)(void (*)(void))psynch_mutexwait, _SYSCALL_RET_UINT_T, AC(psynch_mutexwait_args), 24}, |
1793 | #endif |
1794 | #if CONFIG_REQUIRES_U32_MUNGING |
1795 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_mutexdrop, .sy_arg_munge32: munge_wwwlw, _SYSCALL_RET_UINT_T, AC(psynch_mutexdrop_args), .sy_arg_bytes: 24}, /* 302 = psynch_mutexdrop */ |
1796 | #else |
1797 | { (sy_call_t *)(void (*)(void))psynch_mutexdrop, _SYSCALL_RET_UINT_T, AC(psynch_mutexdrop_args), 24}, |
1798 | #endif |
1799 | #if CONFIG_REQUIRES_U32_MUNGING |
1800 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_cvbroad, .sy_arg_munge32: munge_wllwwll, _SYSCALL_RET_UINT_T, AC(psynch_cvbroad_args), .sy_arg_bytes: 44}, /* 303 = psynch_cvbroad */ |
1801 | #else |
1802 | { (sy_call_t *)(void (*)(void))psynch_cvbroad, _SYSCALL_RET_UINT_T, AC(psynch_cvbroad_args), 44}, |
1803 | #endif |
1804 | #if CONFIG_REQUIRES_U32_MUNGING |
1805 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_cvsignal, .sy_arg_munge32: munge_wlwwwllw, _SYSCALL_RET_UINT_T, AC(psynch_cvsignal_args), .sy_arg_bytes: 44}, /* 304 = psynch_cvsignal */ |
1806 | #else |
1807 | { (sy_call_t *)(void (*)(void))psynch_cvsignal, _SYSCALL_RET_UINT_T, AC(psynch_cvsignal_args), 44}, |
1808 | #endif |
1809 | #if CONFIG_REQUIRES_U32_MUNGING |
1810 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_cvwait, .sy_arg_munge32: munge_wlwwlwlw, _SYSCALL_RET_UINT_T, AC(psynch_cvwait_args), .sy_arg_bytes: 44}, /* 305 = psynch_cvwait */ |
1811 | #else |
1812 | { (sy_call_t *)(void (*)(void))psynch_cvwait, _SYSCALL_RET_UINT_T, AC(psynch_cvwait_args), 44}, |
1813 | #endif |
1814 | #if CONFIG_REQUIRES_U32_MUNGING |
1815 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_rw_rdlock, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_UINT_T, AC(psynch_rw_rdlock_args), .sy_arg_bytes: 20}, /* 306 = psynch_rw_rdlock */ |
1816 | #else |
1817 | { (sy_call_t *)(void (*)(void))psynch_rw_rdlock, _SYSCALL_RET_UINT_T, AC(psynch_rw_rdlock_args), 20}, |
1818 | #endif |
1819 | #if CONFIG_REQUIRES_U32_MUNGING |
1820 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_rw_wrlock, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_UINT_T, AC(psynch_rw_wrlock_args), .sy_arg_bytes: 20}, /* 307 = psynch_rw_wrlock */ |
1821 | #else |
1822 | { (sy_call_t *)(void (*)(void))psynch_rw_wrlock, _SYSCALL_RET_UINT_T, AC(psynch_rw_wrlock_args), 20}, |
1823 | #endif |
1824 | #if CONFIG_REQUIRES_U32_MUNGING |
1825 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_rw_unlock, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_UINT_T, AC(psynch_rw_unlock_args), .sy_arg_bytes: 20}, /* 308 = psynch_rw_unlock */ |
1826 | #else |
1827 | { (sy_call_t *)(void (*)(void))psynch_rw_unlock, _SYSCALL_RET_UINT_T, AC(psynch_rw_unlock_args), 20}, |
1828 | #endif |
1829 | #if CONFIG_REQUIRES_U32_MUNGING |
1830 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_rw_unlock2, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_UINT_T, AC(psynch_rw_unlock2_args), .sy_arg_bytes: 20}, /* 309 = psynch_rw_unlock2 */ |
1831 | #else |
1832 | { (sy_call_t *)(void (*)(void))psynch_rw_unlock2, _SYSCALL_RET_UINT_T, AC(psynch_rw_unlock2_args), 20}, |
1833 | #endif |
1834 | #else |
1835 | #if CONFIG_REQUIRES_U32_MUNGING |
1836 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 297 = nosys old reset_shared_file */ |
1837 | #else |
1838 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1839 | #endif |
1840 | #if CONFIG_REQUIRES_U32_MUNGING |
1841 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 298 = nosys old new_system_shared_regions */ |
1842 | #else |
1843 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1844 | #endif |
1845 | #if CONFIG_REQUIRES_U32_MUNGING |
1846 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 299 = enosys old shared_region_map_file_np */ |
1847 | #else |
1848 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
1849 | #endif |
1850 | #if CONFIG_REQUIRES_U32_MUNGING |
1851 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 300 = enosys old shared_region_make_private_np */ |
1852 | #else |
1853 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
1854 | #endif |
1855 | #if CONFIG_REQUIRES_U32_MUNGING |
1856 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 301 = nosys */ |
1857 | #else |
1858 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1859 | #endif |
1860 | #if CONFIG_REQUIRES_U32_MUNGING |
1861 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 302 = nosys */ |
1862 | #else |
1863 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1864 | #endif |
1865 | #if CONFIG_REQUIRES_U32_MUNGING |
1866 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 303 = nosys */ |
1867 | #else |
1868 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1869 | #endif |
1870 | #if CONFIG_REQUIRES_U32_MUNGING |
1871 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 304 = nosys */ |
1872 | #else |
1873 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1874 | #endif |
1875 | #if CONFIG_REQUIRES_U32_MUNGING |
1876 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 305 = nosys */ |
1877 | #else |
1878 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1879 | #endif |
1880 | #if CONFIG_REQUIRES_U32_MUNGING |
1881 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 306 = nosys */ |
1882 | #else |
1883 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1884 | #endif |
1885 | #if CONFIG_REQUIRES_U32_MUNGING |
1886 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 307 = nosys */ |
1887 | #else |
1888 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1889 | #endif |
1890 | #if CONFIG_REQUIRES_U32_MUNGING |
1891 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 308 = nosys */ |
1892 | #else |
1893 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1894 | #endif |
1895 | #if CONFIG_REQUIRES_U32_MUNGING |
1896 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 309 = nosys */ |
1897 | #else |
1898 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1899 | #endif |
1900 | #endif |
1901 | #if CONFIG_REQUIRES_U32_MUNGING |
1902 | { .sy_call: (sy_call_t *)(void (*)(void))getsid, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(getsid_args), .sy_arg_bytes: 4}, /* 310 = getsid */ |
1903 | #else |
1904 | { (sy_call_t *)(void (*)(void))getsid, _SYSCALL_RET_INT_T, AC(getsid_args), 4}, |
1905 | #endif |
1906 | #if CONFIG_REQUIRES_U32_MUNGING |
1907 | { .sy_call: (sy_call_t *)(void (*)(void))sys_settid_with_pid, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(settid_with_pid_args), .sy_arg_bytes: 8}, /* 311 = sys_settid_with_pid */ |
1908 | #else |
1909 | { (sy_call_t *)(void (*)(void))sys_settid_with_pid, _SYSCALL_RET_INT_T, AC(settid_with_pid_args), 8}, |
1910 | #endif |
1911 | #if PSYNCH |
1912 | #if CONFIG_REQUIRES_U32_MUNGING |
1913 | { .sy_call: (sy_call_t *)(void (*)(void))psynch_cvclrprepost, .sy_arg_munge32: munge_wwwwwww, _SYSCALL_RET_INT_T, AC(psynch_cvclrprepost_args), .sy_arg_bytes: 28}, /* 312 = psynch_cvclrprepost */ |
1914 | #else |
1915 | { (sy_call_t *)(void (*)(void))psynch_cvclrprepost, _SYSCALL_RET_INT_T, AC(psynch_cvclrprepost_args), 28}, |
1916 | #endif |
1917 | #else |
1918 | #if CONFIG_REQUIRES_U32_MUNGING |
1919 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 312 = nosys old __pthread_cond_timedwait */ |
1920 | #else |
1921 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1922 | #endif |
1923 | #endif |
1924 | #if CONFIG_REQUIRES_U32_MUNGING |
1925 | { .sy_call: (sy_call_t *)(void (*)(void))aio_fsync, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(aio_fsync_args), .sy_arg_bytes: 8}, /* 313 = aio_fsync */ |
1926 | #else |
1927 | { (sy_call_t *)(void (*)(void))aio_fsync, _SYSCALL_RET_INT_T, AC(aio_fsync_args), 8}, |
1928 | #endif |
1929 | #if CONFIG_REQUIRES_U32_MUNGING |
1930 | { .sy_call: (sy_call_t *)(void (*)(void))aio_return, .sy_arg_munge32: munge_w, _SYSCALL_RET_SSIZE_T, AC(aio_return_args), .sy_arg_bytes: 4}, /* 314 = aio_return */ |
1931 | #else |
1932 | { (sy_call_t *)(void (*)(void))aio_return, _SYSCALL_RET_SSIZE_T, AC(aio_return_args), 4}, |
1933 | #endif |
1934 | #if CONFIG_REQUIRES_U32_MUNGING |
1935 | { .sy_call: (sy_call_t *)(void (*)(void))aio_suspend, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(aio_suspend_args), .sy_arg_bytes: 12}, /* 315 = aio_suspend */ |
1936 | #else |
1937 | { (sy_call_t *)(void (*)(void))aio_suspend, _SYSCALL_RET_INT_T, AC(aio_suspend_args), 12}, |
1938 | #endif |
1939 | #if CONFIG_REQUIRES_U32_MUNGING |
1940 | { .sy_call: (sy_call_t *)(void (*)(void))aio_cancel, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(aio_cancel_args), .sy_arg_bytes: 8}, /* 316 = aio_cancel */ |
1941 | #else |
1942 | { (sy_call_t *)(void (*)(void))aio_cancel, _SYSCALL_RET_INT_T, AC(aio_cancel_args), 8}, |
1943 | #endif |
1944 | #if CONFIG_REQUIRES_U32_MUNGING |
1945 | { .sy_call: (sy_call_t *)(void (*)(void))aio_error, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(aio_error_args), .sy_arg_bytes: 4}, /* 317 = aio_error */ |
1946 | #else |
1947 | { (sy_call_t *)(void (*)(void))aio_error, _SYSCALL_RET_INT_T, AC(aio_error_args), 4}, |
1948 | #endif |
1949 | #if CONFIG_REQUIRES_U32_MUNGING |
1950 | { .sy_call: (sy_call_t *)(void (*)(void))aio_read, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(aio_read_args), .sy_arg_bytes: 4}, /* 318 = aio_read */ |
1951 | #else |
1952 | { (sy_call_t *)(void (*)(void))aio_read, _SYSCALL_RET_INT_T, AC(aio_read_args), 4}, |
1953 | #endif |
1954 | #if CONFIG_REQUIRES_U32_MUNGING |
1955 | { .sy_call: (sy_call_t *)(void (*)(void))aio_write, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(aio_write_args), .sy_arg_bytes: 4}, /* 319 = aio_write */ |
1956 | #else |
1957 | { (sy_call_t *)(void (*)(void))aio_write, _SYSCALL_RET_INT_T, AC(aio_write_args), 4}, |
1958 | #endif |
1959 | #if CONFIG_REQUIRES_U32_MUNGING |
1960 | { .sy_call: (sy_call_t *)(void (*)(void))lio_listio, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(lio_listio_args), .sy_arg_bytes: 16}, /* 320 = lio_listio */ |
1961 | #else |
1962 | { (sy_call_t *)(void (*)(void))lio_listio, _SYSCALL_RET_INT_T, AC(lio_listio_args), 16}, |
1963 | #endif |
1964 | #if CONFIG_REQUIRES_U32_MUNGING |
1965 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 321 = nosys old __pthread_cond_wait */ |
1966 | #else |
1967 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1968 | #endif |
1969 | #if CONFIG_REQUIRES_U32_MUNGING |
1970 | { .sy_call: (sy_call_t *)(void (*)(void))iopolicysys, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(iopolicysys_args), .sy_arg_bytes: 8}, /* 322 = iopolicysys */ |
1971 | #else |
1972 | { (sy_call_t *)(void (*)(void))iopolicysys, _SYSCALL_RET_INT_T, AC(iopolicysys_args), 8}, |
1973 | #endif |
1974 | #if CONFIG_REQUIRES_U32_MUNGING |
1975 | { .sy_call: (sy_call_t *)(void (*)(void))process_policy, .sy_arg_munge32: munge_wwwwwwl, _SYSCALL_RET_INT_T, AC(process_policy_args), .sy_arg_bytes: 32}, /* 323 = process_policy */ |
1976 | #else |
1977 | { (sy_call_t *)(void (*)(void))process_policy, _SYSCALL_RET_INT_T, AC(process_policy_args), 32}, |
1978 | #endif |
1979 | #if CONFIG_REQUIRES_U32_MUNGING |
1980 | { .sy_call: (sy_call_t *)(void (*)(void))mlockall, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(mlockall_args), .sy_arg_bytes: 4}, /* 324 = mlockall */ |
1981 | #else |
1982 | { (sy_call_t *)(void (*)(void))mlockall, _SYSCALL_RET_INT_T, AC(mlockall_args), 4}, |
1983 | #endif |
1984 | #if CONFIG_REQUIRES_U32_MUNGING |
1985 | { .sy_call: (sy_call_t *)(void (*)(void))munlockall, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(munlockall_args), .sy_arg_bytes: 4}, /* 325 = munlockall */ |
1986 | #else |
1987 | { (sy_call_t *)(void (*)(void))munlockall, _SYSCALL_RET_INT_T, AC(munlockall_args), 4}, |
1988 | #endif |
1989 | #if CONFIG_REQUIRES_U32_MUNGING |
1990 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 326 = nosys */ |
1991 | #else |
1992 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
1993 | #endif |
1994 | #if CONFIG_REQUIRES_U32_MUNGING |
1995 | { .sy_call: (sy_call_t *)(void (*)(void))issetugid, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 327 = issetugid */ |
1996 | #else |
1997 | { (sy_call_t *)(void (*)(void))issetugid, _SYSCALL_RET_INT_T, 0, 0}, |
1998 | #endif |
1999 | #if CONFIG_REQUIRES_U32_MUNGING |
2000 | { .sy_call: (sy_call_t *)(void (*)(void))__pthread_kill, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(__pthread_kill_args), .sy_arg_bytes: 8}, /* 328 = __pthread_kill */ |
2001 | #else |
2002 | { (sy_call_t *)(void (*)(void))__pthread_kill, _SYSCALL_RET_INT_T, AC(__pthread_kill_args), 8}, |
2003 | #endif |
2004 | #if CONFIG_REQUIRES_U32_MUNGING |
2005 | { .sy_call: (sy_call_t *)(void (*)(void))__pthread_sigmask, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(__pthread_sigmask_args), .sy_arg_bytes: 12}, /* 329 = __pthread_sigmask */ |
2006 | #else |
2007 | { (sy_call_t *)(void (*)(void))__pthread_sigmask, _SYSCALL_RET_INT_T, AC(__pthread_sigmask_args), 12}, |
2008 | #endif |
2009 | #if CONFIG_REQUIRES_U32_MUNGING |
2010 | { .sy_call: (sy_call_t *)(void (*)(void))__sigwait, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(__sigwait_args), .sy_arg_bytes: 8}, /* 330 = __sigwait */ |
2011 | #else |
2012 | { (sy_call_t *)(void (*)(void))__sigwait, _SYSCALL_RET_INT_T, AC(__sigwait_args), 8}, |
2013 | #endif |
2014 | #if CONFIG_REQUIRES_U32_MUNGING |
2015 | { .sy_call: (sy_call_t *)(void (*)(void))__disable_threadsignal, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(__disable_threadsignal_args), .sy_arg_bytes: 4}, /* 331 = __disable_threadsignal */ |
2016 | #else |
2017 | { (sy_call_t *)(void (*)(void))__disable_threadsignal, _SYSCALL_RET_INT_T, AC(__disable_threadsignal_args), 4}, |
2018 | #endif |
2019 | #if CONFIG_REQUIRES_U32_MUNGING |
2020 | { .sy_call: (sy_call_t *)(void (*)(void))__pthread_markcancel, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(__pthread_markcancel_args), .sy_arg_bytes: 4}, /* 332 = __pthread_markcancel */ |
2021 | #else |
2022 | { (sy_call_t *)(void (*)(void))__pthread_markcancel, _SYSCALL_RET_INT_T, AC(__pthread_markcancel_args), 4}, |
2023 | #endif |
2024 | #if CONFIG_REQUIRES_U32_MUNGING |
2025 | { .sy_call: (sy_call_t *)(void (*)(void))__pthread_canceled, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(__pthread_canceled_args), .sy_arg_bytes: 4}, /* 333 = __pthread_canceled */ |
2026 | #else |
2027 | { (sy_call_t *)(void (*)(void))__pthread_canceled, _SYSCALL_RET_INT_T, AC(__pthread_canceled_args), 4}, |
2028 | #endif |
2029 | #if CONFIG_REQUIRES_U32_MUNGING |
2030 | { .sy_call: (sy_call_t *)(void (*)(void))__semwait_signal, .sy_arg_munge32: munge_wwwwlw, _SYSCALL_RET_INT_T, AC(__semwait_signal_args), .sy_arg_bytes: 28}, /* 334 = __semwait_signal */ |
2031 | #else |
2032 | { (sy_call_t *)(void (*)(void))__semwait_signal, _SYSCALL_RET_INT_T, AC(__semwait_signal_args), 28}, |
2033 | #endif |
2034 | #if CONFIG_REQUIRES_U32_MUNGING |
2035 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 335 = nosys old utrace */ |
2036 | #else |
2037 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2038 | #endif |
2039 | #if CONFIG_REQUIRES_U32_MUNGING |
2040 | { .sy_call: (sy_call_t *)(void (*)(void))proc_info, .sy_arg_munge32: munge_wwwlww, _SYSCALL_RET_INT_T, AC(proc_info_args), .sy_arg_bytes: 28}, /* 336 = proc_info */ |
2041 | #else |
2042 | { (sy_call_t *)(void (*)(void))proc_info, _SYSCALL_RET_INT_T, AC(proc_info_args), 28}, |
2043 | #endif |
2044 | #if SENDFILE |
2045 | #if CONFIG_REQUIRES_U32_MUNGING |
2046 | { .sy_call: (sy_call_t *)(void (*)(void))sendfile, .sy_arg_munge32: munge_wwlwww, _SYSCALL_RET_INT_T, AC(sendfile_args), .sy_arg_bytes: 28}, /* 337 = sendfile */ |
2047 | #else |
2048 | { (sy_call_t *)(void (*)(void))sendfile, _SYSCALL_RET_INT_T, AC(sendfile_args), 28}, |
2049 | #endif |
2050 | #else /* !SENDFILE */ |
2051 | #if CONFIG_REQUIRES_U32_MUNGING |
2052 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 337 = nosys */ |
2053 | #else |
2054 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2055 | #endif |
2056 | #endif /* SENDFILE */ |
2057 | #if CONFIG_REQUIRES_U32_MUNGING |
2058 | { .sy_call: (sy_call_t *)(void (*)(void))stat64, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(stat64_args), .sy_arg_bytes: 8}, /* 338 = stat64 */ |
2059 | #else |
2060 | { (sy_call_t *)(void (*)(void))stat64, _SYSCALL_RET_INT_T, AC(stat64_args), 8}, |
2061 | #endif |
2062 | #if CONFIG_REQUIRES_U32_MUNGING |
2063 | { .sy_call: (sy_call_t *)(void (*)(void))sys_fstat64, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(fstat64_args), .sy_arg_bytes: 8}, /* 339 = sys_fstat64 */ |
2064 | #else |
2065 | { (sy_call_t *)(void (*)(void))sys_fstat64, _SYSCALL_RET_INT_T, AC(fstat64_args), 8}, |
2066 | #endif |
2067 | #if CONFIG_REQUIRES_U32_MUNGING |
2068 | { .sy_call: (sy_call_t *)(void (*)(void))lstat64, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(lstat64_args), .sy_arg_bytes: 8}, /* 340 = lstat64 */ |
2069 | #else |
2070 | { (sy_call_t *)(void (*)(void))lstat64, _SYSCALL_RET_INT_T, AC(lstat64_args), 8}, |
2071 | #endif |
2072 | #if CONFIG_REQUIRES_U32_MUNGING |
2073 | { .sy_call: (sy_call_t *)(void (*)(void))stat64_extended, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(stat64_extended_args), .sy_arg_bytes: 16}, /* 341 = stat64_extended */ |
2074 | #else |
2075 | { (sy_call_t *)(void (*)(void))stat64_extended, _SYSCALL_RET_INT_T, AC(stat64_extended_args), 16}, |
2076 | #endif |
2077 | #if CONFIG_REQUIRES_U32_MUNGING |
2078 | { .sy_call: (sy_call_t *)(void (*)(void))lstat64_extended, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(lstat64_extended_args), .sy_arg_bytes: 16}, /* 342 = lstat64_extended */ |
2079 | #else |
2080 | { (sy_call_t *)(void (*)(void))lstat64_extended, _SYSCALL_RET_INT_T, AC(lstat64_extended_args), 16}, |
2081 | #endif |
2082 | #if CONFIG_REQUIRES_U32_MUNGING |
2083 | { .sy_call: (sy_call_t *)(void (*)(void))sys_fstat64_extended, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(fstat64_extended_args), .sy_arg_bytes: 16}, /* 343 = sys_fstat64_extended */ |
2084 | #else |
2085 | { (sy_call_t *)(void (*)(void))sys_fstat64_extended, _SYSCALL_RET_INT_T, AC(fstat64_extended_args), 16}, |
2086 | #endif |
2087 | #if CONFIG_REQUIRES_U32_MUNGING |
2088 | { .sy_call: (sy_call_t *)(void (*)(void))getdirentries64, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_SSIZE_T, AC(getdirentries64_args), .sy_arg_bytes: 16}, /* 344 = getdirentries64 */ |
2089 | #else |
2090 | { (sy_call_t *)(void (*)(void))getdirentries64, _SYSCALL_RET_SSIZE_T, AC(getdirentries64_args), 16}, |
2091 | #endif |
2092 | #if CONFIG_REQUIRES_U32_MUNGING |
2093 | { .sy_call: (sy_call_t *)(void (*)(void))statfs64, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(statfs64_args), .sy_arg_bytes: 8}, /* 345 = statfs64 */ |
2094 | #else |
2095 | { (sy_call_t *)(void (*)(void))statfs64, _SYSCALL_RET_INT_T, AC(statfs64_args), 8}, |
2096 | #endif |
2097 | #if CONFIG_REQUIRES_U32_MUNGING |
2098 | { .sy_call: (sy_call_t *)(void (*)(void))fstatfs64, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(fstatfs64_args), .sy_arg_bytes: 8}, /* 346 = fstatfs64 */ |
2099 | #else |
2100 | { (sy_call_t *)(void (*)(void))fstatfs64, _SYSCALL_RET_INT_T, AC(fstatfs64_args), 8}, |
2101 | #endif |
2102 | #if CONFIG_REQUIRES_U32_MUNGING |
2103 | { .sy_call: (sy_call_t *)(void (*)(void))getfsstat64, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(getfsstat64_args), .sy_arg_bytes: 12}, /* 347 = getfsstat64 */ |
2104 | #else |
2105 | { (sy_call_t *)(void (*)(void))getfsstat64, _SYSCALL_RET_INT_T, AC(getfsstat64_args), 12}, |
2106 | #endif |
2107 | #if CONFIG_REQUIRES_U32_MUNGING |
2108 | { .sy_call: (sy_call_t *)(void (*)(void))__pthread_chdir, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(__pthread_chdir_args), .sy_arg_bytes: 4}, /* 348 = __pthread_chdir */ |
2109 | #else |
2110 | { (sy_call_t *)(void (*)(void))__pthread_chdir, _SYSCALL_RET_INT_T, AC(__pthread_chdir_args), 4}, |
2111 | #endif |
2112 | #if CONFIG_REQUIRES_U32_MUNGING |
2113 | { .sy_call: (sy_call_t *)(void (*)(void))__pthread_fchdir, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(__pthread_fchdir_args), .sy_arg_bytes: 4}, /* 349 = __pthread_fchdir */ |
2114 | #else |
2115 | { (sy_call_t *)(void (*)(void))__pthread_fchdir, _SYSCALL_RET_INT_T, AC(__pthread_fchdir_args), 4}, |
2116 | #endif |
2117 | #if CONFIG_REQUIRES_U32_MUNGING |
2118 | { .sy_call: (sy_call_t *)(void (*)(void))audit, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(audit_args), .sy_arg_bytes: 8}, /* 350 = audit */ |
2119 | #else |
2120 | { (sy_call_t *)(void (*)(void))audit, _SYSCALL_RET_INT_T, AC(audit_args), 8}, |
2121 | #endif |
2122 | #if CONFIG_REQUIRES_U32_MUNGING |
2123 | { .sy_call: (sy_call_t *)(void (*)(void))auditon, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(auditon_args), .sy_arg_bytes: 12}, /* 351 = auditon */ |
2124 | #else |
2125 | { (sy_call_t *)(void (*)(void))auditon, _SYSCALL_RET_INT_T, AC(auditon_args), 12}, |
2126 | #endif |
2127 | #if CONFIG_REQUIRES_U32_MUNGING |
2128 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 352 = nosys */ |
2129 | #else |
2130 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2131 | #endif |
2132 | #if CONFIG_REQUIRES_U32_MUNGING |
2133 | { .sy_call: (sy_call_t *)(void (*)(void))getauid, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(getauid_args), .sy_arg_bytes: 4}, /* 353 = getauid */ |
2134 | #else |
2135 | { (sy_call_t *)(void (*)(void))getauid, _SYSCALL_RET_INT_T, AC(getauid_args), 4}, |
2136 | #endif |
2137 | #if CONFIG_REQUIRES_U32_MUNGING |
2138 | { .sy_call: (sy_call_t *)(void (*)(void))setauid, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(setauid_args), .sy_arg_bytes: 4}, /* 354 = setauid */ |
2139 | #else |
2140 | { (sy_call_t *)(void (*)(void))setauid, _SYSCALL_RET_INT_T, AC(setauid_args), 4}, |
2141 | #endif |
2142 | #if CONFIG_REQUIRES_U32_MUNGING |
2143 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 355 = nosys old getaudit */ |
2144 | #else |
2145 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2146 | #endif |
2147 | #if CONFIG_REQUIRES_U32_MUNGING |
2148 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 356 = nosys old setaudit */ |
2149 | #else |
2150 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2151 | #endif |
2152 | #if CONFIG_REQUIRES_U32_MUNGING |
2153 | { .sy_call: (sy_call_t *)(void (*)(void))getaudit_addr, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(getaudit_addr_args), .sy_arg_bytes: 8}, /* 357 = getaudit_addr */ |
2154 | #else |
2155 | { (sy_call_t *)(void (*)(void))getaudit_addr, _SYSCALL_RET_INT_T, AC(getaudit_addr_args), 8}, |
2156 | #endif |
2157 | #if CONFIG_REQUIRES_U32_MUNGING |
2158 | { .sy_call: (sy_call_t *)(void (*)(void))setaudit_addr, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(setaudit_addr_args), .sy_arg_bytes: 8}, /* 358 = setaudit_addr */ |
2159 | #else |
2160 | { (sy_call_t *)(void (*)(void))setaudit_addr, _SYSCALL_RET_INT_T, AC(setaudit_addr_args), 8}, |
2161 | #endif |
2162 | #if CONFIG_REQUIRES_U32_MUNGING |
2163 | { .sy_call: (sy_call_t *)(void (*)(void))auditctl, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(auditctl_args), .sy_arg_bytes: 4}, /* 359 = auditctl */ |
2164 | #else |
2165 | { (sy_call_t *)(void (*)(void))auditctl, _SYSCALL_RET_INT_T, AC(auditctl_args), 4}, |
2166 | #endif |
2167 | #if CONFIG_REQUIRES_U32_MUNGING |
2168 | { .sy_call: (sy_call_t *)(void (*)(void))bsdthread_create, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_ADDR_T, AC(bsdthread_create_args), .sy_arg_bytes: 20}, /* 360 = bsdthread_create */ |
2169 | #else |
2170 | { (sy_call_t *)(void (*)(void))bsdthread_create, _SYSCALL_RET_ADDR_T, AC(bsdthread_create_args), 20}, |
2171 | #endif |
2172 | #if CONFIG_REQUIRES_U32_MUNGING |
2173 | { .sy_call: (sy_call_t *)(void (*)(void))bsdthread_terminate, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(bsdthread_terminate_args), .sy_arg_bytes: 16}, /* 361 = bsdthread_terminate */ |
2174 | #else |
2175 | { (sy_call_t *)(void (*)(void))bsdthread_terminate, _SYSCALL_RET_INT_T, AC(bsdthread_terminate_args), 16}, |
2176 | #endif |
2177 | #if CONFIG_REQUIRES_U32_MUNGING |
2178 | { .sy_call: (sy_call_t *)(void (*)(void))kqueue, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 362 = kqueue */ |
2179 | #else |
2180 | { (sy_call_t *)(void (*)(void))kqueue, _SYSCALL_RET_INT_T, 0, 0}, |
2181 | #endif |
2182 | #if CONFIG_REQUIRES_U32_MUNGING |
2183 | { .sy_call: (sy_call_t *)(void (*)(void))kevent, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(kevent_args), .sy_arg_bytes: 24}, /* 363 = kevent */ |
2184 | #else |
2185 | { (sy_call_t *)(void (*)(void))kevent, _SYSCALL_RET_INT_T, AC(kevent_args), 24}, |
2186 | #endif |
2187 | #if CONFIG_REQUIRES_U32_MUNGING |
2188 | { .sy_call: (sy_call_t *)(void (*)(void))lchown, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(lchown_args), .sy_arg_bytes: 12}, /* 364 = lchown */ |
2189 | #else |
2190 | { (sy_call_t *)(void (*)(void))lchown, _SYSCALL_RET_INT_T, AC(lchown_args), 12}, |
2191 | #endif |
2192 | #if CONFIG_REQUIRES_U32_MUNGING |
2193 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 365 = nosys old stack_snapshot */ |
2194 | #else |
2195 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2196 | #endif |
2197 | #if CONFIG_REQUIRES_U32_MUNGING |
2198 | { .sy_call: (sy_call_t *)(void (*)(void))bsdthread_register, .sy_arg_munge32: munge_wwwwwww, _SYSCALL_RET_INT_T, AC(bsdthread_register_args), .sy_arg_bytes: 28}, /* 366 = bsdthread_register */ |
2199 | #else |
2200 | { (sy_call_t *)(void (*)(void))bsdthread_register, _SYSCALL_RET_INT_T, AC(bsdthread_register_args), 28}, |
2201 | #endif |
2202 | #if CONFIG_REQUIRES_U32_MUNGING |
2203 | { .sy_call: (sy_call_t *)(void (*)(void))workq_open, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 367 = workq_open */ |
2204 | #else |
2205 | { (sy_call_t *)(void (*)(void))workq_open, _SYSCALL_RET_INT_T, 0, 0}, |
2206 | #endif |
2207 | #if CONFIG_REQUIRES_U32_MUNGING |
2208 | { .sy_call: (sy_call_t *)(void (*)(void))workq_kernreturn, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(workq_kernreturn_args), .sy_arg_bytes: 16}, /* 368 = workq_kernreturn */ |
2209 | #else |
2210 | { (sy_call_t *)(void (*)(void))workq_kernreturn, _SYSCALL_RET_INT_T, AC(workq_kernreturn_args), 16}, |
2211 | #endif |
2212 | #if CONFIG_REQUIRES_U32_MUNGING |
2213 | { .sy_call: (sy_call_t *)(void (*)(void))kevent64, .sy_arg_munge32: munge_wwwwwww, _SYSCALL_RET_INT_T, AC(kevent64_args), .sy_arg_bytes: 28}, /* 369 = kevent64 */ |
2214 | #else |
2215 | { (sy_call_t *)(void (*)(void))kevent64, _SYSCALL_RET_INT_T, AC(kevent64_args), 28}, |
2216 | #endif |
2217 | #if CONFIG_REQUIRES_U32_MUNGING |
2218 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 370 = nosys old __semwait_signal */ |
2219 | #else |
2220 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2221 | #endif |
2222 | #if CONFIG_REQUIRES_U32_MUNGING |
2223 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 371 = nosys old __semwait_signal */ |
2224 | #else |
2225 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2226 | #endif |
2227 | #if CONFIG_REQUIRES_U32_MUNGING |
2228 | { .sy_call: (sy_call_t *)(void (*)(void))thread_selfid, NULL, _SYSCALL_RET_UINT64_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 372 = thread_selfid */ |
2229 | #else |
2230 | { (sy_call_t *)(void (*)(void))thread_selfid, _SYSCALL_RET_UINT64_T, 0, 0}, |
2231 | #endif |
2232 | #if CONFIG_REQUIRES_U32_MUNGING |
2233 | { .sy_call: (sy_call_t *)(void (*)(void))ledger, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(ledger_args), .sy_arg_bytes: 16}, /* 373 = ledger */ |
2234 | #else |
2235 | { (sy_call_t *)(void (*)(void))ledger, _SYSCALL_RET_INT_T, AC(ledger_args), 16}, |
2236 | #endif |
2237 | #if CONFIG_REQUIRES_U32_MUNGING |
2238 | { .sy_call: (sy_call_t *)(void (*)(void))kevent_qos, .sy_arg_munge32: munge_wwwwwwww, _SYSCALL_RET_INT_T, AC(kevent_qos_args), .sy_arg_bytes: 32}, /* 374 = kevent_qos */ |
2239 | #else |
2240 | { (sy_call_t *)(void (*)(void))kevent_qos, _SYSCALL_RET_INT_T, AC(kevent_qos_args), 32}, |
2241 | #endif |
2242 | #if CONFIG_REQUIRES_U32_MUNGING |
2243 | { .sy_call: (sy_call_t *)(void (*)(void))kevent_id, .sy_arg_munge32: munge_lwwwwwww, _SYSCALL_RET_INT_T, AC(kevent_id_args), .sy_arg_bytes: 36}, /* 375 = kevent_id */ |
2244 | #else |
2245 | { (sy_call_t *)(void (*)(void))kevent_id, _SYSCALL_RET_INT_T, AC(kevent_id_args), 36}, |
2246 | #endif |
2247 | #if CONFIG_REQUIRES_U32_MUNGING |
2248 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 376 = nosys */ |
2249 | #else |
2250 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2251 | #endif |
2252 | #if CONFIG_REQUIRES_U32_MUNGING |
2253 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 377 = nosys */ |
2254 | #else |
2255 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2256 | #endif |
2257 | #if CONFIG_REQUIRES_U32_MUNGING |
2258 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 378 = nosys */ |
2259 | #else |
2260 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2261 | #endif |
2262 | #if CONFIG_REQUIRES_U32_MUNGING |
2263 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 379 = nosys */ |
2264 | #else |
2265 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2266 | #endif |
2267 | #if CONFIG_REQUIRES_U32_MUNGING |
2268 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_execve, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(__mac_execve_args), .sy_arg_bytes: 16}, /* 380 = __mac_execve */ |
2269 | #else |
2270 | { (sy_call_t *)(void (*)(void))__mac_execve, _SYSCALL_RET_INT_T, AC(__mac_execve_args), 16}, |
2271 | #endif |
2272 | #if CONFIG_MACF |
2273 | #if CONFIG_REQUIRES_U32_MUNGING |
2274 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_syscall, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(__mac_syscall_args), .sy_arg_bytes: 12}, /* 381 = __mac_syscall */ |
2275 | #else |
2276 | { (sy_call_t *)(void (*)(void))__mac_syscall, _SYSCALL_RET_INT_T, AC(__mac_syscall_args), 12}, |
2277 | #endif |
2278 | #if CONFIG_REQUIRES_U32_MUNGING |
2279 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_get_file, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(__mac_get_file_args), .sy_arg_bytes: 8}, /* 382 = __mac_get_file */ |
2280 | #else |
2281 | { (sy_call_t *)(void (*)(void))__mac_get_file, _SYSCALL_RET_INT_T, AC(__mac_get_file_args), 8}, |
2282 | #endif |
2283 | #if CONFIG_REQUIRES_U32_MUNGING |
2284 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_set_file, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(__mac_set_file_args), .sy_arg_bytes: 8}, /* 383 = __mac_set_file */ |
2285 | #else |
2286 | { (sy_call_t *)(void (*)(void))__mac_set_file, _SYSCALL_RET_INT_T, AC(__mac_set_file_args), 8}, |
2287 | #endif |
2288 | #if CONFIG_REQUIRES_U32_MUNGING |
2289 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_get_link, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(__mac_get_link_args), .sy_arg_bytes: 8}, /* 384 = __mac_get_link */ |
2290 | #else |
2291 | { (sy_call_t *)(void (*)(void))__mac_get_link, _SYSCALL_RET_INT_T, AC(__mac_get_link_args), 8}, |
2292 | #endif |
2293 | #if CONFIG_REQUIRES_U32_MUNGING |
2294 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_set_link, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(__mac_set_link_args), .sy_arg_bytes: 8}, /* 385 = __mac_set_link */ |
2295 | #else |
2296 | { (sy_call_t *)(void (*)(void))__mac_set_link, _SYSCALL_RET_INT_T, AC(__mac_set_link_args), 8}, |
2297 | #endif |
2298 | #if CONFIG_REQUIRES_U32_MUNGING |
2299 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_get_proc, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(__mac_get_proc_args), .sy_arg_bytes: 4}, /* 386 = __mac_get_proc */ |
2300 | #else |
2301 | { (sy_call_t *)(void (*)(void))__mac_get_proc, _SYSCALL_RET_INT_T, AC(__mac_get_proc_args), 4}, |
2302 | #endif |
2303 | #if CONFIG_REQUIRES_U32_MUNGING |
2304 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_set_proc, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(__mac_set_proc_args), .sy_arg_bytes: 4}, /* 387 = __mac_set_proc */ |
2305 | #else |
2306 | { (sy_call_t *)(void (*)(void))__mac_set_proc, _SYSCALL_RET_INT_T, AC(__mac_set_proc_args), 4}, |
2307 | #endif |
2308 | #if CONFIG_REQUIRES_U32_MUNGING |
2309 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_get_fd, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(__mac_get_fd_args), .sy_arg_bytes: 8}, /* 388 = __mac_get_fd */ |
2310 | #else |
2311 | { (sy_call_t *)(void (*)(void))__mac_get_fd, _SYSCALL_RET_INT_T, AC(__mac_get_fd_args), 8}, |
2312 | #endif |
2313 | #if CONFIG_REQUIRES_U32_MUNGING |
2314 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_set_fd, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(__mac_set_fd_args), .sy_arg_bytes: 8}, /* 389 = __mac_set_fd */ |
2315 | #else |
2316 | { (sy_call_t *)(void (*)(void))__mac_set_fd, _SYSCALL_RET_INT_T, AC(__mac_set_fd_args), 8}, |
2317 | #endif |
2318 | #if CONFIG_REQUIRES_U32_MUNGING |
2319 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_get_pid, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(__mac_get_pid_args), .sy_arg_bytes: 8}, /* 390 = __mac_get_pid */ |
2320 | #else |
2321 | { (sy_call_t *)(void (*)(void))__mac_get_pid, _SYSCALL_RET_INT_T, AC(__mac_get_pid_args), 8}, |
2322 | #endif |
2323 | #else |
2324 | #if CONFIG_REQUIRES_U32_MUNGING |
2325 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 381 = enosys */ |
2326 | #else |
2327 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
2328 | #endif |
2329 | #if CONFIG_REQUIRES_U32_MUNGING |
2330 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 382 = nosys */ |
2331 | #else |
2332 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2333 | #endif |
2334 | #if CONFIG_REQUIRES_U32_MUNGING |
2335 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 383 = nosys */ |
2336 | #else |
2337 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2338 | #endif |
2339 | #if CONFIG_REQUIRES_U32_MUNGING |
2340 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 384 = nosys */ |
2341 | #else |
2342 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2343 | #endif |
2344 | #if CONFIG_REQUIRES_U32_MUNGING |
2345 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 385 = nosys */ |
2346 | #else |
2347 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2348 | #endif |
2349 | #if CONFIG_REQUIRES_U32_MUNGING |
2350 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 386 = nosys */ |
2351 | #else |
2352 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2353 | #endif |
2354 | #if CONFIG_REQUIRES_U32_MUNGING |
2355 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 387 = nosys */ |
2356 | #else |
2357 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2358 | #endif |
2359 | #if CONFIG_REQUIRES_U32_MUNGING |
2360 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 388 = nosys */ |
2361 | #else |
2362 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2363 | #endif |
2364 | #if CONFIG_REQUIRES_U32_MUNGING |
2365 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 389 = nosys */ |
2366 | #else |
2367 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2368 | #endif |
2369 | #if CONFIG_REQUIRES_U32_MUNGING |
2370 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 390 = nosys */ |
2371 | #else |
2372 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2373 | #endif |
2374 | #endif |
2375 | #if CONFIG_REQUIRES_U32_MUNGING |
2376 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 391 = enosys */ |
2377 | #else |
2378 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
2379 | #endif |
2380 | #if CONFIG_REQUIRES_U32_MUNGING |
2381 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 392 = enosys */ |
2382 | #else |
2383 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
2384 | #endif |
2385 | #if CONFIG_REQUIRES_U32_MUNGING |
2386 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 393 = enosys */ |
2387 | #else |
2388 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
2389 | #endif |
2390 | #if CONFIG_REQUIRES_U32_MUNGING |
2391 | { .sy_call: (sy_call_t *)(void (*)(void))pselect, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(pselect_args), .sy_arg_bytes: 24}, /* 394 = pselect */ |
2392 | #else |
2393 | { (sy_call_t *)(void (*)(void))pselect, _SYSCALL_RET_INT_T, AC(pselect_args), 24}, |
2394 | #endif |
2395 | #if CONFIG_REQUIRES_U32_MUNGING |
2396 | { .sy_call: (sy_call_t *)(void (*)(void))pselect_nocancel, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(pselect_nocancel_args), .sy_arg_bytes: 24}, /* 395 = pselect_nocancel */ |
2397 | #else |
2398 | { (sy_call_t *)(void (*)(void))pselect_nocancel, _SYSCALL_RET_INT_T, AC(pselect_nocancel_args), 24}, |
2399 | #endif |
2400 | #if CONFIG_REQUIRES_U32_MUNGING |
2401 | { .sy_call: (sy_call_t *)(void (*)(void))read_nocancel, .sy_arg_munge32: munge_www, _SYSCALL_RET_SSIZE_T, AC(read_nocancel_args), .sy_arg_bytes: 12}, /* 396 = read_nocancel */ |
2402 | #else |
2403 | { (sy_call_t *)(void (*)(void))read_nocancel, _SYSCALL_RET_SSIZE_T, AC(read_nocancel_args), 12}, |
2404 | #endif |
2405 | #if CONFIG_REQUIRES_U32_MUNGING |
2406 | { .sy_call: (sy_call_t *)(void (*)(void))write_nocancel, .sy_arg_munge32: munge_www, _SYSCALL_RET_SSIZE_T, AC(write_nocancel_args), .sy_arg_bytes: 12}, /* 397 = write_nocancel */ |
2407 | #else |
2408 | { (sy_call_t *)(void (*)(void))write_nocancel, _SYSCALL_RET_SSIZE_T, AC(write_nocancel_args), 12}, |
2409 | #endif |
2410 | #if CONFIG_REQUIRES_U32_MUNGING |
2411 | { .sy_call: (sy_call_t *)(void (*)(void))open_nocancel, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(open_nocancel_args), .sy_arg_bytes: 12}, /* 398 = open_nocancel */ |
2412 | #else |
2413 | { (sy_call_t *)(void (*)(void))open_nocancel, _SYSCALL_RET_INT_T, AC(open_nocancel_args), 12}, |
2414 | #endif |
2415 | #if CONFIG_REQUIRES_U32_MUNGING |
2416 | { .sy_call: (sy_call_t *)(void (*)(void))sys_close_nocancel, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(close_nocancel_args), .sy_arg_bytes: 4}, /* 399 = sys_close_nocancel */ |
2417 | #else |
2418 | { (sy_call_t *)(void (*)(void))sys_close_nocancel, _SYSCALL_RET_INT_T, AC(close_nocancel_args), 4}, |
2419 | #endif |
2420 | #if CONFIG_REQUIRES_U32_MUNGING |
2421 | { .sy_call: (sy_call_t *)(void (*)(void))wait4_nocancel, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(wait4_nocancel_args), .sy_arg_bytes: 16}, /* 400 = wait4_nocancel */ |
2422 | #else |
2423 | { (sy_call_t *)(void (*)(void))wait4_nocancel, _SYSCALL_RET_INT_T, AC(wait4_nocancel_args), 16}, |
2424 | #endif |
2425 | #if SOCKETS |
2426 | #if CONFIG_REQUIRES_U32_MUNGING |
2427 | { .sy_call: (sy_call_t *)(void (*)(void))recvmsg_nocancel, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(recvmsg_nocancel_args), .sy_arg_bytes: 12}, /* 401 = recvmsg_nocancel */ |
2428 | #else |
2429 | { (sy_call_t *)(void (*)(void))recvmsg_nocancel, _SYSCALL_RET_INT_T, AC(recvmsg_nocancel_args), 12}, |
2430 | #endif |
2431 | #if CONFIG_REQUIRES_U32_MUNGING |
2432 | { .sy_call: (sy_call_t *)(void (*)(void))sendmsg_nocancel, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(sendmsg_nocancel_args), .sy_arg_bytes: 12}, /* 402 = sendmsg_nocancel */ |
2433 | #else |
2434 | { (sy_call_t *)(void (*)(void))sendmsg_nocancel, _SYSCALL_RET_INT_T, AC(sendmsg_nocancel_args), 12}, |
2435 | #endif |
2436 | #if CONFIG_REQUIRES_U32_MUNGING |
2437 | { .sy_call: (sy_call_t *)(void (*)(void))recvfrom_nocancel, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(recvfrom_nocancel_args), .sy_arg_bytes: 24}, /* 403 = recvfrom_nocancel */ |
2438 | #else |
2439 | { (sy_call_t *)(void (*)(void))recvfrom_nocancel, _SYSCALL_RET_INT_T, AC(recvfrom_nocancel_args), 24}, |
2440 | #endif |
2441 | #if CONFIG_REQUIRES_U32_MUNGING |
2442 | { .sy_call: (sy_call_t *)(void (*)(void))accept_nocancel, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(accept_nocancel_args), .sy_arg_bytes: 12}, /* 404 = accept_nocancel */ |
2443 | #else |
2444 | { (sy_call_t *)(void (*)(void))accept_nocancel, _SYSCALL_RET_INT_T, AC(accept_nocancel_args), 12}, |
2445 | #endif |
2446 | #else |
2447 | #if CONFIG_REQUIRES_U32_MUNGING |
2448 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 401 = nosys */ |
2449 | #else |
2450 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2451 | #endif |
2452 | #if CONFIG_REQUIRES_U32_MUNGING |
2453 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 402 = nosys */ |
2454 | #else |
2455 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2456 | #endif |
2457 | #if CONFIG_REQUIRES_U32_MUNGING |
2458 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 403 = nosys */ |
2459 | #else |
2460 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2461 | #endif |
2462 | #if CONFIG_REQUIRES_U32_MUNGING |
2463 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 404 = nosys */ |
2464 | #else |
2465 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2466 | #endif |
2467 | #endif /* SOCKETS */ |
2468 | #if CONFIG_REQUIRES_U32_MUNGING |
2469 | { .sy_call: (sy_call_t *)(void (*)(void))msync_nocancel, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(msync_nocancel_args), .sy_arg_bytes: 12}, /* 405 = msync_nocancel */ |
2470 | #else |
2471 | { (sy_call_t *)(void (*)(void))msync_nocancel, _SYSCALL_RET_INT_T, AC(msync_nocancel_args), 12}, |
2472 | #endif |
2473 | #if CONFIG_REQUIRES_U32_MUNGING |
2474 | { .sy_call: (sy_call_t *)(void (*)(void))sys_fcntl_nocancel, .sy_arg_munge32: munge_wws, _SYSCALL_RET_INT_T, AC(fcntl_nocancel_args), .sy_arg_bytes: 12}, /* 406 = sys_fcntl_nocancel */ |
2475 | #else |
2476 | { (sy_call_t *)(void (*)(void))sys_fcntl_nocancel, _SYSCALL_RET_INT_T, AC(fcntl_nocancel_args), 12}, |
2477 | #endif |
2478 | #if CONFIG_REQUIRES_U32_MUNGING |
2479 | { .sy_call: (sy_call_t *)(void (*)(void))select_nocancel, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(select_nocancel_args), .sy_arg_bytes: 20}, /* 407 = select_nocancel */ |
2480 | #else |
2481 | { (sy_call_t *)(void (*)(void))select_nocancel, _SYSCALL_RET_INT_T, AC(select_nocancel_args), 20}, |
2482 | #endif |
2483 | #if CONFIG_REQUIRES_U32_MUNGING |
2484 | { .sy_call: (sy_call_t *)(void (*)(void))fsync_nocancel, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(fsync_nocancel_args), .sy_arg_bytes: 4}, /* 408 = fsync_nocancel */ |
2485 | #else |
2486 | { (sy_call_t *)(void (*)(void))fsync_nocancel, _SYSCALL_RET_INT_T, AC(fsync_nocancel_args), 4}, |
2487 | #endif |
2488 | #if SOCKETS |
2489 | #if CONFIG_REQUIRES_U32_MUNGING |
2490 | { .sy_call: (sy_call_t *)(void (*)(void))connect_nocancel, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(connect_nocancel_args), .sy_arg_bytes: 12}, /* 409 = connect_nocancel */ |
2491 | #else |
2492 | { (sy_call_t *)(void (*)(void))connect_nocancel, _SYSCALL_RET_INT_T, AC(connect_nocancel_args), 12}, |
2493 | #endif |
2494 | #else |
2495 | #if CONFIG_REQUIRES_U32_MUNGING |
2496 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 409 = nosys */ |
2497 | #else |
2498 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2499 | #endif |
2500 | #endif /* SOCKETS */ |
2501 | #if CONFIG_REQUIRES_U32_MUNGING |
2502 | { .sy_call: (sy_call_t *)(void (*)(void))sigsuspend_nocancel, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(sigsuspend_nocancel_args), .sy_arg_bytes: 4}, /* 410 = sigsuspend_nocancel */ |
2503 | #else |
2504 | { (sy_call_t *)(void (*)(void))sigsuspend_nocancel, _SYSCALL_RET_INT_T, AC(sigsuspend_nocancel_args), 4}, |
2505 | #endif |
2506 | #if CONFIG_REQUIRES_U32_MUNGING |
2507 | { .sy_call: (sy_call_t *)(void (*)(void))readv_nocancel, .sy_arg_munge32: munge_www, _SYSCALL_RET_SSIZE_T, AC(readv_nocancel_args), .sy_arg_bytes: 12}, /* 411 = readv_nocancel */ |
2508 | #else |
2509 | { (sy_call_t *)(void (*)(void))readv_nocancel, _SYSCALL_RET_SSIZE_T, AC(readv_nocancel_args), 12}, |
2510 | #endif |
2511 | #if CONFIG_REQUIRES_U32_MUNGING |
2512 | { .sy_call: (sy_call_t *)(void (*)(void))writev_nocancel, .sy_arg_munge32: munge_www, _SYSCALL_RET_SSIZE_T, AC(writev_nocancel_args), .sy_arg_bytes: 12}, /* 412 = writev_nocancel */ |
2513 | #else |
2514 | { (sy_call_t *)(void (*)(void))writev_nocancel, _SYSCALL_RET_SSIZE_T, AC(writev_nocancel_args), 12}, |
2515 | #endif |
2516 | #if SOCKETS |
2517 | #if CONFIG_REQUIRES_U32_MUNGING |
2518 | { .sy_call: (sy_call_t *)(void (*)(void))sendto_nocancel, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(sendto_nocancel_args), .sy_arg_bytes: 24}, /* 413 = sendto_nocancel */ |
2519 | #else |
2520 | { (sy_call_t *)(void (*)(void))sendto_nocancel, _SYSCALL_RET_INT_T, AC(sendto_nocancel_args), 24}, |
2521 | #endif |
2522 | #else |
2523 | #if CONFIG_REQUIRES_U32_MUNGING |
2524 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 413 = nosys */ |
2525 | #else |
2526 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2527 | #endif |
2528 | #endif /* SOCKETS */ |
2529 | #if CONFIG_REQUIRES_U32_MUNGING |
2530 | { .sy_call: (sy_call_t *)(void (*)(void))pread_nocancel, .sy_arg_munge32: munge_wwwl, _SYSCALL_RET_SSIZE_T, AC(pread_nocancel_args), .sy_arg_bytes: 20}, /* 414 = pread_nocancel */ |
2531 | #else |
2532 | { (sy_call_t *)(void (*)(void))pread_nocancel, _SYSCALL_RET_SSIZE_T, AC(pread_nocancel_args), 20}, |
2533 | #endif |
2534 | #if CONFIG_REQUIRES_U32_MUNGING |
2535 | { .sy_call: (sy_call_t *)(void (*)(void))pwrite_nocancel, .sy_arg_munge32: munge_wwwl, _SYSCALL_RET_SSIZE_T, AC(pwrite_nocancel_args), .sy_arg_bytes: 20}, /* 415 = pwrite_nocancel */ |
2536 | #else |
2537 | { (sy_call_t *)(void (*)(void))pwrite_nocancel, _SYSCALL_RET_SSIZE_T, AC(pwrite_nocancel_args), 20}, |
2538 | #endif |
2539 | #if CONFIG_REQUIRES_U32_MUNGING |
2540 | { .sy_call: (sy_call_t *)(void (*)(void))waitid_nocancel, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(waitid_nocancel_args), .sy_arg_bytes: 16}, /* 416 = waitid_nocancel */ |
2541 | #else |
2542 | { (sy_call_t *)(void (*)(void))waitid_nocancel, _SYSCALL_RET_INT_T, AC(waitid_nocancel_args), 16}, |
2543 | #endif |
2544 | #if CONFIG_REQUIRES_U32_MUNGING |
2545 | { .sy_call: (sy_call_t *)(void (*)(void))poll_nocancel, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(poll_nocancel_args), .sy_arg_bytes: 12}, /* 417 = poll_nocancel */ |
2546 | #else |
2547 | { (sy_call_t *)(void (*)(void))poll_nocancel, _SYSCALL_RET_INT_T, AC(poll_nocancel_args), 12}, |
2548 | #endif |
2549 | #if SYSV_MSG |
2550 | #if CONFIG_REQUIRES_U32_MUNGING |
2551 | { .sy_call: (sy_call_t *)(void (*)(void))msgsnd_nocancel, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(msgsnd_nocancel_args), .sy_arg_bytes: 16}, /* 418 = msgsnd_nocancel */ |
2552 | #else |
2553 | { (sy_call_t *)(void (*)(void))msgsnd_nocancel, _SYSCALL_RET_INT_T, AC(msgsnd_nocancel_args), 16}, |
2554 | #endif |
2555 | #if CONFIG_REQUIRES_U32_MUNGING |
2556 | { .sy_call: (sy_call_t *)(void (*)(void))msgrcv_nocancel, .sy_arg_munge32: munge_wwwsw, _SYSCALL_RET_SSIZE_T, AC(msgrcv_nocancel_args), .sy_arg_bytes: 20}, /* 419 = msgrcv_nocancel */ |
2557 | #else |
2558 | { (sy_call_t *)(void (*)(void))msgrcv_nocancel, _SYSCALL_RET_SSIZE_T, AC(msgrcv_nocancel_args), 20}, |
2559 | #endif |
2560 | #else |
2561 | #if CONFIG_REQUIRES_U32_MUNGING |
2562 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 418 = nosys */ |
2563 | #else |
2564 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2565 | #endif |
2566 | #if CONFIG_REQUIRES_U32_MUNGING |
2567 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 419 = nosys */ |
2568 | #else |
2569 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2570 | #endif |
2571 | #endif |
2572 | #if CONFIG_REQUIRES_U32_MUNGING |
2573 | { .sy_call: (sy_call_t *)(void (*)(void))sem_wait_nocancel, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(sem_wait_nocancel_args), .sy_arg_bytes: 4}, /* 420 = sem_wait_nocancel */ |
2574 | #else |
2575 | { (sy_call_t *)(void (*)(void))sem_wait_nocancel, _SYSCALL_RET_INT_T, AC(sem_wait_nocancel_args), 4}, |
2576 | #endif |
2577 | #if CONFIG_REQUIRES_U32_MUNGING |
2578 | { .sy_call: (sy_call_t *)(void (*)(void))aio_suspend_nocancel, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(aio_suspend_nocancel_args), .sy_arg_bytes: 12}, /* 421 = aio_suspend_nocancel */ |
2579 | #else |
2580 | { (sy_call_t *)(void (*)(void))aio_suspend_nocancel, _SYSCALL_RET_INT_T, AC(aio_suspend_nocancel_args), 12}, |
2581 | #endif |
2582 | #if CONFIG_REQUIRES_U32_MUNGING |
2583 | { .sy_call: (sy_call_t *)(void (*)(void))__sigwait_nocancel, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(__sigwait_nocancel_args), .sy_arg_bytes: 8}, /* 422 = __sigwait_nocancel */ |
2584 | #else |
2585 | { (sy_call_t *)(void (*)(void))__sigwait_nocancel, _SYSCALL_RET_INT_T, AC(__sigwait_nocancel_args), 8}, |
2586 | #endif |
2587 | #if CONFIG_REQUIRES_U32_MUNGING |
2588 | { .sy_call: (sy_call_t *)(void (*)(void))__semwait_signal_nocancel, .sy_arg_munge32: munge_wwwwlw, _SYSCALL_RET_INT_T, AC(__semwait_signal_nocancel_args), .sy_arg_bytes: 28}, /* 423 = __semwait_signal_nocancel */ |
2589 | #else |
2590 | { (sy_call_t *)(void (*)(void))__semwait_signal_nocancel, _SYSCALL_RET_INT_T, AC(__semwait_signal_nocancel_args), 28}, |
2591 | #endif |
2592 | #if CONFIG_REQUIRES_U32_MUNGING |
2593 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_mount, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(__mac_mount_args), .sy_arg_bytes: 20}, /* 424 = __mac_mount */ |
2594 | #else |
2595 | { (sy_call_t *)(void (*)(void))__mac_mount, _SYSCALL_RET_INT_T, AC(__mac_mount_args), 20}, |
2596 | #endif |
2597 | #if CONFIG_MACF |
2598 | #if CONFIG_REQUIRES_U32_MUNGING |
2599 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_get_mount, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(__mac_get_mount_args), .sy_arg_bytes: 8}, /* 425 = __mac_get_mount */ |
2600 | #else |
2601 | { (sy_call_t *)(void (*)(void))__mac_get_mount, _SYSCALL_RET_INT_T, AC(__mac_get_mount_args), 8}, |
2602 | #endif |
2603 | #else |
2604 | #if CONFIG_REQUIRES_U32_MUNGING |
2605 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 425 = nosys */ |
2606 | #else |
2607 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2608 | #endif |
2609 | #endif |
2610 | #if CONFIG_REQUIRES_U32_MUNGING |
2611 | { .sy_call: (sy_call_t *)(void (*)(void))__mac_getfsstat, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(__mac_getfsstat_args), .sy_arg_bytes: 20}, /* 426 = __mac_getfsstat */ |
2612 | #else |
2613 | { (sy_call_t *)(void (*)(void))__mac_getfsstat, _SYSCALL_RET_INT_T, AC(__mac_getfsstat_args), 20}, |
2614 | #endif |
2615 | #if CONFIG_REQUIRES_U32_MUNGING |
2616 | { .sy_call: (sy_call_t *)(void (*)(void))fsgetpath, .sy_arg_munge32: munge_wwwl, _SYSCALL_RET_SSIZE_T, AC(fsgetpath_args), .sy_arg_bytes: 20}, /* 427 = fsgetpath private fsgetpath ( File Manager SPI ) */ |
2617 | #else |
2618 | { (sy_call_t *)(void (*)(void))fsgetpath, _SYSCALL_RET_SSIZE_T, AC(fsgetpath_args), 20}, |
2619 | #endif |
2620 | #if CONFIG_REQUIRES_U32_MUNGING |
2621 | { .sy_call: (sy_call_t *)(void (*)(void))audit_session_self, NULL, _SYSCALL_RET_UINT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 428 = audit_session_self */ |
2622 | #else |
2623 | { (sy_call_t *)(void (*)(void))audit_session_self, _SYSCALL_RET_UINT_T, 0, 0}, |
2624 | #endif |
2625 | #if CONFIG_REQUIRES_U32_MUNGING |
2626 | { .sy_call: (sy_call_t *)(void (*)(void))audit_session_join, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(audit_session_join_args), .sy_arg_bytes: 4}, /* 429 = audit_session_join */ |
2627 | #else |
2628 | { (sy_call_t *)(void (*)(void))audit_session_join, _SYSCALL_RET_INT_T, AC(audit_session_join_args), 4}, |
2629 | #endif |
2630 | #if CONFIG_REQUIRES_U32_MUNGING |
2631 | { .sy_call: (sy_call_t *)(void (*)(void))sys_fileport_makeport, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(fileport_makeport_args), .sy_arg_bytes: 8}, /* 430 = sys_fileport_makeport */ |
2632 | #else |
2633 | { (sy_call_t *)(void (*)(void))sys_fileport_makeport, _SYSCALL_RET_INT_T, AC(fileport_makeport_args), 8}, |
2634 | #endif |
2635 | #if CONFIG_REQUIRES_U32_MUNGING |
2636 | { .sy_call: (sy_call_t *)(void (*)(void))sys_fileport_makefd, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(fileport_makefd_args), .sy_arg_bytes: 4}, /* 431 = sys_fileport_makefd */ |
2637 | #else |
2638 | { (sy_call_t *)(void (*)(void))sys_fileport_makefd, _SYSCALL_RET_INT_T, AC(fileport_makefd_args), 4}, |
2639 | #endif |
2640 | #if CONFIG_REQUIRES_U32_MUNGING |
2641 | { .sy_call: (sy_call_t *)(void (*)(void))audit_session_port, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(audit_session_port_args), .sy_arg_bytes: 8}, /* 432 = audit_session_port */ |
2642 | #else |
2643 | { (sy_call_t *)(void (*)(void))audit_session_port, _SYSCALL_RET_INT_T, AC(audit_session_port_args), 8}, |
2644 | #endif |
2645 | #if CONFIG_REQUIRES_U32_MUNGING |
2646 | { .sy_call: (sy_call_t *)(void (*)(void))pid_suspend, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(pid_suspend_args), .sy_arg_bytes: 4}, /* 433 = pid_suspend */ |
2647 | #else |
2648 | { (sy_call_t *)(void (*)(void))pid_suspend, _SYSCALL_RET_INT_T, AC(pid_suspend_args), 4}, |
2649 | #endif |
2650 | #if CONFIG_REQUIRES_U32_MUNGING |
2651 | { .sy_call: (sy_call_t *)(void (*)(void))pid_resume, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(pid_resume_args), .sy_arg_bytes: 4}, /* 434 = pid_resume */ |
2652 | #else |
2653 | { (sy_call_t *)(void (*)(void))pid_resume, _SYSCALL_RET_INT_T, AC(pid_resume_args), 4}, |
2654 | #endif |
2655 | #if CONFIG_EMBEDDED |
2656 | #if CONFIG_REQUIRES_U32_MUNGING |
2657 | { (sy_call_t *)(void (*)(void))pid_hibernate, munge_w, _SYSCALL_RET_INT_T, AC(pid_hibernate_args), 4}, /* 435 = pid_hibernate */ |
2658 | #else |
2659 | { (sy_call_t *)(void (*)(void))pid_hibernate, _SYSCALL_RET_INT_T, AC(pid_hibernate_args), 4}, |
2660 | #endif |
2661 | #else |
2662 | #if CONFIG_REQUIRES_U32_MUNGING |
2663 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 435 = nosys */ |
2664 | #else |
2665 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2666 | #endif |
2667 | #endif |
2668 | #if SOCKETS |
2669 | #if CONFIG_REQUIRES_U32_MUNGING |
2670 | { .sy_call: (sy_call_t *)(void (*)(void))pid_shutdown_sockets, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(pid_shutdown_sockets_args), .sy_arg_bytes: 8}, /* 436 = pid_shutdown_sockets */ |
2671 | #else |
2672 | { (sy_call_t *)(void (*)(void))pid_shutdown_sockets, _SYSCALL_RET_INT_T, AC(pid_shutdown_sockets_args), 8}, |
2673 | #endif |
2674 | #else |
2675 | #if CONFIG_REQUIRES_U32_MUNGING |
2676 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 436 = nosys */ |
2677 | #else |
2678 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2679 | #endif |
2680 | #endif |
2681 | #if CONFIG_REQUIRES_U32_MUNGING |
2682 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 437 = nosys old shared_region_slide_np */ |
2683 | #else |
2684 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2685 | #endif |
2686 | #if CONFIG_REQUIRES_U32_MUNGING |
2687 | { .sy_call: (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 438 = nosys old shared_region_map_and_slide_np */ |
2688 | #else |
2689 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2690 | #endif |
2691 | #if CONFIG_REQUIRES_U32_MUNGING |
2692 | { .sy_call: (sy_call_t *)(void (*)(void))kas_info, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(kas_info_args), .sy_arg_bytes: 12}, /* 439 = kas_info */ |
2693 | #else |
2694 | { (sy_call_t *)(void (*)(void))kas_info, _SYSCALL_RET_INT_T, AC(kas_info_args), 12}, |
2695 | #endif |
2696 | #if CONFIG_MEMORYSTATUS |
2697 | #if CONFIG_REQUIRES_U32_MUNGING |
2698 | { .sy_call: (sy_call_t *)(void (*)(void))memorystatus_control, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(memorystatus_control_args), .sy_arg_bytes: 20}, /* 440 = memorystatus_control */ |
2699 | #else |
2700 | { (sy_call_t *)(void (*)(void))memorystatus_control, _SYSCALL_RET_INT_T, AC(memorystatus_control_args), 20}, |
2701 | #endif |
2702 | #else |
2703 | #if CONFIG_REQUIRES_U32_MUNGING |
2704 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 440 = nosys */ |
2705 | #else |
2706 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2707 | #endif |
2708 | #endif |
2709 | #if CONFIG_REQUIRES_U32_MUNGING |
2710 | { .sy_call: (sy_call_t *)(void (*)(void))guarded_open_np, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(guarded_open_np_args), .sy_arg_bytes: 20}, /* 441 = guarded_open_np */ |
2711 | #else |
2712 | { (sy_call_t *)(void (*)(void))guarded_open_np, _SYSCALL_RET_INT_T, AC(guarded_open_np_args), 20}, |
2713 | #endif |
2714 | #if CONFIG_REQUIRES_U32_MUNGING |
2715 | { .sy_call: (sy_call_t *)(void (*)(void))guarded_close_np, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(guarded_close_np_args), .sy_arg_bytes: 8}, /* 442 = guarded_close_np */ |
2716 | #else |
2717 | { (sy_call_t *)(void (*)(void))guarded_close_np, _SYSCALL_RET_INT_T, AC(guarded_close_np_args), 8}, |
2718 | #endif |
2719 | #if CONFIG_REQUIRES_U32_MUNGING |
2720 | { .sy_call: (sy_call_t *)(void (*)(void))guarded_kqueue_np, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(guarded_kqueue_np_args), .sy_arg_bytes: 8}, /* 443 = guarded_kqueue_np */ |
2721 | #else |
2722 | { (sy_call_t *)(void (*)(void))guarded_kqueue_np, _SYSCALL_RET_INT_T, AC(guarded_kqueue_np_args), 8}, |
2723 | #endif |
2724 | #if CONFIG_REQUIRES_U32_MUNGING |
2725 | { .sy_call: (sy_call_t *)(void (*)(void))change_fdguard_np, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(change_fdguard_np_args), .sy_arg_bytes: 24}, /* 444 = change_fdguard_np */ |
2726 | #else |
2727 | { (sy_call_t *)(void (*)(void))change_fdguard_np, _SYSCALL_RET_INT_T, AC(change_fdguard_np_args), 24}, |
2728 | #endif |
2729 | #if CONFIG_REQUIRES_U32_MUNGING |
2730 | { .sy_call: (sy_call_t *)(void (*)(void))usrctl, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(usrctl_args), .sy_arg_bytes: 4}, /* 445 = usrctl */ |
2731 | #else |
2732 | { (sy_call_t *)(void (*)(void))usrctl, _SYSCALL_RET_INT_T, AC(usrctl_args), 4}, |
2733 | #endif |
2734 | #if CONFIG_REQUIRES_U32_MUNGING |
2735 | { .sy_call: (sy_call_t *)(void (*)(void))proc_rlimit_control, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(proc_rlimit_control_args), .sy_arg_bytes: 12}, /* 446 = proc_rlimit_control */ |
2736 | #else |
2737 | { (sy_call_t *)(void (*)(void))proc_rlimit_control, _SYSCALL_RET_INT_T, AC(proc_rlimit_control_args), 12}, |
2738 | #endif |
2739 | #if SOCKETS |
2740 | #if CONFIG_REQUIRES_U32_MUNGING |
2741 | { .sy_call: (sy_call_t *)(void (*)(void))connectx, .sy_arg_munge32: munge_wwwwwwww, _SYSCALL_RET_INT_T, AC(connectx_args), .sy_arg_bytes: 32}, /* 447 = connectx */ |
2742 | #else |
2743 | { (sy_call_t *)(void (*)(void))connectx, _SYSCALL_RET_INT_T, AC(connectx_args), 32}, |
2744 | #endif |
2745 | #if CONFIG_REQUIRES_U32_MUNGING |
2746 | { .sy_call: (sy_call_t *)(void (*)(void))disconnectx, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(disconnectx_args), .sy_arg_bytes: 12}, /* 448 = disconnectx */ |
2747 | #else |
2748 | { (sy_call_t *)(void (*)(void))disconnectx, _SYSCALL_RET_INT_T, AC(disconnectx_args), 12}, |
2749 | #endif |
2750 | #if CONFIG_REQUIRES_U32_MUNGING |
2751 | { .sy_call: (sy_call_t *)(void (*)(void))peeloff, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(peeloff_args), .sy_arg_bytes: 8}, /* 449 = peeloff */ |
2752 | #else |
2753 | { (sy_call_t *)(void (*)(void))peeloff, _SYSCALL_RET_INT_T, AC(peeloff_args), 8}, |
2754 | #endif |
2755 | #if CONFIG_REQUIRES_U32_MUNGING |
2756 | { .sy_call: (sy_call_t *)(void (*)(void))socket_delegate, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(socket_delegate_args), .sy_arg_bytes: 16}, /* 450 = socket_delegate */ |
2757 | #else |
2758 | { (sy_call_t *)(void (*)(void))socket_delegate, _SYSCALL_RET_INT_T, AC(socket_delegate_args), 16}, |
2759 | #endif |
2760 | #else |
2761 | #if CONFIG_REQUIRES_U32_MUNGING |
2762 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 447 = nosys */ |
2763 | #else |
2764 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2765 | #endif |
2766 | #if CONFIG_REQUIRES_U32_MUNGING |
2767 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 448 = nosys */ |
2768 | #else |
2769 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2770 | #endif |
2771 | #if CONFIG_REQUIRES_U32_MUNGING |
2772 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 449 = nosys */ |
2773 | #else |
2774 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2775 | #endif |
2776 | #if CONFIG_REQUIRES_U32_MUNGING |
2777 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 450 = nosys */ |
2778 | #else |
2779 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2780 | #endif |
2781 | #endif /* SOCKETS */ |
2782 | #if CONFIG_REQUIRES_U32_MUNGING |
2783 | { .sy_call: (sy_call_t *)(void (*)(void))telemetry, .sy_arg_munge32: munge_llllll, _SYSCALL_RET_INT_T, AC(telemetry_args), .sy_arg_bytes: 48}, /* 451 = telemetry */ |
2784 | #else |
2785 | { (sy_call_t *)(void (*)(void))telemetry, _SYSCALL_RET_INT_T, AC(telemetry_args), 48}, |
2786 | #endif |
2787 | #if CONFIG_PROC_UUID_POLICY |
2788 | #if CONFIG_REQUIRES_U32_MUNGING |
2789 | { .sy_call: (sy_call_t *)(void (*)(void))proc_uuid_policy, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(proc_uuid_policy_args), .sy_arg_bytes: 16}, /* 452 = proc_uuid_policy */ |
2790 | #else |
2791 | { (sy_call_t *)(void (*)(void))proc_uuid_policy, _SYSCALL_RET_INT_T, AC(proc_uuid_policy_args), 16}, |
2792 | #endif |
2793 | #else |
2794 | #if CONFIG_REQUIRES_U32_MUNGING |
2795 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 452 = nosys */ |
2796 | #else |
2797 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2798 | #endif |
2799 | #endif |
2800 | #if CONFIG_MEMORYSTATUS |
2801 | #if CONFIG_REQUIRES_U32_MUNGING |
2802 | { .sy_call: (sy_call_t *)(void (*)(void))memorystatus_get_level, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(memorystatus_get_level_args), .sy_arg_bytes: 4}, /* 453 = memorystatus_get_level */ |
2803 | #else |
2804 | { (sy_call_t *)(void (*)(void))memorystatus_get_level, _SYSCALL_RET_INT_T, AC(memorystatus_get_level_args), 4}, |
2805 | #endif |
2806 | #else |
2807 | #if CONFIG_REQUIRES_U32_MUNGING |
2808 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 453 = nosys */ |
2809 | #else |
2810 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2811 | #endif |
2812 | #endif |
2813 | #if CONFIG_REQUIRES_U32_MUNGING |
2814 | { .sy_call: (sy_call_t *)(void (*)(void))system_override, .sy_arg_munge32: munge_ll, _SYSCALL_RET_INT_T, AC(system_override_args), .sy_arg_bytes: 16}, /* 454 = system_override */ |
2815 | #else |
2816 | { (sy_call_t *)(void (*)(void))system_override, _SYSCALL_RET_INT_T, AC(system_override_args), 16}, |
2817 | #endif |
2818 | #if CONFIG_REQUIRES_U32_MUNGING |
2819 | { .sy_call: (sy_call_t *)(void (*)(void))vfs_purge, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 455 = vfs_purge */ |
2820 | #else |
2821 | { (sy_call_t *)(void (*)(void))vfs_purge, _SYSCALL_RET_INT_T, 0, 0}, |
2822 | #endif |
2823 | #if CONFIG_REQUIRES_U32_MUNGING |
2824 | { .sy_call: (sy_call_t *)(void (*)(void))sfi_ctl, .sy_arg_munge32: munge_wwlw, _SYSCALL_RET_INT_T, AC(sfi_ctl_args), .sy_arg_bytes: 20}, /* 456 = sfi_ctl */ |
2825 | #else |
2826 | { (sy_call_t *)(void (*)(void))sfi_ctl, _SYSCALL_RET_INT_T, AC(sfi_ctl_args), 20}, |
2827 | #endif |
2828 | #if CONFIG_REQUIRES_U32_MUNGING |
2829 | { .sy_call: (sy_call_t *)(void (*)(void))sfi_pidctl, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(sfi_pidctl_args), .sy_arg_bytes: 16}, /* 457 = sfi_pidctl */ |
2830 | #else |
2831 | { (sy_call_t *)(void (*)(void))sfi_pidctl, _SYSCALL_RET_INT_T, AC(sfi_pidctl_args), 16}, |
2832 | #endif |
2833 | #if CONFIG_COALITIONS |
2834 | #if CONFIG_REQUIRES_U32_MUNGING |
2835 | { .sy_call: (sy_call_t *)(void (*)(void))coalition, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(coalition_args), .sy_arg_bytes: 12}, /* 458 = coalition */ |
2836 | #else |
2837 | { (sy_call_t *)(void (*)(void))coalition, _SYSCALL_RET_INT_T, AC(coalition_args), 12}, |
2838 | #endif |
2839 | #if CONFIG_REQUIRES_U32_MUNGING |
2840 | { .sy_call: (sy_call_t *)(void (*)(void))coalition_info, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(coalition_info_args), .sy_arg_bytes: 16}, /* 459 = coalition_info */ |
2841 | #else |
2842 | { (sy_call_t *)(void (*)(void))coalition_info, _SYSCALL_RET_INT_T, AC(coalition_info_args), 16}, |
2843 | #endif |
2844 | #else |
2845 | #if CONFIG_REQUIRES_U32_MUNGING |
2846 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 458 = enosys */ |
2847 | #else |
2848 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
2849 | #endif |
2850 | #if CONFIG_REQUIRES_U32_MUNGING |
2851 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 459 = enosys */ |
2852 | #else |
2853 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
2854 | #endif |
2855 | #endif /* COALITIONS */ |
2856 | #if NECP |
2857 | #if CONFIG_REQUIRES_U32_MUNGING |
2858 | { .sy_call: (sy_call_t *)(void (*)(void))necp_match_policy, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(necp_match_policy_args), .sy_arg_bytes: 12}, /* 460 = necp_match_policy */ |
2859 | #else |
2860 | { (sy_call_t *)(void (*)(void))necp_match_policy, _SYSCALL_RET_INT_T, AC(necp_match_policy_args), 12}, |
2861 | #endif |
2862 | #else |
2863 | #if CONFIG_REQUIRES_U32_MUNGING |
2864 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 460 = nosys */ |
2865 | #else |
2866 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2867 | #endif |
2868 | #endif /* NECP */ |
2869 | #if CONFIG_REQUIRES_U32_MUNGING |
2870 | { .sy_call: (sy_call_t *)(void (*)(void))getattrlistbulk, .sy_arg_munge32: munge_wwwwl, _SYSCALL_RET_INT_T, AC(getattrlistbulk_args), .sy_arg_bytes: 24}, /* 461 = getattrlistbulk */ |
2871 | #else |
2872 | { (sy_call_t *)(void (*)(void))getattrlistbulk, _SYSCALL_RET_INT_T, AC(getattrlistbulk_args), 24}, |
2873 | #endif |
2874 | #if CONFIG_REQUIRES_U32_MUNGING |
2875 | { .sy_call: (sy_call_t *)(void (*)(void))clonefileat, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(clonefileat_args), .sy_arg_bytes: 20}, /* 462 = clonefileat */ |
2876 | #else |
2877 | { (sy_call_t *)(void (*)(void))clonefileat, _SYSCALL_RET_INT_T, AC(clonefileat_args), 20}, |
2878 | #endif |
2879 | #if CONFIG_REQUIRES_U32_MUNGING |
2880 | { .sy_call: (sy_call_t *)(void (*)(void))openat, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(openat_args), .sy_arg_bytes: 16}, /* 463 = openat */ |
2881 | #else |
2882 | { (sy_call_t *)(void (*)(void))openat, _SYSCALL_RET_INT_T, AC(openat_args), 16}, |
2883 | #endif |
2884 | #if CONFIG_REQUIRES_U32_MUNGING |
2885 | { .sy_call: (sy_call_t *)(void (*)(void))openat_nocancel, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(openat_nocancel_args), .sy_arg_bytes: 16}, /* 464 = openat_nocancel */ |
2886 | #else |
2887 | { (sy_call_t *)(void (*)(void))openat_nocancel, _SYSCALL_RET_INT_T, AC(openat_nocancel_args), 16}, |
2888 | #endif |
2889 | #if CONFIG_REQUIRES_U32_MUNGING |
2890 | { .sy_call: (sy_call_t *)(void (*)(void))renameat, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(renameat_args), .sy_arg_bytes: 16}, /* 465 = renameat */ |
2891 | #else |
2892 | { (sy_call_t *)(void (*)(void))renameat, _SYSCALL_RET_INT_T, AC(renameat_args), 16}, |
2893 | #endif |
2894 | #if CONFIG_REQUIRES_U32_MUNGING |
2895 | { .sy_call: (sy_call_t *)(void (*)(void))faccessat, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(faccessat_args), .sy_arg_bytes: 16}, /* 466 = faccessat */ |
2896 | #else |
2897 | { (sy_call_t *)(void (*)(void))faccessat, _SYSCALL_RET_INT_T, AC(faccessat_args), 16}, |
2898 | #endif |
2899 | #if CONFIG_REQUIRES_U32_MUNGING |
2900 | { .sy_call: (sy_call_t *)(void (*)(void))fchmodat, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(fchmodat_args), .sy_arg_bytes: 16}, /* 467 = fchmodat */ |
2901 | #else |
2902 | { (sy_call_t *)(void (*)(void))fchmodat, _SYSCALL_RET_INT_T, AC(fchmodat_args), 16}, |
2903 | #endif |
2904 | #if CONFIG_REQUIRES_U32_MUNGING |
2905 | { .sy_call: (sy_call_t *)(void (*)(void))fchownat, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(fchownat_args), .sy_arg_bytes: 20}, /* 468 = fchownat */ |
2906 | #else |
2907 | { (sy_call_t *)(void (*)(void))fchownat, _SYSCALL_RET_INT_T, AC(fchownat_args), 20}, |
2908 | #endif |
2909 | #if CONFIG_REQUIRES_U32_MUNGING |
2910 | { .sy_call: (sy_call_t *)(void (*)(void))fstatat, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(fstatat_args), .sy_arg_bytes: 16}, /* 469 = fstatat */ |
2911 | #else |
2912 | { (sy_call_t *)(void (*)(void))fstatat, _SYSCALL_RET_INT_T, AC(fstatat_args), 16}, |
2913 | #endif |
2914 | #if CONFIG_REQUIRES_U32_MUNGING |
2915 | { .sy_call: (sy_call_t *)(void (*)(void))fstatat64, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(fstatat64_args), .sy_arg_bytes: 16}, /* 470 = fstatat64 */ |
2916 | #else |
2917 | { (sy_call_t *)(void (*)(void))fstatat64, _SYSCALL_RET_INT_T, AC(fstatat64_args), 16}, |
2918 | #endif |
2919 | #if CONFIG_REQUIRES_U32_MUNGING |
2920 | { .sy_call: (sy_call_t *)(void (*)(void))linkat, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(linkat_args), .sy_arg_bytes: 20}, /* 471 = linkat */ |
2921 | #else |
2922 | { (sy_call_t *)(void (*)(void))linkat, _SYSCALL_RET_INT_T, AC(linkat_args), 20}, |
2923 | #endif |
2924 | #if CONFIG_REQUIRES_U32_MUNGING |
2925 | { .sy_call: (sy_call_t *)(void (*)(void))unlinkat, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(unlinkat_args), .sy_arg_bytes: 12}, /* 472 = unlinkat */ |
2926 | #else |
2927 | { (sy_call_t *)(void (*)(void))unlinkat, _SYSCALL_RET_INT_T, AC(unlinkat_args), 12}, |
2928 | #endif |
2929 | #if CONFIG_REQUIRES_U32_MUNGING |
2930 | { .sy_call: (sy_call_t *)(void (*)(void))readlinkat, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(readlinkat_args), .sy_arg_bytes: 16}, /* 473 = readlinkat */ |
2931 | #else |
2932 | { (sy_call_t *)(void (*)(void))readlinkat, _SYSCALL_RET_INT_T, AC(readlinkat_args), 16}, |
2933 | #endif |
2934 | #if CONFIG_REQUIRES_U32_MUNGING |
2935 | { .sy_call: (sy_call_t *)(void (*)(void))symlinkat, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(symlinkat_args), .sy_arg_bytes: 12}, /* 474 = symlinkat */ |
2936 | #else |
2937 | { (sy_call_t *)(void (*)(void))symlinkat, _SYSCALL_RET_INT_T, AC(symlinkat_args), 12}, |
2938 | #endif |
2939 | #if CONFIG_REQUIRES_U32_MUNGING |
2940 | { .sy_call: (sy_call_t *)(void (*)(void))mkdirat, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(mkdirat_args), .sy_arg_bytes: 12}, /* 475 = mkdirat */ |
2941 | #else |
2942 | { (sy_call_t *)(void (*)(void))mkdirat, _SYSCALL_RET_INT_T, AC(mkdirat_args), 12}, |
2943 | #endif |
2944 | #if CONFIG_REQUIRES_U32_MUNGING |
2945 | { .sy_call: (sy_call_t *)(void (*)(void))getattrlistat, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(getattrlistat_args), .sy_arg_bytes: 24}, /* 476 = getattrlistat */ |
2946 | #else |
2947 | { (sy_call_t *)(void (*)(void))getattrlistat, _SYSCALL_RET_INT_T, AC(getattrlistat_args), 24}, |
2948 | #endif |
2949 | #if CONFIG_REQUIRES_U32_MUNGING |
2950 | { .sy_call: (sy_call_t *)(void (*)(void))proc_trace_log, .sy_arg_munge32: munge_wl, _SYSCALL_RET_INT_T, AC(proc_trace_log_args), .sy_arg_bytes: 12}, /* 477 = proc_trace_log */ |
2951 | #else |
2952 | { (sy_call_t *)(void (*)(void))proc_trace_log, _SYSCALL_RET_INT_T, AC(proc_trace_log_args), 12}, |
2953 | #endif |
2954 | #if CONFIG_REQUIRES_U32_MUNGING |
2955 | { .sy_call: (sy_call_t *)(void (*)(void))bsdthread_ctl, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(bsdthread_ctl_args), .sy_arg_bytes: 16}, /* 478 = bsdthread_ctl */ |
2956 | #else |
2957 | { (sy_call_t *)(void (*)(void))bsdthread_ctl, _SYSCALL_RET_INT_T, AC(bsdthread_ctl_args), 16}, |
2958 | #endif |
2959 | #if CONFIG_REQUIRES_U32_MUNGING |
2960 | { .sy_call: (sy_call_t *)(void (*)(void))openbyid_np, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(openbyid_np_args), .sy_arg_bytes: 12}, /* 479 = openbyid_np */ |
2961 | #else |
2962 | { (sy_call_t *)(void (*)(void))openbyid_np, _SYSCALL_RET_INT_T, AC(openbyid_np_args), 12}, |
2963 | #endif |
2964 | #if SOCKETS |
2965 | #if CONFIG_REQUIRES_U32_MUNGING |
2966 | { .sy_call: (sy_call_t *)(void (*)(void))recvmsg_x, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_SSIZE_T, AC(recvmsg_x_args), .sy_arg_bytes: 16}, /* 480 = recvmsg_x */ |
2967 | #else |
2968 | { (sy_call_t *)(void (*)(void))recvmsg_x, _SYSCALL_RET_SSIZE_T, AC(recvmsg_x_args), 16}, |
2969 | #endif |
2970 | #if CONFIG_REQUIRES_U32_MUNGING |
2971 | { .sy_call: (sy_call_t *)(void (*)(void))sendmsg_x, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_SSIZE_T, AC(sendmsg_x_args), .sy_arg_bytes: 16}, /* 481 = sendmsg_x */ |
2972 | #else |
2973 | { (sy_call_t *)(void (*)(void))sendmsg_x, _SYSCALL_RET_SSIZE_T, AC(sendmsg_x_args), 16}, |
2974 | #endif |
2975 | #else |
2976 | #if CONFIG_REQUIRES_U32_MUNGING |
2977 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 480 = nosys */ |
2978 | #else |
2979 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2980 | #endif |
2981 | #if CONFIG_REQUIRES_U32_MUNGING |
2982 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 481 = nosys */ |
2983 | #else |
2984 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
2985 | #endif |
2986 | #endif /* SOCKETS */ |
2987 | #if CONFIG_REQUIRES_U32_MUNGING |
2988 | { .sy_call: (sy_call_t *)(void (*)(void))thread_selfusage, NULL, _SYSCALL_RET_UINT64_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 482 = thread_selfusage */ |
2989 | #else |
2990 | { (sy_call_t *)(void (*)(void))thread_selfusage, _SYSCALL_RET_UINT64_T, 0, 0}, |
2991 | #endif |
2992 | #if CONFIG_CSR |
2993 | #if CONFIG_REQUIRES_U32_MUNGING |
2994 | { .sy_call: (sy_call_t *)(void (*)(void))csrctl, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(csrctl_args), .sy_arg_bytes: 12}, /* 483 = csrctl */ |
2995 | #else |
2996 | { (sy_call_t *)(void (*)(void))csrctl, _SYSCALL_RET_INT_T, AC(csrctl_args), 12}, |
2997 | #endif |
2998 | #else |
2999 | #if CONFIG_REQUIRES_U32_MUNGING |
3000 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 483 = enosys */ |
3001 | #else |
3002 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3003 | #endif |
3004 | #endif /* CSR */ |
3005 | #if CONFIG_REQUIRES_U32_MUNGING |
3006 | { .sy_call: (sy_call_t *)(void (*)(void))guarded_open_dprotected_np, .sy_arg_munge32: munge_wwwwwww, _SYSCALL_RET_INT_T, AC(guarded_open_dprotected_np_args), .sy_arg_bytes: 28}, /* 484 = guarded_open_dprotected_np */ |
3007 | #else |
3008 | { (sy_call_t *)(void (*)(void))guarded_open_dprotected_np, _SYSCALL_RET_INT_T, AC(guarded_open_dprotected_np_args), 28}, |
3009 | #endif |
3010 | #if CONFIG_REQUIRES_U32_MUNGING |
3011 | { .sy_call: (sy_call_t *)(void (*)(void))guarded_write_np, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_SSIZE_T, AC(guarded_write_np_args), .sy_arg_bytes: 16}, /* 485 = guarded_write_np */ |
3012 | #else |
3013 | { (sy_call_t *)(void (*)(void))guarded_write_np, _SYSCALL_RET_SSIZE_T, AC(guarded_write_np_args), 16}, |
3014 | #endif |
3015 | #if CONFIG_REQUIRES_U32_MUNGING |
3016 | { .sy_call: (sy_call_t *)(void (*)(void))guarded_pwrite_np, .sy_arg_munge32: munge_wwwwl, _SYSCALL_RET_SSIZE_T, AC(guarded_pwrite_np_args), .sy_arg_bytes: 24}, /* 486 = guarded_pwrite_np */ |
3017 | #else |
3018 | { (sy_call_t *)(void (*)(void))guarded_pwrite_np, _SYSCALL_RET_SSIZE_T, AC(guarded_pwrite_np_args), 24}, |
3019 | #endif |
3020 | #if CONFIG_REQUIRES_U32_MUNGING |
3021 | { .sy_call: (sy_call_t *)(void (*)(void))guarded_writev_np, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_SSIZE_T, AC(guarded_writev_np_args), .sy_arg_bytes: 16}, /* 487 = guarded_writev_np */ |
3022 | #else |
3023 | { (sy_call_t *)(void (*)(void))guarded_writev_np, _SYSCALL_RET_SSIZE_T, AC(guarded_writev_np_args), 16}, |
3024 | #endif |
3025 | #if CONFIG_REQUIRES_U32_MUNGING |
3026 | { .sy_call: (sy_call_t *)(void (*)(void))renameatx_np, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(renameatx_np_args), .sy_arg_bytes: 20}, /* 488 = renameatx_np */ |
3027 | #else |
3028 | { (sy_call_t *)(void (*)(void))renameatx_np, _SYSCALL_RET_INT_T, AC(renameatx_np_args), 20}, |
3029 | #endif |
3030 | #if CONFIG_CODE_DECRYPTION |
3031 | #if CONFIG_REQUIRES_U32_MUNGING |
3032 | { .sy_call: (sy_call_t *)(void (*)(void))mremap_encrypted, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(mremap_encrypted_args), .sy_arg_bytes: 20}, /* 489 = mremap_encrypted */ |
3033 | #else |
3034 | { (sy_call_t *)(void (*)(void))mremap_encrypted, _SYSCALL_RET_INT_T, AC(mremap_encrypted_args), 20}, |
3035 | #endif |
3036 | #else |
3037 | #if CONFIG_REQUIRES_U32_MUNGING |
3038 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 489 = enosys */ |
3039 | #else |
3040 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3041 | #endif |
3042 | #endif |
3043 | #if NETWORKING |
3044 | #if CONFIG_REQUIRES_U32_MUNGING |
3045 | { .sy_call: (sy_call_t *)(void (*)(void))netagent_trigger, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(netagent_trigger_args), .sy_arg_bytes: 8}, /* 490 = netagent_trigger */ |
3046 | #else |
3047 | { (sy_call_t *)(void (*)(void))netagent_trigger, _SYSCALL_RET_INT_T, AC(netagent_trigger_args), 8}, |
3048 | #endif |
3049 | #else |
3050 | #if CONFIG_REQUIRES_U32_MUNGING |
3051 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 490 = nosys */ |
3052 | #else |
3053 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
3054 | #endif |
3055 | #endif /* NETWORKING */ |
3056 | #if CONFIG_REQUIRES_U32_MUNGING |
3057 | { .sy_call: (sy_call_t *)(void (*)(void))stack_snapshot_with_config, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(stack_snapshot_with_config_args), .sy_arg_bytes: 12}, /* 491 = stack_snapshot_with_config */ |
3058 | #else |
3059 | { (sy_call_t *)(void (*)(void))stack_snapshot_with_config, _SYSCALL_RET_INT_T, AC(stack_snapshot_with_config_args), 12}, |
3060 | #endif |
3061 | #if CONFIG_TELEMETRY |
3062 | #if CONFIG_REQUIRES_U32_MUNGING |
3063 | { .sy_call: (sy_call_t *)(void (*)(void))microstackshot, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(microstackshot_args), .sy_arg_bytes: 12}, /* 492 = microstackshot */ |
3064 | #else |
3065 | { (sy_call_t *)(void (*)(void))microstackshot, _SYSCALL_RET_INT_T, AC(microstackshot_args), 12}, |
3066 | #endif |
3067 | #else |
3068 | #if CONFIG_REQUIRES_U32_MUNGING |
3069 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 492 = enosys */ |
3070 | #else |
3071 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3072 | #endif |
3073 | #endif /* CONFIG_TELEMETRY */ |
3074 | #if PGO |
3075 | #if CONFIG_REQUIRES_U32_MUNGING |
3076 | { .sy_call: (sy_call_t *)(void (*)(void))grab_pgo_data, .sy_arg_munge32: munge_wwws, _SYSCALL_RET_SSIZE_T, AC(grab_pgo_data_args), .sy_arg_bytes: 16}, /* 493 = grab_pgo_data */ |
3077 | #else |
3078 | { (sy_call_t *)(void (*)(void))grab_pgo_data, _SYSCALL_RET_SSIZE_T, AC(grab_pgo_data_args), 16}, |
3079 | #endif |
3080 | #else |
3081 | #if CONFIG_REQUIRES_U32_MUNGING |
3082 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 493 = enosys */ |
3083 | #else |
3084 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3085 | #endif |
3086 | #endif |
3087 | #if CONFIG_PERSONAS |
3088 | #if CONFIG_REQUIRES_U32_MUNGING |
3089 | { .sy_call: (sy_call_t *)(void (*)(void))persona, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(persona_args), .sy_arg_bytes: 24}, /* 494 = persona */ |
3090 | #else |
3091 | { (sy_call_t *)(void (*)(void))persona, _SYSCALL_RET_INT_T, AC(persona_args), 24}, |
3092 | #endif |
3093 | #else |
3094 | #if CONFIG_REQUIRES_U32_MUNGING |
3095 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 494 = enosys */ |
3096 | #else |
3097 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3098 | #endif |
3099 | #endif |
3100 | #if CONFIG_REQUIRES_U32_MUNGING |
3101 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 495 = enosys */ |
3102 | #else |
3103 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3104 | #endif |
3105 | #if CONFIG_REQUIRES_U32_MUNGING |
3106 | { .sy_call: (sy_call_t *)(void (*)(void))mach_eventlink_signal, .sy_arg_munge32: munge_wl, _SYSCALL_RET_UINT64_T, AC(mach_eventlink_signal_args), .sy_arg_bytes: 12}, /* 496 = mach_eventlink_signal */ |
3107 | #else |
3108 | { (sy_call_t *)(void (*)(void))mach_eventlink_signal, _SYSCALL_RET_UINT64_T, AC(mach_eventlink_signal_args), 12}, |
3109 | #endif |
3110 | #if CONFIG_REQUIRES_U32_MUNGING |
3111 | { .sy_call: (sy_call_t *)(void (*)(void))mach_eventlink_wait_until, .sy_arg_munge32: munge_wllww, _SYSCALL_RET_UINT64_T, AC(mach_eventlink_wait_until_args), .sy_arg_bytes: 28}, /* 497 = mach_eventlink_wait_until */ |
3112 | #else |
3113 | { (sy_call_t *)(void (*)(void))mach_eventlink_wait_until, _SYSCALL_RET_UINT64_T, AC(mach_eventlink_wait_until_args), 28}, |
3114 | #endif |
3115 | #if CONFIG_REQUIRES_U32_MUNGING |
3116 | { .sy_call: (sy_call_t *)(void (*)(void))mach_eventlink_signal_wait_until, .sy_arg_munge32: munge_wlllww, _SYSCALL_RET_UINT64_T, AC(mach_eventlink_signal_wait_until_args), .sy_arg_bytes: 36}, /* 498 = mach_eventlink_signal_wait_until */ |
3117 | #else |
3118 | { (sy_call_t *)(void (*)(void))mach_eventlink_signal_wait_until, _SYSCALL_RET_UINT64_T, AC(mach_eventlink_signal_wait_until_args), 36}, |
3119 | #endif |
3120 | #if CONFIG_REQUIRES_U32_MUNGING |
3121 | { .sy_call: (sy_call_t *)(void (*)(void))work_interval_ctl, .sy_arg_munge32: munge_wlww, _SYSCALL_RET_INT_T, AC(work_interval_ctl_args), .sy_arg_bytes: 20}, /* 499 = work_interval_ctl */ |
3122 | #else |
3123 | { (sy_call_t *)(void (*)(void))work_interval_ctl, _SYSCALL_RET_INT_T, AC(work_interval_ctl_args), 20}, |
3124 | #endif |
3125 | #if CONFIG_REQUIRES_U32_MUNGING |
3126 | { .sy_call: (sy_call_t *)(void (*)(void))getentropy, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(getentropy_args), .sy_arg_bytes: 8}, /* 500 = getentropy */ |
3127 | #else |
3128 | { (sy_call_t *)(void (*)(void))getentropy, _SYSCALL_RET_INT_T, AC(getentropy_args), 8}, |
3129 | #endif |
3130 | #if NECP |
3131 | #if CONFIG_REQUIRES_U32_MUNGING |
3132 | { .sy_call: (sy_call_t *)(void (*)(void))necp_open, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(necp_open_args), .sy_arg_bytes: 4}, /* 501 = necp_open */ |
3133 | #else |
3134 | { (sy_call_t *)(void (*)(void))necp_open, _SYSCALL_RET_INT_T, AC(necp_open_args), 4}, |
3135 | #endif |
3136 | #if CONFIG_REQUIRES_U32_MUNGING |
3137 | { .sy_call: (sy_call_t *)(void (*)(void))necp_client_action, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(necp_client_action_args), .sy_arg_bytes: 24}, /* 502 = necp_client_action */ |
3138 | #else |
3139 | { (sy_call_t *)(void (*)(void))necp_client_action, _SYSCALL_RET_INT_T, AC(necp_client_action_args), 24}, |
3140 | #endif |
3141 | #else |
3142 | #if CONFIG_REQUIRES_U32_MUNGING |
3143 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 501 = enosys */ |
3144 | #else |
3145 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3146 | #endif |
3147 | #if CONFIG_REQUIRES_U32_MUNGING |
3148 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 502 = enosys */ |
3149 | #else |
3150 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3151 | #endif |
3152 | #endif /* NECP */ |
3153 | #if SKYWALK |
3154 | #if CONFIG_REQUIRES_U32_MUNGING |
3155 | { .sy_call: (sy_call_t *)(void (*)(void))__nexus_open, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(__nexus_open_args), .sy_arg_bytes: 8}, /* 503 = __nexus_open */ |
3156 | #else |
3157 | { (sy_call_t *)(void (*)(void))__nexus_open, _SYSCALL_RET_INT_T, AC(__nexus_open_args), 8}, |
3158 | #endif |
3159 | #if CONFIG_REQUIRES_U32_MUNGING |
3160 | { .sy_call: (sy_call_t *)(void (*)(void))__nexus_register, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(__nexus_register_args), .sy_arg_bytes: 20}, /* 504 = __nexus_register */ |
3161 | #else |
3162 | { (sy_call_t *)(void (*)(void))__nexus_register, _SYSCALL_RET_INT_T, AC(__nexus_register_args), 20}, |
3163 | #endif |
3164 | #if CONFIG_REQUIRES_U32_MUNGING |
3165 | { .sy_call: (sy_call_t *)(void (*)(void))__nexus_deregister, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(__nexus_deregister_args), .sy_arg_bytes: 12}, /* 505 = __nexus_deregister */ |
3166 | #else |
3167 | { (sy_call_t *)(void (*)(void))__nexus_deregister, _SYSCALL_RET_INT_T, AC(__nexus_deregister_args), 12}, |
3168 | #endif |
3169 | #if CONFIG_REQUIRES_U32_MUNGING |
3170 | { .sy_call: (sy_call_t *)(void (*)(void))__nexus_create, .sy_arg_munge32: munge_wwwww, _SYSCALL_RET_INT_T, AC(__nexus_create_args), .sy_arg_bytes: 20}, /* 506 = __nexus_create */ |
3171 | #else |
3172 | { (sy_call_t *)(void (*)(void))__nexus_create, _SYSCALL_RET_INT_T, AC(__nexus_create_args), 20}, |
3173 | #endif |
3174 | #if CONFIG_REQUIRES_U32_MUNGING |
3175 | { .sy_call: (sy_call_t *)(void (*)(void))__nexus_destroy, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(__nexus_destroy_args), .sy_arg_bytes: 12}, /* 507 = __nexus_destroy */ |
3176 | #else |
3177 | { (sy_call_t *)(void (*)(void))__nexus_destroy, _SYSCALL_RET_INT_T, AC(__nexus_destroy_args), 12}, |
3178 | #endif |
3179 | #if CONFIG_REQUIRES_U32_MUNGING |
3180 | { .sy_call: (sy_call_t *)(void (*)(void))__nexus_get_opt, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(__nexus_get_opt_args), .sy_arg_bytes: 16}, /* 508 = __nexus_get_opt */ |
3181 | #else |
3182 | { (sy_call_t *)(void (*)(void))__nexus_get_opt, _SYSCALL_RET_INT_T, AC(__nexus_get_opt_args), 16}, |
3183 | #endif |
3184 | #if CONFIG_REQUIRES_U32_MUNGING |
3185 | { .sy_call: (sy_call_t *)(void (*)(void))__nexus_set_opt, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(__nexus_set_opt_args), .sy_arg_bytes: 16}, /* 509 = __nexus_set_opt */ |
3186 | #else |
3187 | { (sy_call_t *)(void (*)(void))__nexus_set_opt, _SYSCALL_RET_INT_T, AC(__nexus_set_opt_args), 16}, |
3188 | #endif |
3189 | #if CONFIG_REQUIRES_U32_MUNGING |
3190 | { .sy_call: (sy_call_t *)(void (*)(void))__channel_open, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(__channel_open_args), .sy_arg_bytes: 8}, /* 510 = __channel_open */ |
3191 | #else |
3192 | { (sy_call_t *)(void (*)(void))__channel_open, _SYSCALL_RET_INT_T, AC(__channel_open_args), 8}, |
3193 | #endif |
3194 | #if CONFIG_REQUIRES_U32_MUNGING |
3195 | { .sy_call: (sy_call_t *)(void (*)(void))__channel_get_info, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(__channel_get_info_args), .sy_arg_bytes: 12}, /* 511 = __channel_get_info */ |
3196 | #else |
3197 | { (sy_call_t *)(void (*)(void))__channel_get_info, _SYSCALL_RET_INT_T, AC(__channel_get_info_args), 12}, |
3198 | #endif |
3199 | #if CONFIG_REQUIRES_U32_MUNGING |
3200 | { .sy_call: (sy_call_t *)(void (*)(void))__channel_sync, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(__channel_sync_args), .sy_arg_bytes: 12}, /* 512 = __channel_sync */ |
3201 | #else |
3202 | { (sy_call_t *)(void (*)(void))__channel_sync, _SYSCALL_RET_INT_T, AC(__channel_sync_args), 12}, |
3203 | #endif |
3204 | #if CONFIG_REQUIRES_U32_MUNGING |
3205 | { .sy_call: (sy_call_t *)(void (*)(void))__channel_get_opt, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(__channel_get_opt_args), .sy_arg_bytes: 16}, /* 513 = __channel_get_opt */ |
3206 | #else |
3207 | { (sy_call_t *)(void (*)(void))__channel_get_opt, _SYSCALL_RET_INT_T, AC(__channel_get_opt_args), 16}, |
3208 | #endif |
3209 | #if CONFIG_REQUIRES_U32_MUNGING |
3210 | { .sy_call: (sy_call_t *)(void (*)(void))__channel_set_opt, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(__channel_set_opt_args), .sy_arg_bytes: 16}, /* 514 = __channel_set_opt */ |
3211 | #else |
3212 | { (sy_call_t *)(void (*)(void))__channel_set_opt, _SYSCALL_RET_INT_T, AC(__channel_set_opt_args), 16}, |
3213 | #endif |
3214 | #else |
3215 | #if CONFIG_REQUIRES_U32_MUNGING |
3216 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 503 = enosys */ |
3217 | #else |
3218 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3219 | #endif |
3220 | #if CONFIG_REQUIRES_U32_MUNGING |
3221 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 504 = enosys */ |
3222 | #else |
3223 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3224 | #endif |
3225 | #if CONFIG_REQUIRES_U32_MUNGING |
3226 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 505 = enosys */ |
3227 | #else |
3228 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3229 | #endif |
3230 | #if CONFIG_REQUIRES_U32_MUNGING |
3231 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 506 = enosys */ |
3232 | #else |
3233 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3234 | #endif |
3235 | #if CONFIG_REQUIRES_U32_MUNGING |
3236 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 507 = enosys */ |
3237 | #else |
3238 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3239 | #endif |
3240 | #if CONFIG_REQUIRES_U32_MUNGING |
3241 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 508 = enosys */ |
3242 | #else |
3243 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3244 | #endif |
3245 | #if CONFIG_REQUIRES_U32_MUNGING |
3246 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 509 = enosys */ |
3247 | #else |
3248 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3249 | #endif |
3250 | #if CONFIG_REQUIRES_U32_MUNGING |
3251 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 510 = enosys */ |
3252 | #else |
3253 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3254 | #endif |
3255 | #if CONFIG_REQUIRES_U32_MUNGING |
3256 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 511 = enosys */ |
3257 | #else |
3258 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3259 | #endif |
3260 | #if CONFIG_REQUIRES_U32_MUNGING |
3261 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 512 = enosys */ |
3262 | #else |
3263 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3264 | #endif |
3265 | #if CONFIG_REQUIRES_U32_MUNGING |
3266 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 513 = enosys */ |
3267 | #else |
3268 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3269 | #endif |
3270 | #if CONFIG_REQUIRES_U32_MUNGING |
3271 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 514 = enosys */ |
3272 | #else |
3273 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3274 | #endif |
3275 | #endif /* !SKYWALK */ |
3276 | #if CONFIG_REQUIRES_U32_MUNGING |
3277 | { .sy_call: (sy_call_t *)(void (*)(void))sys_ulock_wait, .sy_arg_munge32: munge_wwlw, _SYSCALL_RET_INT_T, AC(ulock_wait_args), .sy_arg_bytes: 20}, /* 515 = sys_ulock_wait */ |
3278 | #else |
3279 | { (sy_call_t *)(void (*)(void))sys_ulock_wait, _SYSCALL_RET_INT_T, AC(ulock_wait_args), 20}, |
3280 | #endif |
3281 | #if CONFIG_REQUIRES_U32_MUNGING |
3282 | { .sy_call: (sy_call_t *)(void (*)(void))sys_ulock_wake, .sy_arg_munge32: munge_wwl, _SYSCALL_RET_INT_T, AC(ulock_wake_args), .sy_arg_bytes: 16}, /* 516 = sys_ulock_wake */ |
3283 | #else |
3284 | { (sy_call_t *)(void (*)(void))sys_ulock_wake, _SYSCALL_RET_INT_T, AC(ulock_wake_args), 16}, |
3285 | #endif |
3286 | #if CONFIG_REQUIRES_U32_MUNGING |
3287 | { .sy_call: (sy_call_t *)(void (*)(void))fclonefileat, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(fclonefileat_args), .sy_arg_bytes: 16}, /* 517 = fclonefileat */ |
3288 | #else |
3289 | { (sy_call_t *)(void (*)(void))fclonefileat, _SYSCALL_RET_INT_T, AC(fclonefileat_args), 16}, |
3290 | #endif |
3291 | #if CONFIG_REQUIRES_U32_MUNGING |
3292 | { .sy_call: (sy_call_t *)(void (*)(void))fs_snapshot, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(fs_snapshot_args), .sy_arg_bytes: 24}, /* 518 = fs_snapshot */ |
3293 | #else |
3294 | { (sy_call_t *)(void (*)(void))fs_snapshot, _SYSCALL_RET_INT_T, AC(fs_snapshot_args), 24}, |
3295 | #endif |
3296 | #if CONFIG_REQUIRES_U32_MUNGING |
3297 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 519 = enosys */ |
3298 | #else |
3299 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3300 | #endif |
3301 | #if CONFIG_REQUIRES_U32_MUNGING |
3302 | { .sy_call: (sy_call_t *)(void (*)(void))terminate_with_payload, .sy_arg_munge32: munge_wwlwwwl, _SYSCALL_RET_INT_T, AC(terminate_with_payload_args), .sy_arg_bytes: 36}, /* 520 = terminate_with_payload */ |
3303 | #else |
3304 | { (sy_call_t *)(void (*)(void))terminate_with_payload, _SYSCALL_RET_INT_T, AC(terminate_with_payload_args), 36}, |
3305 | #endif |
3306 | #if CONFIG_REQUIRES_U32_MUNGING |
3307 | { .sy_call: (sy_call_t *)(void (*)(void))abort_with_payload, .sy_arg_munge32: munge_wlwwwl, _SYSCALL_RET_NONE, AC(abort_with_payload_args), .sy_arg_bytes: 32}, /* 521 = abort_with_payload */ |
3308 | #else |
3309 | { (sy_call_t *)(void (*)(void))abort_with_payload, _SYSCALL_RET_NONE, AC(abort_with_payload_args), 32}, |
3310 | #endif |
3311 | #if NECP |
3312 | #if CONFIG_REQUIRES_U32_MUNGING |
3313 | { .sy_call: (sy_call_t *)(void (*)(void))necp_session_open, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(necp_session_open_args), .sy_arg_bytes: 4}, /* 522 = necp_session_open */ |
3314 | #else |
3315 | { (sy_call_t *)(void (*)(void))necp_session_open, _SYSCALL_RET_INT_T, AC(necp_session_open_args), 4}, |
3316 | #endif |
3317 | #if CONFIG_REQUIRES_U32_MUNGING |
3318 | { .sy_call: (sy_call_t *)(void (*)(void))necp_session_action, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(necp_session_action_args), .sy_arg_bytes: 24}, /* 523 = necp_session_action */ |
3319 | #else |
3320 | { (sy_call_t *)(void (*)(void))necp_session_action, _SYSCALL_RET_INT_T, AC(necp_session_action_args), 24}, |
3321 | #endif |
3322 | #else /* NECP */ |
3323 | #if CONFIG_REQUIRES_U32_MUNGING |
3324 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 522 = enosys */ |
3325 | #else |
3326 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3327 | #endif |
3328 | #if CONFIG_REQUIRES_U32_MUNGING |
3329 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 523 = enosys */ |
3330 | #else |
3331 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3332 | #endif |
3333 | #endif /* NECP */ |
3334 | #if CONFIG_REQUIRES_U32_MUNGING |
3335 | { .sy_call: (sy_call_t *)(void (*)(void))setattrlistat, .sy_arg_munge32: munge_wwwwww, _SYSCALL_RET_INT_T, AC(setattrlistat_args), .sy_arg_bytes: 24}, /* 524 = setattrlistat */ |
3336 | #else |
3337 | { (sy_call_t *)(void (*)(void))setattrlistat, _SYSCALL_RET_INT_T, AC(setattrlistat_args), 24}, |
3338 | #endif |
3339 | #if CONFIG_REQUIRES_U32_MUNGING |
3340 | { .sy_call: (sy_call_t *)(void (*)(void))net_qos_guideline, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(net_qos_guideline_args), .sy_arg_bytes: 8}, /* 525 = net_qos_guideline */ |
3341 | #else |
3342 | { (sy_call_t *)(void (*)(void))net_qos_guideline, _SYSCALL_RET_INT_T, AC(net_qos_guideline_args), 8}, |
3343 | #endif |
3344 | #if CONFIG_REQUIRES_U32_MUNGING |
3345 | { .sy_call: (sy_call_t *)(void (*)(void))fmount, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(fmount_args), .sy_arg_bytes: 16}, /* 526 = fmount */ |
3346 | #else |
3347 | { (sy_call_t *)(void (*)(void))fmount, _SYSCALL_RET_INT_T, AC(fmount_args), 16}, |
3348 | #endif |
3349 | #if CONFIG_REQUIRES_U32_MUNGING |
3350 | { .sy_call: (sy_call_t *)(void (*)(void))ntp_adjtime, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(ntp_adjtime_args), .sy_arg_bytes: 4}, /* 527 = ntp_adjtime */ |
3351 | #else |
3352 | { (sy_call_t *)(void (*)(void))ntp_adjtime, _SYSCALL_RET_INT_T, AC(ntp_adjtime_args), 4}, |
3353 | #endif |
3354 | #if CONFIG_REQUIRES_U32_MUNGING |
3355 | { .sy_call: (sy_call_t *)(void (*)(void))ntp_gettime, .sy_arg_munge32: munge_w, _SYSCALL_RET_INT_T, AC(ntp_gettime_args), .sy_arg_bytes: 4}, /* 528 = ntp_gettime */ |
3356 | #else |
3357 | { (sy_call_t *)(void (*)(void))ntp_gettime, _SYSCALL_RET_INT_T, AC(ntp_gettime_args), 4}, |
3358 | #endif |
3359 | #if CONFIG_REQUIRES_U32_MUNGING |
3360 | { .sy_call: (sy_call_t *)(void (*)(void))os_fault_with_payload, .sy_arg_munge32: munge_wlwwwl, _SYSCALL_RET_INT_T, AC(os_fault_with_payload_args), .sy_arg_bytes: 32}, /* 529 = os_fault_with_payload */ |
3361 | #else |
3362 | { (sy_call_t *)(void (*)(void))os_fault_with_payload, _SYSCALL_RET_INT_T, AC(os_fault_with_payload_args), 32}, |
3363 | #endif |
3364 | #if CONFIG_REQUIRES_U32_MUNGING |
3365 | { .sy_call: (sy_call_t *)(void (*)(void))kqueue_workloop_ctl, .sy_arg_munge32: munge_wlww, _SYSCALL_RET_INT_T, AC(kqueue_workloop_ctl_args), .sy_arg_bytes: 20}, /* 530 = kqueue_workloop_ctl */ |
3366 | #else |
3367 | { (sy_call_t *)(void (*)(void))kqueue_workloop_ctl, _SYSCALL_RET_INT_T, AC(kqueue_workloop_ctl_args), 20}, |
3368 | #endif |
3369 | #if CONFIG_REQUIRES_U32_MUNGING |
3370 | { .sy_call: (sy_call_t *)(void (*)(void))__mach_bridge_remote_time, .sy_arg_munge32: munge_l, _SYSCALL_RET_UINT64_T, AC(__mach_bridge_remote_time_args), .sy_arg_bytes: 8}, /* 531 = __mach_bridge_remote_time */ |
3371 | #else |
3372 | { (sy_call_t *)(void (*)(void))__mach_bridge_remote_time, _SYSCALL_RET_UINT64_T, AC(__mach_bridge_remote_time_args), 8}, |
3373 | #endif |
3374 | #if CONFIG_COALITIONS |
3375 | #if CONFIG_REQUIRES_U32_MUNGING |
3376 | { .sy_call: (sy_call_t *)(void (*)(void))coalition_ledger, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(coalition_ledger_args), .sy_arg_bytes: 16}, /* 532 = coalition_ledger */ |
3377 | #else |
3378 | { (sy_call_t *)(void (*)(void))coalition_ledger, _SYSCALL_RET_INT_T, AC(coalition_ledger_args), 16}, |
3379 | #endif |
3380 | #else |
3381 | #if CONFIG_REQUIRES_U32_MUNGING |
3382 | { (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 532 = enosys */ |
3383 | #else |
3384 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3385 | #endif |
3386 | #endif // CONFIG_COALITIONS |
3387 | #if CONFIG_REQUIRES_U32_MUNGING |
3388 | { .sy_call: (sy_call_t *)(void (*)(void))log_data, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(log_data_args), .sy_arg_bytes: 16}, /* 533 = log_data */ |
3389 | #else |
3390 | { (sy_call_t *)(void (*)(void))log_data, _SYSCALL_RET_INT_T, AC(log_data_args), 16}, |
3391 | #endif |
3392 | #if CONFIG_REQUIRES_U32_MUNGING |
3393 | { .sy_call: (sy_call_t *)(void (*)(void))memorystatus_available_memory, NULL, _SYSCALL_RET_UINT64_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 534 = memorystatus_available_memory */ |
3394 | #else |
3395 | { (sy_call_t *)(void (*)(void))memorystatus_available_memory, _SYSCALL_RET_UINT64_T, 0, 0}, |
3396 | #endif |
3397 | #if CONFIG_REQUIRES_U32_MUNGING |
3398 | { .sy_call: (sy_call_t *)(void (*)(void))enosys, NULL, _SYSCALL_RET_INT_T, .sy_narg: 0, .sy_arg_bytes: 0}, /* 535 = enosys */ |
3399 | #else |
3400 | { (sy_call_t *)(void (*)(void))enosys, _SYSCALL_RET_INT_T, 0, 0}, |
3401 | #endif |
3402 | #if CONFIG_REQUIRES_U32_MUNGING |
3403 | { .sy_call: (sy_call_t *)(void (*)(void))shared_region_map_and_slide_2_np, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(shared_region_map_and_slide_2_np_args), .sy_arg_bytes: 16}, /* 536 = shared_region_map_and_slide_2_np */ |
3404 | #else |
3405 | { (sy_call_t *)(void (*)(void))shared_region_map_and_slide_2_np, _SYSCALL_RET_INT_T, AC(shared_region_map_and_slide_2_np_args), 16}, |
3406 | #endif |
3407 | #if CONFIG_REQUIRES_U32_MUNGING |
3408 | { .sy_call: (sy_call_t *)(void (*)(void))pivot_root, .sy_arg_munge32: munge_ww, _SYSCALL_RET_INT_T, AC(pivot_root_args), .sy_arg_bytes: 8}, /* 537 = pivot_root */ |
3409 | #else |
3410 | { (sy_call_t *)(void (*)(void))pivot_root, _SYSCALL_RET_INT_T, AC(pivot_root_args), 8}, |
3411 | #endif |
3412 | #if CONFIG_REQUIRES_U32_MUNGING |
3413 | { .sy_call: (sy_call_t *)(void (*)(void))task_inspect_for_pid, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(task_inspect_for_pid_args), .sy_arg_bytes: 12}, /* 538 = task_inspect_for_pid */ |
3414 | #else |
3415 | { (sy_call_t *)(void (*)(void))task_inspect_for_pid, _SYSCALL_RET_INT_T, AC(task_inspect_for_pid_args), 12}, |
3416 | #endif |
3417 | #if CONFIG_REQUIRES_U32_MUNGING |
3418 | { .sy_call: (sy_call_t *)(void (*)(void))task_read_for_pid, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(task_read_for_pid_args), .sy_arg_bytes: 12}, /* 539 = task_read_for_pid */ |
3419 | #else |
3420 | { (sy_call_t *)(void (*)(void))task_read_for_pid, _SYSCALL_RET_INT_T, AC(task_read_for_pid_args), 12}, |
3421 | #endif |
3422 | #if CONFIG_REQUIRES_U32_MUNGING |
3423 | { .sy_call: (sy_call_t *)(void (*)(void))sys_preadv, .sy_arg_munge32: munge_wwwl, _SYSCALL_RET_SSIZE_T, AC(preadv_args), .sy_arg_bytes: 20}, /* 540 = sys_preadv */ |
3424 | #else |
3425 | { (sy_call_t *)(void (*)(void))sys_preadv, _SYSCALL_RET_SSIZE_T, AC(preadv_args), 20}, |
3426 | #endif |
3427 | #if CONFIG_REQUIRES_U32_MUNGING |
3428 | { .sy_call: (sy_call_t *)(void (*)(void))sys_pwritev, .sy_arg_munge32: munge_wwwl, _SYSCALL_RET_SSIZE_T, AC(pwritev_args), .sy_arg_bytes: 20}, /* 541 = sys_pwritev */ |
3429 | #else |
3430 | { (sy_call_t *)(void (*)(void))sys_pwritev, _SYSCALL_RET_SSIZE_T, AC(pwritev_args), 20}, |
3431 | #endif |
3432 | #if CONFIG_REQUIRES_U32_MUNGING |
3433 | { .sy_call: (sy_call_t *)(void (*)(void))sys_preadv_nocancel, .sy_arg_munge32: munge_wwwl, _SYSCALL_RET_SSIZE_T, AC(preadv_nocancel_args), .sy_arg_bytes: 20}, /* 542 = sys_preadv_nocancel */ |
3434 | #else |
3435 | { (sy_call_t *)(void (*)(void))sys_preadv_nocancel, _SYSCALL_RET_SSIZE_T, AC(preadv_nocancel_args), 20}, |
3436 | #endif |
3437 | #if CONFIG_REQUIRES_U32_MUNGING |
3438 | { .sy_call: (sy_call_t *)(void (*)(void))sys_pwritev_nocancel, .sy_arg_munge32: munge_wwwl, _SYSCALL_RET_SSIZE_T, AC(pwritev_nocancel_args), .sy_arg_bytes: 20}, /* 543 = sys_pwritev_nocancel */ |
3439 | #else |
3440 | { (sy_call_t *)(void (*)(void))sys_pwritev_nocancel, _SYSCALL_RET_SSIZE_T, AC(pwritev_nocancel_args), 20}, |
3441 | #endif |
3442 | #if CONFIG_REQUIRES_U32_MUNGING |
3443 | { .sy_call: (sy_call_t *)(void (*)(void))sys_ulock_wait2, .sy_arg_munge32: munge_wwlll, _SYSCALL_RET_INT_T, AC(ulock_wait2_args), .sy_arg_bytes: 32}, /* 544 = sys_ulock_wait2 */ |
3444 | #else |
3445 | { (sy_call_t *)(void (*)(void))sys_ulock_wait2, _SYSCALL_RET_INT_T, AC(ulock_wait2_args), 32}, |
3446 | #endif |
3447 | #if CONFIG_REQUIRES_U32_MUNGING |
3448 | { .sy_call: (sy_call_t *)(void (*)(void))proc_info_extended_id, .sy_arg_munge32: munge_wwwwllww, _SYSCALL_RET_INT_T, AC(proc_info_extended_id_args), .sy_arg_bytes: 40}, /* 545 = proc_info_extended_id */ |
3449 | #else |
3450 | { (sy_call_t *)(void (*)(void))proc_info_extended_id, _SYSCALL_RET_INT_T, AC(proc_info_extended_id_args), 40}, |
3451 | #endif |
3452 | #if SOCKETS |
3453 | #if CONFIG_REQUIRES_U32_MUNGING |
3454 | { .sy_call: (sy_call_t *)(void (*)(void))tracker_action, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(tracker_action_args), .sy_arg_bytes: 12}, /* 546 = tracker_action */ |
3455 | #else |
3456 | { (sy_call_t *)(void (*)(void))tracker_action, _SYSCALL_RET_INT_T, AC(tracker_action_args), 12}, |
3457 | #endif |
3458 | #else |
3459 | #if CONFIG_REQUIRES_U32_MUNGING |
3460 | { (sy_call_t *)(void (*)(void))nosys, NULL, _SYSCALL_RET_INT_T, 0, 0}, /* 546 = nosys */ |
3461 | #else |
3462 | { (sy_call_t *)(void (*)(void))nosys, _SYSCALL_RET_INT_T, 0, 0}, |
3463 | #endif |
3464 | #endif /* SOCKETS */ |
3465 | #if CONFIG_REQUIRES_U32_MUNGING |
3466 | { .sy_call: (sy_call_t *)(void (*)(void))debug_syscall_reject, .sy_arg_munge32: munge_l, _SYSCALL_RET_INT_T, AC(debug_syscall_reject_args), .sy_arg_bytes: 8}, /* 547 = debug_syscall_reject */ |
3467 | #else |
3468 | { (sy_call_t *)(void (*)(void))debug_syscall_reject, _SYSCALL_RET_INT_T, AC(debug_syscall_reject_args), 8}, |
3469 | #endif |
3470 | #if CONFIG_REQUIRES_U32_MUNGING |
3471 | { .sy_call: (sy_call_t *)(void (*)(void))sys_debug_syscall_reject_config, .sy_arg_munge32: munge_lll, _SYSCALL_RET_INT_T, AC(debug_syscall_reject_config_args), .sy_arg_bytes: 24}, /* 548 = sys_debug_syscall_reject_config */ |
3472 | #else |
3473 | { (sy_call_t *)(void (*)(void))sys_debug_syscall_reject_config, _SYSCALL_RET_INT_T, AC(debug_syscall_reject_config_args), 24}, |
3474 | #endif |
3475 | #if CONFIG_REQUIRES_U32_MUNGING |
3476 | { .sy_call: (sy_call_t *)(void (*)(void))graftdmg, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(graftdmg_args), .sy_arg_bytes: 16}, /* 549 = graftdmg */ |
3477 | #else |
3478 | { (sy_call_t *)(void (*)(void))graftdmg, _SYSCALL_RET_INT_T, AC(graftdmg_args), 16}, |
3479 | #endif |
3480 | #if CONFIG_REQUIRES_U32_MUNGING |
3481 | { .sy_call: (sy_call_t *)(void (*)(void))map_with_linking_np, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(map_with_linking_np_args), .sy_arg_bytes: 16}, /* 550 = map_with_linking_np */ |
3482 | #else |
3483 | { (sy_call_t *)(void (*)(void))map_with_linking_np, _SYSCALL_RET_INT_T, AC(map_with_linking_np_args), 16}, |
3484 | #endif |
3485 | #if CONFIG_REQUIRES_U32_MUNGING |
3486 | { .sy_call: (sy_call_t *)(void (*)(void))freadlink, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(freadlink_args), .sy_arg_bytes: 12}, /* 551 = freadlink */ |
3487 | #else |
3488 | { (sy_call_t *)(void (*)(void))freadlink, _SYSCALL_RET_INT_T, AC(freadlink_args), 12}, |
3489 | #endif |
3490 | #if CONFIG_REQUIRES_U32_MUNGING |
3491 | { .sy_call: (sy_call_t *)(void (*)(void))sys_record_system_event, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(record_system_event_args), .sy_arg_bytes: 16}, /* 552 = sys_record_system_event */ |
3492 | #else |
3493 | { (sy_call_t *)(void (*)(void))sys_record_system_event, _SYSCALL_RET_INT_T, AC(record_system_event_args), 16}, |
3494 | #endif |
3495 | #if CONFIG_REQUIRES_U32_MUNGING |
3496 | { .sy_call: (sy_call_t *)(void (*)(void))mkfifoat, .sy_arg_munge32: munge_www, _SYSCALL_RET_INT_T, AC(mkfifoat_args), .sy_arg_bytes: 12}, /* 553 = mkfifoat */ |
3497 | #else |
3498 | { (sy_call_t *)(void (*)(void))mkfifoat, _SYSCALL_RET_INT_T, AC(mkfifoat_args), 12}, |
3499 | #endif |
3500 | #if CONFIG_REQUIRES_U32_MUNGING |
3501 | { .sy_call: (sy_call_t *)(void (*)(void))mknodat, .sy_arg_munge32: munge_wwww, _SYSCALL_RET_INT_T, AC(mknodat_args), .sy_arg_bytes: 16}, /* 554 = mknodat */ |
3502 | #else |
3503 | { (sy_call_t *)(void (*)(void))mknodat, _SYSCALL_RET_INT_T, AC(mknodat_args), 16}, |
3504 | #endif |
3505 | #if CONFIG_REQUIRES_U32_MUNGING |
3506 | { .sy_call: (sy_call_t *)(void (*)(void))ungraftdmg, .sy_arg_munge32: munge_wl, _SYSCALL_RET_INT_T, AC(ungraftdmg_args), .sy_arg_bytes: 12}, /* 555 = ungraftdmg */ |
3507 | #else |
3508 | { (sy_call_t *)(void (*)(void))ungraftdmg, _SYSCALL_RET_INT_T, AC(ungraftdmg_args), 12}, |
3509 | #endif |
3510 | }; |
3511 | const unsigned int nsysent = sizeof(sysent) / sizeof(sysent[0]); |
3512 | |