1*f905d8d6Schristos /* $NetBSD: linux_syscalls.c,v 1.92 2024/09/28 19:36:20 christos Exp $ */ 284d266e5Smanu 384d266e5Smanu /* 484d266e5Smanu * System call names. 584d266e5Smanu * 684d266e5Smanu * DO NOT EDIT-- this file is automatically generated. 7*f905d8d6Schristos * created from NetBSD: syscalls.master,v 1.82 2024/09/28 19:35:56 christos Exp 884d266e5Smanu */ 984d266e5Smanu 10dab6ef8bSlukem #include <sys/cdefs.h> 11*f905d8d6Schristos __KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.92 2024/09/28 19:36:20 christos Exp $"); 12dab6ef8bSlukem 1384d266e5Smanu #if defined(_KERNEL_OPT) 1484d266e5Smanu #include <sys/param.h> 1584d266e5Smanu #include <sys/poll.h> 1684d266e5Smanu #include <sys/systm.h> 1784d266e5Smanu #include <sys/signal.h> 1884d266e5Smanu #include <sys/mount.h> 1984d266e5Smanu #include <sys/syscallargs.h> 2084d266e5Smanu #include <compat/linux/common/linux_types.h> 2184d266e5Smanu #include <compat/linux/common/linux_signal.h> 2284d266e5Smanu #include <compat/linux/common/linux_siginfo.h> 2384d266e5Smanu #include <compat/linux/common/linux_machdep.h> 2484d266e5Smanu #include <compat/linux/common/linux_mmap.h> 2516a450f4Schristos #include <compat/linux/common/linux_mqueue.h> 26aa5da496Smanu #include <compat/linux/common/linux_socketcall.h> 2775d508beSchristos #include <compat/linux/common/linux_sched.h> 2884d266e5Smanu #include <compat/linux/linux_syscallargs.h> 296fb2884cSdsl #define linux_sys_mmap2_args linux_sys_mmap_args 306d90b98aSmartin #else /* _KERNEL_OPT */ 316d90b98aSmartin #include <sys/null.h> 323a4f7863Schristos #endif /* _KERNEL_OPT */ 333a4f7863Schristos 343a4f7863Schristos const char *const linux_syscallnames[] = { 35cb572617Snjoly /* 0 */ "syscall", 36cb572617Snjoly /* 1 */ "exit", 37cb572617Snjoly /* 2 */ "fork", 38cb572617Snjoly /* 3 */ "read", 39cb572617Snjoly /* 4 */ "write", 40cb572617Snjoly /* 5 */ "open", 41cb572617Snjoly /* 6 */ "close", 42cb572617Snjoly /* 7 */ "waitpid", 43cb572617Snjoly /* 8 */ "creat", 44cb572617Snjoly /* 9 */ "link", 45cb572617Snjoly /* 10 */ "unlink", 46cb572617Snjoly /* 11 */ "execve", 47cb572617Snjoly /* 12 */ "chdir", 48cb572617Snjoly /* 13 */ "time", 49cb572617Snjoly /* 14 */ "mknod", 50cb572617Snjoly /* 15 */ "chmod", 51cb572617Snjoly /* 16 */ "__posix_lchown", 52cb572617Snjoly /* 17 */ "#17 (unimplemented)", 53cb572617Snjoly /* 18 */ "#18 (obsolete ostat)", 54cb572617Snjoly /* 19 */ "lseek", 55cb572617Snjoly /* 20 */ "getpid", 56cb572617Snjoly /* 21 */ "#21 (unimplemented mount)", 57cb572617Snjoly /* 22 */ "#22 (obsolete umount)", 58cb572617Snjoly /* 23 */ "setuid", 59cb572617Snjoly /* 24 */ "getuid", 60cb572617Snjoly /* 25 */ "stime", 61cb572617Snjoly /* 26 */ "ptrace", 62cb572617Snjoly /* 27 */ "alarm", 63cb572617Snjoly /* 28 */ "#28 (obsolete ofstat)", 64cb572617Snjoly /* 29 */ "pause", 65cb572617Snjoly /* 30 */ "utime", 66cb572617Snjoly /* 31 */ "#31 (unimplemented)", 67cb572617Snjoly /* 32 */ "#32 (unimplemented)", 68cb572617Snjoly /* 33 */ "access", 69cb572617Snjoly /* 34 */ "nice", 70cb572617Snjoly /* 35 */ "#35 (unimplemented)", 71cb572617Snjoly /* 36 */ "sync", 72cb572617Snjoly /* 37 */ "kill", 73cb572617Snjoly /* 38 */ "__posix_rename", 74cb572617Snjoly /* 39 */ "mkdir", 75cb572617Snjoly /* 40 */ "rmdir", 76cb572617Snjoly /* 41 */ "dup", 77cb572617Snjoly /* 42 */ "pipe", 78cb572617Snjoly /* 43 */ "times", 79cb572617Snjoly /* 44 */ "#44 (unimplemented)", 80cb572617Snjoly /* 45 */ "brk", 81cb572617Snjoly /* 46 */ "setgid", 82cb572617Snjoly /* 47 */ "getgid", 83cb572617Snjoly /* 48 */ "signal", 84cb572617Snjoly /* 49 */ "geteuid", 85cb572617Snjoly /* 50 */ "getegid", 86cb572617Snjoly /* 51 */ "acct", 87cb572617Snjoly /* 52 */ "#52 (unimplemented umount)", 88cb572617Snjoly /* 53 */ "#53 (unimplemented)", 89cb572617Snjoly /* 54 */ "ioctl", 90cb572617Snjoly /* 55 */ "fcntl", 91cb572617Snjoly /* 56 */ "#56 (obsolete mpx)", 92cb572617Snjoly /* 57 */ "setpgid", 93cb572617Snjoly /* 58 */ "#58 (unimplemented)", 94cb572617Snjoly /* 59 */ "olduname", 95cb572617Snjoly /* 60 */ "umask", 96cb572617Snjoly /* 61 */ "chroot", 97cb572617Snjoly /* 62 */ "#62 (unimplemented ustat)", 98cb572617Snjoly /* 63 */ "dup2", 99cb572617Snjoly /* 64 */ "getppid", 100cb572617Snjoly /* 65 */ "getpgrp", 101cb572617Snjoly /* 66 */ "setsid", 102cb572617Snjoly /* 67 */ "sigaction", 103cb572617Snjoly /* 68 */ "siggetmask", 104cb572617Snjoly /* 69 */ "sigsetmask", 105cb572617Snjoly /* 70 */ "setreuid", 106cb572617Snjoly /* 71 */ "setregid", 107cb572617Snjoly /* 72 */ "sigsuspend", 108cb572617Snjoly /* 73 */ "sigpending", 109cb572617Snjoly /* 74 */ "sethostname", 110cb572617Snjoly /* 75 */ "setrlimit", 111cb572617Snjoly /* 76 */ "getrlimit", 112cb572617Snjoly /* 77 */ "getrusage", 113cb572617Snjoly /* 78 */ "gettimeofday", 114cb572617Snjoly /* 79 */ "settimeofday", 115cb572617Snjoly /* 80 */ "getgroups", 116cb572617Snjoly /* 81 */ "setgroups", 117cb572617Snjoly /* 82 */ "#82 (unimplemented old_select)", 118cb572617Snjoly /* 83 */ "symlink", 119cb572617Snjoly /* 84 */ "oolstat", 120cb572617Snjoly /* 85 */ "readlink", 121cb572617Snjoly /* 86 */ "#86 (unimplemented uselib)", 122cb572617Snjoly /* 87 */ "swapon", 123cb572617Snjoly /* 88 */ "reboot", 124cb572617Snjoly /* 89 */ "readdir", 125cb572617Snjoly /* 90 */ "mmap", 126cb572617Snjoly /* 91 */ "munmap", 127cb572617Snjoly /* 92 */ "truncate", 128cb572617Snjoly /* 93 */ "ftruncate", 129cb572617Snjoly /* 94 */ "fchmod", 130cb572617Snjoly /* 95 */ "__posix_fchown", 131cb572617Snjoly /* 96 */ "getpriority", 132cb572617Snjoly /* 97 */ "setpriority", 133cb572617Snjoly /* 98 */ "#98 (unimplemented)", 134cb572617Snjoly /* 99 */ "statfs", 135cb572617Snjoly /* 100 */ "fstatfs", 136cb572617Snjoly /* 101 */ "ioperm", 137cb572617Snjoly /* 102 */ "socketcall", 138cb572617Snjoly /* 103 */ "#103 (unimplemented syslog)", 139cb572617Snjoly /* 104 */ "setitimer", 140cb572617Snjoly /* 105 */ "getitimer", 141cb572617Snjoly /* 106 */ "stat", 142cb572617Snjoly /* 107 */ "lstat", 143cb572617Snjoly /* 108 */ "fstat", 144cb572617Snjoly /* 109 */ "uname", 145cb572617Snjoly /* 110 */ "#110 (unimplemented iopl)", 146cb572617Snjoly /* 111 */ "#111 (unimplemented vhangup)", 147cb572617Snjoly /* 112 */ "#112 (unimplemented idle)", 148cb572617Snjoly /* 113 */ "#113 (unimplemented vm86old)", 149cb572617Snjoly /* 114 */ "wait4", 150cb572617Snjoly /* 115 */ "swapoff", 151cb572617Snjoly /* 116 */ "sysinfo", 152cb572617Snjoly /* 117 */ "ipc", 153cb572617Snjoly /* 118 */ "fsync", 154cb572617Snjoly /* 119 */ "sigreturn", 155cb572617Snjoly /* 120 */ "clone", 156cb572617Snjoly /* 121 */ "setdomainname", 157cb572617Snjoly /* 122 */ "new_uname", 158cb572617Snjoly /* 123 */ "#123 (unimplemented modify_ldt)", 159cb572617Snjoly /* 124 */ "#124 (unimplemented adjtimex)", 160cb572617Snjoly /* 125 */ "mprotect", 161cb572617Snjoly /* 126 */ "sigprocmask", 162cb572617Snjoly /* 127 */ "#127 (unimplemented create_module)", 163cb572617Snjoly /* 128 */ "#128 (unimplemented init_module)", 164cb572617Snjoly /* 129 */ "#129 (unimplemented delete_module)", 165cb572617Snjoly /* 130 */ "#130 (unimplemented get_kernel_syms)", 166cb572617Snjoly /* 131 */ "#131 (unimplemented quotactl)", 167cb572617Snjoly /* 132 */ "getpgid", 168cb572617Snjoly /* 133 */ "fchdir", 169cb572617Snjoly /* 134 */ "#134 (unimplemented bdflush)", 170cb572617Snjoly /* 135 */ "#135 (unimplemented sysfs)", 171cb572617Snjoly /* 136 */ "personality", 172cb572617Snjoly /* 137 */ "#137 (unimplemented afs_syscall)", 173cb572617Snjoly /* 138 */ "setfsuid", 17490dee752Snjoly /* 139 */ "setfsgid", 175cb572617Snjoly /* 140 */ "llseek", 176cb572617Snjoly /* 141 */ "getdents", 177cb572617Snjoly /* 142 */ "select", 178cb572617Snjoly /* 143 */ "flock", 1792b6f0cc5Snjoly /* 144 */ "__msync13", 180cb572617Snjoly /* 145 */ "readv", 181cb572617Snjoly /* 146 */ "writev", 182cb572617Snjoly /* 147 */ "cacheflush", 183cb572617Snjoly /* 148 */ "#148 (unimplemented cachectl)", 184cb572617Snjoly /* 149 */ "sysmips", 185cb572617Snjoly /* 150 */ "#150 (unimplemented)", 186cb572617Snjoly /* 151 */ "getsid", 187cb572617Snjoly /* 152 */ "fdatasync", 188cb572617Snjoly /* 153 */ "__sysctl", 189cb572617Snjoly /* 154 */ "mlock", 190cb572617Snjoly /* 155 */ "munlock", 191cb572617Snjoly /* 156 */ "mlockall", 192cb572617Snjoly /* 157 */ "munlockall", 193cb572617Snjoly /* 158 */ "sched_setparam", 194cb572617Snjoly /* 159 */ "sched_getparam", 195cb572617Snjoly /* 160 */ "sched_setscheduler", 196cb572617Snjoly /* 161 */ "sched_getscheduler", 197cb572617Snjoly /* 162 */ "sched_yield", 198cb572617Snjoly /* 163 */ "sched_get_priority_max", 199cb572617Snjoly /* 164 */ "sched_get_priority_min", 200cb572617Snjoly /* 165 */ "#165 (unimplemented sched_rr_get_interval)", 201cb572617Snjoly /* 166 */ "nanosleep", 202cb572617Snjoly /* 167 */ "mremap", 203cb572617Snjoly /* 168 */ "accept", 204cb572617Snjoly /* 169 */ "bind", 205cb572617Snjoly /* 170 */ "connect", 206cb572617Snjoly /* 171 */ "getpeername", 207cb572617Snjoly /* 172 */ "getsockname", 208cb572617Snjoly /* 173 */ "getsockopt", 209cb572617Snjoly /* 174 */ "listen", 210cb572617Snjoly /* 175 */ "recv", 211cb572617Snjoly /* 176 */ "recvfrom", 212cb572617Snjoly /* 177 */ "recvmsg", 213cb572617Snjoly /* 178 */ "send", 214cb572617Snjoly /* 179 */ "sendmsg", 215cb572617Snjoly /* 180 */ "sendto", 216cb572617Snjoly /* 181 */ "setsockopt", 217cb572617Snjoly /* 182 */ "#182 (unimplemented shutdown)", 218cb572617Snjoly /* 183 */ "socket", 219cb572617Snjoly /* 184 */ "socketpair", 220cb572617Snjoly /* 185 */ "setresuid", 221cb572617Snjoly /* 186 */ "getresuid", 222cb572617Snjoly /* 187 */ "#187 (unimplemented query_module)", 223cb572617Snjoly /* 188 */ "poll", 224cb572617Snjoly /* 189 */ "#189 (unimplemented nfsservctl)", 225cb572617Snjoly /* 190 */ "setresgid", 226cb572617Snjoly /* 191 */ "getresgid", 227cb572617Snjoly /* 192 */ "#192 (unimplemented prctl)", 228cb572617Snjoly /* 193 */ "rt_sigreturn", 229cb572617Snjoly /* 194 */ "rt_sigaction", 230cb572617Snjoly /* 195 */ "rt_sigprocmask", 231cb572617Snjoly /* 196 */ "rt_sigpending", 232f72d02ffSchristos /* 197 */ "rt_sigtimedwait", 233cb572617Snjoly /* 198 */ "rt_queueinfo", 234cb572617Snjoly /* 199 */ "rt_sigsuspend", 235cb572617Snjoly /* 200 */ "pread", 236cb572617Snjoly /* 201 */ "pwrite", 237cb572617Snjoly /* 202 */ "__posix_chown", 238cb572617Snjoly /* 203 */ "__getcwd", 239cb572617Snjoly /* 204 */ "#204 (unimplemented capget)", 240cb572617Snjoly /* 205 */ "#205 (unimplemented capset)", 241cb572617Snjoly /* 206 */ "sigaltstack", 242cb572617Snjoly /* 207 */ "#207 (unimplemented sendfile)", 243cb572617Snjoly /* 208 */ "#208 (unimplemented)", 244cb572617Snjoly /* 209 */ "#209 (unimplemented)", 245cb572617Snjoly /* 210 */ "mmap2", 246cb572617Snjoly /* 211 */ "truncate64", 247cb572617Snjoly /* 212 */ "ftruncate64", 248cb572617Snjoly /* 213 */ "stat64", 249cb572617Snjoly /* 214 */ "lstat64", 250cb572617Snjoly /* 215 */ "fstat64", 251cb572617Snjoly /* 216 */ "#216 (unimplemented pivot_root)", 252cb572617Snjoly /* 217 */ "mincore", 253cb572617Snjoly /* 218 */ "madvise", 254cb572617Snjoly /* 219 */ "getdents64", 255cb572617Snjoly /* 220 */ "fcntl64", 256cb572617Snjoly /* 221 */ "#221 (unimplemented / * reserved * /)", 257d916122eSchs /* 222 */ "gettid", 258ccd370d9Schristos /* 223 */ "readahead", 259cb572617Snjoly /* 224 */ "setxattr", 260cb572617Snjoly /* 225 */ "lsetxattr", 261cb572617Snjoly /* 226 */ "fsetxattr", 262cb572617Snjoly /* 227 */ "getxattr", 263cb572617Snjoly /* 228 */ "lgetxattr", 264cb572617Snjoly /* 229 */ "fgetxattr", 265cb572617Snjoly /* 230 */ "listxattr", 266cb572617Snjoly /* 231 */ "llistxattr", 267cb572617Snjoly /* 232 */ "flistxattr", 268cb572617Snjoly /* 233 */ "removexattr", 269cb572617Snjoly /* 234 */ "lremovexattr", 270cb572617Snjoly /* 235 */ "fremovexattr", 271d916122eSchs /* 236 */ "tkill", 272cb572617Snjoly /* 237 */ "#237 (unimplemented sendfile64)", 273d916122eSchs /* 238 */ "futex", 274d916122eSchs /* 239 */ "sched_setaffinity", 275d916122eSchs /* 240 */ "sched_getaffinity", 276cb572617Snjoly /* 241 */ "#241 (unimplemented io_setup)", 277cb572617Snjoly /* 242 */ "#242 (unimplemented io_destroy)", 278cb572617Snjoly /* 243 */ "#243 (unimplemented io_getevents)", 279cb572617Snjoly /* 244 */ "#244 (unimplemented io_submit)", 280cb572617Snjoly /* 245 */ "#245 (unimplemented io_cancel)", 281cb572617Snjoly /* 246 */ "exit_group", 282cb572617Snjoly /* 247 */ "#247 (unimplemented lookup_dcookie)", 283f3c4f60fSchristos /* 248 */ "epoll_create", 284f3c4f60fSchristos /* 249 */ "epoll_ctl", 285f3c4f60fSchristos /* 250 */ "epoll_wait", 286cb572617Snjoly /* 251 */ "#251 (unimplemented remap_file_pages)", 287d916122eSchs /* 252 */ "set_tid_address", 288cb572617Snjoly /* 253 */ "#253 (unimplemented restart_syscall)", 289dab2e0b5Salnsn /* 254 */ "fadvise64", 290cb572617Snjoly /* 255 */ "statfs64", 291cb572617Snjoly /* 256 */ "fstatfs64", 292a108364eSthorpej /* 257 */ "timer_create", 293a108364eSthorpej /* 258 */ "timer_settime", 294a108364eSthorpej /* 259 */ "timer_gettime", 295a108364eSthorpej /* 260 */ "timer_getoverrun", 296a108364eSthorpej /* 261 */ "timer_delete", 297cb572617Snjoly /* 262 */ "clock_settime", 298cb572617Snjoly /* 263 */ "clock_gettime", 299cb572617Snjoly /* 264 */ "clock_getres", 300cb572617Snjoly /* 265 */ "clock_nanosleep", 301d916122eSchs /* 266 */ "tgkill", 302b84b9e7dSpooka /* 267 */ "utimes", 303cb572617Snjoly /* 268 */ "#268 (unimplemented mbind)", 304cb572617Snjoly /* 269 */ "#269 (unimplemented get_mempolicy)", 305cb572617Snjoly /* 270 */ "#270 (unimplemented set_mempolicy)", 30616a450f4Schristos /* 271 */ "mq_open", 30716a450f4Schristos /* 272 */ "mq_unlink", 30816a450f4Schristos /* 273 */ "mq_timedsend", 30916a450f4Schristos /* 274 */ "mq_timedreceive", 31016a450f4Schristos /* 275 */ "mq_notify", 31116a450f4Schristos /* 276 */ "mq_getsetattr", 312d916122eSchs /* 277 */ "#277 (unimplemented vserve)", 313f173e917Schristos /* 278 */ "waitid", 314d916122eSchs /* 279 */ "#279 (unimplemented setaltroot)", 315d916122eSchs /* 280 */ "#280 (unimplemented add_key)", 316d916122eSchs /* 281 */ "#281 (unimplemented request_key)", 317d916122eSchs /* 282 */ "#282 (unimplemented keyctl)", 318d916122eSchs /* 283 */ "set_thread_area", 31940dae343Schristos /* 284 */ "inotify_init", 32040dae343Schristos /* 285 */ "inotify_add_watch", 32140dae343Schristos /* 286 */ "inotify_rm_watch", 322d916122eSchs /* 287 */ "#287 (unimplemented migrate_pages)", 3236aed5250Schs /* 288 */ "openat", 3246aed5250Schs /* 289 */ "mkdirat", 3256aed5250Schs /* 290 */ "mknodat", 3266aed5250Schs /* 291 */ "fchownat", 327d916122eSchs /* 292 */ "#292 (unimplemented futimesat)", 3286aed5250Schs /* 293 */ "fstatat64", 3296aed5250Schs /* 294 */ "unlinkat", 3306aed5250Schs /* 295 */ "renameat", 3316aed5250Schs /* 296 */ "linkat", 3326aed5250Schs /* 297 */ "symlinkat", 3336aed5250Schs /* 298 */ "readlinkat", 3346aed5250Schs /* 299 */ "fchmodat", 3356aed5250Schs /* 300 */ "faccessat", 3366919b13cSmanu /* 301 */ "pselect6", 337cc9292b3Spooka /* 302 */ "ppoll", 338d916122eSchs /* 303 */ "#303 (unimplemented unshare)", 339d916122eSchs /* 304 */ "#304 (unimplemented splice)", 340*f905d8d6Schristos /* 305 */ "sync_file_range", 341d916122eSchs /* 306 */ "#306 (unimplemented tee)", 342d916122eSchs /* 307 */ "#307 (unimplemented vmsplice)", 343d916122eSchs /* 308 */ "#308 (unimplemented move_pages)", 344cb9aba0eSthorpej /* 309 */ "__futex_set_robust_list", 345cb9aba0eSthorpej /* 310 */ "__futex_get_robust_list", 346d916122eSchs /* 311 */ "#311 (unimplemented kexec_load)", 34775d508beSchristos /* 312 */ "getcpu", 348f3c4f60fSchristos /* 313 */ "epoll_pwait", 349d916122eSchs /* 314 */ "#314 (unimplemented ioprio_set)", 350d916122eSchs /* 315 */ "#315 (unimplemented ioprio_get)", 351a4d690b0Snjoly /* 316 */ "utimensat", 352d916122eSchs /* 317 */ "#317 (unimplemented signalfd)", 353d916122eSchs /* 318 */ "#318 (unimplemented timerfd)", 3547a09b9c7Sthorpej /* 319 */ "eventfd", 355d61dd23cSjdolecek /* 320 */ "fallocate", 35630226473Sthorpej /* 321 */ "timerfd_create", 35730226473Sthorpej /* 322 */ "timerfd_gettime", 35830226473Sthorpej /* 323 */ "timerfd_settime", 359d916122eSchs /* 324 */ "#324 (unimplemented signalfd4)", 3607a09b9c7Sthorpej /* 325 */ "eventfd2", 361f3c4f60fSchristos /* 326 */ "epoll_create1", 362bb979087She /* 327 */ "dup3", 363bb979087She /* 328 */ "pipe2", 36440dae343Schristos /* 329 */ "inotify_init1", 365d007899aSthorpej /* 330 */ "preadv", 366d007899aSthorpej /* 331 */ "pwritev", 367d916122eSchs /* 332 */ "#332 (unimplemented rt_tgsigqueueinfo)", 368d916122eSchs /* 333 */ "#333 (unimplemented perf_event_open)", 369c155f74aSchristos /* 334 */ "accept4", 370e0a67653Schristos /* 335 */ "recvmmsg", 371e0a67653Schristos /* 336 */ "#336 (unimplemented getdents64)", 372e0a67653Schristos /* 337 */ "#337 (unimplemented fanotify_init)", 373e0a67653Schristos /* 338 */ "#338 (unimplemented fanotify_mark)", 374dc0b6747Sryo /* 339 */ "prlimit64", 375e0a67653Schristos /* 340 */ "#340 (unimplemented name_to_handle_at)", 376e0a67653Schristos /* 341 */ "#341 (unimplemented open_by_handle_at)", 377e0a67653Schristos /* 342 */ "#342 (unimplemented clock_adjtime)", 378*f905d8d6Schristos /* 343 */ "syncfs", 379e0a67653Schristos /* 344 */ "sendmmsg", 380e0a67653Schristos /* 345 */ "#345 (unimplemented setns)", 381e0a67653Schristos /* 346 */ "#346 (unimplemented process_vm_readv)", 382e0a67653Schristos /* 347 */ "#347 (unimplemented process_vm_writev)", 383e0a67653Schristos /* 348 */ "#348 (unimplemented kcmp)", 384e0a67653Schristos /* 349 */ "#349 (unimplemented finit_module)", 385e0a67653Schristos /* 350 */ "#350 (unimplemented sched_setattr)", 386e0a67653Schristos /* 351 */ "#351 (unimplemented sched_getattr)", 387*f905d8d6Schristos /* 352 */ "renameat2", 388ccd370d9Schristos /* 353 */ "getrandom", 389ccd370d9Schristos /* 354 */ "memfd_create", 390ccd370d9Schristos /* 355 */ "#355 (unimplemented bpf)", 391ccd370d9Schristos /* 356 */ "#356 (unimplemented execveat)", 392ccd370d9Schristos /* 357 */ "#357 (unimplemented userfaultfd)", 393ccd370d9Schristos /* 358 */ "#358 (unimplemented membarrier)", 394ccd370d9Schristos /* 359 */ "#359 (unimplemented mlock2)", 395*f905d8d6Schristos /* 360 */ "copy_file_range", 396ccd370d9Schristos /* 361 */ "#361 (unimplemented preadv2)", 397ccd370d9Schristos /* 362 */ "#362 (unimplemented pwritev2)", 398ccd370d9Schristos /* 363 */ "#363 (unimplemented pkey_mprotect)", 399ccd370d9Schristos /* 364 */ "#364 (unimplemented pkey_alloc)", 400ccd370d9Schristos /* 365 */ "#365 (unimplemented pkey_free)", 401ccd370d9Schristos /* 366 */ "statx", 402f3c4f60fSchristos /* 367 */ "#367 (unimplemented)", 403f3c4f60fSchristos /* 368 */ "#368 (unimplemented)", 404f3c4f60fSchristos /* 369 */ "#369 (unimplemented)", 405f3c4f60fSchristos /* 370 */ "#370 (unimplemented)", 406f3c4f60fSchristos /* 371 */ "#371 (unimplemented)", 407f3c4f60fSchristos /* 372 */ "#372 (unimplemented)", 408f3c4f60fSchristos /* 373 */ "#373 (unimplemented)", 409f3c4f60fSchristos /* 374 */ "#374 (unimplemented)", 410f3c4f60fSchristos /* 375 */ "#375 (unimplemented)", 411f3c4f60fSchristos /* 376 */ "#376 (unimplemented)", 412f3c4f60fSchristos /* 377 */ "#377 (unimplemented)", 413f3c4f60fSchristos /* 378 */ "#378 (unimplemented)", 414f3c4f60fSchristos /* 379 */ "#379 (unimplemented)", 415f3c4f60fSchristos /* 380 */ "#380 (unimplemented)", 416f3c4f60fSchristos /* 381 */ "#381 (unimplemented)", 417f3c4f60fSchristos /* 382 */ "#382 (unimplemented)", 418f3c4f60fSchristos /* 383 */ "#383 (unimplemented)", 419f3c4f60fSchristos /* 384 */ "#384 (unimplemented)", 420f3c4f60fSchristos /* 385 */ "#385 (unimplemented)", 421f3c4f60fSchristos /* 386 */ "#386 (unimplemented)", 422f3c4f60fSchristos /* 387 */ "#387 (unimplemented)", 423f3c4f60fSchristos /* 388 */ "#388 (unimplemented)", 424f3c4f60fSchristos /* 389 */ "#389 (unimplemented)", 425f3c4f60fSchristos /* 390 */ "#390 (unimplemented)", 426f3c4f60fSchristos /* 391 */ "#391 (unimplemented)", 427f3c4f60fSchristos /* 392 */ "#392 (unimplemented)", 428f3c4f60fSchristos /* 393 */ "#393 (unimplemented)", 429f3c4f60fSchristos /* 394 */ "#394 (unimplemented)", 430f3c4f60fSchristos /* 395 */ "#395 (unimplemented)", 431f3c4f60fSchristos /* 396 */ "#396 (unimplemented)", 432f3c4f60fSchristos /* 397 */ "#397 (unimplemented)", 433f3c4f60fSchristos /* 398 */ "#398 (unimplemented)", 434f3c4f60fSchristos /* 399 */ "#399 (unimplemented)", 435f3c4f60fSchristos /* 400 */ "#400 (unimplemented)", 436f3c4f60fSchristos /* 401 */ "#401 (unimplemented)", 437f3c4f60fSchristos /* 402 */ "#402 (unimplemented)", 438f3c4f60fSchristos /* 403 */ "#403 (unimplemented)", 439f3c4f60fSchristos /* 404 */ "#404 (unimplemented)", 440f3c4f60fSchristos /* 405 */ "#405 (unimplemented)", 441f3c4f60fSchristos /* 406 */ "#406 (unimplemented)", 442f3c4f60fSchristos /* 407 */ "#407 (unimplemented)", 443f3c4f60fSchristos /* 408 */ "#408 (unimplemented)", 444f3c4f60fSchristos /* 409 */ "#409 (unimplemented)", 445f3c4f60fSchristos /* 410 */ "#410 (unimplemented)", 446f3c4f60fSchristos /* 411 */ "#411 (unimplemented)", 447f3c4f60fSchristos /* 412 */ "#412 (unimplemented)", 448f3c4f60fSchristos /* 413 */ "#413 (unimplemented)", 449f3c4f60fSchristos /* 414 */ "#414 (unimplemented)", 450f3c4f60fSchristos /* 415 */ "#415 (unimplemented)", 451f3c4f60fSchristos /* 416 */ "#416 (unimplemented)", 452f3c4f60fSchristos /* 417 */ "#417 (unimplemented)", 453f3c4f60fSchristos /* 418 */ "#418 (unimplemented)", 454f3c4f60fSchristos /* 419 */ "#419 (unimplemented)", 455f3c4f60fSchristos /* 420 */ "#420 (unimplemented)", 456f3c4f60fSchristos /* 421 */ "#421 (unimplemented)", 457f3c4f60fSchristos /* 422 */ "#422 (unimplemented)", 458f3c4f60fSchristos /* 423 */ "#423 (unimplemented)", 459f3c4f60fSchristos /* 424 */ "#424 (unimplemented)", 460f3c4f60fSchristos /* 425 */ "#425 (unimplemented)", 461f3c4f60fSchristos /* 426 */ "#426 (unimplemented)", 462f3c4f60fSchristos /* 427 */ "#427 (unimplemented)", 463f3c4f60fSchristos /* 428 */ "#428 (unimplemented)", 464f3c4f60fSchristos /* 429 */ "#429 (unimplemented)", 465f3c4f60fSchristos /* 430 */ "#430 (unimplemented)", 466f3c4f60fSchristos /* 431 */ "#431 (unimplemented)", 467f3c4f60fSchristos /* 432 */ "#432 (unimplemented)", 468f3c4f60fSchristos /* 433 */ "#433 (unimplemented)", 469f3c4f60fSchristos /* 434 */ "#434 (unimplemented)", 470*f905d8d6Schristos /* 435 */ "clone3", 471ccd370d9Schristos /* 436 */ "close_range", 472f3c4f60fSchristos /* 437 */ "#437 (unimplemented)", 473f3c4f60fSchristos /* 438 */ "#438 (unimplemented)", 474f3c4f60fSchristos /* 439 */ "#439 (unimplemented)", 475f3c4f60fSchristos /* 440 */ "#440 (unimplemented)", 476f3c4f60fSchristos /* 441 */ "epoll_pwait2", 4776a385f43Smatt /* 442 */ "# filler", 4786a385f43Smatt /* 443 */ "# filler", 4796a385f43Smatt /* 444 */ "# filler", 4806a385f43Smatt /* 445 */ "# filler", 4816a385f43Smatt /* 446 */ "# filler", 4826a385f43Smatt /* 447 */ "# filler", 4836a385f43Smatt /* 448 */ "# filler", 4846a385f43Smatt /* 449 */ "# filler", 4856a385f43Smatt /* 450 */ "# filler", 4866a385f43Smatt /* 451 */ "# filler", 4876a385f43Smatt /* 452 */ "# filler", 4886a385f43Smatt /* 453 */ "# filler", 4896a385f43Smatt /* 454 */ "# filler", 4906a385f43Smatt /* 455 */ "# filler", 4916a385f43Smatt /* 456 */ "# filler", 4926a385f43Smatt /* 457 */ "# filler", 4936a385f43Smatt /* 458 */ "# filler", 4946a385f43Smatt /* 459 */ "# filler", 4956a385f43Smatt /* 460 */ "# filler", 4966a385f43Smatt /* 461 */ "# filler", 4976a385f43Smatt /* 462 */ "# filler", 4986a385f43Smatt /* 463 */ "# filler", 4996a385f43Smatt /* 464 */ "# filler", 5006a385f43Smatt /* 465 */ "# filler", 5016a385f43Smatt /* 466 */ "# filler", 5026a385f43Smatt /* 467 */ "# filler", 5036a385f43Smatt /* 468 */ "# filler", 5046a385f43Smatt /* 469 */ "# filler", 5056a385f43Smatt /* 470 */ "# filler", 5066a385f43Smatt /* 471 */ "# filler", 5076a385f43Smatt /* 472 */ "# filler", 5086a385f43Smatt /* 473 */ "# filler", 5096a385f43Smatt /* 474 */ "# filler", 5106a385f43Smatt /* 475 */ "# filler", 5116a385f43Smatt /* 476 */ "# filler", 5126a385f43Smatt /* 477 */ "# filler", 5136a385f43Smatt /* 478 */ "# filler", 5146a385f43Smatt /* 479 */ "# filler", 5156a385f43Smatt /* 480 */ "# filler", 5166a385f43Smatt /* 481 */ "# filler", 5176a385f43Smatt /* 482 */ "# filler", 5186a385f43Smatt /* 483 */ "# filler", 5196a385f43Smatt /* 484 */ "# filler", 5206a385f43Smatt /* 485 */ "# filler", 5216a385f43Smatt /* 486 */ "# filler", 5226a385f43Smatt /* 487 */ "# filler", 5236a385f43Smatt /* 488 */ "# filler", 5246a385f43Smatt /* 489 */ "# filler", 5256a385f43Smatt /* 490 */ "# filler", 5266a385f43Smatt /* 491 */ "# filler", 5276a385f43Smatt /* 492 */ "# filler", 5286a385f43Smatt /* 493 */ "# filler", 5296a385f43Smatt /* 494 */ "# filler", 5306a385f43Smatt /* 495 */ "# filler", 5316a385f43Smatt /* 496 */ "# filler", 5326a385f43Smatt /* 497 */ "# filler", 5336a385f43Smatt /* 498 */ "# filler", 5346a385f43Smatt /* 499 */ "# filler", 5356a385f43Smatt /* 500 */ "# filler", 5366a385f43Smatt /* 501 */ "# filler", 5376a385f43Smatt /* 502 */ "# filler", 5386a385f43Smatt /* 503 */ "# filler", 5396a385f43Smatt /* 504 */ "# filler", 5406a385f43Smatt /* 505 */ "# filler", 5416a385f43Smatt /* 506 */ "# filler", 5426a385f43Smatt /* 507 */ "# filler", 5436a385f43Smatt /* 508 */ "# filler", 5446a385f43Smatt /* 509 */ "# filler", 5456a385f43Smatt /* 510 */ "# filler", 5466a385f43Smatt /* 511 */ "# filler", 5473a4f7863Schristos }; 5486d90b98aSmartin 5496d90b98aSmartin 5506d90b98aSmartin /* libc style syscall names */ 5516d90b98aSmartin const char *const altlinux_syscallnames[] = { 5526d90b98aSmartin /* 0 */ "nosys", 5536d90b98aSmartin /* 1 */ NULL, /* exit */ 5546d90b98aSmartin /* 2 */ NULL, /* fork */ 5556d90b98aSmartin /* 3 */ NULL, /* read */ 5566d90b98aSmartin /* 4 */ NULL, /* write */ 5576d90b98aSmartin /* 5 */ NULL, /* open */ 5586d90b98aSmartin /* 6 */ NULL, /* close */ 5596d90b98aSmartin /* 7 */ NULL, /* waitpid */ 5606d90b98aSmartin /* 8 */ NULL, /* creat */ 5616d90b98aSmartin /* 9 */ NULL, /* link */ 5626d90b98aSmartin /* 10 */ NULL, /* unlink */ 5636d90b98aSmartin /* 11 */ NULL, /* execve */ 5646d90b98aSmartin /* 12 */ NULL, /* chdir */ 5656d90b98aSmartin /* 13 */ NULL, /* time */ 5666d90b98aSmartin /* 14 */ NULL, /* mknod */ 5676d90b98aSmartin /* 15 */ NULL, /* chmod */ 5686d90b98aSmartin /* 16 */ NULL, /* __posix_lchown */ 5696d90b98aSmartin /* 17 */ NULL, /* unimplemented */ 5706d90b98aSmartin /* 18 */ NULL, /* obsolete ostat */ 5716d90b98aSmartin /* 19 */ NULL, /* lseek */ 5726d90b98aSmartin /* 20 */ NULL, /* getpid */ 5736d90b98aSmartin /* 21 */ NULL, /* unimplemented mount */ 5746d90b98aSmartin /* 22 */ NULL, /* obsolete umount */ 5756d90b98aSmartin /* 23 */ NULL, /* setuid */ 5766d90b98aSmartin /* 24 */ NULL, /* getuid */ 5776d90b98aSmartin /* 25 */ NULL, /* stime */ 5786d90b98aSmartin /* 26 */ NULL, /* ptrace */ 5796d90b98aSmartin /* 27 */ NULL, /* alarm */ 5806d90b98aSmartin /* 28 */ NULL, /* obsolete ofstat */ 5816d90b98aSmartin /* 29 */ NULL, /* pause */ 5826d90b98aSmartin /* 30 */ NULL, /* utime */ 5836d90b98aSmartin /* 31 */ NULL, /* unimplemented */ 5846d90b98aSmartin /* 32 */ NULL, /* unimplemented */ 5856d90b98aSmartin /* 33 */ NULL, /* access */ 5866d90b98aSmartin /* 34 */ NULL, /* nice */ 5876d90b98aSmartin /* 35 */ NULL, /* unimplemented */ 5886d90b98aSmartin /* 36 */ NULL, /* sync */ 5896d90b98aSmartin /* 37 */ NULL, /* kill */ 5906d90b98aSmartin /* 38 */ NULL, /* __posix_rename */ 5916d90b98aSmartin /* 39 */ NULL, /* mkdir */ 5926d90b98aSmartin /* 40 */ NULL, /* rmdir */ 5936d90b98aSmartin /* 41 */ NULL, /* dup */ 5946d90b98aSmartin /* 42 */ NULL, /* pipe */ 5956d90b98aSmartin /* 43 */ NULL, /* times */ 5966d90b98aSmartin /* 44 */ NULL, /* unimplemented */ 5976d90b98aSmartin /* 45 */ NULL, /* brk */ 5986d90b98aSmartin /* 46 */ NULL, /* setgid */ 5996d90b98aSmartin /* 47 */ NULL, /* getgid */ 6006d90b98aSmartin /* 48 */ NULL, /* signal */ 6016d90b98aSmartin /* 49 */ NULL, /* geteuid */ 6026d90b98aSmartin /* 50 */ NULL, /* getegid */ 6036d90b98aSmartin /* 51 */ NULL, /* acct */ 6046d90b98aSmartin /* 52 */ NULL, /* unimplemented umount */ 6056d90b98aSmartin /* 53 */ NULL, /* unimplemented */ 6066d90b98aSmartin /* 54 */ NULL, /* ioctl */ 6076d90b98aSmartin /* 55 */ NULL, /* fcntl */ 6086d90b98aSmartin /* 56 */ NULL, /* obsolete mpx */ 6096d90b98aSmartin /* 57 */ NULL, /* setpgid */ 6106d90b98aSmartin /* 58 */ NULL, /* unimplemented */ 6116d90b98aSmartin /* 59 */ NULL, /* olduname */ 6126d90b98aSmartin /* 60 */ NULL, /* umask */ 6136d90b98aSmartin /* 61 */ NULL, /* chroot */ 6146d90b98aSmartin /* 62 */ NULL, /* unimplemented ustat */ 6156d90b98aSmartin /* 63 */ NULL, /* dup2 */ 6166d90b98aSmartin /* 64 */ NULL, /* getppid */ 6176d90b98aSmartin /* 65 */ NULL, /* getpgrp */ 6186d90b98aSmartin /* 66 */ NULL, /* setsid */ 6196d90b98aSmartin /* 67 */ NULL, /* sigaction */ 6206d90b98aSmartin /* 68 */ NULL, /* siggetmask */ 6216d90b98aSmartin /* 69 */ NULL, /* sigsetmask */ 6226d90b98aSmartin /* 70 */ NULL, /* setreuid */ 6236d90b98aSmartin /* 71 */ NULL, /* setregid */ 6246d90b98aSmartin /* 72 */ NULL, /* sigsuspend */ 6256d90b98aSmartin /* 73 */ NULL, /* sigpending */ 6266d90b98aSmartin /* 74 */ NULL, /* sethostname */ 6276d90b98aSmartin /* 75 */ NULL, /* setrlimit */ 6286d90b98aSmartin /* 76 */ NULL, /* getrlimit */ 6296d90b98aSmartin /* 77 */ NULL, /* getrusage */ 6306d90b98aSmartin /* 78 */ NULL, /* gettimeofday */ 6316d90b98aSmartin /* 79 */ NULL, /* settimeofday */ 6326d90b98aSmartin /* 80 */ NULL, /* getgroups */ 6336d90b98aSmartin /* 81 */ NULL, /* setgroups */ 6346d90b98aSmartin /* 82 */ NULL, /* unimplemented old_select */ 6356d90b98aSmartin /* 83 */ NULL, /* symlink */ 6366d90b98aSmartin /* 84 */ "lstat", 6376d90b98aSmartin /* 85 */ NULL, /* readlink */ 6386d90b98aSmartin /* 86 */ NULL, /* unimplemented uselib */ 6396d90b98aSmartin /* 87 */ NULL, /* swapon */ 6406d90b98aSmartin /* 88 */ NULL, /* reboot */ 6416d90b98aSmartin /* 89 */ NULL, /* readdir */ 6426d90b98aSmartin /* 90 */ NULL, /* mmap */ 6436d90b98aSmartin /* 91 */ NULL, /* munmap */ 6446d90b98aSmartin /* 92 */ NULL, /* truncate */ 6456d90b98aSmartin /* 93 */ NULL, /* ftruncate */ 6466d90b98aSmartin /* 94 */ NULL, /* fchmod */ 6476d90b98aSmartin /* 95 */ NULL, /* __posix_fchown */ 6486d90b98aSmartin /* 96 */ NULL, /* getpriority */ 6496d90b98aSmartin /* 97 */ NULL, /* setpriority */ 6506d90b98aSmartin /* 98 */ NULL, /* unimplemented */ 6516d90b98aSmartin /* 99 */ NULL, /* statfs */ 6526d90b98aSmartin /* 100 */ NULL, /* fstatfs */ 6536d90b98aSmartin /* 101 */ NULL, /* ioperm */ 6546d90b98aSmartin /* 102 */ NULL, /* socketcall */ 6556d90b98aSmartin /* 103 */ NULL, /* unimplemented syslog */ 6566d90b98aSmartin /* 104 */ NULL, /* setitimer */ 6576d90b98aSmartin /* 105 */ NULL, /* getitimer */ 6586d90b98aSmartin /* 106 */ NULL, /* stat */ 6596d90b98aSmartin /* 107 */ NULL, /* lstat */ 6606d90b98aSmartin /* 108 */ NULL, /* fstat */ 6616d90b98aSmartin /* 109 */ NULL, /* uname */ 6626d90b98aSmartin /* 110 */ NULL, /* unimplemented iopl */ 6636d90b98aSmartin /* 111 */ NULL, /* unimplemented vhangup */ 6646d90b98aSmartin /* 112 */ NULL, /* unimplemented idle */ 6656d90b98aSmartin /* 113 */ NULL, /* unimplemented vm86old */ 6666d90b98aSmartin /* 114 */ NULL, /* wait4 */ 6676d90b98aSmartin /* 115 */ NULL, /* swapoff */ 6686d90b98aSmartin /* 116 */ NULL, /* sysinfo */ 6696d90b98aSmartin /* 117 */ NULL, /* ipc */ 6706d90b98aSmartin /* 118 */ NULL, /* fsync */ 6716d90b98aSmartin /* 119 */ NULL, /* sigreturn */ 6726d90b98aSmartin /* 120 */ NULL, /* clone */ 6736d90b98aSmartin /* 121 */ NULL, /* setdomainname */ 6746d90b98aSmartin /* 122 */ NULL, /* new_uname */ 6756d90b98aSmartin /* 123 */ NULL, /* unimplemented modify_ldt */ 6766d90b98aSmartin /* 124 */ NULL, /* unimplemented adjtimex */ 6776d90b98aSmartin /* 125 */ NULL, /* mprotect */ 6786d90b98aSmartin /* 126 */ NULL, /* sigprocmask */ 6796d90b98aSmartin /* 127 */ NULL, /* unimplemented create_module */ 6806d90b98aSmartin /* 128 */ NULL, /* unimplemented init_module */ 6816d90b98aSmartin /* 129 */ NULL, /* unimplemented delete_module */ 6826d90b98aSmartin /* 130 */ NULL, /* unimplemented get_kernel_syms */ 6836d90b98aSmartin /* 131 */ NULL, /* unimplemented quotactl */ 6846d90b98aSmartin /* 132 */ NULL, /* getpgid */ 6856d90b98aSmartin /* 133 */ NULL, /* fchdir */ 6866d90b98aSmartin /* 134 */ NULL, /* unimplemented bdflush */ 6876d90b98aSmartin /* 135 */ NULL, /* unimplemented sysfs */ 6886d90b98aSmartin /* 136 */ NULL, /* personality */ 6896d90b98aSmartin /* 137 */ NULL, /* unimplemented afs_syscall */ 6906d90b98aSmartin /* 138 */ NULL, /* setfsuid */ 6916d90b98aSmartin /* 139 */ NULL, /* setfsgid */ 6926d90b98aSmartin /* 140 */ NULL, /* llseek */ 6936d90b98aSmartin /* 141 */ NULL, /* getdents */ 6946d90b98aSmartin /* 142 */ NULL, /* select */ 6956d90b98aSmartin /* 143 */ NULL, /* flock */ 6966d90b98aSmartin /* 144 */ "msync", 6976d90b98aSmartin /* 145 */ NULL, /* readv */ 6986d90b98aSmartin /* 146 */ NULL, /* writev */ 6996d90b98aSmartin /* 147 */ NULL, /* cacheflush */ 7006d90b98aSmartin /* 148 */ NULL, /* unimplemented cachectl */ 7016d90b98aSmartin /* 149 */ NULL, /* sysmips */ 7026d90b98aSmartin /* 150 */ NULL, /* unimplemented */ 7036d90b98aSmartin /* 151 */ NULL, /* getsid */ 7046d90b98aSmartin /* 152 */ NULL, /* fdatasync */ 7056d90b98aSmartin /* 153 */ NULL, /* __sysctl */ 7066d90b98aSmartin /* 154 */ NULL, /* mlock */ 7076d90b98aSmartin /* 155 */ NULL, /* munlock */ 7086d90b98aSmartin /* 156 */ NULL, /* mlockall */ 7096d90b98aSmartin /* 157 */ NULL, /* munlockall */ 7106d90b98aSmartin /* 158 */ NULL, /* sched_setparam */ 7116d90b98aSmartin /* 159 */ NULL, /* sched_getparam */ 7126d90b98aSmartin /* 160 */ NULL, /* sched_setscheduler */ 7136d90b98aSmartin /* 161 */ NULL, /* sched_getscheduler */ 7146d90b98aSmartin /* 162 */ NULL, /* sched_yield */ 7156d90b98aSmartin /* 163 */ NULL, /* sched_get_priority_max */ 7166d90b98aSmartin /* 164 */ NULL, /* sched_get_priority_min */ 7176d90b98aSmartin /* 165 */ NULL, /* unimplemented sched_rr_get_interval */ 7186d90b98aSmartin /* 166 */ NULL, /* nanosleep */ 7196d90b98aSmartin /* 167 */ NULL, /* mremap */ 7206d90b98aSmartin /* 168 */ NULL, /* accept */ 7216d90b98aSmartin /* 169 */ NULL, /* bind */ 7226d90b98aSmartin /* 170 */ NULL, /* connect */ 7236d90b98aSmartin /* 171 */ NULL, /* getpeername */ 7246d90b98aSmartin /* 172 */ NULL, /* getsockname */ 7256d90b98aSmartin /* 173 */ NULL, /* getsockopt */ 7266d90b98aSmartin /* 174 */ NULL, /* listen */ 7276d90b98aSmartin /* 175 */ NULL, /* recv */ 7286d90b98aSmartin /* 176 */ NULL, /* recvfrom */ 7296d90b98aSmartin /* 177 */ NULL, /* recvmsg */ 7306d90b98aSmartin /* 178 */ NULL, /* send */ 7316d90b98aSmartin /* 179 */ NULL, /* sendmsg */ 7326d90b98aSmartin /* 180 */ NULL, /* sendto */ 7336d90b98aSmartin /* 181 */ NULL, /* setsockopt */ 7346d90b98aSmartin /* 182 */ NULL, /* unimplemented shutdown */ 7356d90b98aSmartin /* 183 */ NULL, /* socket */ 7366d90b98aSmartin /* 184 */ NULL, /* socketpair */ 7376d90b98aSmartin /* 185 */ NULL, /* setresuid */ 7386d90b98aSmartin /* 186 */ NULL, /* getresuid */ 7396d90b98aSmartin /* 187 */ NULL, /* unimplemented query_module */ 7406d90b98aSmartin /* 188 */ NULL, /* poll */ 7416d90b98aSmartin /* 189 */ NULL, /* unimplemented nfsservctl */ 7426d90b98aSmartin /* 190 */ NULL, /* setresgid */ 7436d90b98aSmartin /* 191 */ NULL, /* getresgid */ 7446d90b98aSmartin /* 192 */ NULL, /* unimplemented prctl */ 7456d90b98aSmartin /* 193 */ NULL, /* rt_sigreturn */ 7466d90b98aSmartin /* 194 */ NULL, /* rt_sigaction */ 7476d90b98aSmartin /* 195 */ NULL, /* rt_sigprocmask */ 7486d90b98aSmartin /* 196 */ NULL, /* rt_sigpending */ 7496d90b98aSmartin /* 197 */ NULL, /* rt_sigtimedwait */ 7506d90b98aSmartin /* 198 */ NULL, /* rt_queueinfo */ 7516d90b98aSmartin /* 199 */ NULL, /* rt_sigsuspend */ 7526d90b98aSmartin /* 200 */ NULL, /* pread */ 7536d90b98aSmartin /* 201 */ NULL, /* pwrite */ 7546d90b98aSmartin /* 202 */ NULL, /* __posix_chown */ 7556d90b98aSmartin /* 203 */ NULL, /* __getcwd */ 7566d90b98aSmartin /* 204 */ NULL, /* unimplemented capget */ 7576d90b98aSmartin /* 205 */ NULL, /* unimplemented capset */ 7586d90b98aSmartin /* 206 */ NULL, /* sigaltstack */ 7596d90b98aSmartin /* 207 */ NULL, /* unimplemented sendfile */ 7606d90b98aSmartin /* 208 */ NULL, /* unimplemented */ 7616d90b98aSmartin /* 209 */ NULL, /* unimplemented */ 7626d90b98aSmartin /* 210 */ NULL, /* mmap2 */ 7636d90b98aSmartin /* 211 */ NULL, /* truncate64 */ 7646d90b98aSmartin /* 212 */ NULL, /* ftruncate64 */ 7656d90b98aSmartin /* 213 */ NULL, /* stat64 */ 7666d90b98aSmartin /* 214 */ NULL, /* lstat64 */ 7676d90b98aSmartin /* 215 */ NULL, /* fstat64 */ 7686d90b98aSmartin /* 216 */ NULL, /* unimplemented pivot_root */ 7696d90b98aSmartin /* 217 */ NULL, /* mincore */ 7706d90b98aSmartin /* 218 */ NULL, /* madvise */ 7716d90b98aSmartin /* 219 */ NULL, /* getdents64 */ 7726d90b98aSmartin /* 220 */ NULL, /* fcntl64 */ 7736d90b98aSmartin /* 221 */ NULL, /* unimplemented / * reserved * / */ 7746d90b98aSmartin /* 222 */ NULL, /* gettid */ 775ccd370d9Schristos /* 223 */ NULL, /* readahead */ 7766d90b98aSmartin /* 224 */ NULL, /* setxattr */ 7776d90b98aSmartin /* 225 */ NULL, /* lsetxattr */ 7786d90b98aSmartin /* 226 */ NULL, /* fsetxattr */ 7796d90b98aSmartin /* 227 */ NULL, /* getxattr */ 7806d90b98aSmartin /* 228 */ NULL, /* lgetxattr */ 7816d90b98aSmartin /* 229 */ NULL, /* fgetxattr */ 7826d90b98aSmartin /* 230 */ NULL, /* listxattr */ 7836d90b98aSmartin /* 231 */ NULL, /* llistxattr */ 7846d90b98aSmartin /* 232 */ NULL, /* flistxattr */ 7856d90b98aSmartin /* 233 */ NULL, /* removexattr */ 7866d90b98aSmartin /* 234 */ NULL, /* lremovexattr */ 7876d90b98aSmartin /* 235 */ NULL, /* fremovexattr */ 7886d90b98aSmartin /* 236 */ NULL, /* tkill */ 7896d90b98aSmartin /* 237 */ NULL, /* unimplemented sendfile64 */ 7906d90b98aSmartin /* 238 */ NULL, /* futex */ 7916d90b98aSmartin /* 239 */ NULL, /* sched_setaffinity */ 7926d90b98aSmartin /* 240 */ NULL, /* sched_getaffinity */ 7936d90b98aSmartin /* 241 */ NULL, /* unimplemented io_setup */ 7946d90b98aSmartin /* 242 */ NULL, /* unimplemented io_destroy */ 7956d90b98aSmartin /* 243 */ NULL, /* unimplemented io_getevents */ 7966d90b98aSmartin /* 244 */ NULL, /* unimplemented io_submit */ 7976d90b98aSmartin /* 245 */ NULL, /* unimplemented io_cancel */ 7986d90b98aSmartin /* 246 */ NULL, /* exit_group */ 7996d90b98aSmartin /* 247 */ NULL, /* unimplemented lookup_dcookie */ 800f3c4f60fSchristos /* 248 */ NULL, /* epoll_create */ 801f3c4f60fSchristos /* 249 */ NULL, /* epoll_ctl */ 802f3c4f60fSchristos /* 250 */ NULL, /* epoll_wait */ 8036d90b98aSmartin /* 251 */ NULL, /* unimplemented remap_file_pages */ 8046d90b98aSmartin /* 252 */ NULL, /* set_tid_address */ 8056d90b98aSmartin /* 253 */ NULL, /* unimplemented restart_syscall */ 8066d90b98aSmartin /* 254 */ NULL, /* fadvise64 */ 8076d90b98aSmartin /* 255 */ NULL, /* statfs64 */ 8086d90b98aSmartin /* 256 */ NULL, /* fstatfs64 */ 809a108364eSthorpej /* 257 */ NULL, /* timer_create */ 810a108364eSthorpej /* 258 */ NULL, /* timer_settime */ 811a108364eSthorpej /* 259 */ NULL, /* timer_gettime */ 812a108364eSthorpej /* 260 */ NULL, /* timer_getoverrun */ 813a108364eSthorpej /* 261 */ NULL, /* timer_delete */ 8146d90b98aSmartin /* 262 */ NULL, /* clock_settime */ 8156d90b98aSmartin /* 263 */ NULL, /* clock_gettime */ 8166d90b98aSmartin /* 264 */ NULL, /* clock_getres */ 8176d90b98aSmartin /* 265 */ NULL, /* clock_nanosleep */ 8186d90b98aSmartin /* 266 */ NULL, /* tgkill */ 8196d90b98aSmartin /* 267 */ NULL, /* utimes */ 8206d90b98aSmartin /* 268 */ NULL, /* unimplemented mbind */ 8216d90b98aSmartin /* 269 */ NULL, /* unimplemented get_mempolicy */ 8226d90b98aSmartin /* 270 */ NULL, /* unimplemented set_mempolicy */ 82316a450f4Schristos /* 271 */ NULL, /* mq_open */ 82416a450f4Schristos /* 272 */ NULL, /* mq_unlink */ 82516a450f4Schristos /* 273 */ NULL, /* mq_timedsend */ 82616a450f4Schristos /* 274 */ NULL, /* mq_timedreceive */ 82716a450f4Schristos /* 275 */ NULL, /* mq_notify */ 82816a450f4Schristos /* 276 */ NULL, /* mq_getsetattr */ 8296d90b98aSmartin /* 277 */ NULL, /* unimplemented vserve */ 830f173e917Schristos /* 278 */ NULL, /* waitid */ 8316d90b98aSmartin /* 279 */ NULL, /* unimplemented setaltroot */ 8326d90b98aSmartin /* 280 */ NULL, /* unimplemented add_key */ 8336d90b98aSmartin /* 281 */ NULL, /* unimplemented request_key */ 8346d90b98aSmartin /* 282 */ NULL, /* unimplemented keyctl */ 8356d90b98aSmartin /* 283 */ NULL, /* set_thread_area */ 83640dae343Schristos /* 284 */ NULL, /* inotify_init */ 83740dae343Schristos /* 285 */ NULL, /* inotify_add_watch */ 83840dae343Schristos /* 286 */ NULL, /* inotify_rm_watch */ 8396d90b98aSmartin /* 287 */ NULL, /* unimplemented migrate_pages */ 8406d90b98aSmartin /* 288 */ NULL, /* openat */ 8416d90b98aSmartin /* 289 */ NULL, /* mkdirat */ 8426d90b98aSmartin /* 290 */ NULL, /* mknodat */ 8436d90b98aSmartin /* 291 */ NULL, /* fchownat */ 8446d90b98aSmartin /* 292 */ NULL, /* unimplemented futimesat */ 8456d90b98aSmartin /* 293 */ NULL, /* fstatat64 */ 8466d90b98aSmartin /* 294 */ NULL, /* unlinkat */ 8476d90b98aSmartin /* 295 */ NULL, /* renameat */ 8486d90b98aSmartin /* 296 */ NULL, /* linkat */ 8496d90b98aSmartin /* 297 */ NULL, /* symlinkat */ 8506d90b98aSmartin /* 298 */ NULL, /* readlinkat */ 8516d90b98aSmartin /* 299 */ NULL, /* fchmodat */ 8526d90b98aSmartin /* 300 */ NULL, /* faccessat */ 8536d90b98aSmartin /* 301 */ NULL, /* pselect6 */ 8546d90b98aSmartin /* 302 */ NULL, /* ppoll */ 8556d90b98aSmartin /* 303 */ NULL, /* unimplemented unshare */ 8566d90b98aSmartin /* 304 */ NULL, /* unimplemented splice */ 857*f905d8d6Schristos /* 305 */ NULL, /* sync_file_range */ 8586d90b98aSmartin /* 306 */ NULL, /* unimplemented tee */ 8596d90b98aSmartin /* 307 */ NULL, /* unimplemented vmsplice */ 8606d90b98aSmartin /* 308 */ NULL, /* unimplemented move_pages */ 861cb9aba0eSthorpej /* 309 */ NULL, /* __futex_set_robust_list */ 862cb9aba0eSthorpej /* 310 */ NULL, /* __futex_get_robust_list */ 8636d90b98aSmartin /* 311 */ NULL, /* unimplemented kexec_load */ 86475d508beSchristos /* 312 */ NULL, /* getcpu */ 865f3c4f60fSchristos /* 313 */ NULL, /* epoll_pwait */ 8666d90b98aSmartin /* 314 */ NULL, /* unimplemented ioprio_set */ 8676d90b98aSmartin /* 315 */ NULL, /* unimplemented ioprio_get */ 8686d90b98aSmartin /* 316 */ NULL, /* utimensat */ 8696d90b98aSmartin /* 317 */ NULL, /* unimplemented signalfd */ 8706d90b98aSmartin /* 318 */ NULL, /* unimplemented timerfd */ 8717a09b9c7Sthorpej /* 319 */ NULL, /* eventfd */ 872d61dd23cSjdolecek /* 320 */ NULL, /* fallocate */ 87330226473Sthorpej /* 321 */ NULL, /* timerfd_create */ 87430226473Sthorpej /* 322 */ NULL, /* timerfd_gettime */ 87530226473Sthorpej /* 323 */ NULL, /* timerfd_settime */ 8766d90b98aSmartin /* 324 */ NULL, /* unimplemented signalfd4 */ 8777a09b9c7Sthorpej /* 325 */ NULL, /* eventfd2 */ 878f3c4f60fSchristos /* 326 */ NULL, /* epoll_create1 */ 8796d90b98aSmartin /* 327 */ NULL, /* dup3 */ 8806d90b98aSmartin /* 328 */ NULL, /* pipe2 */ 88140dae343Schristos /* 329 */ NULL, /* inotify_init1 */ 882d007899aSthorpej /* 330 */ NULL, /* preadv */ 883d007899aSthorpej /* 331 */ NULL, /* pwritev */ 8846d90b98aSmartin /* 332 */ NULL, /* unimplemented rt_tgsigqueueinfo */ 8856d90b98aSmartin /* 333 */ NULL, /* unimplemented perf_event_open */ 886c155f74aSchristos /* 334 */ NULL, /* accept4 */ 887e0a67653Schristos /* 335 */ NULL, /* recvmmsg */ 888e0a67653Schristos /* 336 */ NULL, /* unimplemented getdents64 */ 889e0a67653Schristos /* 337 */ NULL, /* unimplemented fanotify_init */ 890e0a67653Schristos /* 338 */ NULL, /* unimplemented fanotify_mark */ 891dc0b6747Sryo /* 339 */ NULL, /* prlimit64 */ 892e0a67653Schristos /* 340 */ NULL, /* unimplemented name_to_handle_at */ 893e0a67653Schristos /* 341 */ NULL, /* unimplemented open_by_handle_at */ 894e0a67653Schristos /* 342 */ NULL, /* unimplemented clock_adjtime */ 895*f905d8d6Schristos /* 343 */ NULL, /* syncfs */ 896e0a67653Schristos /* 344 */ NULL, /* sendmmsg */ 897e0a67653Schristos /* 345 */ NULL, /* unimplemented setns */ 898e0a67653Schristos /* 346 */ NULL, /* unimplemented process_vm_readv */ 899e0a67653Schristos /* 347 */ NULL, /* unimplemented process_vm_writev */ 900e0a67653Schristos /* 348 */ NULL, /* unimplemented kcmp */ 901e0a67653Schristos /* 349 */ NULL, /* unimplemented finit_module */ 902e0a67653Schristos /* 350 */ NULL, /* unimplemented sched_setattr */ 903e0a67653Schristos /* 351 */ NULL, /* unimplemented sched_getattr */ 904*f905d8d6Schristos /* 352 */ NULL, /* renameat2 */ 905ccd370d9Schristos /* 353 */ NULL, /* getrandom */ 906ccd370d9Schristos /* 354 */ NULL, /* memfd_create */ 907ccd370d9Schristos /* 355 */ NULL, /* unimplemented bpf */ 908ccd370d9Schristos /* 356 */ NULL, /* unimplemented execveat */ 909ccd370d9Schristos /* 357 */ NULL, /* unimplemented userfaultfd */ 910ccd370d9Schristos /* 358 */ NULL, /* unimplemented membarrier */ 911ccd370d9Schristos /* 359 */ NULL, /* unimplemented mlock2 */ 912*f905d8d6Schristos /* 360 */ NULL, /* copy_file_range */ 913ccd370d9Schristos /* 361 */ NULL, /* unimplemented preadv2 */ 914ccd370d9Schristos /* 362 */ NULL, /* unimplemented pwritev2 */ 915ccd370d9Schristos /* 363 */ NULL, /* unimplemented pkey_mprotect */ 916ccd370d9Schristos /* 364 */ NULL, /* unimplemented pkey_alloc */ 917ccd370d9Schristos /* 365 */ NULL, /* unimplemented pkey_free */ 918ccd370d9Schristos /* 366 */ NULL, /* statx */ 919f3c4f60fSchristos /* 367 */ NULL, /* unimplemented */ 920f3c4f60fSchristos /* 368 */ NULL, /* unimplemented */ 921f3c4f60fSchristos /* 369 */ NULL, /* unimplemented */ 922f3c4f60fSchristos /* 370 */ NULL, /* unimplemented */ 923f3c4f60fSchristos /* 371 */ NULL, /* unimplemented */ 924f3c4f60fSchristos /* 372 */ NULL, /* unimplemented */ 925f3c4f60fSchristos /* 373 */ NULL, /* unimplemented */ 926f3c4f60fSchristos /* 374 */ NULL, /* unimplemented */ 927f3c4f60fSchristos /* 375 */ NULL, /* unimplemented */ 928f3c4f60fSchristos /* 376 */ NULL, /* unimplemented */ 929f3c4f60fSchristos /* 377 */ NULL, /* unimplemented */ 930f3c4f60fSchristos /* 378 */ NULL, /* unimplemented */ 931f3c4f60fSchristos /* 379 */ NULL, /* unimplemented */ 932f3c4f60fSchristos /* 380 */ NULL, /* unimplemented */ 933f3c4f60fSchristos /* 381 */ NULL, /* unimplemented */ 934f3c4f60fSchristos /* 382 */ NULL, /* unimplemented */ 935f3c4f60fSchristos /* 383 */ NULL, /* unimplemented */ 936f3c4f60fSchristos /* 384 */ NULL, /* unimplemented */ 937f3c4f60fSchristos /* 385 */ NULL, /* unimplemented */ 938f3c4f60fSchristos /* 386 */ NULL, /* unimplemented */ 939f3c4f60fSchristos /* 387 */ NULL, /* unimplemented */ 940f3c4f60fSchristos /* 388 */ NULL, /* unimplemented */ 941f3c4f60fSchristos /* 389 */ NULL, /* unimplemented */ 942f3c4f60fSchristos /* 390 */ NULL, /* unimplemented */ 943f3c4f60fSchristos /* 391 */ NULL, /* unimplemented */ 944f3c4f60fSchristos /* 392 */ NULL, /* unimplemented */ 945f3c4f60fSchristos /* 393 */ NULL, /* unimplemented */ 946f3c4f60fSchristos /* 394 */ NULL, /* unimplemented */ 947f3c4f60fSchristos /* 395 */ NULL, /* unimplemented */ 948f3c4f60fSchristos /* 396 */ NULL, /* unimplemented */ 949f3c4f60fSchristos /* 397 */ NULL, /* unimplemented */ 950f3c4f60fSchristos /* 398 */ NULL, /* unimplemented */ 951f3c4f60fSchristos /* 399 */ NULL, /* unimplemented */ 952f3c4f60fSchristos /* 400 */ NULL, /* unimplemented */ 953f3c4f60fSchristos /* 401 */ NULL, /* unimplemented */ 954f3c4f60fSchristos /* 402 */ NULL, /* unimplemented */ 955f3c4f60fSchristos /* 403 */ NULL, /* unimplemented */ 956f3c4f60fSchristos /* 404 */ NULL, /* unimplemented */ 957f3c4f60fSchristos /* 405 */ NULL, /* unimplemented */ 958f3c4f60fSchristos /* 406 */ NULL, /* unimplemented */ 959f3c4f60fSchristos /* 407 */ NULL, /* unimplemented */ 960f3c4f60fSchristos /* 408 */ NULL, /* unimplemented */ 961f3c4f60fSchristos /* 409 */ NULL, /* unimplemented */ 962f3c4f60fSchristos /* 410 */ NULL, /* unimplemented */ 963f3c4f60fSchristos /* 411 */ NULL, /* unimplemented */ 964f3c4f60fSchristos /* 412 */ NULL, /* unimplemented */ 965f3c4f60fSchristos /* 413 */ NULL, /* unimplemented */ 966f3c4f60fSchristos /* 414 */ NULL, /* unimplemented */ 967f3c4f60fSchristos /* 415 */ NULL, /* unimplemented */ 968f3c4f60fSchristos /* 416 */ NULL, /* unimplemented */ 969f3c4f60fSchristos /* 417 */ NULL, /* unimplemented */ 970f3c4f60fSchristos /* 418 */ NULL, /* unimplemented */ 971f3c4f60fSchristos /* 419 */ NULL, /* unimplemented */ 972f3c4f60fSchristos /* 420 */ NULL, /* unimplemented */ 973f3c4f60fSchristos /* 421 */ NULL, /* unimplemented */ 974f3c4f60fSchristos /* 422 */ NULL, /* unimplemented */ 975f3c4f60fSchristos /* 423 */ NULL, /* unimplemented */ 976f3c4f60fSchristos /* 424 */ NULL, /* unimplemented */ 977f3c4f60fSchristos /* 425 */ NULL, /* unimplemented */ 978f3c4f60fSchristos /* 426 */ NULL, /* unimplemented */ 979f3c4f60fSchristos /* 427 */ NULL, /* unimplemented */ 980f3c4f60fSchristos /* 428 */ NULL, /* unimplemented */ 981f3c4f60fSchristos /* 429 */ NULL, /* unimplemented */ 982f3c4f60fSchristos /* 430 */ NULL, /* unimplemented */ 983f3c4f60fSchristos /* 431 */ NULL, /* unimplemented */ 984f3c4f60fSchristos /* 432 */ NULL, /* unimplemented */ 985f3c4f60fSchristos /* 433 */ NULL, /* unimplemented */ 986f3c4f60fSchristos /* 434 */ NULL, /* unimplemented */ 987*f905d8d6Schristos /* 435 */ NULL, /* clone3 */ 988ccd370d9Schristos /* 436 */ NULL, /* close_range */ 989f3c4f60fSchristos /* 437 */ NULL, /* unimplemented */ 990f3c4f60fSchristos /* 438 */ NULL, /* unimplemented */ 991f3c4f60fSchristos /* 439 */ NULL, /* unimplemented */ 992f3c4f60fSchristos /* 440 */ NULL, /* unimplemented */ 993f3c4f60fSchristos /* 441 */ NULL, /* epoll_pwait2 */ 9946d90b98aSmartin /* 442 */ NULL, /* filler */ 9956d90b98aSmartin /* 443 */ NULL, /* filler */ 9966d90b98aSmartin /* 444 */ NULL, /* filler */ 9976d90b98aSmartin /* 445 */ NULL, /* filler */ 9986d90b98aSmartin /* 446 */ NULL, /* filler */ 9996d90b98aSmartin /* 447 */ NULL, /* filler */ 10006d90b98aSmartin /* 448 */ NULL, /* filler */ 10016d90b98aSmartin /* 449 */ NULL, /* filler */ 10026d90b98aSmartin /* 450 */ NULL, /* filler */ 10036d90b98aSmartin /* 451 */ NULL, /* filler */ 10046d90b98aSmartin /* 452 */ NULL, /* filler */ 10056d90b98aSmartin /* 453 */ NULL, /* filler */ 10066d90b98aSmartin /* 454 */ NULL, /* filler */ 10076d90b98aSmartin /* 455 */ NULL, /* filler */ 10086d90b98aSmartin /* 456 */ NULL, /* filler */ 10096d90b98aSmartin /* 457 */ NULL, /* filler */ 10106d90b98aSmartin /* 458 */ NULL, /* filler */ 10116d90b98aSmartin /* 459 */ NULL, /* filler */ 10126d90b98aSmartin /* 460 */ NULL, /* filler */ 10136d90b98aSmartin /* 461 */ NULL, /* filler */ 10146d90b98aSmartin /* 462 */ NULL, /* filler */ 10156d90b98aSmartin /* 463 */ NULL, /* filler */ 10166d90b98aSmartin /* 464 */ NULL, /* filler */ 10176d90b98aSmartin /* 465 */ NULL, /* filler */ 10186d90b98aSmartin /* 466 */ NULL, /* filler */ 10196d90b98aSmartin /* 467 */ NULL, /* filler */ 10206d90b98aSmartin /* 468 */ NULL, /* filler */ 10216d90b98aSmartin /* 469 */ NULL, /* filler */ 10226d90b98aSmartin /* 470 */ NULL, /* filler */ 10236d90b98aSmartin /* 471 */ NULL, /* filler */ 10246d90b98aSmartin /* 472 */ NULL, /* filler */ 10256d90b98aSmartin /* 473 */ NULL, /* filler */ 10266d90b98aSmartin /* 474 */ NULL, /* filler */ 10276d90b98aSmartin /* 475 */ NULL, /* filler */ 10286d90b98aSmartin /* 476 */ NULL, /* filler */ 10296d90b98aSmartin /* 477 */ NULL, /* filler */ 10306d90b98aSmartin /* 478 */ NULL, /* filler */ 10316d90b98aSmartin /* 479 */ NULL, /* filler */ 10326d90b98aSmartin /* 480 */ NULL, /* filler */ 10336d90b98aSmartin /* 481 */ NULL, /* filler */ 10346d90b98aSmartin /* 482 */ NULL, /* filler */ 10356d90b98aSmartin /* 483 */ NULL, /* filler */ 10366d90b98aSmartin /* 484 */ NULL, /* filler */ 10376d90b98aSmartin /* 485 */ NULL, /* filler */ 10386d90b98aSmartin /* 486 */ NULL, /* filler */ 10396d90b98aSmartin /* 487 */ NULL, /* filler */ 10406d90b98aSmartin /* 488 */ NULL, /* filler */ 10416d90b98aSmartin /* 489 */ NULL, /* filler */ 10426d90b98aSmartin /* 490 */ NULL, /* filler */ 10436d90b98aSmartin /* 491 */ NULL, /* filler */ 10446d90b98aSmartin /* 492 */ NULL, /* filler */ 10456d90b98aSmartin /* 493 */ NULL, /* filler */ 10466d90b98aSmartin /* 494 */ NULL, /* filler */ 10476d90b98aSmartin /* 495 */ NULL, /* filler */ 10486d90b98aSmartin /* 496 */ NULL, /* filler */ 10496d90b98aSmartin /* 497 */ NULL, /* filler */ 10506d90b98aSmartin /* 498 */ NULL, /* filler */ 10516d90b98aSmartin /* 499 */ NULL, /* filler */ 10526d90b98aSmartin /* 500 */ NULL, /* filler */ 10536d90b98aSmartin /* 501 */ NULL, /* filler */ 10546d90b98aSmartin /* 502 */ NULL, /* filler */ 10556d90b98aSmartin /* 503 */ NULL, /* filler */ 10566d90b98aSmartin /* 504 */ NULL, /* filler */ 10576d90b98aSmartin /* 505 */ NULL, /* filler */ 10586d90b98aSmartin /* 506 */ NULL, /* filler */ 10596d90b98aSmartin /* 507 */ NULL, /* filler */ 10606d90b98aSmartin /* 508 */ NULL, /* filler */ 10616d90b98aSmartin /* 509 */ NULL, /* filler */ 10626d90b98aSmartin /* 510 */ NULL, /* filler */ 10636d90b98aSmartin /* 511 */ NULL, /* filler */ 10646d90b98aSmartin }; 1065