linux_syscalls.c revision 1.7
11.1Sryo/* $NetBSD: linux_syscalls.c,v 1.7 2023/07/29 06:50:47 rin Exp $ */
21.1Sryo
31.1Sryo/*
41.1Sryo * System call names.
51.1Sryo *
61.1Sryo * DO NOT EDIT-- this file is automatically generated.
71.7Srin * created from	NetBSD: syscalls.master,v 1.8 2023/07/29 06:47:26 rin Exp
81.1Sryo */
91.1Sryo
101.1Sryo#include <sys/cdefs.h>
111.1Sryo__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.7 2023/07/29 06:50:47 rin Exp $");
121.1Sryo
131.1Sryo#if defined(_KERNEL_OPT)
141.1Sryo#if defined(_KERNEL_OPT)
151.1Sryo#include "opt_sysv.h"
161.1Sryo#include "opt_compat_43.h"
171.1Sryo#include "opt_compat_netbsd.h"
181.1Sryo#endif
191.1Sryo#include <sys/param.h>
201.1Sryo#include <sys/poll.h>
211.1Sryo#include <sys/systm.h>
221.1Sryo#include <sys/signal.h>
231.1Sryo#include <sys/mount.h>
241.1Sryo#include <sys/syscallargs.h>
251.1Sryo#include <sys/time.h>
261.1Sryo#include <compat/sys/time.h>
271.1Sryo#include <compat/linux/common/linux_types.h>
281.7Srin#include <compat/linux/common/linux_ipc.h>
291.1Sryo#include <compat/linux/common/linux_machdep.h>
301.7Srin#include <compat/linux/common/linux_misc.h>
311.1Sryo#include <compat/linux/common/linux_mmap.h>
321.1Sryo#include <compat/linux/common/linux_msg.h>
331.1Sryo#include <compat/linux/common/linux_sem.h>
341.1Sryo#include <compat/linux/common/linux_shm.h>
351.7Srin#include <compat/linux/common/linux_siginfo.h>
361.1Sryo#include <compat/linux/common/linux_signal.h>
371.1Sryo#include <compat/linux/linux_syscallargs.h>
381.1Sryo#else /* _KERNEL_OPT */
391.1Sryo#include <sys/null.h>
401.1Sryo#endif /* _KERNEL_OPT */
411.1Sryo
421.1Sryoconst char *const linux_syscallnames[] = {
431.1Sryo	/*   0 */	"#0 (unimplemented io_setup)",
441.1Sryo	/*   1 */	"#1 (unimplemented io_destroy)",
451.1Sryo	/*   2 */	"#2 (unimplemented io_submit)",
461.1Sryo	/*   3 */	"#3 (unimplemented io_cancel)",
471.1Sryo	/*   4 */	"#4 (unimplemented io_getevents)",
481.1Sryo	/*   5 */	"setxattr",
491.1Sryo	/*   6 */	"lsetxattr",
501.1Sryo	/*   7 */	"fsetxattr",
511.1Sryo	/*   8 */	"getxattr",
521.1Sryo	/*   9 */	"lgetxattr",
531.1Sryo	/*  10 */	"fgetxattr",
541.1Sryo	/*  11 */	"listxattr",
551.1Sryo	/*  12 */	"llistxattr",
561.1Sryo	/*  13 */	"flistxattr",
571.1Sryo	/*  14 */	"removexattr",
581.1Sryo	/*  15 */	"lremovexattr",
591.1Sryo	/*  16 */	"fremovexattr",
601.1Sryo	/*  17 */	"__getcwd",
611.1Sryo	/*  18 */	"#18 (unimplemented lookup_dcookie)",
621.1Sryo	/*  19 */	"eventfd2",
631.6Schristos	/*  20 */	"epoll_create1",
641.6Schristos	/*  21 */	"epoll_ctl",
651.6Schristos	/*  22 */	"epoll_pwait",
661.1Sryo	/*  23 */	"dup",
671.1Sryo	/*  24 */	"dup3",
681.1Sryo	/*  25 */	"fcntl",
691.1Sryo	/*  26 */	"#26 (unimplemented inotify_init1)",
701.1Sryo	/*  27 */	"#27 (unimplemented inotify_add_watch)",
711.1Sryo	/*  28 */	"#28 (unimplemented inotify_rm_watch)",
721.1Sryo	/*  29 */	"ioctl",
731.1Sryo	/*  30 */	"#30 (unimplemented ioprio_set)",
741.1Sryo	/*  31 */	"#31 (unimplemented ioprio_get)",
751.1Sryo	/*  32 */	"flock",
761.1Sryo	/*  33 */	"mknodat",
771.1Sryo	/*  34 */	"mkdirat",
781.1Sryo	/*  35 */	"unlinkat",
791.1Sryo	/*  36 */	"symlinkat",
801.1Sryo	/*  37 */	"linkat",
811.1Sryo	/*  38 */	"renameat",
821.1Sryo	/*  39 */	"#39 (unimplemented umount2)",
831.1Sryo	/*  40 */	"#40 (unimplemented mount)",
841.1Sryo	/*  41 */	"#41 (unimplemented pivot_root)",
851.1Sryo	/*  42 */	"#42 (unimplemented nfsservctl)",
861.1Sryo	/*  43 */	"statfs",
871.1Sryo	/*  44 */	"fstatfs",
881.1Sryo	/*  45 */	"truncate64",
891.1Sryo	/*  46 */	"ftruncate64",
901.1Sryo	/*  47 */	"fallocate",
911.1Sryo	/*  48 */	"faccessat",
921.1Sryo	/*  49 */	"chdir",
931.1Sryo	/*  50 */	"fchdir",
941.1Sryo	/*  51 */	"chroot",
951.1Sryo	/*  52 */	"fchmod",
961.1Sryo	/*  53 */	"fchmodat",
971.1Sryo	/*  54 */	"fchownat",
981.1Sryo	/*  55 */	"__posix_fchown",
991.1Sryo	/*  56 */	"openat",
1001.1Sryo	/*  57 */	"close",
1011.1Sryo	/*  58 */	"#58 (unimplemented vhangup)",
1021.1Sryo	/*  59 */	"pipe2",
1031.1Sryo	/*  60 */	"#60 (unimplemented quotactl)",
1041.1Sryo	/*  61 */	"getdents64",
1051.1Sryo	/*  62 */	"lseek",
1061.1Sryo	/*  63 */	"read",
1071.1Sryo	/*  64 */	"write",
1081.1Sryo	/*  65 */	"readv",
1091.1Sryo	/*  66 */	"writev",
1101.1Sryo	/*  67 */	"pread",
1111.1Sryo	/*  68 */	"pwrite",
1121.1Sryo	/*  69 */	"preadv",
1131.1Sryo	/*  70 */	"pwritev",
1141.1Sryo	/*  71 */	"#71 (unimplemented sendfile)",
1151.1Sryo	/*  72 */	"pselect6",
1161.1Sryo	/*  73 */	"ppoll",
1171.1Sryo	/*  74 */	"#74 (unimplemented signalfd4)",
1181.1Sryo	/*  75 */	"#75 (unimplemented vmsplice)",
1191.1Sryo	/*  76 */	"#76 (unimplemented splice)",
1201.1Sryo	/*  77 */	"#77 (unimplemented tee)",
1211.1Sryo	/*  78 */	"readlinkat",
1221.1Sryo	/*  79 */	"fstatat64",
1231.1Sryo	/*  80 */	"fstat64",
1241.1Sryo	/*  81 */	"sync",
1251.1Sryo	/*  82 */	"fsync",
1261.1Sryo	/*  83 */	"fdatasync",
1271.1Sryo	/*  84 */	"#84 (unimplemented sync_file_range)",
1281.1Sryo	/*  85 */	"timerfd_create",
1291.1Sryo	/*  86 */	"timerfd_settime",
1301.1Sryo	/*  87 */	"timerfd_gettime",
1311.1Sryo	/*  88 */	"utimensat",
1321.1Sryo	/*  89 */	"acct",
1331.1Sryo	/*  90 */	"#90 (unimplemented capget)",
1341.1Sryo	/*  91 */	"#91 (unimplemented capset)",
1351.1Sryo	/*  92 */	"personality",
1361.1Sryo	/*  93 */	"exit",
1371.1Sryo	/*  94 */	"exit_group",
1381.1Sryo	/*  95 */	"#95 (unimplemented waitid)",
1391.1Sryo	/*  96 */	"set_tid_address",
1401.1Sryo	/*  97 */	"#97 (unimplemented unshare)",
1411.1Sryo	/*  98 */	"futex",
1421.1Sryo	/*  99 */	"__futex_set_robust_list",
1431.1Sryo	/* 100 */	"__futex_get_robust_list",
1441.1Sryo	/* 101 */	"nanosleep",
1451.1Sryo	/* 102 */	"getitimer",
1461.1Sryo	/* 103 */	"setitimer",
1471.1Sryo	/* 104 */	"#104 (unimplemented kexec_load)",
1481.1Sryo	/* 105 */	"#105 (unimplemented init_module)",
1491.1Sryo	/* 106 */	"#106 (unimplemented delete_module)",
1501.1Sryo	/* 107 */	"timer_create",
1511.1Sryo	/* 108 */	"timer_gettime",
1521.1Sryo	/* 109 */	"timer_getoverrun",
1531.1Sryo	/* 110 */	"timer_settime",
1541.1Sryo	/* 111 */	"timer_delete",
1551.1Sryo	/* 112 */	"clock_settime",
1561.1Sryo	/* 113 */	"clock_gettime",
1571.1Sryo	/* 114 */	"clock_getres",
1581.1Sryo	/* 115 */	"clock_nanosleep",
1591.1Sryo	/* 116 */	"#116 (unimplemented syslog)",
1601.1Sryo	/* 117 */	"ptrace",
1611.1Sryo	/* 118 */	"sched_setparam",
1621.1Sryo	/* 119 */	"sched_setscheduler",
1631.1Sryo	/* 120 */	"sched_getscheduler",
1641.1Sryo	/* 121 */	"sched_getparam",
1651.1Sryo	/* 122 */	"sched_setaffinity",
1661.1Sryo	/* 123 */	"sched_getaffinity",
1671.1Sryo	/* 124 */	"sched_yield",
1681.1Sryo	/* 125 */	"sched_get_priority_max",
1691.1Sryo	/* 126 */	"sched_get_priority_min",
1701.1Sryo	/* 127 */	"#127 (unimplemented sys_sched_rr_get_interval)",
1711.1Sryo	/* 128 */	"#128 (unimplemented restart_syscall)",
1721.1Sryo	/* 129 */	"kill",
1731.1Sryo	/* 130 */	"tkill",
1741.1Sryo	/* 131 */	"tgkill",
1751.1Sryo	/* 132 */	"sigaltstack",
1761.1Sryo	/* 133 */	"rt_sigsuspend",
1771.1Sryo	/* 134 */	"rt_sigaction",
1781.1Sryo	/* 135 */	"rt_sigprocmask",
1791.1Sryo	/* 136 */	"rt_sigpending",
1801.1Sryo	/* 137 */	"rt_sigtimedwait",
1811.1Sryo	/* 138 */	"#138 (unimplemented rt_sigqueueinfo)",
1821.1Sryo	/* 139 */	"rt_sigreturn",
1831.1Sryo	/* 140 */	"setpriority",
1841.1Sryo	/* 141 */	"getpriority",
1851.1Sryo	/* 142 */	"reboot",
1861.1Sryo	/* 143 */	"setregid",
1871.1Sryo	/* 144 */	"setgid",
1881.1Sryo	/* 145 */	"setreuid",
1891.1Sryo	/* 146 */	"setuid",
1901.1Sryo	/* 147 */	"setresuid",
1911.1Sryo	/* 148 */	"getresuid",
1921.1Sryo	/* 149 */	"setresgid",
1931.1Sryo	/* 150 */	"getresgid",
1941.1Sryo	/* 151 */	"setfsuid",
1951.1Sryo	/* 152 */	"setfsgid",
1961.1Sryo	/* 153 */	"times",
1971.1Sryo	/* 154 */	"setpgid",
1981.1Sryo	/* 155 */	"getpgid",
1991.1Sryo	/* 156 */	"getsid",
2001.1Sryo	/* 157 */	"setsid",
2011.1Sryo	/* 158 */	"getgroups",
2021.1Sryo	/* 159 */	"setgroups",
2031.1Sryo	/* 160 */	"uname",
2041.1Sryo	/* 161 */	"sethostname",
2051.1Sryo	/* 162 */	"setdomainname",
2061.1Sryo	/* 163 */	"getrlimit",
2071.1Sryo	/* 164 */	"setrlimit",
2081.1Sryo	/* 165 */	"getrusage",
2091.1Sryo	/* 166 */	"umask",
2101.1Sryo	/* 167 */	"#167 (unimplemented prctl)",
2111.1Sryo	/* 168 */	"#168 (unimplemented getcpu)",
2121.1Sryo	/* 169 */	"gettimeofday",
2131.1Sryo	/* 170 */	"settimeofday",
2141.1Sryo	/* 171 */	"#171 (unimplemented adjtimex)",
2151.1Sryo	/* 172 */	"getpid",
2161.1Sryo	/* 173 */	"getppid",
2171.1Sryo	/* 174 */	"getuid",
2181.1Sryo	/* 175 */	"geteuid",
2191.1Sryo	/* 176 */	"getgid",
2201.1Sryo	/* 177 */	"getegid",
2211.1Sryo	/* 178 */	"gettid",
2221.1Sryo	/* 179 */	"sysinfo",
2231.1Sryo	/* 180 */	"#180 (unimplemented mq_open)",
2241.1Sryo	/* 181 */	"#181 (unimplemented mq_unlink)",
2251.1Sryo	/* 182 */	"#182 (unimplemented mq_timedsend)",
2261.1Sryo	/* 183 */	"#183 (unimplemented mq_timedreceive)",
2271.1Sryo	/* 184 */	"#184 (unimplemented mq_notify)",
2281.1Sryo	/* 185 */	"#185 (unimplemented mq_getsetattr)",
2291.1Sryo#ifdef SYSVMSG
2301.1Sryo	/* 186 */	"msgget",
2311.1Sryo	/* 187 */	"msgctl",
2321.1Sryo	/* 188 */	"msgrcv",
2331.1Sryo	/* 189 */	"msgsnd",
2341.1Sryo#else
2351.1Sryo	/* 186 */	"#186 (unimplemented msgget)",
2361.1Sryo	/* 187 */	"#187 (unimplemented msgctl)",
2371.1Sryo	/* 188 */	"#188 (unimplemented msgrcv)",
2381.1Sryo	/* 189 */	"#189 (unimplemented msgsnd)",
2391.1Sryo#endif
2401.1Sryo#ifdef SYSVSEM
2411.1Sryo	/* 190 */	"semget",
2421.1Sryo	/* 191 */	"semctl",
2431.1Sryo	/* 192 */	"#192 (unimplemented semtimedop)",
2441.1Sryo	/* 193 */	"semop",
2451.1Sryo#else
2461.1Sryo	/* 190 */	"#190 (unimplemented semget)",
2471.1Sryo	/* 191 */	"#191 (unimplemented semctl)",
2481.1Sryo	/* 192 */	"#192 (unimplemented semtimedop)",
2491.1Sryo	/* 193 */	"#193 (unimplemented semop)",
2501.1Sryo#endif
2511.1Sryo#ifdef SYSVSEM
2521.1Sryo	/* 194 */	"shmget",
2531.1Sryo	/* 195 */	"shmctl",
2541.1Sryo	/* 196 */	"shmat",
2551.1Sryo	/* 197 */	"shmdt",
2561.1Sryo#else
2571.1Sryo	/* 194 */	"#194 (unimplemented shmget)",
2581.1Sryo	/* 195 */	"#195 (unimplemented shmctl)",
2591.1Sryo	/* 196 */	"#196 (unimplemented shmat)",
2601.1Sryo	/* 197 */	"#197 (unimplemented shmdt)",
2611.1Sryo#endif
2621.1Sryo	/* 198 */	"socket",
2631.1Sryo	/* 199 */	"socketpair",
2641.1Sryo	/* 200 */	"bind",
2651.1Sryo	/* 201 */	"listen",
2661.1Sryo	/* 202 */	"oaccept",
2671.1Sryo	/* 203 */	"connect",
2681.1Sryo	/* 204 */	"getsockname",
2691.1Sryo	/* 205 */	"getpeername",
2701.1Sryo	/* 206 */	"sendto",
2711.1Sryo	/* 207 */	"recvfrom",
2721.1Sryo	/* 208 */	"setsockopt",
2731.1Sryo	/* 209 */	"getsockopt",
2741.1Sryo	/* 210 */	"shutdown",
2751.1Sryo	/* 211 */	"sendmsg",
2761.1Sryo	/* 212 */	"recvmsg",
2771.1Sryo	/* 213 */	"#213 (unimplemented readahead)",
2781.1Sryo	/* 214 */	"brk",
2791.1Sryo	/* 215 */	"munmap",
2801.1Sryo	/* 216 */	"mremap",
2811.1Sryo	/* 217 */	"#217 (unimplemented add_key)",
2821.1Sryo	/* 218 */	"#218 (unimplemented request_key)",
2831.1Sryo	/* 219 */	"#219 (unimplemented keyctl)",
2841.1Sryo	/* 220 */	"clone",
2851.1Sryo	/* 221 */	"execve",
2861.1Sryo	/* 222 */	"mmap",
2871.1Sryo	/* 223 */	"fadvise64",
2881.1Sryo	/* 224 */	"swapon",
2891.1Sryo	/* 225 */	"swapoff",
2901.1Sryo	/* 226 */	"mprotect",
2911.1Sryo	/* 227 */	"__msync13",
2921.1Sryo	/* 228 */	"mlock",
2931.1Sryo	/* 229 */	"munlock",
2941.1Sryo	/* 230 */	"mlockall",
2951.1Sryo	/* 231 */	"munlockall",
2961.1Sryo	/* 232 */	"mincore",
2971.1Sryo	/* 233 */	"madvise",
2981.1Sryo	/* 234 */	"#234 (unimplemented remap_file_pages)",
2991.1Sryo	/* 235 */	"#235 (unimplemented mbind)",
3001.1Sryo	/* 236 */	"#236 (unimplemented get_mempolicy)",
3011.1Sryo	/* 237 */	"#237 (unimplemented set_mempolicy)",
3021.1Sryo	/* 238 */	"#238 (unimplemented migrate_pages)",
3031.1Sryo	/* 239 */	"#239 (unimplemented move_pages)",
3041.1Sryo	/* 240 */	"#240 (unimplemented rt_tgsigqueueinfo)",
3051.1Sryo	/* 241 */	"#241 (unimplemented perf_event_open)",
3061.1Sryo	/* 242 */	"accept4",
3071.1Sryo	/* 243 */	"recvmmsg",
3081.1Sryo	/* 244 */	"#244 (unimplemented arch_specific_syscall)",
3091.1Sryo	/* 245 */	"#245 (unimplemented)",
3101.1Sryo	/* 246 */	"#246 (unimplemented)",
3111.1Sryo	/* 247 */	"#247 (unimplemented)",
3121.1Sryo	/* 248 */	"#248 (unimplemented)",
3131.1Sryo	/* 249 */	"#249 (unimplemented)",
3141.1Sryo	/* 250 */	"#250 (unimplemented)",
3151.1Sryo	/* 251 */	"#251 (unimplemented)",
3161.1Sryo	/* 252 */	"#252 (unimplemented)",
3171.1Sryo	/* 253 */	"#253 (unimplemented)",
3181.1Sryo	/* 254 */	"#254 (unimplemented)",
3191.1Sryo	/* 255 */	"#255 (unimplemented)",
3201.1Sryo	/* 256 */	"#256 (unimplemented)",
3211.1Sryo	/* 257 */	"#257 (unimplemented)",
3221.1Sryo	/* 258 */	"#258 (unimplemented)",
3231.1Sryo	/* 259 */	"#259 (unimplemented)",
3241.1Sryo	/* 260 */	"wait4",
3251.4Sryo	/* 261 */	"prlimit64",
3261.1Sryo	/* 262 */	"#262 (unimplemented fanotify_init)",
3271.1Sryo	/* 263 */	"#263 (unimplemented fanotify_mark)",
3281.1Sryo	/* 264 */	"#264 (unimplemented name_to_handle_at)",
3291.1Sryo	/* 265 */	"#265 (unimplemented open_by_handle_at)",
3301.1Sryo	/* 266 */	"#266 (unimplemented clock_adjtime)",
3311.1Sryo	/* 267 */	"#267 (unimplemented syncfs)",
3321.1Sryo	/* 268 */	"#268 (unimplemented setns)",
3331.1Sryo	/* 269 */	"sendmmsg",
3341.1Sryo	/* 270 */	"#270 (unimplemented process_vm_readv)",
3351.1Sryo	/* 271 */	"#271 (unimplemented process_vm_writev)",
3361.1Sryo	/* 272 */	"#272 (unimplemented kcmp)",
3371.1Sryo	/* 273 */	"#273 (unimplemented finit_module)",
3381.1Sryo	/* 274 */	"#274 (unimplemented sched_setattr)",
3391.1Sryo	/* 275 */	"#275 (unimplemented sched_getattr)",
3401.1Sryo	/* 276 */	"#276 (unimplemented renameat2)",
3411.1Sryo	/* 277 */	"#277 (unimplemented seccomp)",
3421.2Sryo	/* 278 */	"getrandom",
3431.5Schristos	/* 279 */	"memfd_create",
3441.1Sryo	/* 280 */	"#280 (unimplemented bpf)",
3451.1Sryo	/* 281 */	"#281 (unimplemented execveat)",
3461.1Sryo	/* 282 */	"#282 (unimplemented userfaultfd)",
3471.1Sryo	/* 283 */	"#283 (unimplemented membarrier)",
3481.1Sryo	/* 284 */	"#284 (unimplemented mlock2)",
3491.1Sryo	/* 285 */	"#285 (unimplemented copy_file_range)",
3501.1Sryo	/* 286 */	"#286 (unimplemented preadv2)",
3511.1Sryo	/* 287 */	"#287 (unimplemented pwritev2)",
3521.1Sryo	/* 288 */	"#288 (unimplemented pkey_mprotect)",
3531.1Sryo	/* 289 */	"#289 (unimplemented pkey_alloc)",
3541.1Sryo	/* 290 */	"#290 (unimplemented pkey_free)",
3551.3Sryo	/* 291 */	"statx",
3561.1Sryo	/* 292 */	"#292 (unimplemented io_pgetevents)",
3571.1Sryo	/* 293 */	"#293 (unimplemented rseq)",
3581.1Sryo	/* 294 */	"#294 (unimplemented kexec_file_load)",
3591.1Sryo	/* 295 */	"#295 (unimplemented)",
3601.1Sryo	/* 296 */	"#296 (unimplemented)",
3611.1Sryo	/* 297 */	"#297 (unimplemented)",
3621.1Sryo	/* 298 */	"#298 (unimplemented)",
3631.1Sryo	/* 299 */	"#299 (unimplemented)",
3641.1Sryo	/* 300 */	"#300 (unimplemented)",
3651.1Sryo	/* 301 */	"#301 (unimplemented)",
3661.1Sryo	/* 302 */	"#302 (unimplemented)",
3671.1Sryo	/* 303 */	"#303 (unimplemented)",
3681.1Sryo	/* 304 */	"#304 (unimplemented)",
3691.1Sryo	/* 305 */	"#305 (unimplemented)",
3701.1Sryo	/* 306 */	"#306 (unimplemented)",
3711.1Sryo	/* 307 */	"#307 (unimplemented)",
3721.1Sryo	/* 308 */	"#308 (unimplemented)",
3731.1Sryo	/* 309 */	"#309 (unimplemented)",
3741.1Sryo	/* 310 */	"#310 (unimplemented)",
3751.1Sryo	/* 311 */	"#311 (unimplemented)",
3761.1Sryo	/* 312 */	"#312 (unimplemented)",
3771.1Sryo	/* 313 */	"#313 (unimplemented)",
3781.1Sryo	/* 314 */	"#314 (unimplemented)",
3791.1Sryo	/* 315 */	"#315 (unimplemented)",
3801.1Sryo	/* 316 */	"#316 (unimplemented)",
3811.1Sryo	/* 317 */	"#317 (unimplemented)",
3821.1Sryo	/* 318 */	"#318 (unimplemented)",
3831.1Sryo	/* 319 */	"#319 (unimplemented)",
3841.1Sryo	/* 320 */	"#320 (unimplemented)",
3851.1Sryo	/* 321 */	"#321 (unimplemented)",
3861.1Sryo	/* 322 */	"#322 (unimplemented)",
3871.1Sryo	/* 323 */	"#323 (unimplemented)",
3881.1Sryo	/* 324 */	"#324 (unimplemented)",
3891.1Sryo	/* 325 */	"#325 (unimplemented)",
3901.1Sryo	/* 326 */	"#326 (unimplemented)",
3911.1Sryo	/* 327 */	"#327 (unimplemented)",
3921.1Sryo	/* 328 */	"#328 (unimplemented)",
3931.1Sryo	/* 329 */	"#329 (unimplemented)",
3941.1Sryo	/* 330 */	"#330 (unimplemented)",
3951.1Sryo	/* 331 */	"#331 (unimplemented)",
3961.1Sryo	/* 332 */	"#332 (unimplemented)",
3971.1Sryo	/* 333 */	"#333 (unimplemented)",
3981.1Sryo	/* 334 */	"#334 (unimplemented)",
3991.1Sryo	/* 335 */	"#335 (unimplemented)",
4001.1Sryo	/* 336 */	"#336 (unimplemented)",
4011.1Sryo	/* 337 */	"#337 (unimplemented)",
4021.1Sryo	/* 338 */	"#338 (unimplemented)",
4031.1Sryo	/* 339 */	"#339 (unimplemented)",
4041.1Sryo	/* 340 */	"#340 (unimplemented)",
4051.1Sryo	/* 341 */	"#341 (unimplemented)",
4061.1Sryo	/* 342 */	"#342 (unimplemented)",
4071.1Sryo	/* 343 */	"#343 (unimplemented)",
4081.1Sryo	/* 344 */	"#344 (unimplemented)",
4091.1Sryo	/* 345 */	"#345 (unimplemented)",
4101.1Sryo	/* 346 */	"#346 (unimplemented)",
4111.1Sryo	/* 347 */	"#347 (unimplemented)",
4121.1Sryo	/* 348 */	"#348 (unimplemented)",
4131.1Sryo	/* 349 */	"#349 (unimplemented)",
4141.1Sryo	/* 350 */	"#350 (unimplemented)",
4151.1Sryo	/* 351 */	"#351 (unimplemented)",
4161.1Sryo	/* 352 */	"#352 (unimplemented)",
4171.1Sryo	/* 353 */	"#353 (unimplemented)",
4181.1Sryo	/* 354 */	"#354 (unimplemented)",
4191.1Sryo	/* 355 */	"#355 (unimplemented)",
4201.1Sryo	/* 356 */	"#356 (unimplemented)",
4211.1Sryo	/* 357 */	"#357 (unimplemented)",
4221.1Sryo	/* 358 */	"#358 (unimplemented)",
4231.1Sryo	/* 359 */	"#359 (unimplemented)",
4241.1Sryo	/* 360 */	"#360 (unimplemented)",
4251.1Sryo	/* 361 */	"#361 (unimplemented)",
4261.1Sryo	/* 362 */	"#362 (unimplemented)",
4271.1Sryo	/* 363 */	"#363 (unimplemented)",
4281.1Sryo	/* 364 */	"#364 (unimplemented)",
4291.1Sryo	/* 365 */	"#365 (unimplemented)",
4301.1Sryo	/* 366 */	"#366 (unimplemented)",
4311.1Sryo	/* 367 */	"#367 (unimplemented)",
4321.1Sryo	/* 368 */	"#368 (unimplemented)",
4331.1Sryo	/* 369 */	"#369 (unimplemented)",
4341.1Sryo	/* 370 */	"#370 (unimplemented)",
4351.1Sryo	/* 371 */	"#371 (unimplemented)",
4361.1Sryo	/* 372 */	"#372 (unimplemented)",
4371.1Sryo	/* 373 */	"#373 (unimplemented)",
4381.1Sryo	/* 374 */	"#374 (unimplemented)",
4391.1Sryo	/* 375 */	"#375 (unimplemented)",
4401.1Sryo	/* 376 */	"#376 (unimplemented)",
4411.1Sryo	/* 377 */	"#377 (unimplemented)",
4421.1Sryo	/* 378 */	"#378 (unimplemented)",
4431.1Sryo	/* 379 */	"#379 (unimplemented)",
4441.1Sryo	/* 380 */	"#380 (unimplemented)",
4451.1Sryo	/* 381 */	"#381 (unimplemented)",
4461.1Sryo	/* 382 */	"#382 (unimplemented)",
4471.1Sryo	/* 383 */	"#383 (unimplemented)",
4481.1Sryo	/* 384 */	"#384 (unimplemented)",
4491.1Sryo	/* 385 */	"#385 (unimplemented)",
4501.1Sryo	/* 386 */	"#386 (unimplemented)",
4511.1Sryo	/* 387 */	"#387 (unimplemented)",
4521.1Sryo	/* 388 */	"#388 (unimplemented)",
4531.1Sryo	/* 389 */	"#389 (unimplemented)",
4541.1Sryo	/* 390 */	"#390 (unimplemented)",
4551.1Sryo	/* 391 */	"#391 (unimplemented)",
4561.1Sryo	/* 392 */	"#392 (unimplemented)",
4571.1Sryo	/* 393 */	"#393 (unimplemented)",
4581.1Sryo	/* 394 */	"#394 (unimplemented)",
4591.1Sryo	/* 395 */	"#395 (unimplemented)",
4601.1Sryo	/* 396 */	"#396 (unimplemented)",
4611.1Sryo	/* 397 */	"#397 (unimplemented)",
4621.1Sryo	/* 398 */	"#398 (unimplemented)",
4631.1Sryo	/* 399 */	"#399 (unimplemented)",
4641.1Sryo	/* 400 */	"#400 (unimplemented)",
4651.1Sryo	/* 401 */	"#401 (unimplemented)",
4661.1Sryo	/* 402 */	"#402 (unimplemented)",
4671.1Sryo	/* 403 */	"#403 (unimplemented)",
4681.1Sryo	/* 404 */	"#404 (unimplemented)",
4691.1Sryo	/* 405 */	"#405 (unimplemented)",
4701.1Sryo	/* 406 */	"#406 (unimplemented)",
4711.1Sryo	/* 407 */	"#407 (unimplemented)",
4721.1Sryo	/* 408 */	"#408 (unimplemented)",
4731.1Sryo	/* 409 */	"#409 (unimplemented)",
4741.1Sryo	/* 410 */	"#410 (unimplemented)",
4751.1Sryo	/* 411 */	"#411 (unimplemented)",
4761.1Sryo	/* 412 */	"#412 (unimplemented)",
4771.1Sryo	/* 413 */	"#413 (unimplemented)",
4781.1Sryo	/* 414 */	"#414 (unimplemented)",
4791.1Sryo	/* 415 */	"#415 (unimplemented)",
4801.1Sryo	/* 416 */	"#416 (unimplemented)",
4811.1Sryo	/* 417 */	"#417 (unimplemented)",
4821.1Sryo	/* 418 */	"#418 (unimplemented)",
4831.1Sryo	/* 419 */	"#419 (unimplemented)",
4841.1Sryo	/* 420 */	"#420 (unimplemented)",
4851.1Sryo	/* 421 */	"#421 (unimplemented)",
4861.1Sryo	/* 422 */	"#422 (unimplemented)",
4871.1Sryo	/* 423 */	"#423 (unimplemented)",
4881.1Sryo	/* 424 */	"#424 (unimplemented pidfd_send_signal)",
4891.1Sryo	/* 425 */	"#425 (unimplemented io_uring_setup)",
4901.1Sryo	/* 426 */	"#426 (unimplemented io_uring_enter)",
4911.1Sryo	/* 427 */	"#427 (unimplemented io_uring_register)",
4921.1Sryo	/* 428 */	"#428 (unimplemented open_tree)",
4931.1Sryo	/* 429 */	"#429 (unimplemented move_mount)",
4941.1Sryo	/* 430 */	"#430 (unimplemented fsopen)",
4951.1Sryo	/* 431 */	"#431 (unimplemented fsconfig)",
4961.1Sryo	/* 432 */	"#432 (unimplemented fsmount)",
4971.1Sryo	/* 433 */	"#433 (unimplemented fspick)",
4981.1Sryo	/* 434 */	"#434 (unimplemented pidfd_open)",
4991.1Sryo	/* 435 */	"#435 (unimplemented clone3)",
5001.1Sryo	/* 436 */	"#436 (unimplemented)",
5011.1Sryo	/* 437 */	"#437 (unimplemented openat2)",
5021.1Sryo	/* 438 */	"#438 (unimplemented pidfd_getfd)",
5031.1Sryo	/* 439 */	"#439 (unimplemented faccessat2)",
5041.1Sryo	/* 440 */	"nosys",
5051.6Schristos	/* 441 */	"epoll_pwait2",
5061.1Sryo	/* 442 */	"# filler",
5071.1Sryo	/* 443 */	"# filler",
5081.1Sryo	/* 444 */	"# filler",
5091.1Sryo	/* 445 */	"# filler",
5101.1Sryo	/* 446 */	"# filler",
5111.1Sryo	/* 447 */	"# filler",
5121.1Sryo	/* 448 */	"# filler",
5131.1Sryo	/* 449 */	"# filler",
5141.1Sryo	/* 450 */	"# filler",
5151.1Sryo	/* 451 */	"# filler",
5161.1Sryo	/* 452 */	"# filler",
5171.1Sryo	/* 453 */	"# filler",
5181.1Sryo	/* 454 */	"# filler",
5191.1Sryo	/* 455 */	"# filler",
5201.1Sryo	/* 456 */	"# filler",
5211.1Sryo	/* 457 */	"# filler",
5221.1Sryo	/* 458 */	"# filler",
5231.1Sryo	/* 459 */	"# filler",
5241.1Sryo	/* 460 */	"# filler",
5251.1Sryo	/* 461 */	"# filler",
5261.1Sryo	/* 462 */	"# filler",
5271.1Sryo	/* 463 */	"# filler",
5281.1Sryo	/* 464 */	"# filler",
5291.1Sryo	/* 465 */	"# filler",
5301.1Sryo	/* 466 */	"# filler",
5311.1Sryo	/* 467 */	"# filler",
5321.1Sryo	/* 468 */	"# filler",
5331.1Sryo	/* 469 */	"# filler",
5341.1Sryo	/* 470 */	"# filler",
5351.1Sryo	/* 471 */	"# filler",
5361.1Sryo	/* 472 */	"# filler",
5371.1Sryo	/* 473 */	"# filler",
5381.1Sryo	/* 474 */	"# filler",
5391.1Sryo	/* 475 */	"# filler",
5401.1Sryo	/* 476 */	"# filler",
5411.1Sryo	/* 477 */	"# filler",
5421.1Sryo	/* 478 */	"# filler",
5431.1Sryo	/* 479 */	"# filler",
5441.1Sryo	/* 480 */	"# filler",
5451.1Sryo	/* 481 */	"# filler",
5461.1Sryo	/* 482 */	"# filler",
5471.1Sryo	/* 483 */	"# filler",
5481.1Sryo	/* 484 */	"# filler",
5491.1Sryo	/* 485 */	"# filler",
5501.1Sryo	/* 486 */	"# filler",
5511.1Sryo	/* 487 */	"# filler",
5521.1Sryo	/* 488 */	"# filler",
5531.1Sryo	/* 489 */	"# filler",
5541.1Sryo	/* 490 */	"# filler",
5551.1Sryo	/* 491 */	"# filler",
5561.1Sryo	/* 492 */	"# filler",
5571.1Sryo	/* 493 */	"# filler",
5581.1Sryo	/* 494 */	"# filler",
5591.1Sryo	/* 495 */	"# filler",
5601.1Sryo	/* 496 */	"# filler",
5611.1Sryo	/* 497 */	"# filler",
5621.1Sryo	/* 498 */	"# filler",
5631.1Sryo	/* 499 */	"# filler",
5641.1Sryo	/* 500 */	"# filler",
5651.1Sryo	/* 501 */	"# filler",
5661.1Sryo	/* 502 */	"# filler",
5671.1Sryo	/* 503 */	"# filler",
5681.1Sryo	/* 504 */	"# filler",
5691.1Sryo	/* 505 */	"# filler",
5701.1Sryo	/* 506 */	"# filler",
5711.1Sryo	/* 507 */	"# filler",
5721.1Sryo	/* 508 */	"# filler",
5731.1Sryo	/* 509 */	"# filler",
5741.1Sryo	/* 510 */	"# filler",
5751.1Sryo	/* 511 */	"# filler",
5761.1Sryo};
5771.1Sryo
5781.1Sryo
5791.1Sryo/* libc style syscall names */
5801.1Sryoconst char *const altlinux_syscallnames[] = {
5811.1Sryo	/*   0 */	NULL, /* unimplemented io_setup */
5821.1Sryo	/*   1 */	NULL, /* unimplemented io_destroy */
5831.1Sryo	/*   2 */	NULL, /* unimplemented io_submit */
5841.1Sryo	/*   3 */	NULL, /* unimplemented io_cancel */
5851.1Sryo	/*   4 */	NULL, /* unimplemented io_getevents */
5861.1Sryo	/*   5 */	NULL, /* setxattr */
5871.1Sryo	/*   6 */	NULL, /* lsetxattr */
5881.1Sryo	/*   7 */	NULL, /* fsetxattr */
5891.1Sryo	/*   8 */	NULL, /* getxattr */
5901.1Sryo	/*   9 */	NULL, /* lgetxattr */
5911.1Sryo	/*  10 */	NULL, /* fgetxattr */
5921.1Sryo	/*  11 */	NULL, /* listxattr */
5931.1Sryo	/*  12 */	NULL, /* llistxattr */
5941.1Sryo	/*  13 */	NULL, /* flistxattr */
5951.1Sryo	/*  14 */	NULL, /* removexattr */
5961.1Sryo	/*  15 */	NULL, /* lremovexattr */
5971.1Sryo	/*  16 */	NULL, /* fremovexattr */
5981.1Sryo	/*  17 */	NULL, /* __getcwd */
5991.1Sryo	/*  18 */	NULL, /* unimplemented lookup_dcookie */
6001.1Sryo	/*  19 */	NULL, /* eventfd2 */
6011.6Schristos	/*  20 */	NULL, /* epoll_create1 */
6021.6Schristos	/*  21 */	NULL, /* epoll_ctl */
6031.6Schristos	/*  22 */	NULL, /* epoll_pwait */
6041.1Sryo	/*  23 */	NULL, /* dup */
6051.1Sryo	/*  24 */	NULL, /* dup3 */
6061.1Sryo	/*  25 */	NULL, /* fcntl */
6071.1Sryo	/*  26 */	NULL, /* unimplemented inotify_init1 */
6081.1Sryo	/*  27 */	NULL, /* unimplemented inotify_add_watch */
6091.1Sryo	/*  28 */	NULL, /* unimplemented inotify_rm_watch */
6101.1Sryo	/*  29 */	NULL, /* ioctl */
6111.1Sryo	/*  30 */	NULL, /* unimplemented ioprio_set */
6121.1Sryo	/*  31 */	NULL, /* unimplemented ioprio_get */
6131.1Sryo	/*  32 */	NULL, /* flock */
6141.1Sryo	/*  33 */	NULL, /* mknodat */
6151.1Sryo	/*  34 */	NULL, /* mkdirat */
6161.1Sryo	/*  35 */	NULL, /* unlinkat */
6171.1Sryo	/*  36 */	NULL, /* symlinkat */
6181.1Sryo	/*  37 */	NULL, /* linkat */
6191.1Sryo	/*  38 */	NULL, /* renameat */
6201.1Sryo	/*  39 */	NULL, /* unimplemented umount2 */
6211.1Sryo	/*  40 */	NULL, /* unimplemented mount */
6221.1Sryo	/*  41 */	NULL, /* unimplemented pivot_root */
6231.1Sryo	/*  42 */	NULL, /* unimplemented nfsservctl */
6241.1Sryo	/*  43 */	NULL, /* statfs */
6251.1Sryo	/*  44 */	NULL, /* fstatfs */
6261.1Sryo	/*  45 */	NULL, /* truncate64 */
6271.1Sryo	/*  46 */	NULL, /* ftruncate64 */
6281.1Sryo	/*  47 */	NULL, /* fallocate */
6291.1Sryo	/*  48 */	NULL, /* faccessat */
6301.1Sryo	/*  49 */	NULL, /* chdir */
6311.1Sryo	/*  50 */	NULL, /* fchdir */
6321.1Sryo	/*  51 */	NULL, /* chroot */
6331.1Sryo	/*  52 */	NULL, /* fchmod */
6341.1Sryo	/*  53 */	NULL, /* fchmodat */
6351.1Sryo	/*  54 */	NULL, /* fchownat */
6361.1Sryo	/*  55 */	NULL, /* __posix_fchown */
6371.1Sryo	/*  56 */	NULL, /* openat */
6381.1Sryo	/*  57 */	NULL, /* close */
6391.1Sryo	/*  58 */	NULL, /* unimplemented vhangup */
6401.1Sryo	/*  59 */	NULL, /* pipe2 */
6411.1Sryo	/*  60 */	NULL, /* unimplemented quotactl */
6421.1Sryo	/*  61 */	NULL, /* getdents64 */
6431.1Sryo	/*  62 */	NULL, /* lseek */
6441.1Sryo	/*  63 */	NULL, /* read */
6451.1Sryo	/*  64 */	NULL, /* write */
6461.1Sryo	/*  65 */	NULL, /* readv */
6471.1Sryo	/*  66 */	NULL, /* writev */
6481.1Sryo	/*  67 */	NULL, /* pread */
6491.1Sryo	/*  68 */	NULL, /* pwrite */
6501.1Sryo	/*  69 */	NULL, /* preadv */
6511.1Sryo	/*  70 */	NULL, /* pwritev */
6521.1Sryo	/*  71 */	NULL, /* unimplemented sendfile */
6531.1Sryo	/*  72 */	NULL, /* pselect6 */
6541.1Sryo	/*  73 */	NULL, /* ppoll */
6551.1Sryo	/*  74 */	NULL, /* unimplemented signalfd4 */
6561.1Sryo	/*  75 */	NULL, /* unimplemented vmsplice */
6571.1Sryo	/*  76 */	NULL, /* unimplemented splice */
6581.1Sryo	/*  77 */	NULL, /* unimplemented tee */
6591.1Sryo	/*  78 */	NULL, /* readlinkat */
6601.1Sryo	/*  79 */	NULL, /* fstatat64 */
6611.1Sryo	/*  80 */	NULL, /* fstat64 */
6621.1Sryo	/*  81 */	NULL, /* sync */
6631.1Sryo	/*  82 */	NULL, /* fsync */
6641.1Sryo	/*  83 */	NULL, /* fdatasync */
6651.1Sryo	/*  84 */	NULL, /* unimplemented sync_file_range */
6661.1Sryo	/*  85 */	NULL, /* timerfd_create */
6671.1Sryo	/*  86 */	NULL, /* timerfd_settime */
6681.1Sryo	/*  87 */	NULL, /* timerfd_gettime */
6691.1Sryo	/*  88 */	NULL, /* utimensat */
6701.1Sryo	/*  89 */	NULL, /* acct */
6711.1Sryo	/*  90 */	NULL, /* unimplemented capget */
6721.1Sryo	/*  91 */	NULL, /* unimplemented capset */
6731.1Sryo	/*  92 */	NULL, /* personality */
6741.1Sryo	/*  93 */	NULL, /* exit */
6751.1Sryo	/*  94 */	NULL, /* exit_group */
6761.1Sryo	/*  95 */	NULL, /* unimplemented waitid */
6771.1Sryo	/*  96 */	NULL, /* set_tid_address */
6781.1Sryo	/*  97 */	NULL, /* unimplemented unshare */
6791.1Sryo	/*  98 */	NULL, /* futex */
6801.1Sryo	/*  99 */	NULL, /* __futex_set_robust_list */
6811.1Sryo	/* 100 */	NULL, /* __futex_get_robust_list */
6821.1Sryo	/* 101 */	NULL, /* nanosleep */
6831.1Sryo	/* 102 */	NULL, /* getitimer */
6841.1Sryo	/* 103 */	NULL, /* setitimer */
6851.1Sryo	/* 104 */	NULL, /* unimplemented kexec_load */
6861.1Sryo	/* 105 */	NULL, /* unimplemented init_module */
6871.1Sryo	/* 106 */	NULL, /* unimplemented delete_module */
6881.1Sryo	/* 107 */	NULL, /* timer_create */
6891.1Sryo	/* 108 */	NULL, /* timer_gettime */
6901.1Sryo	/* 109 */	NULL, /* timer_getoverrun */
6911.1Sryo	/* 110 */	NULL, /* timer_settime */
6921.1Sryo	/* 111 */	NULL, /* timer_delete */
6931.1Sryo	/* 112 */	NULL, /* clock_settime */
6941.1Sryo	/* 113 */	NULL, /* clock_gettime */
6951.1Sryo	/* 114 */	NULL, /* clock_getres */
6961.1Sryo	/* 115 */	NULL, /* clock_nanosleep */
6971.1Sryo	/* 116 */	NULL, /* unimplemented syslog */
6981.1Sryo	/* 117 */	NULL, /* ptrace */
6991.1Sryo	/* 118 */	NULL, /* sched_setparam */
7001.1Sryo	/* 119 */	NULL, /* sched_setscheduler */
7011.1Sryo	/* 120 */	NULL, /* sched_getscheduler */
7021.1Sryo	/* 121 */	NULL, /* sched_getparam */
7031.1Sryo	/* 122 */	NULL, /* sched_setaffinity */
7041.1Sryo	/* 123 */	NULL, /* sched_getaffinity */
7051.1Sryo	/* 124 */	NULL, /* sched_yield */
7061.1Sryo	/* 125 */	NULL, /* sched_get_priority_max */
7071.1Sryo	/* 126 */	NULL, /* sched_get_priority_min */
7081.1Sryo	/* 127 */	NULL, /* unimplemented sys_sched_rr_get_interval */
7091.1Sryo	/* 128 */	NULL, /* unimplemented restart_syscall */
7101.1Sryo	/* 129 */	NULL, /* kill */
7111.1Sryo	/* 130 */	NULL, /* tkill */
7121.1Sryo	/* 131 */	NULL, /* tgkill */
7131.1Sryo	/* 132 */	NULL, /* sigaltstack */
7141.1Sryo	/* 133 */	NULL, /* rt_sigsuspend */
7151.1Sryo	/* 134 */	NULL, /* rt_sigaction */
7161.1Sryo	/* 135 */	NULL, /* rt_sigprocmask */
7171.1Sryo	/* 136 */	NULL, /* rt_sigpending */
7181.1Sryo	/* 137 */	NULL, /* rt_sigtimedwait */
7191.1Sryo	/* 138 */	NULL, /* unimplemented rt_sigqueueinfo */
7201.1Sryo	/* 139 */	NULL, /* rt_sigreturn */
7211.1Sryo	/* 140 */	NULL, /* setpriority */
7221.1Sryo	/* 141 */	NULL, /* getpriority */
7231.1Sryo	/* 142 */	NULL, /* reboot */
7241.1Sryo	/* 143 */	NULL, /* setregid */
7251.1Sryo	/* 144 */	NULL, /* setgid */
7261.1Sryo	/* 145 */	NULL, /* setreuid */
7271.1Sryo	/* 146 */	NULL, /* setuid */
7281.1Sryo	/* 147 */	NULL, /* setresuid */
7291.1Sryo	/* 148 */	NULL, /* getresuid */
7301.1Sryo	/* 149 */	NULL, /* setresgid */
7311.1Sryo	/* 150 */	NULL, /* getresgid */
7321.1Sryo	/* 151 */	NULL, /* setfsuid */
7331.1Sryo	/* 152 */	NULL, /* setfsgid */
7341.1Sryo	/* 153 */	NULL, /* times */
7351.1Sryo	/* 154 */	NULL, /* setpgid */
7361.1Sryo	/* 155 */	NULL, /* getpgid */
7371.1Sryo	/* 156 */	NULL, /* getsid */
7381.1Sryo	/* 157 */	NULL, /* setsid */
7391.1Sryo	/* 158 */	NULL, /* getgroups */
7401.1Sryo	/* 159 */	NULL, /* setgroups */
7411.1Sryo	/* 160 */	NULL, /* uname */
7421.1Sryo	/* 161 */	NULL, /* sethostname */
7431.1Sryo	/* 162 */	NULL, /* setdomainname */
7441.1Sryo	/* 163 */	NULL, /* getrlimit */
7451.1Sryo	/* 164 */	NULL, /* setrlimit */
7461.1Sryo	/* 165 */	NULL, /* getrusage */
7471.1Sryo	/* 166 */	NULL, /* umask */
7481.1Sryo	/* 167 */	NULL, /* unimplemented prctl */
7491.1Sryo	/* 168 */	NULL, /* unimplemented getcpu */
7501.1Sryo	/* 169 */	NULL, /* gettimeofday */
7511.1Sryo	/* 170 */	NULL, /* settimeofday */
7521.1Sryo	/* 171 */	NULL, /* unimplemented adjtimex */
7531.1Sryo	/* 172 */	NULL, /* getpid */
7541.1Sryo	/* 173 */	NULL, /* getppid */
7551.1Sryo	/* 174 */	NULL, /* getuid */
7561.1Sryo	/* 175 */	NULL, /* geteuid */
7571.1Sryo	/* 176 */	NULL, /* getgid */
7581.1Sryo	/* 177 */	NULL, /* getegid */
7591.1Sryo	/* 178 */	NULL, /* gettid */
7601.1Sryo	/* 179 */	NULL, /* sysinfo */
7611.1Sryo	/* 180 */	NULL, /* unimplemented mq_open */
7621.1Sryo	/* 181 */	NULL, /* unimplemented mq_unlink */
7631.1Sryo	/* 182 */	NULL, /* unimplemented mq_timedsend */
7641.1Sryo	/* 183 */	NULL, /* unimplemented mq_timedreceive */
7651.1Sryo	/* 184 */	NULL, /* unimplemented mq_notify */
7661.1Sryo	/* 185 */	NULL, /* unimplemented mq_getsetattr */
7671.1Sryo#ifdef SYSVMSG
7681.1Sryo	/* 186 */	NULL, /* msgget */
7691.1Sryo	/* 187 */	NULL, /* msgctl */
7701.1Sryo	/* 188 */	NULL, /* msgrcv */
7711.1Sryo	/* 189 */	NULL, /* msgsnd */
7721.1Sryo#else
7731.1Sryo	/* 186 */	NULL, /* unimplemented msgget */
7741.1Sryo	/* 187 */	NULL, /* unimplemented msgctl */
7751.1Sryo	/* 188 */	NULL, /* unimplemented msgrcv */
7761.1Sryo	/* 189 */	NULL, /* unimplemented msgsnd */
7771.1Sryo#endif
7781.1Sryo#ifdef SYSVSEM
7791.1Sryo	/* 190 */	NULL, /* semget */
7801.1Sryo	/* 191 */	NULL, /* semctl */
7811.1Sryo	/* 192 */	NULL, /* unimplemented semtimedop */
7821.1Sryo	/* 193 */	NULL, /* semop */
7831.1Sryo#else
7841.1Sryo	/* 190 */	NULL, /* unimplemented semget */
7851.1Sryo	/* 191 */	NULL, /* unimplemented semctl */
7861.1Sryo	/* 192 */	NULL, /* unimplemented semtimedop */
7871.1Sryo	/* 193 */	NULL, /* unimplemented semop */
7881.1Sryo#endif
7891.1Sryo#ifdef SYSVSEM
7901.1Sryo	/* 194 */	NULL, /* shmget */
7911.1Sryo	/* 195 */	NULL, /* shmctl */
7921.1Sryo	/* 196 */	NULL, /* shmat */
7931.1Sryo	/* 197 */	NULL, /* shmdt */
7941.1Sryo#else
7951.1Sryo	/* 194 */	NULL, /* unimplemented shmget */
7961.1Sryo	/* 195 */	NULL, /* unimplemented shmctl */
7971.1Sryo	/* 196 */	NULL, /* unimplemented shmat */
7981.1Sryo	/* 197 */	NULL, /* unimplemented shmdt */
7991.1Sryo#endif
8001.1Sryo	/* 198 */	NULL, /* socket */
8011.1Sryo	/* 199 */	NULL, /* socketpair */
8021.1Sryo	/* 200 */	NULL, /* bind */
8031.1Sryo	/* 201 */	NULL, /* listen */
8041.1Sryo	/* 202 */	"accept",
8051.1Sryo	/* 203 */	NULL, /* connect */
8061.1Sryo	/* 204 */	NULL, /* getsockname */
8071.1Sryo	/* 205 */	NULL, /* getpeername */
8081.1Sryo	/* 206 */	NULL, /* sendto */
8091.1Sryo	/* 207 */	NULL, /* recvfrom */
8101.1Sryo	/* 208 */	NULL, /* setsockopt */
8111.1Sryo	/* 209 */	NULL, /* getsockopt */
8121.1Sryo	/* 210 */	NULL, /* shutdown */
8131.1Sryo	/* 211 */	NULL, /* sendmsg */
8141.1Sryo	/* 212 */	NULL, /* recvmsg */
8151.1Sryo	/* 213 */	NULL, /* unimplemented readahead */
8161.1Sryo	/* 214 */	NULL, /* brk */
8171.1Sryo	/* 215 */	NULL, /* munmap */
8181.1Sryo	/* 216 */	NULL, /* mremap */
8191.1Sryo	/* 217 */	NULL, /* unimplemented add_key */
8201.1Sryo	/* 218 */	NULL, /* unimplemented request_key */
8211.1Sryo	/* 219 */	NULL, /* unimplemented keyctl */
8221.1Sryo	/* 220 */	NULL, /* clone */
8231.1Sryo	/* 221 */	NULL, /* execve */
8241.1Sryo	/* 222 */	NULL, /* mmap */
8251.1Sryo	/* 223 */	NULL, /* fadvise64 */
8261.1Sryo	/* 224 */	NULL, /* swapon */
8271.1Sryo	/* 225 */	NULL, /* swapoff */
8281.1Sryo	/* 226 */	NULL, /* mprotect */
8291.1Sryo	/* 227 */	"msync",
8301.1Sryo	/* 228 */	NULL, /* mlock */
8311.1Sryo	/* 229 */	NULL, /* munlock */
8321.1Sryo	/* 230 */	NULL, /* mlockall */
8331.1Sryo	/* 231 */	NULL, /* munlockall */
8341.1Sryo	/* 232 */	NULL, /* mincore */
8351.1Sryo	/* 233 */	NULL, /* madvise */
8361.1Sryo	/* 234 */	NULL, /* unimplemented remap_file_pages */
8371.1Sryo	/* 235 */	NULL, /* unimplemented mbind */
8381.1Sryo	/* 236 */	NULL, /* unimplemented get_mempolicy */
8391.1Sryo	/* 237 */	NULL, /* unimplemented set_mempolicy */
8401.1Sryo	/* 238 */	NULL, /* unimplemented migrate_pages */
8411.1Sryo	/* 239 */	NULL, /* unimplemented move_pages */
8421.1Sryo	/* 240 */	NULL, /* unimplemented rt_tgsigqueueinfo */
8431.1Sryo	/* 241 */	NULL, /* unimplemented perf_event_open */
8441.1Sryo	/* 242 */	NULL, /* accept4 */
8451.1Sryo	/* 243 */	NULL, /* recvmmsg */
8461.1Sryo	/* 244 */	NULL, /* unimplemented arch_specific_syscall */
8471.1Sryo	/* 245 */	NULL, /* unimplemented */
8481.1Sryo	/* 246 */	NULL, /* unimplemented */
8491.1Sryo	/* 247 */	NULL, /* unimplemented */
8501.1Sryo	/* 248 */	NULL, /* unimplemented */
8511.1Sryo	/* 249 */	NULL, /* unimplemented */
8521.1Sryo	/* 250 */	NULL, /* unimplemented */
8531.1Sryo	/* 251 */	NULL, /* unimplemented */
8541.1Sryo	/* 252 */	NULL, /* unimplemented */
8551.1Sryo	/* 253 */	NULL, /* unimplemented */
8561.1Sryo	/* 254 */	NULL, /* unimplemented */
8571.1Sryo	/* 255 */	NULL, /* unimplemented */
8581.1Sryo	/* 256 */	NULL, /* unimplemented */
8591.1Sryo	/* 257 */	NULL, /* unimplemented */
8601.1Sryo	/* 258 */	NULL, /* unimplemented */
8611.1Sryo	/* 259 */	NULL, /* unimplemented */
8621.1Sryo	/* 260 */	NULL, /* wait4 */
8631.4Sryo	/* 261 */	NULL, /* prlimit64 */
8641.1Sryo	/* 262 */	NULL, /* unimplemented fanotify_init */
8651.1Sryo	/* 263 */	NULL, /* unimplemented fanotify_mark */
8661.1Sryo	/* 264 */	NULL, /* unimplemented name_to_handle_at */
8671.1Sryo	/* 265 */	NULL, /* unimplemented open_by_handle_at */
8681.1Sryo	/* 266 */	NULL, /* unimplemented clock_adjtime */
8691.1Sryo	/* 267 */	NULL, /* unimplemented syncfs */
8701.1Sryo	/* 268 */	NULL, /* unimplemented setns */
8711.1Sryo	/* 269 */	NULL, /* sendmmsg */
8721.1Sryo	/* 270 */	NULL, /* unimplemented process_vm_readv */
8731.1Sryo	/* 271 */	NULL, /* unimplemented process_vm_writev */
8741.1Sryo	/* 272 */	NULL, /* unimplemented kcmp */
8751.1Sryo	/* 273 */	NULL, /* unimplemented finit_module */
8761.1Sryo	/* 274 */	NULL, /* unimplemented sched_setattr */
8771.1Sryo	/* 275 */	NULL, /* unimplemented sched_getattr */
8781.1Sryo	/* 276 */	NULL, /* unimplemented renameat2 */
8791.1Sryo	/* 277 */	NULL, /* unimplemented seccomp */
8801.2Sryo	/* 278 */	NULL, /* getrandom */
8811.5Schristos	/* 279 */	NULL, /* memfd_create */
8821.1Sryo	/* 280 */	NULL, /* unimplemented bpf */
8831.1Sryo	/* 281 */	NULL, /* unimplemented execveat */
8841.1Sryo	/* 282 */	NULL, /* unimplemented userfaultfd */
8851.1Sryo	/* 283 */	NULL, /* unimplemented membarrier */
8861.1Sryo	/* 284 */	NULL, /* unimplemented mlock2 */
8871.1Sryo	/* 285 */	NULL, /* unimplemented copy_file_range */
8881.1Sryo	/* 286 */	NULL, /* unimplemented preadv2 */
8891.1Sryo	/* 287 */	NULL, /* unimplemented pwritev2 */
8901.1Sryo	/* 288 */	NULL, /* unimplemented pkey_mprotect */
8911.1Sryo	/* 289 */	NULL, /* unimplemented pkey_alloc */
8921.1Sryo	/* 290 */	NULL, /* unimplemented pkey_free */
8931.3Sryo	/* 291 */	NULL, /* statx */
8941.1Sryo	/* 292 */	NULL, /* unimplemented io_pgetevents */
8951.1Sryo	/* 293 */	NULL, /* unimplemented rseq */
8961.1Sryo	/* 294 */	NULL, /* unimplemented kexec_file_load */
8971.1Sryo	/* 295 */	NULL, /* unimplemented */
8981.1Sryo	/* 296 */	NULL, /* unimplemented */
8991.1Sryo	/* 297 */	NULL, /* unimplemented */
9001.1Sryo	/* 298 */	NULL, /* unimplemented */
9011.1Sryo	/* 299 */	NULL, /* unimplemented */
9021.1Sryo	/* 300 */	NULL, /* unimplemented */
9031.1Sryo	/* 301 */	NULL, /* unimplemented */
9041.1Sryo	/* 302 */	NULL, /* unimplemented */
9051.1Sryo	/* 303 */	NULL, /* unimplemented */
9061.1Sryo	/* 304 */	NULL, /* unimplemented */
9071.1Sryo	/* 305 */	NULL, /* unimplemented */
9081.1Sryo	/* 306 */	NULL, /* unimplemented */
9091.1Sryo	/* 307 */	NULL, /* unimplemented */
9101.1Sryo	/* 308 */	NULL, /* unimplemented */
9111.1Sryo	/* 309 */	NULL, /* unimplemented */
9121.1Sryo	/* 310 */	NULL, /* unimplemented */
9131.1Sryo	/* 311 */	NULL, /* unimplemented */
9141.1Sryo	/* 312 */	NULL, /* unimplemented */
9151.1Sryo	/* 313 */	NULL, /* unimplemented */
9161.1Sryo	/* 314 */	NULL, /* unimplemented */
9171.1Sryo	/* 315 */	NULL, /* unimplemented */
9181.1Sryo	/* 316 */	NULL, /* unimplemented */
9191.1Sryo	/* 317 */	NULL, /* unimplemented */
9201.1Sryo	/* 318 */	NULL, /* unimplemented */
9211.1Sryo	/* 319 */	NULL, /* unimplemented */
9221.1Sryo	/* 320 */	NULL, /* unimplemented */
9231.1Sryo	/* 321 */	NULL, /* unimplemented */
9241.1Sryo	/* 322 */	NULL, /* unimplemented */
9251.1Sryo	/* 323 */	NULL, /* unimplemented */
9261.1Sryo	/* 324 */	NULL, /* unimplemented */
9271.1Sryo	/* 325 */	NULL, /* unimplemented */
9281.1Sryo	/* 326 */	NULL, /* unimplemented */
9291.1Sryo	/* 327 */	NULL, /* unimplemented */
9301.1Sryo	/* 328 */	NULL, /* unimplemented */
9311.1Sryo	/* 329 */	NULL, /* unimplemented */
9321.1Sryo	/* 330 */	NULL, /* unimplemented */
9331.1Sryo	/* 331 */	NULL, /* unimplemented */
9341.1Sryo	/* 332 */	NULL, /* unimplemented */
9351.1Sryo	/* 333 */	NULL, /* unimplemented */
9361.1Sryo	/* 334 */	NULL, /* unimplemented */
9371.1Sryo	/* 335 */	NULL, /* unimplemented */
9381.1Sryo	/* 336 */	NULL, /* unimplemented */
9391.1Sryo	/* 337 */	NULL, /* unimplemented */
9401.1Sryo	/* 338 */	NULL, /* unimplemented */
9411.1Sryo	/* 339 */	NULL, /* unimplemented */
9421.1Sryo	/* 340 */	NULL, /* unimplemented */
9431.1Sryo	/* 341 */	NULL, /* unimplemented */
9441.1Sryo	/* 342 */	NULL, /* unimplemented */
9451.1Sryo	/* 343 */	NULL, /* unimplemented */
9461.1Sryo	/* 344 */	NULL, /* unimplemented */
9471.1Sryo	/* 345 */	NULL, /* unimplemented */
9481.1Sryo	/* 346 */	NULL, /* unimplemented */
9491.1Sryo	/* 347 */	NULL, /* unimplemented */
9501.1Sryo	/* 348 */	NULL, /* unimplemented */
9511.1Sryo	/* 349 */	NULL, /* unimplemented */
9521.1Sryo	/* 350 */	NULL, /* unimplemented */
9531.1Sryo	/* 351 */	NULL, /* unimplemented */
9541.1Sryo	/* 352 */	NULL, /* unimplemented */
9551.1Sryo	/* 353 */	NULL, /* unimplemented */
9561.1Sryo	/* 354 */	NULL, /* unimplemented */
9571.1Sryo	/* 355 */	NULL, /* unimplemented */
9581.1Sryo	/* 356 */	NULL, /* unimplemented */
9591.1Sryo	/* 357 */	NULL, /* unimplemented */
9601.1Sryo	/* 358 */	NULL, /* unimplemented */
9611.1Sryo	/* 359 */	NULL, /* unimplemented */
9621.1Sryo	/* 360 */	NULL, /* unimplemented */
9631.1Sryo	/* 361 */	NULL, /* unimplemented */
9641.1Sryo	/* 362 */	NULL, /* unimplemented */
9651.1Sryo	/* 363 */	NULL, /* unimplemented */
9661.1Sryo	/* 364 */	NULL, /* unimplemented */
9671.1Sryo	/* 365 */	NULL, /* unimplemented */
9681.1Sryo	/* 366 */	NULL, /* unimplemented */
9691.1Sryo	/* 367 */	NULL, /* unimplemented */
9701.1Sryo	/* 368 */	NULL, /* unimplemented */
9711.1Sryo	/* 369 */	NULL, /* unimplemented */
9721.1Sryo	/* 370 */	NULL, /* unimplemented */
9731.1Sryo	/* 371 */	NULL, /* unimplemented */
9741.1Sryo	/* 372 */	NULL, /* unimplemented */
9751.1Sryo	/* 373 */	NULL, /* unimplemented */
9761.1Sryo	/* 374 */	NULL, /* unimplemented */
9771.1Sryo	/* 375 */	NULL, /* unimplemented */
9781.1Sryo	/* 376 */	NULL, /* unimplemented */
9791.1Sryo	/* 377 */	NULL, /* unimplemented */
9801.1Sryo	/* 378 */	NULL, /* unimplemented */
9811.1Sryo	/* 379 */	NULL, /* unimplemented */
9821.1Sryo	/* 380 */	NULL, /* unimplemented */
9831.1Sryo	/* 381 */	NULL, /* unimplemented */
9841.1Sryo	/* 382 */	NULL, /* unimplemented */
9851.1Sryo	/* 383 */	NULL, /* unimplemented */
9861.1Sryo	/* 384 */	NULL, /* unimplemented */
9871.1Sryo	/* 385 */	NULL, /* unimplemented */
9881.1Sryo	/* 386 */	NULL, /* unimplemented */
9891.1Sryo	/* 387 */	NULL, /* unimplemented */
9901.1Sryo	/* 388 */	NULL, /* unimplemented */
9911.1Sryo	/* 389 */	NULL, /* unimplemented */
9921.1Sryo	/* 390 */	NULL, /* unimplemented */
9931.1Sryo	/* 391 */	NULL, /* unimplemented */
9941.1Sryo	/* 392 */	NULL, /* unimplemented */
9951.1Sryo	/* 393 */	NULL, /* unimplemented */
9961.1Sryo	/* 394 */	NULL, /* unimplemented */
9971.1Sryo	/* 395 */	NULL, /* unimplemented */
9981.1Sryo	/* 396 */	NULL, /* unimplemented */
9991.1Sryo	/* 397 */	NULL, /* unimplemented */
10001.1Sryo	/* 398 */	NULL, /* unimplemented */
10011.1Sryo	/* 399 */	NULL, /* unimplemented */
10021.1Sryo	/* 400 */	NULL, /* unimplemented */
10031.1Sryo	/* 401 */	NULL, /* unimplemented */
10041.1Sryo	/* 402 */	NULL, /* unimplemented */
10051.1Sryo	/* 403 */	NULL, /* unimplemented */
10061.1Sryo	/* 404 */	NULL, /* unimplemented */
10071.1Sryo	/* 405 */	NULL, /* unimplemented */
10081.1Sryo	/* 406 */	NULL, /* unimplemented */
10091.1Sryo	/* 407 */	NULL, /* unimplemented */
10101.1Sryo	/* 408 */	NULL, /* unimplemented */
10111.1Sryo	/* 409 */	NULL, /* unimplemented */
10121.1Sryo	/* 410 */	NULL, /* unimplemented */
10131.1Sryo	/* 411 */	NULL, /* unimplemented */
10141.1Sryo	/* 412 */	NULL, /* unimplemented */
10151.1Sryo	/* 413 */	NULL, /* unimplemented */
10161.1Sryo	/* 414 */	NULL, /* unimplemented */
10171.1Sryo	/* 415 */	NULL, /* unimplemented */
10181.1Sryo	/* 416 */	NULL, /* unimplemented */
10191.1Sryo	/* 417 */	NULL, /* unimplemented */
10201.1Sryo	/* 418 */	NULL, /* unimplemented */
10211.1Sryo	/* 419 */	NULL, /* unimplemented */
10221.1Sryo	/* 420 */	NULL, /* unimplemented */
10231.1Sryo	/* 421 */	NULL, /* unimplemented */
10241.1Sryo	/* 422 */	NULL, /* unimplemented */
10251.1Sryo	/* 423 */	NULL, /* unimplemented */
10261.1Sryo	/* 424 */	NULL, /* unimplemented pidfd_send_signal */
10271.1Sryo	/* 425 */	NULL, /* unimplemented io_uring_setup */
10281.1Sryo	/* 426 */	NULL, /* unimplemented io_uring_enter */
10291.1Sryo	/* 427 */	NULL, /* unimplemented io_uring_register */
10301.1Sryo	/* 428 */	NULL, /* unimplemented open_tree */
10311.1Sryo	/* 429 */	NULL, /* unimplemented move_mount */
10321.1Sryo	/* 430 */	NULL, /* unimplemented fsopen */
10331.1Sryo	/* 431 */	NULL, /* unimplemented fsconfig */
10341.1Sryo	/* 432 */	NULL, /* unimplemented fsmount */
10351.1Sryo	/* 433 */	NULL, /* unimplemented fspick */
10361.1Sryo	/* 434 */	NULL, /* unimplemented pidfd_open */
10371.1Sryo	/* 435 */	NULL, /* unimplemented clone3 */
10381.1Sryo	/* 436 */	NULL, /* unimplemented */
10391.1Sryo	/* 437 */	NULL, /* unimplemented openat2 */
10401.1Sryo	/* 438 */	NULL, /* unimplemented pidfd_getfd */
10411.1Sryo	/* 439 */	NULL, /* unimplemented faccessat2 */
10421.1Sryo	/* 440 */	NULL, /* nosys */
10431.6Schristos	/* 441 */	NULL, /* epoll_pwait2 */
10441.1Sryo	/* 442 */	NULL, /* filler */
10451.1Sryo	/* 443 */	NULL, /* filler */
10461.1Sryo	/* 444 */	NULL, /* filler */
10471.1Sryo	/* 445 */	NULL, /* filler */
10481.1Sryo	/* 446 */	NULL, /* filler */
10491.1Sryo	/* 447 */	NULL, /* filler */
10501.1Sryo	/* 448 */	NULL, /* filler */
10511.1Sryo	/* 449 */	NULL, /* filler */
10521.1Sryo	/* 450 */	NULL, /* filler */
10531.1Sryo	/* 451 */	NULL, /* filler */
10541.1Sryo	/* 452 */	NULL, /* filler */
10551.1Sryo	/* 453 */	NULL, /* filler */
10561.1Sryo	/* 454 */	NULL, /* filler */
10571.1Sryo	/* 455 */	NULL, /* filler */
10581.1Sryo	/* 456 */	NULL, /* filler */
10591.1Sryo	/* 457 */	NULL, /* filler */
10601.1Sryo	/* 458 */	NULL, /* filler */
10611.1Sryo	/* 459 */	NULL, /* filler */
10621.1Sryo	/* 460 */	NULL, /* filler */
10631.1Sryo	/* 461 */	NULL, /* filler */
10641.1Sryo	/* 462 */	NULL, /* filler */
10651.1Sryo	/* 463 */	NULL, /* filler */
10661.1Sryo	/* 464 */	NULL, /* filler */
10671.1Sryo	/* 465 */	NULL, /* filler */
10681.1Sryo	/* 466 */	NULL, /* filler */
10691.1Sryo	/* 467 */	NULL, /* filler */
10701.1Sryo	/* 468 */	NULL, /* filler */
10711.1Sryo	/* 469 */	NULL, /* filler */
10721.1Sryo	/* 470 */	NULL, /* filler */
10731.1Sryo	/* 471 */	NULL, /* filler */
10741.1Sryo	/* 472 */	NULL, /* filler */
10751.1Sryo	/* 473 */	NULL, /* filler */
10761.1Sryo	/* 474 */	NULL, /* filler */
10771.1Sryo	/* 475 */	NULL, /* filler */
10781.1Sryo	/* 476 */	NULL, /* filler */
10791.1Sryo	/* 477 */	NULL, /* filler */
10801.1Sryo	/* 478 */	NULL, /* filler */
10811.1Sryo	/* 479 */	NULL, /* filler */
10821.1Sryo	/* 480 */	NULL, /* filler */
10831.1Sryo	/* 481 */	NULL, /* filler */
10841.1Sryo	/* 482 */	NULL, /* filler */
10851.1Sryo	/* 483 */	NULL, /* filler */
10861.1Sryo	/* 484 */	NULL, /* filler */
10871.1Sryo	/* 485 */	NULL, /* filler */
10881.1Sryo	/* 486 */	NULL, /* filler */
10891.1Sryo	/* 487 */	NULL, /* filler */
10901.1Sryo	/* 488 */	NULL, /* filler */
10911.1Sryo	/* 489 */	NULL, /* filler */
10921.1Sryo	/* 490 */	NULL, /* filler */
10931.1Sryo	/* 491 */	NULL, /* filler */
10941.1Sryo	/* 492 */	NULL, /* filler */
10951.1Sryo	/* 493 */	NULL, /* filler */
10961.1Sryo	/* 494 */	NULL, /* filler */
10971.1Sryo	/* 495 */	NULL, /* filler */
10981.1Sryo	/* 496 */	NULL, /* filler */
10991.1Sryo	/* 497 */	NULL, /* filler */
11001.1Sryo	/* 498 */	NULL, /* filler */
11011.1Sryo	/* 499 */	NULL, /* filler */
11021.1Sryo	/* 500 */	NULL, /* filler */
11031.1Sryo	/* 501 */	NULL, /* filler */
11041.1Sryo	/* 502 */	NULL, /* filler */
11051.1Sryo	/* 503 */	NULL, /* filler */
11061.1Sryo	/* 504 */	NULL, /* filler */
11071.1Sryo	/* 505 */	NULL, /* filler */
11081.1Sryo	/* 506 */	NULL, /* filler */
11091.1Sryo	/* 507 */	NULL, /* filler */
11101.1Sryo	/* 508 */	NULL, /* filler */
11111.1Sryo	/* 509 */	NULL, /* filler */
11121.1Sryo	/* 510 */	NULL, /* filler */
11131.1Sryo	/* 511 */	NULL, /* filler */
11141.1Sryo};
1115