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