1 /* $NetBSD: linux_syscalls.c,v 1.125 2023/07/29 15:05:45 christos Exp $ */
2 
3 /*
4  * System call names.
5  *
6  * DO NOT EDIT-- this file is automatically generated.
7  * created from	NetBSD: syscalls.master,v 1.132 2023/07/29 15:04:28 christos Exp
8  */
9 
10 #include <sys/cdefs.h>
11 __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.125 2023/07/29 15:05:45 christos Exp $");
12 
13 #if defined(_KERNEL_OPT)
14 #include <sys/param.h>
15 #include <sys/poll.h>
16 #include <sys/systm.h>
17 #include <sys/signal.h>
18 #include <sys/mount.h>
19 #include <sys/syscallargs.h>
20 #include <compat/sys/time.h>
21 #include <compat/linux/common/linux_types.h>
22 #include <compat/linux/common/linux_mmap.h>
23 #include <compat/linux/common/linux_signal.h>
24 #include <compat/linux/common/linux_siginfo.h>
25 #include <compat/linux/common/linux_machdep.h>
26 #include <compat/linux/linux_syscallargs.h>
27 #else /* _KERNEL_OPT */
28 #include <sys/null.h>
29 #endif /* _KERNEL_OPT */
30 
31 const char *const linux_syscallnames[] = {
32 	/*   0 */	"syscall",
33 	/*   1 */	"exit",
34 	/*   2 */	"fork",
35 	/*   3 */	"read",
36 	/*   4 */	"write",
37 	/*   5 */	"open",
38 	/*   6 */	"close",
39 	/*   7 */	"waitpid",
40 	/*   8 */	"creat",
41 	/*   9 */	"link",
42 	/*  10 */	"unlink",
43 	/*  11 */	"execve",
44 	/*  12 */	"chdir",
45 	/*  13 */	"time",
46 	/*  14 */	"mknod",
47 	/*  15 */	"chmod",
48 	/*  16 */	"lchown16",
49 	/*  17 */	"break",
50 	/*  18 */	"#18 (obsolete ostat)",
51 	/*  19 */	"lseek",
52 	/*  20 */	"getpid",
53 	/*  21 */	"#21 (unimplemented mount)",
54 	/*  22 */	"#22 (unimplemented umount)",
55 	/*  23 */	"linux_setuid16",
56 	/*  24 */	"linux_getuid16",
57 	/*  25 */	"stime",
58 	/*  26 */	"ptrace",
59 	/*  27 */	"alarm",
60 	/*  28 */	"#28 (obsolete ofstat)",
61 	/*  29 */	"pause",
62 	/*  30 */	"utime",
63 	/*  31 */	"#31 (obsolete stty)",
64 	/*  32 */	"#32 (obsolete gtty)",
65 	/*  33 */	"access",
66 	/*  34 */	"nice",
67 	/*  35 */	"#35 (obsolete ftime)",
68 	/*  36 */	"sync",
69 	/*  37 */	"kill",
70 	/*  38 */	"__posix_rename",
71 	/*  39 */	"mkdir",
72 	/*  40 */	"rmdir",
73 	/*  41 */	"dup",
74 	/*  42 */	"pipe",
75 	/*  43 */	"times",
76 	/*  44 */	"#44 (obsolete prof)",
77 	/*  45 */	"brk",
78 	/*  46 */	"linux_setgid16",
79 	/*  47 */	"linux_getgid16",
80 	/*  48 */	"signal",
81 	/*  49 */	"linux_geteuid16",
82 	/*  50 */	"linux_getegid16",
83 	/*  51 */	"acct",
84 	/*  52 */	"#52 (obsolete phys)",
85 	/*  53 */	"#53 (obsolete lock)",
86 	/*  54 */	"ioctl",
87 	/*  55 */	"fcntl",
88 	/*  56 */	"#56 (obsolete mpx)",
89 	/*  57 */	"setpgid",
90 	/*  58 */	"#58 (obsolete ulimit)",
91 	/*  59 */	"oldolduname",
92 	/*  60 */	"umask",
93 	/*  61 */	"chroot",
94 	/*  62 */	"#62 (unimplemented ustat)",
95 	/*  63 */	"dup2",
96 	/*  64 */	"getppid",
97 	/*  65 */	"getpgrp",
98 	/*  66 */	"setsid",
99 	/*  67 */	"sigaction",
100 	/*  68 */	"siggetmask",
101 	/*  69 */	"sigsetmask",
102 	/*  70 */	"setreuid16",
103 	/*  71 */	"setregid16",
104 	/*  72 */	"sigsuspend",
105 	/*  73 */	"sigpending",
106 	/*  74 */	"sethostname",
107 	/*  75 */	"setrlimit",
108 	/*  76 */	"getrlimit",
109 	/*  77 */	"getrusage",
110 	/*  78 */	"gettimeofday",
111 	/*  79 */	"settimeofday",
112 	/*  80 */	"getgroups16",
113 	/*  81 */	"setgroups16",
114 	/*  82 */	"oldselect",
115 	/*  83 */	"symlink",
116 	/*  84 */	"oolstat",
117 	/*  85 */	"readlink",
118 #ifdef EXEC_AOUT
119 	/*  86 */	"uselib",
120 #else
121 	/*  86 */	"#86 (unimplemented sys_uselib)",
122 #endif
123 	/*  87 */	"swapon",
124 	/*  88 */	"reboot",
125 	/*  89 */	"readdir",
126 	/*  90 */	"old_mmap",
127 	/*  91 */	"munmap",
128 	/*  92 */	"truncate",
129 	/*  93 */	"ftruncate",
130 	/*  94 */	"fchmod",
131 	/*  95 */	"fchown16",
132 	/*  96 */	"getpriority",
133 	/*  97 */	"setpriority",
134 	/*  98 */	"profil",
135 	/*  99 */	"statfs",
136 	/* 100 */	"fstatfs",
137 	/* 101 */	"ioperm",
138 	/* 102 */	"socketcall",
139 	/* 103 */	"#103 (unimplemented syslog)",
140 	/* 104 */	"setitimer",
141 	/* 105 */	"getitimer",
142 	/* 106 */	"stat",
143 	/* 107 */	"lstat",
144 	/* 108 */	"fstat",
145 	/* 109 */	"olduname",
146 	/* 110 */	"iopl",
147 	/* 111 */	"#111 (unimplemented vhangup)",
148 	/* 112 */	"#112 (unimplemented idle)",
149 	/* 113 */	"#113 (unimplemented vm86old)",
150 	/* 114 */	"wait4",
151 	/* 115 */	"swapoff",
152 	/* 116 */	"sysinfo",
153 	/* 117 */	"ipc",
154 	/* 118 */	"fsync",
155 	/* 119 */	"sigreturn",
156 	/* 120 */	"clone",
157 	/* 121 */	"setdomainname",
158 	/* 122 */	"uname",
159 	/* 123 */	"modify_ldt",
160 	/* 124 */	"#124 (unimplemented adjtimex)",
161 	/* 125 */	"mprotect",
162 	/* 126 */	"sigprocmask",
163 	/* 127 */	"#127 (unimplemented create_module)",
164 	/* 128 */	"#128 (unimplemented init_module)",
165 	/* 129 */	"#129 (unimplemented delete_module)",
166 	/* 130 */	"#130 (unimplemented get_kernel_syms)",
167 	/* 131 */	"#131 (unimplemented quotactl)",
168 	/* 132 */	"getpgid",
169 	/* 133 */	"fchdir",
170 	/* 134 */	"#134 (unimplemented bdflush)",
171 	/* 135 */	"#135 (unimplemented sysfs)",
172 	/* 136 */	"personality",
173 	/* 137 */	"#137 (unimplemented afs_syscall)",
174 	/* 138 */	"linux_setfsuid16",
175 	/* 139 */	"linux_setfsgid16",
176 	/* 140 */	"llseek",
177 	/* 141 */	"getdents",
178 	/* 142 */	"select",
179 	/* 143 */	"flock",
180 	/* 144 */	"__msync13",
181 	/* 145 */	"readv",
182 	/* 146 */	"writev",
183 	/* 147 */	"getsid",
184 	/* 148 */	"fdatasync",
185 	/* 149 */	"__sysctl",
186 	/* 150 */	"mlock",
187 	/* 151 */	"munlock",
188 	/* 152 */	"mlockall",
189 	/* 153 */	"munlockall",
190 	/* 154 */	"sched_setparam",
191 	/* 155 */	"sched_getparam",
192 	/* 156 */	"sched_setscheduler",
193 	/* 157 */	"sched_getscheduler",
194 	/* 158 */	"sched_yield",
195 	/* 159 */	"sched_get_priority_max",
196 	/* 160 */	"sched_get_priority_min",
197 	/* 161 */	"#161 (unimplemented sys_sched_rr_get_interval)",
198 	/* 162 */	"nanosleep",
199 	/* 163 */	"mremap",
200 	/* 164 */	"setresuid16",
201 	/* 165 */	"getresuid16",
202 	/* 166 */	"#166 (unimplemented vm86)",
203 	/* 167 */	"#167 (unimplemented query_module)",
204 	/* 168 */	"poll",
205 	/* 169 */	"#169 (unimplemented nfsservctl)",
206 	/* 170 */	"setresgid16",
207 	/* 171 */	"getresgid16",
208 	/* 172 */	"#172 (unimplemented prctl)",
209 	/* 173 */	"rt_sigreturn",
210 	/* 174 */	"rt_sigaction",
211 	/* 175 */	"rt_sigprocmask",
212 	/* 176 */	"rt_sigpending",
213 	/* 177 */	"rt_sigtimedwait",
214 	/* 178 */	"rt_queueinfo",
215 	/* 179 */	"rt_sigsuspend",
216 	/* 180 */	"pread",
217 	/* 181 */	"pwrite",
218 	/* 182 */	"chown16",
219 	/* 183 */	"__getcwd",
220 	/* 184 */	"#184 (unimplemented capget)",
221 	/* 185 */	"#185 (unimplemented capset)",
222 	/* 186 */	"sigaltstack",
223 	/* 187 */	"#187 (unimplemented sendfile)",
224 	/* 188 */	"#188 (unimplemented getpmsg)",
225 	/* 189 */	"#189 (unimplemented putpmsg)",
226 	/* 190 */	"__vfork14",
227 	/* 191 */	"ugetrlimit",
228 #define linux_sys_mmap2_args linux_sys_mmap_args
229 	/* 192 */	"mmap2",
230 	/* 193 */	"truncate64",
231 	/* 194 */	"ftruncate64",
232 	/* 195 */	"stat64",
233 	/* 196 */	"lstat64",
234 	/* 197 */	"fstat64",
235 	/* 198 */	"__posix_lchown",
236 	/* 199 */	"getuid",
237 	/* 200 */	"getgid",
238 	/* 201 */	"geteuid",
239 	/* 202 */	"getegid",
240 	/* 203 */	"setreuid",
241 	/* 204 */	"setregid",
242 	/* 205 */	"getgroups",
243 	/* 206 */	"setgroups",
244 	/* 207 */	"__posix_fchown",
245 	/* 208 */	"setresuid",
246 	/* 209 */	"getresuid",
247 	/* 210 */	"setresgid",
248 	/* 211 */	"getresgid",
249 	/* 212 */	"__posix_chown",
250 	/* 213 */	"setuid",
251 	/* 214 */	"setgid",
252 	/* 215 */	"setfsuid",
253 	/* 216 */	"setfsgid",
254 	/* 217 */	"#217 (unimplemented pivot_root)",
255 	/* 218 */	"mincore",
256 	/* 219 */	"madvise",
257 	/* 220 */	"getdents64",
258 	/* 221 */	"fcntl64",
259 	/* 222 */	"#222 (unimplemented / * unused * /)",
260 	/* 223 */	"#223 (unimplemented / * unused * /)",
261 	/* 224 */	"gettid",
262 	/* 225 */	"readahead",
263 	/* 226 */	"setxattr",
264 	/* 227 */	"lsetxattr",
265 	/* 228 */	"fsetxattr",
266 	/* 229 */	"getxattr",
267 	/* 230 */	"lgetxattr",
268 	/* 231 */	"fgetxattr",
269 	/* 232 */	"listxattr",
270 	/* 233 */	"llistxattr",
271 	/* 234 */	"flistxattr",
272 	/* 235 */	"removexattr",
273 	/* 236 */	"lremovexattr",
274 	/* 237 */	"fremovexattr",
275 	/* 238 */	"tkill",
276 	/* 239 */	"#239 (unimplemented sendfile64)",
277 	/* 240 */	"futex",
278 	/* 241 */	"sched_setaffinity",
279 	/* 242 */	"sched_getaffinity",
280 	/* 243 */	"set_thread_area",
281 	/* 244 */	"get_thread_area",
282 	/* 245 */	"#245 (unimplemented io_setup)",
283 	/* 246 */	"#246 (unimplemented io_destroy)",
284 	/* 247 */	"#247 (unimplemented io_getevents)",
285 	/* 248 */	"#248 (unimplemented io_submit)",
286 	/* 249 */	"#249 (unimplemented io_cancel)",
287 	/* 250 */	"fadvise64",
288 	/* 251 */	"#251 (unimplemented / * unused * /)",
289 	/* 252 */	"exit_group",
290 	/* 253 */	"#253 (unimplemented lookup_dcookie)",
291 	/* 254 */	"epoll_create",
292 	/* 255 */	"epoll_ctl",
293 	/* 256 */	"epoll_wait",
294 	/* 257 */	"#257 (unimplemented remap_file_pages)",
295 	/* 258 */	"set_tid_address",
296 	/* 259 */	"timer_create",
297 	/* 260 */	"timer_settime",
298 	/* 261 */	"timer_gettime",
299 	/* 262 */	"timer_getoverrun",
300 	/* 263 */	"timer_delete",
301 	/* 264 */	"clock_settime",
302 	/* 265 */	"clock_gettime",
303 	/* 266 */	"clock_getres",
304 	/* 267 */	"clock_nanosleep",
305 	/* 268 */	"statfs64",
306 	/* 269 */	"fstatfs64",
307 	/* 270 */	"tgkill",
308 	/* 271 */	"utimes",
309 	/* 272 */	"fadvise64_64",
310 	/* 273 */	"#273 (unimplemented vserver)",
311 	/* 274 */	"#274 (unimplemented mbind)",
312 	/* 275 */	"#275 (unimplemented get_mempolicy)",
313 	/* 276 */	"#276 (unimplemented set_mempolicy)",
314 	/* 277 */	"#277 (unimplemented mq_open)",
315 	/* 278 */	"#278 (unimplemented mq_unlink)",
316 	/* 279 */	"#279 (unimplemented mq_timedsend)",
317 	/* 280 */	"#280 (unimplemented mq_timedreceive)",
318 	/* 281 */	"#281 (unimplemented mq_notify)",
319 	/* 282 */	"#282 (unimplemented mq_getsetattr)",
320 	/* 283 */	"#283 (unimplemented sys_kexec_load)",
321 	/* 284 */	"#284 (unimplemented waitid)",
322 	/* 285 */	"#285 (unimplemented / * unused * /)",
323 	/* 286 */	"#286 (unimplemented add_key)",
324 	/* 287 */	"#287 (unimplemented request_key)",
325 	/* 288 */	"#288 (unimplemented keyctl)",
326 	/* 289 */	"#289 (unimplemented ioprio_set)",
327 	/* 290 */	"#290 (unimplemented ioprio_get)",
328 	/* 291 */	"#291 (unimplemented inotify_init)",
329 	/* 292 */	"#292 (unimplemented inotify_add_watch)",
330 	/* 293 */	"#293 (unimplemented inotify_rm_watch)",
331 	/* 294 */	"#294 (unimplemented migrate_pages)",
332 	/* 295 */	"openat",
333 	/* 296 */	"mkdirat",
334 	/* 297 */	"mknodat",
335 	/* 298 */	"fchownat",
336 	/* 299 */	"#299 (unimplemented futimesat)",
337 	/* 300 */	"fstatat64",
338 	/* 301 */	"unlinkat",
339 	/* 302 */	"renameat",
340 	/* 303 */	"linkat",
341 	/* 304 */	"symlinkat",
342 	/* 305 */	"readlinkat",
343 	/* 306 */	"fchmodat",
344 	/* 307 */	"faccessat",
345 	/* 308 */	"pselect6",
346 	/* 309 */	"ppoll",
347 	/* 310 */	"#310 (unimplemented unshare)",
348 	/* 311 */	"__futex_set_robust_list",
349 	/* 312 */	"__futex_get_robust_list",
350 	/* 313 */	"#313 (unimplemented splice)",
351 	/* 314 */	"#314 (unimplemented sync_file_range)",
352 	/* 315 */	"#315 (unimplemented tee)",
353 	/* 316 */	"#316 (unimplemented vmsplice)",
354 	/* 317 */	"#317 (unimplemented move_pages)",
355 	/* 318 */	"#318 (unimplemented getcpu)",
356 	/* 319 */	"epoll_pwait",
357 	/* 320 */	"utimensat",
358 	/* 321 */	"#321 (unimplemented signalfd)",
359 	/* 322 */	"timerfd_create",
360 	/* 323 */	"eventfd",
361 	/* 324 */	"fallocate",
362 	/* 325 */	"timerfd_settime",
363 	/* 326 */	"timerfd_gettime",
364 	/* 327 */	"#327 (unimplemented signalfd4)",
365 	/* 328 */	"eventfd2",
366 	/* 329 */	"epoll_create1",
367 	/* 330 */	"dup3",
368 	/* 331 */	"pipe2",
369 	/* 332 */	"#332 (unimplemented inotify_init1)",
370 	/* 333 */	"preadv",
371 	/* 334 */	"pwritev",
372 	/* 335 */	"#335 (unimplemented rt_tgsigqueueinfo)",
373 	/* 336 */	"#336 (unimplemented perf_counter_open)",
374 	/* 337 */	"#337 (unimplemented recvmmsg)",
375 	/* 338 */	"#338 (unimplemented fanotify_init)",
376 	/* 339 */	"#339 (unimplemented fanotify_mark)",
377 	/* 340 */	"prlimit64",
378 	/* 341 */	"#341 (unimplemented name_to_handle_at)",
379 	/* 342 */	"#342 (unimplemented open_by_handle_at)",
380 	/* 343 */	"#343 (unimplemented clock_adjtime)",
381 	/* 344 */	"#344 (unimplemented syncfs)",
382 	/* 345 */	"#345 (unimplemented sendmmsg)",
383 	/* 346 */	"#346 (unimplemented setns)",
384 	/* 347 */	"#347 (unimplemented process_vm_readv)",
385 	/* 348 */	"#348 (unimplemented process_vm_writev)",
386 	/* 349 */	"#349 (unimplemented kcmp)",
387 	/* 350 */	"#350 (unimplemented finit_module)",
388 	/* 351 */	"#351 (unimplemented sched_setattr)",
389 	/* 352 */	"#352 (unimplemented sched_getattr)",
390 	/* 353 */	"#353 (unimplemented renameat2)",
391 	/* 354 */	"#354 (unimplemented seccomp)",
392 	/* 355 */	"getrandom",
393 	/* 356 */	"memfd_create",
394 	/* 357 */	"#357 (unimplemented bpf)",
395 	/* 358 */	"#358 (unimplemented execveat)",
396 	/* 359 */	"#359 (unimplemented socket)",
397 	/* 360 */	"#360 (unimplemented socketpair)",
398 	/* 361 */	"#361 (unimplemented bind)",
399 	/* 362 */	"#362 (unimplemented connect)",
400 	/* 363 */	"#363 (unimplemented listen)",
401 	/* 364 */	"#364 (unimplemented accept4)",
402 	/* 365 */	"#365 (unimplemented getsockopt)",
403 	/* 366 */	"#366 (unimplemented setsockopt)",
404 	/* 367 */	"#367 (unimplemented getsockname)",
405 	/* 368 */	"#368 (unimplemented getpeername)",
406 	/* 369 */	"#369 (unimplemented sendto)",
407 	/* 370 */	"#370 (unimplemented sendmsg)",
408 	/* 371 */	"#371 (unimplemented recvfrom)",
409 	/* 372 */	"#372 (unimplemented recvmsg)",
410 	/* 373 */	"#373 (unimplemented shutdown)",
411 	/* 374 */	"#374 (unimplemented userfaultfd)",
412 	/* 375 */	"#375 (unimplemented membarrier)",
413 	/* 376 */	"#376 (unimplemented mlock2)",
414 	/* 377 */	"#377 (unimplemented copy_file_range)",
415 	/* 378 */	"#378 (unimplemented preadv2)",
416 	/* 379 */	"#379 (unimplemented pwritev2)",
417 	/* 380 */	"#380 (unimplemented pkey_mprotect)",
418 	/* 381 */	"#381 (unimplemented pkey_alloc)",
419 	/* 382 */	"#382 (unimplemented pkey_free)",
420 	/* 383 */	"#383 (unimplemented statx)",
421 	/* 384 */	"#384 (unimplemented arch_prctl)",
422 	/* 385 */	"#385 (unimplemented io_pgetevents)",
423 	/* 386 */	"#386 (unimplemented rseq)",
424 	/* 387 */	"#387 (unimplemented)",
425 	/* 388 */	"#388 (unimplemented)",
426 	/* 389 */	"#389 (unimplemented)",
427 	/* 390 */	"#390 (unimplemented)",
428 	/* 391 */	"#391 (unimplemented)",
429 	/* 392 */	"#392 (unimplemented)",
430 	/* 393 */	"#393 (unimplemented semget)",
431 	/* 394 */	"#394 (unimplemented semctl)",
432 	/* 395 */	"#395 (unimplemented shmget)",
433 	/* 396 */	"#396 (unimplemented shmctl)",
434 	/* 397 */	"statx",
435 	/* 398 */	"#398 (unimplemented shmdt)",
436 	/* 399 */	"#399 (unimplemented msgget)",
437 	/* 400 */	"#400 (unimplemented msgsnd)",
438 	/* 401 */	"#401 (unimplemented msgrcv)",
439 	/* 402 */	"#402 (unimplemented msgctl)",
440 	/* 403 */	"#403 (unimplemented clock_gettime64)",
441 	/* 404 */	"#404 (unimplemented clock_settime64)",
442 	/* 405 */	"#405 (unimplemented clock_adjtime64)",
443 	/* 406 */	"#406 (unimplemented clock_getres_time64)",
444 	/* 407 */	"#407 (unimplemented clock_nanosleep_time64)",
445 	/* 408 */	"#408 (unimplemented timer_gettime64)",
446 	/* 409 */	"#409 (unimplemented timer_settime64)",
447 	/* 410 */	"#410 (unimplemented timerfd_gettime64)",
448 	/* 411 */	"#411 (unimplemented timerfd_settime64)",
449 	/* 412 */	"#412 (unimplemented utimensat_time64)",
450 	/* 413 */	"#413 (unimplemented pselect6_time64)",
451 	/* 414 */	"#414 (unimplemented ppoll_time64)",
452 	/* 415 */	"#415 (unimplemented)",
453 	/* 416 */	"#416 (unimplemented io_pgetevents_time64)",
454 	/* 417 */	"#417 (unimplemented recvmmsg_time64)",
455 	/* 418 */	"#418 (unimplemented mq_timedsend_time64)",
456 	/* 419 */	"#419 (unimplemented mq_timedreceive_time64)",
457 	/* 420 */	"#420 (unimplemented semtimedop_time64)",
458 	/* 421 */	"#421 (unimplemented rt_sigtimedwait_time64)",
459 	/* 422 */	"#422 (unimplemented futex_time64)",
460 	/* 423 */	"#423 (unimplemented sched_rr_get_interval_time64)",
461 	/* 424 */	"#424 (unimplemented pidfd_send_signal)",
462 	/* 425 */	"#425 (unimplemented io_uring_setup)",
463 	/* 426 */	"#426 (unimplemented io_uring_enter)",
464 	/* 427 */	"#427 (unimplemented io_uring_register)",
465 	/* 428 */	"#428 (unimplemented open_tree)",
466 	/* 429 */	"#429 (unimplemented move_mount)",
467 	/* 430 */	"#430 (unimplemented fsopen)",
468 	/* 431 */	"#431 (unimplemented fsconfig)",
469 	/* 432 */	"#432 (unimplemented fsmount)",
470 	/* 433 */	"#433 (unimplemented fspick)",
471 	/* 434 */	"#434 (unimplemented pidfd_open)",
472 	/* 435 */	"#435 (unimplemented clone3)",
473 	/* 436 */	"close_range",
474 	/* 437 */	"#437 (unimplemented openat2)",
475 	/* 438 */	"#438 (unimplemented pidfd_getfd)",
476 	/* 439 */	"#439 (unimplemented faccessat2)",
477 	/* 440 */	"#440 (unimplemented process_madvise)",
478 	/* 441 */	"epoll_pwait2",
479 	/* 442 */	"# filler",
480 	/* 443 */	"# filler",
481 	/* 444 */	"# filler",
482 	/* 445 */	"# filler",
483 	/* 446 */	"# filler",
484 	/* 447 */	"# filler",
485 	/* 448 */	"# filler",
486 	/* 449 */	"# filler",
487 	/* 450 */	"# filler",
488 	/* 451 */	"# filler",
489 	/* 452 */	"# filler",
490 	/* 453 */	"# filler",
491 	/* 454 */	"# filler",
492 	/* 455 */	"# filler",
493 	/* 456 */	"# filler",
494 	/* 457 */	"# filler",
495 	/* 458 */	"# filler",
496 	/* 459 */	"# filler",
497 	/* 460 */	"# filler",
498 	/* 461 */	"# filler",
499 	/* 462 */	"# filler",
500 	/* 463 */	"# filler",
501 	/* 464 */	"# filler",
502 	/* 465 */	"# filler",
503 	/* 466 */	"# filler",
504 	/* 467 */	"# filler",
505 	/* 468 */	"# filler",
506 	/* 469 */	"# filler",
507 	/* 470 */	"# filler",
508 	/* 471 */	"# filler",
509 	/* 472 */	"# filler",
510 	/* 473 */	"# filler",
511 	/* 474 */	"# filler",
512 	/* 475 */	"# filler",
513 	/* 476 */	"# filler",
514 	/* 477 */	"# filler",
515 	/* 478 */	"# filler",
516 	/* 479 */	"# filler",
517 	/* 480 */	"# filler",
518 	/* 481 */	"# filler",
519 	/* 482 */	"# filler",
520 	/* 483 */	"# filler",
521 	/* 484 */	"# filler",
522 	/* 485 */	"# filler",
523 	/* 486 */	"# filler",
524 	/* 487 */	"# filler",
525 	/* 488 */	"# filler",
526 	/* 489 */	"# filler",
527 	/* 490 */	"# filler",
528 	/* 491 */	"# filler",
529 	/* 492 */	"# filler",
530 	/* 493 */	"# filler",
531 	/* 494 */	"# filler",
532 	/* 495 */	"# filler",
533 	/* 496 */	"# filler",
534 	/* 497 */	"# filler",
535 	/* 498 */	"# filler",
536 	/* 499 */	"# filler",
537 	/* 500 */	"# filler",
538 	/* 501 */	"# filler",
539 	/* 502 */	"# filler",
540 	/* 503 */	"# filler",
541 	/* 504 */	"# filler",
542 	/* 505 */	"# filler",
543 	/* 506 */	"# filler",
544 	/* 507 */	"# filler",
545 	/* 508 */	"# filler",
546 	/* 509 */	"# filler",
547 	/* 510 */	"# filler",
548 	/* 511 */	"# filler",
549 };
550 
551 
552 /* libc style syscall names */
553 const char *const altlinux_syscallnames[] = {
554 	/*   0 */	"nosys",
555 	/*   1 */	NULL, /* exit */
556 	/*   2 */	NULL, /* fork */
557 	/*   3 */	NULL, /* read */
558 	/*   4 */	NULL, /* write */
559 	/*   5 */	NULL, /* open */
560 	/*   6 */	NULL, /* close */
561 	/*   7 */	NULL, /* waitpid */
562 	/*   8 */	NULL, /* creat */
563 	/*   9 */	NULL, /* link */
564 	/*  10 */	NULL, /* unlink */
565 	/*  11 */	NULL, /* execve */
566 	/*  12 */	NULL, /* chdir */
567 	/*  13 */	NULL, /* time */
568 	/*  14 */	NULL, /* mknod */
569 	/*  15 */	NULL, /* chmod */
570 	/*  16 */	NULL, /* lchown16 */
571 	/*  17 */	NULL, /* break */
572 	/*  18 */	NULL, /* obsolete ostat */
573 	/*  19 */	NULL, /* lseek */
574 	/*  20 */	NULL, /* getpid */
575 	/*  21 */	NULL, /* unimplemented mount */
576 	/*  22 */	NULL, /* unimplemented umount */
577 	/*  23 */	"setuid",
578 	/*  24 */	"getuid",
579 	/*  25 */	NULL, /* stime */
580 	/*  26 */	NULL, /* ptrace */
581 	/*  27 */	NULL, /* alarm */
582 	/*  28 */	NULL, /* obsolete ofstat */
583 	/*  29 */	NULL, /* pause */
584 	/*  30 */	NULL, /* utime */
585 	/*  31 */	NULL, /* obsolete stty */
586 	/*  32 */	NULL, /* obsolete gtty */
587 	/*  33 */	NULL, /* access */
588 	/*  34 */	NULL, /* nice */
589 	/*  35 */	NULL, /* obsolete ftime */
590 	/*  36 */	NULL, /* sync */
591 	/*  37 */	NULL, /* kill */
592 	/*  38 */	NULL, /* __posix_rename */
593 	/*  39 */	NULL, /* mkdir */
594 	/*  40 */	NULL, /* rmdir */
595 	/*  41 */	NULL, /* dup */
596 	/*  42 */	NULL, /* pipe */
597 	/*  43 */	NULL, /* times */
598 	/*  44 */	NULL, /* obsolete prof */
599 	/*  45 */	NULL, /* brk */
600 	/*  46 */	"setgid",
601 	/*  47 */	"getgid",
602 	/*  48 */	NULL, /* signal */
603 	/*  49 */	"geteuid",
604 	/*  50 */	"getegid",
605 	/*  51 */	NULL, /* acct */
606 	/*  52 */	NULL, /* obsolete phys */
607 	/*  53 */	NULL, /* obsolete lock */
608 	/*  54 */	NULL, /* ioctl */
609 	/*  55 */	NULL, /* fcntl */
610 	/*  56 */	NULL, /* obsolete mpx */
611 	/*  57 */	NULL, /* setpgid */
612 	/*  58 */	NULL, /* obsolete ulimit */
613 	/*  59 */	NULL, /* oldolduname */
614 	/*  60 */	NULL, /* umask */
615 	/*  61 */	NULL, /* chroot */
616 	/*  62 */	NULL, /* unimplemented ustat */
617 	/*  63 */	NULL, /* dup2 */
618 	/*  64 */	NULL, /* getppid */
619 	/*  65 */	NULL, /* getpgrp */
620 	/*  66 */	NULL, /* setsid */
621 	/*  67 */	NULL, /* sigaction */
622 	/*  68 */	NULL, /* siggetmask */
623 	/*  69 */	NULL, /* sigsetmask */
624 	/*  70 */	NULL, /* setreuid16 */
625 	/*  71 */	NULL, /* setregid16 */
626 	/*  72 */	NULL, /* sigsuspend */
627 	/*  73 */	NULL, /* sigpending */
628 	/*  74 */	NULL, /* sethostname */
629 	/*  75 */	NULL, /* setrlimit */
630 	/*  76 */	NULL, /* getrlimit */
631 	/*  77 */	NULL, /* getrusage */
632 	/*  78 */	NULL, /* gettimeofday */
633 	/*  79 */	NULL, /* settimeofday */
634 	/*  80 */	NULL, /* getgroups16 */
635 	/*  81 */	NULL, /* setgroups16 */
636 	/*  82 */	NULL, /* oldselect */
637 	/*  83 */	NULL, /* symlink */
638 	/*  84 */	"lstat",
639 	/*  85 */	NULL, /* readlink */
640 #ifdef EXEC_AOUT
641 	/*  86 */	NULL, /* uselib */
642 #else
643 	/*  86 */	NULL, /* unimplemented sys_uselib */
644 #endif
645 	/*  87 */	NULL, /* swapon */
646 	/*  88 */	NULL, /* reboot */
647 	/*  89 */	NULL, /* readdir */
648 	/*  90 */	NULL, /* old_mmap */
649 	/*  91 */	NULL, /* munmap */
650 	/*  92 */	NULL, /* truncate */
651 	/*  93 */	NULL, /* ftruncate */
652 	/*  94 */	NULL, /* fchmod */
653 	/*  95 */	NULL, /* fchown16 */
654 	/*  96 */	NULL, /* getpriority */
655 	/*  97 */	NULL, /* setpriority */
656 	/*  98 */	NULL, /* profil */
657 	/*  99 */	NULL, /* statfs */
658 	/* 100 */	NULL, /* fstatfs */
659 	/* 101 */	NULL, /* ioperm */
660 	/* 102 */	NULL, /* socketcall */
661 	/* 103 */	NULL, /* unimplemented syslog */
662 	/* 104 */	NULL, /* setitimer */
663 	/* 105 */	NULL, /* getitimer */
664 	/* 106 */	NULL, /* stat */
665 	/* 107 */	NULL, /* lstat */
666 	/* 108 */	NULL, /* fstat */
667 	/* 109 */	NULL, /* olduname */
668 	/* 110 */	NULL, /* iopl */
669 	/* 111 */	NULL, /* unimplemented vhangup */
670 	/* 112 */	NULL, /* unimplemented idle */
671 	/* 113 */	NULL, /* unimplemented vm86old */
672 	/* 114 */	NULL, /* wait4 */
673 	/* 115 */	NULL, /* swapoff */
674 	/* 116 */	NULL, /* sysinfo */
675 	/* 117 */	NULL, /* ipc */
676 	/* 118 */	NULL, /* fsync */
677 	/* 119 */	NULL, /* sigreturn */
678 	/* 120 */	NULL, /* clone */
679 	/* 121 */	NULL, /* setdomainname */
680 	/* 122 */	NULL, /* uname */
681 	/* 123 */	NULL, /* modify_ldt */
682 	/* 124 */	NULL, /* unimplemented adjtimex */
683 	/* 125 */	NULL, /* mprotect */
684 	/* 126 */	NULL, /* sigprocmask */
685 	/* 127 */	NULL, /* unimplemented create_module */
686 	/* 128 */	NULL, /* unimplemented init_module */
687 	/* 129 */	NULL, /* unimplemented delete_module */
688 	/* 130 */	NULL, /* unimplemented get_kernel_syms */
689 	/* 131 */	NULL, /* unimplemented quotactl */
690 	/* 132 */	NULL, /* getpgid */
691 	/* 133 */	NULL, /* fchdir */
692 	/* 134 */	NULL, /* unimplemented bdflush */
693 	/* 135 */	NULL, /* unimplemented sysfs */
694 	/* 136 */	NULL, /* personality */
695 	/* 137 */	NULL, /* unimplemented afs_syscall */
696 	/* 138 */	"setfsuid",
697 	/* 139 */	"setfsgid",
698 	/* 140 */	NULL, /* llseek */
699 	/* 141 */	NULL, /* getdents */
700 	/* 142 */	NULL, /* select */
701 	/* 143 */	NULL, /* flock */
702 	/* 144 */	"msync",
703 	/* 145 */	NULL, /* readv */
704 	/* 146 */	NULL, /* writev */
705 	/* 147 */	NULL, /* getsid */
706 	/* 148 */	NULL, /* fdatasync */
707 	/* 149 */	NULL, /* __sysctl */
708 	/* 150 */	NULL, /* mlock */
709 	/* 151 */	NULL, /* munlock */
710 	/* 152 */	NULL, /* mlockall */
711 	/* 153 */	NULL, /* munlockall */
712 	/* 154 */	NULL, /* sched_setparam */
713 	/* 155 */	NULL, /* sched_getparam */
714 	/* 156 */	NULL, /* sched_setscheduler */
715 	/* 157 */	NULL, /* sched_getscheduler */
716 	/* 158 */	NULL, /* sched_yield */
717 	/* 159 */	NULL, /* sched_get_priority_max */
718 	/* 160 */	NULL, /* sched_get_priority_min */
719 	/* 161 */	NULL, /* unimplemented sys_sched_rr_get_interval */
720 	/* 162 */	NULL, /* nanosleep */
721 	/* 163 */	NULL, /* mremap */
722 	/* 164 */	NULL, /* setresuid16 */
723 	/* 165 */	NULL, /* getresuid16 */
724 	/* 166 */	NULL, /* unimplemented vm86 */
725 	/* 167 */	NULL, /* unimplemented query_module */
726 	/* 168 */	NULL, /* poll */
727 	/* 169 */	NULL, /* unimplemented nfsservctl */
728 	/* 170 */	NULL, /* setresgid16 */
729 	/* 171 */	NULL, /* getresgid16 */
730 	/* 172 */	NULL, /* unimplemented prctl */
731 	/* 173 */	NULL, /* rt_sigreturn */
732 	/* 174 */	NULL, /* rt_sigaction */
733 	/* 175 */	NULL, /* rt_sigprocmask */
734 	/* 176 */	NULL, /* rt_sigpending */
735 	/* 177 */	NULL, /* rt_sigtimedwait */
736 	/* 178 */	NULL, /* rt_queueinfo */
737 	/* 179 */	NULL, /* rt_sigsuspend */
738 	/* 180 */	NULL, /* pread */
739 	/* 181 */	NULL, /* pwrite */
740 	/* 182 */	NULL, /* chown16 */
741 	/* 183 */	NULL, /* __getcwd */
742 	/* 184 */	NULL, /* unimplemented capget */
743 	/* 185 */	NULL, /* unimplemented capset */
744 	/* 186 */	NULL, /* sigaltstack */
745 	/* 187 */	NULL, /* unimplemented sendfile */
746 	/* 188 */	NULL, /* unimplemented getpmsg */
747 	/* 189 */	NULL, /* unimplemented putpmsg */
748 	/* 190 */	"vfork",
749 	/* 191 */	NULL, /* ugetrlimit */
750 #define linux_sys_mmap2_args linux_sys_mmap_args
751 	/* 192 */	NULL, /* mmap2 */
752 	/* 193 */	NULL, /* truncate64 */
753 	/* 194 */	NULL, /* ftruncate64 */
754 	/* 195 */	NULL, /* stat64 */
755 	/* 196 */	NULL, /* lstat64 */
756 	/* 197 */	NULL, /* fstat64 */
757 	/* 198 */	NULL, /* __posix_lchown */
758 	/* 199 */	NULL, /* getuid */
759 	/* 200 */	NULL, /* getgid */
760 	/* 201 */	NULL, /* geteuid */
761 	/* 202 */	NULL, /* getegid */
762 	/* 203 */	NULL, /* setreuid */
763 	/* 204 */	NULL, /* setregid */
764 	/* 205 */	NULL, /* getgroups */
765 	/* 206 */	NULL, /* setgroups */
766 	/* 207 */	NULL, /* __posix_fchown */
767 	/* 208 */	NULL, /* setresuid */
768 	/* 209 */	NULL, /* getresuid */
769 	/* 210 */	NULL, /* setresgid */
770 	/* 211 */	NULL, /* getresgid */
771 	/* 212 */	NULL, /* __posix_chown */
772 	/* 213 */	NULL, /* setuid */
773 	/* 214 */	NULL, /* setgid */
774 	/* 215 */	NULL, /* setfsuid */
775 	/* 216 */	NULL, /* setfsgid */
776 	/* 217 */	NULL, /* unimplemented pivot_root */
777 	/* 218 */	NULL, /* mincore */
778 	/* 219 */	NULL, /* madvise */
779 	/* 220 */	NULL, /* getdents64 */
780 	/* 221 */	NULL, /* fcntl64 */
781 	/* 222 */	NULL, /* unimplemented / * unused * / */
782 	/* 223 */	NULL, /* unimplemented / * unused * / */
783 	/* 224 */	NULL, /* gettid */
784 	/* 225 */	NULL, /* readahead */
785 	/* 226 */	NULL, /* setxattr */
786 	/* 227 */	NULL, /* lsetxattr */
787 	/* 228 */	NULL, /* fsetxattr */
788 	/* 229 */	NULL, /* getxattr */
789 	/* 230 */	NULL, /* lgetxattr */
790 	/* 231 */	NULL, /* fgetxattr */
791 	/* 232 */	NULL, /* listxattr */
792 	/* 233 */	NULL, /* llistxattr */
793 	/* 234 */	NULL, /* flistxattr */
794 	/* 235 */	NULL, /* removexattr */
795 	/* 236 */	NULL, /* lremovexattr */
796 	/* 237 */	NULL, /* fremovexattr */
797 	/* 238 */	NULL, /* tkill */
798 	/* 239 */	NULL, /* unimplemented sendfile64 */
799 	/* 240 */	NULL, /* futex */
800 	/* 241 */	NULL, /* sched_setaffinity */
801 	/* 242 */	NULL, /* sched_getaffinity */
802 	/* 243 */	NULL, /* set_thread_area */
803 	/* 244 */	NULL, /* get_thread_area */
804 	/* 245 */	NULL, /* unimplemented io_setup */
805 	/* 246 */	NULL, /* unimplemented io_destroy */
806 	/* 247 */	NULL, /* unimplemented io_getevents */
807 	/* 248 */	NULL, /* unimplemented io_submit */
808 	/* 249 */	NULL, /* unimplemented io_cancel */
809 	/* 250 */	NULL, /* fadvise64 */
810 	/* 251 */	NULL, /* unimplemented / * unused * / */
811 	/* 252 */	NULL, /* exit_group */
812 	/* 253 */	NULL, /* unimplemented lookup_dcookie */
813 	/* 254 */	NULL, /* epoll_create */
814 	/* 255 */	NULL, /* epoll_ctl */
815 	/* 256 */	NULL, /* epoll_wait */
816 	/* 257 */	NULL, /* unimplemented remap_file_pages */
817 	/* 258 */	NULL, /* set_tid_address */
818 	/* 259 */	NULL, /* timer_create */
819 	/* 260 */	NULL, /* timer_settime */
820 	/* 261 */	NULL, /* timer_gettime */
821 	/* 262 */	NULL, /* timer_getoverrun */
822 	/* 263 */	NULL, /* timer_delete */
823 	/* 264 */	NULL, /* clock_settime */
824 	/* 265 */	NULL, /* clock_gettime */
825 	/* 266 */	NULL, /* clock_getres */
826 	/* 267 */	NULL, /* clock_nanosleep */
827 	/* 268 */	NULL, /* statfs64 */
828 	/* 269 */	NULL, /* fstatfs64 */
829 	/* 270 */	NULL, /* tgkill */
830 	/* 271 */	NULL, /* utimes */
831 	/* 272 */	NULL, /* fadvise64_64 */
832 	/* 273 */	NULL, /* unimplemented vserver */
833 	/* 274 */	NULL, /* unimplemented mbind */
834 	/* 275 */	NULL, /* unimplemented get_mempolicy */
835 	/* 276 */	NULL, /* unimplemented set_mempolicy */
836 	/* 277 */	NULL, /* unimplemented mq_open */
837 	/* 278 */	NULL, /* unimplemented mq_unlink */
838 	/* 279 */	NULL, /* unimplemented mq_timedsend */
839 	/* 280 */	NULL, /* unimplemented mq_timedreceive */
840 	/* 281 */	NULL, /* unimplemented mq_notify */
841 	/* 282 */	NULL, /* unimplemented mq_getsetattr */
842 	/* 283 */	NULL, /* unimplemented sys_kexec_load */
843 	/* 284 */	NULL, /* unimplemented waitid */
844 	/* 285 */	NULL, /* unimplemented / * unused * / */
845 	/* 286 */	NULL, /* unimplemented add_key */
846 	/* 287 */	NULL, /* unimplemented request_key */
847 	/* 288 */	NULL, /* unimplemented keyctl */
848 	/* 289 */	NULL, /* unimplemented ioprio_set */
849 	/* 290 */	NULL, /* unimplemented ioprio_get */
850 	/* 291 */	NULL, /* unimplemented inotify_init */
851 	/* 292 */	NULL, /* unimplemented inotify_add_watch */
852 	/* 293 */	NULL, /* unimplemented inotify_rm_watch */
853 	/* 294 */	NULL, /* unimplemented migrate_pages */
854 	/* 295 */	NULL, /* openat */
855 	/* 296 */	NULL, /* mkdirat */
856 	/* 297 */	NULL, /* mknodat */
857 	/* 298 */	NULL, /* fchownat */
858 	/* 299 */	NULL, /* unimplemented futimesat */
859 	/* 300 */	NULL, /* fstatat64 */
860 	/* 301 */	NULL, /* unlinkat */
861 	/* 302 */	NULL, /* renameat */
862 	/* 303 */	NULL, /* linkat */
863 	/* 304 */	NULL, /* symlinkat */
864 	/* 305 */	NULL, /* readlinkat */
865 	/* 306 */	NULL, /* fchmodat */
866 	/* 307 */	NULL, /* faccessat */
867 	/* 308 */	NULL, /* pselect6 */
868 	/* 309 */	NULL, /* ppoll */
869 	/* 310 */	NULL, /* unimplemented unshare */
870 	/* 311 */	NULL, /* __futex_set_robust_list */
871 	/* 312 */	NULL, /* __futex_get_robust_list */
872 	/* 313 */	NULL, /* unimplemented splice */
873 	/* 314 */	NULL, /* unimplemented sync_file_range */
874 	/* 315 */	NULL, /* unimplemented tee */
875 	/* 316 */	NULL, /* unimplemented vmsplice */
876 	/* 317 */	NULL, /* unimplemented move_pages */
877 	/* 318 */	NULL, /* unimplemented getcpu */
878 	/* 319 */	NULL, /* epoll_pwait */
879 	/* 320 */	NULL, /* utimensat */
880 	/* 321 */	NULL, /* unimplemented signalfd */
881 	/* 322 */	NULL, /* timerfd_create */
882 	/* 323 */	NULL, /* eventfd */
883 	/* 324 */	NULL, /* fallocate */
884 	/* 325 */	NULL, /* timerfd_settime */
885 	/* 326 */	NULL, /* timerfd_gettime */
886 	/* 327 */	NULL, /* unimplemented signalfd4 */
887 	/* 328 */	NULL, /* eventfd2 */
888 	/* 329 */	NULL, /* epoll_create1 */
889 	/* 330 */	NULL, /* dup3 */
890 	/* 331 */	NULL, /* pipe2 */
891 	/* 332 */	NULL, /* unimplemented inotify_init1 */
892 	/* 333 */	NULL, /* preadv */
893 	/* 334 */	NULL, /* pwritev */
894 	/* 335 */	NULL, /* unimplemented rt_tgsigqueueinfo */
895 	/* 336 */	NULL, /* unimplemented perf_counter_open */
896 	/* 337 */	NULL, /* unimplemented recvmmsg */
897 	/* 338 */	NULL, /* unimplemented fanotify_init */
898 	/* 339 */	NULL, /* unimplemented fanotify_mark */
899 	/* 340 */	NULL, /* prlimit64 */
900 	/* 341 */	NULL, /* unimplemented name_to_handle_at */
901 	/* 342 */	NULL, /* unimplemented open_by_handle_at */
902 	/* 343 */	NULL, /* unimplemented clock_adjtime */
903 	/* 344 */	NULL, /* unimplemented syncfs */
904 	/* 345 */	NULL, /* unimplemented sendmmsg */
905 	/* 346 */	NULL, /* unimplemented setns */
906 	/* 347 */	NULL, /* unimplemented process_vm_readv */
907 	/* 348 */	NULL, /* unimplemented process_vm_writev */
908 	/* 349 */	NULL, /* unimplemented kcmp */
909 	/* 350 */	NULL, /* unimplemented finit_module */
910 	/* 351 */	NULL, /* unimplemented sched_setattr */
911 	/* 352 */	NULL, /* unimplemented sched_getattr */
912 	/* 353 */	NULL, /* unimplemented renameat2 */
913 	/* 354 */	NULL, /* unimplemented seccomp */
914 	/* 355 */	NULL, /* getrandom */
915 	/* 356 */	NULL, /* memfd_create */
916 	/* 357 */	NULL, /* unimplemented bpf */
917 	/* 358 */	NULL, /* unimplemented execveat */
918 	/* 359 */	NULL, /* unimplemented socket */
919 	/* 360 */	NULL, /* unimplemented socketpair */
920 	/* 361 */	NULL, /* unimplemented bind */
921 	/* 362 */	NULL, /* unimplemented connect */
922 	/* 363 */	NULL, /* unimplemented listen */
923 	/* 364 */	NULL, /* unimplemented accept4 */
924 	/* 365 */	NULL, /* unimplemented getsockopt */
925 	/* 366 */	NULL, /* unimplemented setsockopt */
926 	/* 367 */	NULL, /* unimplemented getsockname */
927 	/* 368 */	NULL, /* unimplemented getpeername */
928 	/* 369 */	NULL, /* unimplemented sendto */
929 	/* 370 */	NULL, /* unimplemented sendmsg */
930 	/* 371 */	NULL, /* unimplemented recvfrom */
931 	/* 372 */	NULL, /* unimplemented recvmsg */
932 	/* 373 */	NULL, /* unimplemented shutdown */
933 	/* 374 */	NULL, /* unimplemented userfaultfd */
934 	/* 375 */	NULL, /* unimplemented membarrier */
935 	/* 376 */	NULL, /* unimplemented mlock2 */
936 	/* 377 */	NULL, /* unimplemented copy_file_range */
937 	/* 378 */	NULL, /* unimplemented preadv2 */
938 	/* 379 */	NULL, /* unimplemented pwritev2 */
939 	/* 380 */	NULL, /* unimplemented pkey_mprotect */
940 	/* 381 */	NULL, /* unimplemented pkey_alloc */
941 	/* 382 */	NULL, /* unimplemented pkey_free */
942 	/* 383 */	NULL, /* unimplemented statx */
943 	/* 384 */	NULL, /* unimplemented arch_prctl */
944 	/* 385 */	NULL, /* unimplemented io_pgetevents */
945 	/* 386 */	NULL, /* unimplemented rseq */
946 	/* 387 */	NULL, /* unimplemented */
947 	/* 388 */	NULL, /* unimplemented */
948 	/* 389 */	NULL, /* unimplemented */
949 	/* 390 */	NULL, /* unimplemented */
950 	/* 391 */	NULL, /* unimplemented */
951 	/* 392 */	NULL, /* unimplemented */
952 	/* 393 */	NULL, /* unimplemented semget */
953 	/* 394 */	NULL, /* unimplemented semctl */
954 	/* 395 */	NULL, /* unimplemented shmget */
955 	/* 396 */	NULL, /* unimplemented shmctl */
956 	/* 397 */	NULL, /* statx */
957 	/* 398 */	NULL, /* unimplemented shmdt */
958 	/* 399 */	NULL, /* unimplemented msgget */
959 	/* 400 */	NULL, /* unimplemented msgsnd */
960 	/* 401 */	NULL, /* unimplemented msgrcv */
961 	/* 402 */	NULL, /* unimplemented msgctl */
962 	/* 403 */	NULL, /* unimplemented clock_gettime64 */
963 	/* 404 */	NULL, /* unimplemented clock_settime64 */
964 	/* 405 */	NULL, /* unimplemented clock_adjtime64 */
965 	/* 406 */	NULL, /* unimplemented clock_getres_time64 */
966 	/* 407 */	NULL, /* unimplemented clock_nanosleep_time64 */
967 	/* 408 */	NULL, /* unimplemented timer_gettime64 */
968 	/* 409 */	NULL, /* unimplemented timer_settime64 */
969 	/* 410 */	NULL, /* unimplemented timerfd_gettime64 */
970 	/* 411 */	NULL, /* unimplemented timerfd_settime64 */
971 	/* 412 */	NULL, /* unimplemented utimensat_time64 */
972 	/* 413 */	NULL, /* unimplemented pselect6_time64 */
973 	/* 414 */	NULL, /* unimplemented ppoll_time64 */
974 	/* 415 */	NULL, /* unimplemented */
975 	/* 416 */	NULL, /* unimplemented io_pgetevents_time64 */
976 	/* 417 */	NULL, /* unimplemented recvmmsg_time64 */
977 	/* 418 */	NULL, /* unimplemented mq_timedsend_time64 */
978 	/* 419 */	NULL, /* unimplemented mq_timedreceive_time64 */
979 	/* 420 */	NULL, /* unimplemented semtimedop_time64 */
980 	/* 421 */	NULL, /* unimplemented rt_sigtimedwait_time64 */
981 	/* 422 */	NULL, /* unimplemented futex_time64 */
982 	/* 423 */	NULL, /* unimplemented sched_rr_get_interval_time64 */
983 	/* 424 */	NULL, /* unimplemented pidfd_send_signal */
984 	/* 425 */	NULL, /* unimplemented io_uring_setup */
985 	/* 426 */	NULL, /* unimplemented io_uring_enter */
986 	/* 427 */	NULL, /* unimplemented io_uring_register */
987 	/* 428 */	NULL, /* unimplemented open_tree */
988 	/* 429 */	NULL, /* unimplemented move_mount */
989 	/* 430 */	NULL, /* unimplemented fsopen */
990 	/* 431 */	NULL, /* unimplemented fsconfig */
991 	/* 432 */	NULL, /* unimplemented fsmount */
992 	/* 433 */	NULL, /* unimplemented fspick */
993 	/* 434 */	NULL, /* unimplemented pidfd_open */
994 	/* 435 */	NULL, /* unimplemented clone3 */
995 	/* 436 */	NULL, /* close_range */
996 	/* 437 */	NULL, /* unimplemented openat2 */
997 	/* 438 */	NULL, /* unimplemented pidfd_getfd */
998 	/* 439 */	NULL, /* unimplemented faccessat2 */
999 	/* 440 */	NULL, /* unimplemented process_madvise */
1000 	/* 441 */	NULL, /* epoll_pwait2 */
1001 	/* 442 */	NULL, /* filler */
1002 	/* 443 */	NULL, /* filler */
1003 	/* 444 */	NULL, /* filler */
1004 	/* 445 */	NULL, /* filler */
1005 	/* 446 */	NULL, /* filler */
1006 	/* 447 */	NULL, /* filler */
1007 	/* 448 */	NULL, /* filler */
1008 	/* 449 */	NULL, /* filler */
1009 	/* 450 */	NULL, /* filler */
1010 	/* 451 */	NULL, /* filler */
1011 	/* 452 */	NULL, /* filler */
1012 	/* 453 */	NULL, /* filler */
1013 	/* 454 */	NULL, /* filler */
1014 	/* 455 */	NULL, /* filler */
1015 	/* 456 */	NULL, /* filler */
1016 	/* 457 */	NULL, /* filler */
1017 	/* 458 */	NULL, /* filler */
1018 	/* 459 */	NULL, /* filler */
1019 	/* 460 */	NULL, /* filler */
1020 	/* 461 */	NULL, /* filler */
1021 	/* 462 */	NULL, /* filler */
1022 	/* 463 */	NULL, /* filler */
1023 	/* 464 */	NULL, /* filler */
1024 	/* 465 */	NULL, /* filler */
1025 	/* 466 */	NULL, /* filler */
1026 	/* 467 */	NULL, /* filler */
1027 	/* 468 */	NULL, /* filler */
1028 	/* 469 */	NULL, /* filler */
1029 	/* 470 */	NULL, /* filler */
1030 	/* 471 */	NULL, /* filler */
1031 	/* 472 */	NULL, /* filler */
1032 	/* 473 */	NULL, /* filler */
1033 	/* 474 */	NULL, /* filler */
1034 	/* 475 */	NULL, /* filler */
1035 	/* 476 */	NULL, /* filler */
1036 	/* 477 */	NULL, /* filler */
1037 	/* 478 */	NULL, /* filler */
1038 	/* 479 */	NULL, /* filler */
1039 	/* 480 */	NULL, /* filler */
1040 	/* 481 */	NULL, /* filler */
1041 	/* 482 */	NULL, /* filler */
1042 	/* 483 */	NULL, /* filler */
1043 	/* 484 */	NULL, /* filler */
1044 	/* 485 */	NULL, /* filler */
1045 	/* 486 */	NULL, /* filler */
1046 	/* 487 */	NULL, /* filler */
1047 	/* 488 */	NULL, /* filler */
1048 	/* 489 */	NULL, /* filler */
1049 	/* 490 */	NULL, /* filler */
1050 	/* 491 */	NULL, /* filler */
1051 	/* 492 */	NULL, /* filler */
1052 	/* 493 */	NULL, /* filler */
1053 	/* 494 */	NULL, /* filler */
1054 	/* 495 */	NULL, /* filler */
1055 	/* 496 */	NULL, /* filler */
1056 	/* 497 */	NULL, /* filler */
1057 	/* 498 */	NULL, /* filler */
1058 	/* 499 */	NULL, /* filler */
1059 	/* 500 */	NULL, /* filler */
1060 	/* 501 */	NULL, /* filler */
1061 	/* 502 */	NULL, /* filler */
1062 	/* 503 */	NULL, /* filler */
1063 	/* 504 */	NULL, /* filler */
1064 	/* 505 */	NULL, /* filler */
1065 	/* 506 */	NULL, /* filler */
1066 	/* 507 */	NULL, /* filler */
1067 	/* 508 */	NULL, /* filler */
1068 	/* 509 */	NULL, /* filler */
1069 	/* 510 */	NULL, /* filler */
1070 	/* 511 */	NULL, /* filler */
1071 };
1072