1 /* 2 * Copyright (c) 2000 IBM Deutschland Entwicklung GmbH, IBM Coporation 3 * Authors: Ulrich Weigand <Ulrich.Weigand@de.ibm.com> 4 * D.J. Barrow <barrow_dj@mail.yahoo.com,djbarrow@de.ibm.com> 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions 9 * are met: 10 * 1. Redistributions of source code must retain the above copyright 11 * notice, this list of conditions and the following disclaimer. 12 * 2. Redistributions in binary form must reproduce the above copyright 13 * notice, this list of conditions and the following disclaimer in the 14 * documentation and/or other materials provided with the distribution. 15 * 3. The name of the author may not be used to endorse or promote products 16 * derived from this software without specific prior written permission. 17 * 18 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 19 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 20 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 21 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 22 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 23 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 24 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 25 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 * 29 */ 30 31 [ 0] = { 0, 0, SEN(setup), "setup" }, 32 [ 1] = { 1, TP|SE, SEN(exit), "exit" }, 33 [ 2] = { 0, TP, SEN(fork), "fork" }, 34 [ 3] = { 3, TD, SEN(read), "read" }, 35 [ 4] = { 3, TD, SEN(write), "write" }, 36 [ 5] = { 3, TD|TF, SEN(open), "open" }, 37 [ 6] = { 1, TD, SEN(close), "close" }, 38 [ 7] = { 0, 0, SEN(restart_syscall), "restart_syscall" }, 39 [ 8] = { 2, TD|TF, SEN(creat), "creat" }, 40 [ 9] = { 2, TF, SEN(link), "link" }, 41 [ 10] = { 1, TF, SEN(unlink), "unlink" }, 42 [ 11] = { 3, TF|TP|SE|SI, SEN(execve), "execve" }, 43 [ 12] = { 1, TF, SEN(chdir), "chdir" }, 44 [ 13] = { 1, 0, SEN(time), "time" }, 45 [ 14] = { 3, TF, SEN(mknod), "mknod" }, 46 [ 15] = { 2, TF, SEN(chmod), "chmod" }, 47 [ 16] = { 3, TF, SEN(chown16), "lchown" }, 48 [ 17] = { }, 49 [ 18] = { }, 50 [ 19] = { 3, TD, SEN(lseek), "lseek" }, 51 [ 20] = { 0, NF, SEN(getpid), "getpid" }, 52 [ 21] = { 5, TF, SEN(mount), "mount" }, 53 [ 22] = { 1, TF, SEN(umount), "umount" }, 54 [ 23] = { 1, 0, SEN(setuid16), "setuid" }, 55 [ 24] = { 0, NF, SEN(getuid16), "getuid" }, 56 [ 25] = { 1, 0, SEN(stime), "stime" }, 57 [ 26] = { 4, 0, SEN(ptrace), "ptrace" }, 58 [ 27] = { 1, 0, SEN(alarm), "alarm" }, 59 [ 28] = { }, 60 [ 29] = { 0, TS, SEN(pause), "pause" }, 61 [ 30] = { 2, TF, SEN(utime), "utime" }, 62 [ 31] = { }, 63 [ 32] = { }, 64 [ 33] = { 2, TF, SEN(access), "access" }, 65 [ 34] = { 1, 0, SEN(nice), "nice" }, 66 [ 35] = { }, 67 [ 36] = { 0, 0, SEN(sync), "sync" }, 68 [ 37] = { 2, TS, SEN(kill), "kill" }, 69 [ 38] = { 2, TF, SEN(rename), "rename" }, 70 [ 39] = { 2, TF, SEN(mkdir), "mkdir" }, 71 [ 40] = { 1, TF, SEN(rmdir), "rmdir" }, 72 [ 41] = { 1, TD, SEN(dup), "dup" }, 73 [ 42] = { 1, TD, SEN(pipe), "pipe" }, 74 [ 43] = { 1, 0, SEN(times), "times" }, 75 [ 44] = { }, 76 [ 45] = { 1, TM|SI, SEN(brk), "brk" }, 77 [ 46] = { 1, 0, SEN(setgid16), "setgid" }, 78 [ 47] = { 0, NF, SEN(getgid16), "getgid" }, 79 [ 48] = { 3, TS, SEN(signal), "signal" }, 80 [ 49] = { 0, NF, SEN(geteuid16), "geteuid" }, 81 [ 50] = { 0, NF, SEN(getegid16), "getegid" }, 82 [ 51] = { 1, TF, SEN(acct), "acct" }, 83 [ 52] = { 2, TF, SEN(umount2), "umount2" }, 84 [ 53] = { }, 85 [ 54] = { 3, TD, SEN(ioctl), "ioctl" }, 86 [ 55] = { 3, TD, SEN(fcntl), "fcntl" }, 87 [ 56] = { }, 88 [ 57] = { 2, 0, SEN(setpgid), "setpgid" }, 89 [ 58] = { }, 90 [ 59] = { }, 91 [ 60] = { 1, NF, SEN(umask), "umask" }, 92 [ 61] = { 1, TF, SEN(chroot), "chroot" }, 93 [ 62] = { 2, 0, SEN(ustat), "ustat" }, 94 [ 63] = { 2, TD, SEN(dup2), "dup2" }, 95 [ 64] = { 0, NF, SEN(getppid), "getppid" }, 96 [ 65] = { 0, 0, SEN(getpgrp), "getpgrp" }, 97 [ 66] = { 0, 0, SEN(setsid), "setsid" }, 98 [ 67] = { 3, TS, SEN(sigaction), "sigaction" }, 99 [ 68] = { }, 100 [ 69] = { }, 101 [ 70] = { 2, 0, SEN(setreuid16), "setreuid" }, 102 [ 71] = { 2, 0, SEN(setregid16), "setregid" }, 103 [ 72] = { 3, TS, SEN(sigsuspend), "sigsuspend" }, 104 [ 73] = { 1, TS, SEN(sigpending), "sigpending" }, 105 [ 74] = { 2, 0, SEN(sethostname), "sethostname" }, 106 [ 75] = { 2, 0, SEN(setrlimit), "setrlimit" }, 107 [ 76] = { 2, 0, SEN(getrlimit), "getrlimit" }, 108 [ 77] = { 2, 0, SEN(getrusage), "getrusage" }, 109 [ 78] = { 2, 0, SEN(gettimeofday), "gettimeofday" }, 110 [ 79] = { 2, 0, SEN(settimeofday), "settimeofday" }, 111 [ 80] = { 2, 0, SEN(getgroups16), "getgroups" }, 112 [ 81] = { 2, 0, SEN(setgroups16), "setgroups" }, 113 [ 82] = { }, 114 [ 83] = { 2, TF, SEN(symlink), "symlink" }, 115 [ 84] = { }, 116 [ 85] = { 3, TF, SEN(readlink), "readlink" }, 117 [ 86] = { 1, TF, SEN(uselib), "uselib" }, 118 [ 87] = { 2, TF, SEN(swapon), "swapon" }, 119 [ 88] = { 4, 0, SEN(reboot), "reboot" }, 120 [ 89] = { 3, TD, SEN(readdir), "readdir" }, 121 [ 90] = { 6, TD|TM|SI, SEN(old_mmap), "mmap" }, 122 [ 91] = { 2, TM|SI, SEN(munmap), "munmap" }, 123 [ 92] = { 2, TF, SEN(truncate), "truncate" }, 124 [ 93] = { 2, TD, SEN(ftruncate), "ftruncate" }, 125 [ 94] = { 2, TD, SEN(fchmod), "fchmod" }, 126 [ 95] = { 3, TD, SEN(fchown16), "fchown" }, 127 [ 96] = { 2, 0, SEN(getpriority), "getpriority" }, 128 [ 97] = { 3, 0, SEN(setpriority), "setpriority" }, 129 [ 98] = { }, 130 [ 99] = { 2, TF, SEN(statfs), "statfs" }, 131 [100] = { 2, TD, SEN(fstatfs), "fstatfs" }, 132 [101] = { 3, 0, SEN(ioperm), "ioperm" }, 133 [102] = { 2, TD, SEN(socketcall), "socketcall" }, 134 [103] = { 3, 0, SEN(syslog), "syslog" }, 135 [104] = { 3, 0, SEN(setitimer), "setitimer" }, 136 [105] = { 2, 0, SEN(getitimer), "getitimer" }, 137 [106] = { 2, TF, SEN(stat), "stat" }, 138 [107] = { 2, TF, SEN(lstat), "lstat" }, 139 [108] = { 2, TD, SEN(fstat), "fstat" }, 140 [109] = { }, 141 [110] = { 3, 0, SEN(lookup_dcookie), "lookup_dcookie" }, 142 [111] = { 0, 0, SEN(vhangup), "vhangup" }, 143 [112] = { 0, 0, SEN(idle), "idle" }, 144 [113] = { }, 145 [114] = { 4, TP, SEN(wait4), "wait4" }, 146 [115] = { 1, TF, SEN(swapoff), "swapoff" }, 147 [116] = { 1, 0, SEN(sysinfo), "sysinfo" }, 148 [117] = { 5, TI, SEN(ipc), "ipc" }, 149 [118] = { 1, TD, SEN(fsync), "fsync" }, 150 [119] = { 0, TS, SEN(sigreturn), "sigreturn" }, 151 [120] = { 5, TP, SEN(clone), "clone" }, 152 [121] = { 2, 0, SEN(setdomainname), "setdomainname" }, 153 [122] = { 1, 0, SEN(uname), "uname" }, 154 [123] = { }, 155 [124] = { 1, 0, SEN(adjtimex), "adjtimex" }, 156 [125] = { 3, TM|SI, SEN(mprotect), "mprotect" }, 157 [126] = { 3, TS, SEN(sigprocmask), "sigprocmask" }, 158 [127] = { 2, 0, SEN(create_module), "create_module" }, 159 [128] = { 3, 0, SEN(init_module), "init_module" }, 160 [129] = { 2, 0, SEN(delete_module), "delete_module" }, 161 [130] = { 1, 0, SEN(get_kernel_syms), "get_kernel_syms" }, 162 [131] = { 4, TF, SEN(quotactl), "quotactl" }, 163 [132] = { 1, 0, SEN(getpgid), "getpgid" }, 164 [133] = { 1, TD, SEN(fchdir), "fchdir" }, 165 [134] = { 2, 0, SEN(bdflush), "bdflush" }, 166 [135] = { 3, 0, SEN(sysfs), "sysfs" }, 167 [136] = { 1, NF, SEN(personality), "personality" }, 168 [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, 169 [138] = { 1, NF, SEN(setfsuid16), "setfsuid" }, 170 [139] = { 1, NF, SEN(setfsgid16), "setfsgid" }, 171 [140] = { 5, TD, SEN(llseek), "_llseek" }, 172 [141] = { 3, TD, SEN(getdents), "getdents" }, 173 [142] = { 5, TD, SEN(select), "_newselect" }, 174 [143] = { 2, TD, SEN(flock), "flock" }, 175 [144] = { 3, TM, SEN(msync), "msync" }, 176 [145] = { 3, TD, SEN(readv), "readv" }, 177 [146] = { 3, TD, SEN(writev), "writev" }, 178 [147] = { 1, 0, SEN(getsid), "getsid" }, 179 [148] = { 1, TD, SEN(fdatasync), "fdatasync" }, 180 [149] = { 1, 0, SEN(sysctl), "_sysctl" }, 181 [150] = { 2, TM, SEN(mlock), "mlock" }, 182 [151] = { 2, TM, SEN(munlock), "munlock" }, 183 [152] = { 1, TM, SEN(mlockall), "mlockall" }, 184 [153] = { 0, TM, SEN(munlockall), "munlockall" }, 185 [154] = { 2, 0, SEN(sched_setparam), "sched_setparam" }, 186 [155] = { 2, 0, SEN(sched_getparam), "sched_getparam" }, 187 [156] = { 3, 0, SEN(sched_setscheduler), "sched_setscheduler" }, 188 [157] = { 1, 0, SEN(sched_getscheduler), "sched_getscheduler" }, 189 [158] = { 0, 0, SEN(sched_yield), "sched_yield" }, 190 [159] = { 1, 0, SEN(sched_get_priority_max), "sched_get_priority_max"}, 191 [160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"}, 192 [161] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" }, 193 [162] = { 2, 0, SEN(nanosleep), "nanosleep" }, 194 [163] = { 5, TM|SI, SEN(mremap), "mremap" }, 195 [164] = { 3, 0, SEN(setresuid16), "setresuid" }, 196 [165] = { 3, 0, SEN(getresuid16), "getresuid" }, 197 [166] = { }, 198 [167] = { 5, 0, SEN(query_module), "query_module" }, 199 [168] = { 3, TD, SEN(poll), "poll" }, 200 [169] = { 3, 0, SEN(nfsservctl), "nfsservctl" }, 201 [170] = { 3, 0, SEN(setresgid16), "setresgid" }, 202 [171] = { 3, 0, SEN(getresgid16), "getresgid" }, 203 [172] = { 5, 0, SEN(prctl), "prctl" }, 204 [173] = { 0, TS, SEN(sigreturn), "rt_sigreturn" }, 205 [174] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" }, 206 [175] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" }, 207 [176] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" }, 208 [177] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" }, 209 [178] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" }, 210 [179] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" }, 211 [180] = { 5, TD, SEN(pread), "pread64" }, 212 [181] = { 5, TD, SEN(pwrite), "pwrite64" }, 213 [182] = { 3, TF, SEN(chown16), "chown" }, 214 [183] = { 2, TF, SEN(getcwd), "getcwd" }, 215 [184] = { 2, 0, SEN(capget), "capget" }, 216 [185] = { 2, 0, SEN(capset), "capset" }, 217 [186] = { 2, TS, SEN(sigaltstack), "sigaltstack" }, 218 [187] = { 4, TD|TN, SEN(sendfile), "sendfile" }, 219 [188] = { 5, TN, SEN(getpmsg), "getpmsg" }, 220 [189] = { 5, TN, SEN(putpmsg), "putpmsg" }, 221 [190] = { 0, TP, SEN(vfork), "vfork" }, 222 [191] = { 2, 0, SEN(getrlimit), "ugetrlimit" }, 223 [192] = { 1, TD|TM|SI, SEN(old_mmap_pgoff), "mmap2" }, 224 [193] = { 3, TF, SEN(truncate64), "truncate64" }, 225 [194] = { 3, TD, SEN(ftruncate64), "ftruncate64" }, 226 [195] = { 2, TF, SEN(stat64), "stat64" }, 227 [196] = { 2, TF, SEN(lstat64), "lstat64" }, 228 [197] = { 2, TD, SEN(fstat64), "fstat64" }, 229 [198] = { 3, TF, SEN(chown), "lchown32" }, 230 [199] = { 0, NF, SEN(getuid), "getuid32" }, 231 [200] = { 0, NF, SEN(getgid), "getgid32" }, 232 [201] = { 0, NF, SEN(geteuid), "geteuid32" }, 233 [202] = { 0, NF, SEN(getegid), "getegid32" }, 234 [203] = { 2, 0, SEN(setreuid), "setreuid32" }, 235 [204] = { 2, 0, SEN(setregid), "setregid32" }, 236 [205] = { 2, 0, SEN(getgroups), "getgroups32" }, 237 [206] = { 2, 0, SEN(setgroups), "setgroups32" }, 238 [207] = { 3, TD, SEN(fchown), "fchown32" }, 239 [208] = { 3, 0, SEN(setresuid), "setresuid32" }, 240 [209] = { 3, 0, SEN(getresuid), "getresuid32" }, 241 [210] = { 3, 0, SEN(setresgid), "setresgid32" }, 242 [211] = { 3, 0, SEN(getresgid), "getresgid32" }, 243 [212] = { 3, TF, SEN(chown), "chown32" }, 244 [213] = { 1, 0, SEN(setuid), "setuid32" }, 245 [214] = { 1, 0, SEN(setgid), "setgid32" }, 246 [215] = { 1, NF, SEN(setfsuid), "setfsuid32" }, 247 [216] = { 1, NF, SEN(setfsgid), "setfsgid32" }, 248 [217] = { 2, TF, SEN(pivotroot), "pivot_root" }, 249 [218] = { 3, TM, SEN(mincore), "mincore" }, 250 [219] = { 3, TM, SEN(madvise), "madvise" }, 251 [220] = { 3, TD, SEN(getdents64), "getdents64" }, 252 [221] = { 3, TD, SEN(fcntl64), "fcntl64" }, 253 [222] = { 4, TD, SEN(readahead), "readahead" }, 254 [223] = { 4, TD|TN, SEN(sendfile64), "sendfile64" }, 255 [224] = { 5, TF, SEN(setxattr), "setxattr" }, 256 [225] = { 5, TF, SEN(setxattr), "lsetxattr" }, 257 [226] = { 5, TD, SEN(fsetxattr), "fsetxattr" }, 258 [227] = { 4, TF, SEN(getxattr), "getxattr" }, 259 [228] = { 4, TF, SEN(getxattr), "lgetxattr" }, 260 [229] = { 4, TD, SEN(fgetxattr), "fgetxattr" }, 261 [230] = { 3, TF, SEN(listxattr), "listxattr" }, 262 [231] = { 3, TF, SEN(listxattr), "llistxattr" }, 263 [232] = { 3, TD, SEN(flistxattr), "flistxattr" }, 264 [233] = { 2, TF, SEN(removexattr), "removexattr" }, 265 [234] = { 2, TF, SEN(removexattr), "lremovexattr" }, 266 [235] = { 2, TD, SEN(fremovexattr), "fremovexattr" }, 267 [236] = { 0, NF, SEN(gettid), "gettid" }, 268 [237] = { 2, TS, SEN(kill), "tkill" }, 269 [238] = { 6, 0, SEN(futex), "futex" }, 270 [239] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" }, 271 [240] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" }, 272 [241] = { 3, TS, SEN(tgkill), "tgkill" }, 273 [242] = { }, 274 [243] = { 2, 0, SEN(io_setup), "io_setup" }, 275 [244] = { 1, 0, SEN(io_destroy), "io_destroy" }, 276 [245] = { 5, 0, SEN(io_getevents), "io_getevents" }, 277 [246] = { 3, 0, SEN(io_submit), "io_submit" }, 278 [247] = { 3, 0, SEN(io_cancel), "io_cancel" }, 279 [248] = { 1, TP|SE, SEN(exit), "exit_group" }, 280 [249] = { 1, TD, SEN(epoll_create), "epoll_create" }, 281 [250] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" }, 282 [251] = { 4, TD, SEN(epoll_wait), "epoll_wait" }, 283 [252] = { 1, 0, SEN(set_tid_address), "set_tid_address" }, 284 [253] = { 5, TD, SEN(printargs), "fadvise64" }, 285 [254] = { 3, 0, SEN(timer_create), "timer_create" }, 286 [255] = { 4, 0, SEN(timer_settime), "timer_settime" }, 287 [256] = { 2, 0, SEN(timer_gettime), "timer_gettime" }, 288 [257] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" }, 289 [258] = { 1, 0, SEN(timer_delete), "timer_delete" }, 290 [259] = { 2, 0, SEN(clock_settime), "clock_settime" }, 291 [260] = { 2, 0, SEN(clock_gettime), "clock_gettime" }, 292 [261] = { 2, 0, SEN(clock_getres), "clock_getres" }, 293 [262] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" }, 294 [263] = { 5, 0, SEN(vserver), "vserver" }, 295 [264] = { 1, TD, SEN(printargs), "fadvise64_64" }, 296 [265] = { 3, TF, SEN(statfs64), "statfs64" }, 297 [266] = { 3, TD, SEN(fstatfs64), "fstatfs64" }, 298 [267] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" }, 299 [268] = { 6, TM, SEN(mbind), "mbind" }, 300 [269] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" }, 301 [270] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" }, 302 [271] = { 4, 0, SEN(mq_open), "mq_open" }, 303 [272] = { 1, 0, SEN(mq_unlink), "mq_unlink" }, 304 [273] = { 5, 0, SEN(mq_timedsend), "mq_timedsend" }, 305 [274] = { 5, 0, SEN(mq_timedreceive), "mq_timedreceive" }, 306 [275] = { 2, 0, SEN(mq_notify), "mq_notify" }, 307 [276] = { 3, 0, SEN(mq_getsetattr), "mq_getsetattr" }, 308 [277] = { 4, 0, SEN(kexec_load), "kexec_load" }, 309 [278] = { 5, 0, SEN(add_key), "add_key" }, 310 [279] = { 4, 0, SEN(request_key), "request_key" }, 311 [280] = { 5, 0, SEN(keyctl), "keyctl" }, 312 [281] = { 5, TP, SEN(waitid), "waitid" }, 313 [282] = { 3, 0, SEN(ioprio_set), "ioprio_set" }, 314 [283] = { 2, 0, SEN(ioprio_get), "ioprio_get" }, 315 [284] = { 0, TD, SEN(inotify_init), "inotify_init" }, 316 [285] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" }, 317 [286] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" }, 318 [287] = { 4, TM, SEN(migrate_pages), "migrate_pages" }, 319 [288] = { 4, TD|TF, SEN(openat), "openat" }, 320 [289] = { 3, TD|TF, SEN(mkdirat), "mkdirat" }, 321 [290] = { 4, TD|TF, SEN(mknodat), "mknodat" }, 322 [291] = { 5, TD|TF, SEN(fchownat), "fchownat" }, 323 [292] = { 3, TD|TF, SEN(futimesat), "futimesat" }, 324 [293] = { 4, TD|TF, SEN(newfstatat), "fstatat64" }, 325 [294] = { 3, TD|TF, SEN(unlinkat), "unlinkat" }, 326 [295] = { 4, TD|TF, SEN(renameat), "renameat" }, 327 [296] = { 5, TD|TF, SEN(linkat), "linkat" }, 328 [297] = { 3, TD|TF, SEN(symlinkat), "symlinkat" }, 329 [298] = { 4, TD|TF, SEN(readlinkat), "readlinkat" }, 330 [299] = { 3, TD|TF, SEN(fchmodat), "fchmodat" }, 331 [300] = { 3, TD|TF, SEN(faccessat), "faccessat" }, 332 [301] = { 6, TD, SEN(pselect6), "pselect6" }, 333 [302] = { 5, TD, SEN(ppoll), "ppoll" }, 334 [303] = { 1, TP, SEN(unshare), "unshare" }, 335 [304] = { 2, 0, SEN(set_robust_list), "set_robust_list" }, 336 [305] = { 3, 0, SEN(get_robust_list), "get_robust_list" }, 337 [306] = { 6, TD, SEN(splice), "splice" }, 338 [307] = { 6, TD, SEN(sync_file_range), "sync_file_range" }, 339 [308] = { 4, TD, SEN(tee), "tee" }, 340 [309] = { 4, TD, SEN(vmsplice), "vmsplice" }, 341 [310] = { 6, TM, SEN(move_pages), "move_pages" }, 342 [311] = { 3, 0, SEN(getcpu), "getcpu" }, 343 [312] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" }, 344 [313] = { 2, TF, SEN(utimes), "utimes" }, 345 [314] = { 6, TD, SEN(fallocate), "fallocate" }, 346 [315] = { 4, TD|TF, SEN(utimensat), "utimensat" }, 347 [316] = { 3, TD|TS, SEN(signalfd), "signalfd" }, 348 [317] = { 4, TD, SEN(timerfd), "timerfd" }, 349 [318] = { 1, TD, SEN(eventfd), "eventfd" }, 350 [319] = { 2, TD, SEN(timerfd_create), "timerfd_create" }, 351 [320] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" }, 352 [321] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" }, 353 [322] = { 4, TD|TS, SEN(signalfd4), "signalfd4" }, 354 [323] = { 2, TD, SEN(eventfd2), "eventfd2" }, 355 [324] = { 1, TD, SEN(inotify_init1), "inotify_init1" }, 356 [325] = { 2, TD, SEN(pipe2), "pipe2" }, 357 [326] = { 3, TD, SEN(dup3), "dup3" }, 358 [327] = { 1, TD, SEN(epoll_create1), "epoll_create1" }, 359 [328] = { 5, TD, SEN(preadv), "preadv" }, 360 [329] = { 5, TD, SEN(pwritev), "pwritev" }, 361 [330] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" }, 362 [331] = { 5, TD, SEN(perf_event_open), "perf_event_open" }, 363 [332] = { 2, TD, SEN(fanotify_init), "fanotify_init" }, 364 [333] = { 6, TD|TF, SEN(fanotify_mark), "fanotify_mark" }, 365 [334] = { 4, 0, SEN(prlimit64), "prlimit64" }, 366 [335] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" }, 367 [336] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" }, 368 [337] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" }, 369 [338] = { 1, TD, SEN(syncfs), "syncfs" }, 370 [339] = { 2, TD, SEN(setns), "setns" }, 371 [340] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" }, 372 [341] = { 6, 0, SEN(process_vm_writev), "process_vm_writev" }, 373 [342] = { 2, 0, SEN(printargs), "s390_runtime_instr" }, 374 [343] = { 5, 0, SEN(kcmp), "kcmp" }, 375 [344] = { 3, TD, SEN(finit_module), "finit_module" }, 376 [345] = { 3, 0, SEN(sched_setattr), "sched_setattr" }, 377 [346] = { 4, 0, SEN(sched_getattr), "sched_getattr" }, 378 [347] = { 5, TD|TF, SEN(renameat2), "renameat2" }, 379 [348] = { 3, 0, SEN(seccomp), "seccomp", }, 380 [349] = { 3, 0, SEN(getrandom), "getrandom", }, 381 [350] = { 2, TD, SEN(memfd_create), "memfd_create", }, 382 [351] = { 3, TD, SEN(bpf), "bpf", }, 383 [352] = { 3, 0, SEN(printargs), "s390_pci_mmio_write", }, 384 [353] = { 3, 0, SEN(printargs), "s390_pci_mmio_read", }, 385 [354] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", }, 386 [355] = { 1, TD, SEN(userfaultfd), "userfaultfd", }, 387 [356] = { 2, 0, SEN(membarrier), "membarrier", }, 388 [357] = { 5, TN, SEN(recvmmsg), "recvmmsg" }, 389 [358] = { 4, TN, SEN(sendmmsg), "sendmmsg" }, 390 [359] = { 3, TN, SEN(socket), "socket" }, 391 [360] = { 4, TN, SEN(socketpair), "socketpair" }, 392 [361] = { 3, TN, SEN(bind), "bind" }, 393 [362] = { 3, TN, SEN(connect), "connect" }, 394 [363] = { 2, TN, SEN(listen), "listen" }, 395 [364] = { 4, TN, SEN(accept4), "accept4" }, 396 [365] = { 5, TN, SEN(getsockopt), "getsockopt" }, 397 [366] = { 5, TN, SEN(setsockopt), "setsockopt" }, 398 [367] = { 3, TN, SEN(getsockname), "getsockname" }, 399 [368] = { 3, TN, SEN(getpeername), "getpeername" }, 400 [369] = { 6, TN, SEN(sendto), "sendto" }, 401 [370] = { 3, TN, SEN(sendmsg), "sendmsg" }, 402 [371] = { 6, TN, SEN(recvfrom), "recvfrom" }, 403 [372] = { 3, TN, SEN(recvmsg), "recvmsg" }, 404 [373] = { 2, TN, SEN(shutdown), "shutdown" }, 405 [374] = { 3, TM, SEN(mlock2), "mlock2" }, 406 [375 ... 399] = { }, 407 408 #define SYS_socket_subcall 400 409 #include "subcall.h" 410