blob: 4374d8367dae199199453e5750e944eea6f920d7 [file] [log] [blame]
Michal Ludvig4995fb92002-10-07 14:37:50 +00001/*
2 * Copyright (c) 2000 IBM Deutschland Entwicklung GmbH, IBM Coporation
3 * Author: Ulrich Weigand <Ulrich.Weigand@de.ibm.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
Dmitry V. Levine2136d42016-01-13 20:51:42 +000030[ 0] = {MA, 0, SEN(setup), "setup" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030031[ 1] = { 1, TP|SE, SEN(exit), "exit" },
32[ 2] = { 0, TP, SEN(fork), "fork" },
33[ 3] = { 3, TD, SEN(read), "read" },
34[ 4] = { 3, TD, SEN(write), "write" },
35[ 5] = { 3, TD|TF, SEN(open), "open" },
36[ 6] = { 1, TD, SEN(close), "close" },
37[ 7] = { 0, 0, SEN(restart_syscall), "restart_syscall" },
38[ 8] = { 2, TD|TF, SEN(creat), "creat" },
39[ 9] = { 2, TF, SEN(link), "link" },
40[ 10] = { 1, TF, SEN(unlink), "unlink" },
41[ 11] = { 3, TF|TP|SE|SI, SEN(execve), "execve" },
42[ 12] = { 1, TF, SEN(chdir), "chdir" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000043[ 13] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030044[ 14] = { 3, TF, SEN(mknod), "mknod" },
45[ 15] = { 2, TF, SEN(chmod), "chmod" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000046[ 16] = { },
47[ 17] = { },
48[ 18] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030049[ 19] = { 3, TD, SEN(lseek), "lseek" },
Dmitry V. Levinaef5e142015-12-29 01:06:39 +000050[ 20] = { 0, NF, SEN(getpid), "getpid" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030051[ 21] = { 5, TF, SEN(mount), "mount" },
52[ 22] = { 1, TF, SEN(umount), "umount" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000053[ 23] = { },
54[ 24] = { },
55[ 25] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030056[ 26] = { 4, 0, SEN(ptrace), "ptrace" },
57[ 27] = { 1, 0, SEN(alarm), "alarm" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000058[ 28] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030059[ 29] = { 0, TS, SEN(pause), "pause" },
60[ 30] = { 2, TF, SEN(utime), "utime" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000061[ 31] = { },
62[ 32] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030063[ 33] = { 2, TF, SEN(access), "access" },
64[ 34] = { 1, 0, SEN(nice), "nice" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000065[ 35] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030066[ 36] = { 0, 0, SEN(sync), "sync" },
67[ 37] = { 2, TS, SEN(kill), "kill" },
68[ 38] = { 2, TF, SEN(rename), "rename" },
69[ 39] = { 2, TF, SEN(mkdir), "mkdir" },
70[ 40] = { 1, TF, SEN(rmdir), "rmdir" },
71[ 41] = { 1, TD, SEN(dup), "dup" },
72[ 42] = { 1, TD, SEN(pipe), "pipe" },
73[ 43] = { 1, 0, SEN(times), "times" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000074[ 44] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030075[ 45] = { 1, TM|SI, SEN(brk), "brk" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000076[ 46] = { },
77[ 47] = { },
Dmitry V. Levin4ab20402016-02-12 19:50:38 +000078[ 48] = { 2, TS, SEN(signal), "signal" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000079[ 49] = { },
80[ 50] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030081[ 51] = { 1, TF, SEN(acct), "acct" },
82[ 52] = { 2, TF, SEN(umount2), "umount2" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000083[ 53] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030084[ 54] = { 3, TD, SEN(ioctl), "ioctl" },
85[ 55] = { 3, TD, SEN(fcntl), "fcntl" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000086[ 56] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030087[ 57] = { 2, 0, SEN(setpgid), "setpgid" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000088[ 58] = { },
89[ 59] = { },
Dmitry V. Levindd039b72015-12-28 00:44:47 +000090[ 60] = { 1, NF, SEN(umask), "umask" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030091[ 61] = { 1, TF, SEN(chroot), "chroot" },
92[ 62] = { 2, 0, SEN(ustat), "ustat" },
93[ 63] = { 2, TD, SEN(dup2), "dup2" },
Dmitry V. Levinaef5e142015-12-29 01:06:39 +000094[ 64] = { 0, NF, SEN(getppid), "getppid" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030095[ 65] = { 0, 0, SEN(getpgrp), "getpgrp" },
96[ 66] = { 0, 0, SEN(setsid), "setsid" },
97[ 67] = { 3, TS, SEN(sigaction), "sigaction" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +000098[ 68 ... 71] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +030099[ 72] = { 3, TS, SEN(sigsuspend), "sigsuspend" },
100[ 73] = { 1, TS, SEN(sigpending), "sigpending" },
101[ 74] = { 2, 0, SEN(sethostname), "sethostname" },
102[ 75] = { 2, 0, SEN(setrlimit), "setrlimit" },
Dmitry V. Levindb613f02015-01-12 17:17:14 +0000103[ 76] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300104[ 77] = { 2, 0, SEN(getrusage), "getrusage" },
105[ 78] = { 2, 0, SEN(gettimeofday), "gettimeofday" },
106[ 79] = { 2, 0, SEN(settimeofday), "settimeofday" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000107[ 80 ... 82] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300108[ 83] = { 2, TF, SEN(symlink), "symlink" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000109[ 84] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300110[ 85] = { 3, TF, SEN(readlink), "readlink" },
111[ 86] = { 1, TF, SEN(uselib), "uselib" },
112[ 87] = { 2, TF, SEN(swapon), "swapon" },
113[ 88] = { 4, 0, SEN(reboot), "reboot" },
114[ 89] = { 3, TD, SEN(readdir), "readdir" },
115[ 90] = { 1, TD|TM|SI, SEN(old_mmap), "mmap" },
116[ 91] = { 2, TM|SI, SEN(munmap), "munmap" },
117[ 92] = { 2, TF, SEN(truncate), "truncate" },
118[ 93] = { 2, TD, SEN(ftruncate), "ftruncate" },
119[ 94] = { 2, TD, SEN(fchmod), "fchmod" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000120[ 95] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300121[ 96] = { 2, 0, SEN(getpriority), "getpriority" },
122[ 97] = { 3, 0, SEN(setpriority), "setpriority" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000123[ 98] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300124[ 99] = { 2, TF, SEN(statfs), "statfs" },
125[100] = { 2, TD, SEN(fstatfs), "fstatfs" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000126[101] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300127[102] = { 2, TD, SEN(socketcall), "socketcall" },
128[103] = { 3, 0, SEN(syslog), "syslog" },
129[104] = { 3, 0, SEN(setitimer), "setitimer" },
130[105] = { 2, 0, SEN(getitimer), "getitimer" },
131[106] = { 2, TF, SEN(stat), "stat" },
132[107] = { 2, TF, SEN(lstat), "lstat" },
133[108] = { 2, TD, SEN(fstat), "fstat" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000134[109] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300135[110] = { 3, 0, SEN(lookup_dcookie), "lookup_dcookie" },
136[111] = { 0, 0, SEN(vhangup), "vhangup" },
137[112] = { 0, 0, SEN(idle), "idle" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000138[113] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300139[114] = { 4, TP, SEN(wait4), "wait4" },
140[115] = { 1, TF, SEN(swapoff), "swapoff" },
141[116] = { 1, 0, SEN(sysinfo), "sysinfo" },
Dmitry V. Levin4ab20402016-02-12 19:50:38 +0000142[117] = { 6, TI, SEN(ipc), "ipc" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300143[118] = { 1, TD, SEN(fsync), "fsync" },
144[119] = { 0, TS, SEN(sigreturn), "sigreturn" },
145[120] = { 5, TP, SEN(clone), "clone" },
146[121] = { 2, 0, SEN(setdomainname), "setdomainname" },
147[122] = { 1, 0, SEN(uname), "uname" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000148[123] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300149[124] = { 1, 0, SEN(adjtimex), "adjtimex" },
150[125] = { 3, TM|SI, SEN(mprotect), "mprotect" },
151[126] = { 3, TS, SEN(sigprocmask), "sigprocmask" },
152[127] = { 2, 0, SEN(create_module), "create_module" },
153[128] = { 3, 0, SEN(init_module), "init_module" },
154[129] = { 2, 0, SEN(delete_module), "delete_module" },
155[130] = { 1, 0, SEN(get_kernel_syms), "get_kernel_syms" },
156[131] = { 4, TF, SEN(quotactl), "quotactl" },
157[132] = { 1, 0, SEN(getpgid), "getpgid" },
158[133] = { 1, TD, SEN(fchdir), "fchdir" },
Dmitry V. Levina318cc02015-11-24 02:17:48 +0000159[134] = { 2, 0, SEN(bdflush), "bdflush" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300160[135] = { 3, 0, SEN(sysfs), "sysfs" },
Dmitry V. Levinffb6c552015-12-25 00:34:07 +0000161[136] = { 1, NF, SEN(personality), "personality" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300162[137] = { 5, 0, SEN(afs_syscall), "afs_syscall" },
Dmitry V. Levindb613f02015-01-12 17:17:14 +0000163[138 ... 140] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300164[141] = { 3, TD, SEN(getdents), "getdents" },
165[142] = { 5, TD, SEN(select), "select" },
166[143] = { 2, TD, SEN(flock), "flock" },
167[144] = { 3, TM, SEN(msync), "msync" },
168[145] = { 3, TD, SEN(readv), "readv" },
169[146] = { 3, TD, SEN(writev), "writev" },
170[147] = { 1, 0, SEN(getsid), "getsid" },
171[148] = { 1, TD, SEN(fdatasync), "fdatasync" },
172[149] = { 1, 0, SEN(sysctl), "_sysctl" },
173[150] = { 2, TM, SEN(mlock), "mlock" },
174[151] = { 2, TM, SEN(munlock), "munlock" },
175[152] = { 1, TM, SEN(mlockall), "mlockall" },
176[153] = { 0, TM, SEN(munlockall), "munlockall" },
177[154] = { 2, 0, SEN(sched_setparam), "sched_setparam" },
178[155] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
179[156] = { 3, 0, SEN(sched_setscheduler), "sched_setscheduler" },
180[157] = { 1, 0, SEN(sched_getscheduler), "sched_getscheduler" },
181[158] = { 0, 0, SEN(sched_yield), "sched_yield" },
182[159] = { 1, 0, SEN(sched_get_priority_max), "sched_get_priority_max"},
183[160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
184[161] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
185[162] = { 2, 0, SEN(nanosleep), "nanosleep" },
186[163] = { 5, TM|SI, SEN(mremap), "mremap" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000187[164 ... 166] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300188[167] = { 5, 0, SEN(query_module), "query_module" },
189[168] = { 3, TD, SEN(poll), "poll" },
190[169] = { 3, 0, SEN(nfsservctl), "nfsservctl" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000191[170 ... 171] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300192[172] = { 5, 0, SEN(prctl), "prctl" },
193[173] = { 0, TS, SEN(sigreturn), "rt_sigreturn" },
194[174] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
195[175] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" },
196[176] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" },
197[177] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" },
198[178] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" },
199[179] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" },
200[180] = { 4, TD, SEN(pread), "pread64" },
201[181] = { 4, TD, SEN(pwrite), "pwrite64" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000202[182] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300203[183] = { 2, TF, SEN(getcwd), "getcwd" },
204[184] = { 2, 0, SEN(capget), "capget" },
205[185] = { 2, 0, SEN(capset), "capset" },
206[186] = { 2, TS, SEN(sigaltstack), "sigaltstack" },
207[187] = { 4, TD|TN, SEN(sendfile), "sendfile" },
Dmitry V. Levin329288b2015-11-24 02:45:11 +0000208[188] = { 5, TN, SEN(getpmsg), "getpmsg" },
209[189] = { 5, TN, SEN(putpmsg), "putpmsg" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300210[190] = { 0, TP, SEN(vfork), "vfork" },
211[191] = { 2, 0, SEN(getrlimit), "getrlimit" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000212[196 ... 197] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300213[198] = { 3, TF, SEN(chown), "lchown" },
214[199] = { 0, NF, SEN(getuid), "getuid" },
215[200] = { 0, NF, SEN(getgid), "getgid" },
216[201] = { 0, NF, SEN(geteuid), "geteuid" },
217[202] = { 0, NF, SEN(getegid), "getegid" },
218[203] = { 2, 0, SEN(setreuid), "setreuid" },
219[204] = { 2, 0, SEN(setregid), "setregid" },
220[205] = { 2, 0, SEN(getgroups), "getgroups" },
221[206] = { 2, 0, SEN(setgroups), "setgroups" },
222[207] = { 3, TD, SEN(fchown), "fchown" },
223[208] = { 3, 0, SEN(setresuid), "setresuid" },
224[209] = { 3, 0, SEN(getresuid), "getresuid" },
225[210] = { 3, 0, SEN(setresgid), "setresgid" },
226[211] = { 3, 0, SEN(getresgid), "getresgid" },
227[212] = { 3, TF, SEN(chown), "chown" },
228[213] = { 1, 0, SEN(setuid), "setuid" },
229[214] = { 1, 0, SEN(setgid), "setgid" },
230[215] = { 1, NF, SEN(setfsuid), "setfsuid" },
231[216] = { 1, NF, SEN(setfsgid), "setfsgid" },
232[217] = { 2, TF, SEN(pivotroot), "pivot_root" },
233[218] = { 3, TM, SEN(mincore), "mincore" },
234[219] = { 3, TM, SEN(madvise), "madvise" },
235[220] = { 3, TD, SEN(getdents64), "getdents64" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000236[221] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300237[222] = { 3, TD, SEN(readahead), "readahead" },
Dmitry V. Levindb613f02015-01-12 17:17:14 +0000238[223] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300239[224] = { 5, TF, SEN(setxattr), "setxattr" },
240[225] = { 5, TF, SEN(setxattr), "lsetxattr" },
241[226] = { 5, TD, SEN(fsetxattr), "fsetxattr" },
242[227] = { 4, TF, SEN(getxattr), "getxattr" },
243[228] = { 4, TF, SEN(getxattr), "lgetxattr" },
244[229] = { 4, TD, SEN(fgetxattr), "fgetxattr" },
245[230] = { 3, TF, SEN(listxattr), "listxattr" },
246[231] = { 3, TF, SEN(listxattr), "llistxattr" },
247[232] = { 3, TD, SEN(flistxattr), "flistxattr" },
248[233] = { 2, TF, SEN(removexattr), "removexattr" },
249[234] = { 2, TF, SEN(removexattr), "lremovexattr" },
250[235] = { 2, TD, SEN(fremovexattr), "fremovexattr" },
Dmitry V. Levinaef5e142015-12-29 01:06:39 +0000251[236] = { 0, NF, SEN(gettid), "gettid" },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300252[237] = { 2, TS, SEN(kill), "tkill" },
253[238] = { 6, 0, SEN(futex), "futex" },
254[239] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
255[240] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
256[241] = { 3, TS, SEN(tgkill), "tgkill" },
Dmitry V. Levin166b0bc2015-01-11 02:42:56 +0000257[242] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300258[243] = { 2, 0, SEN(io_setup), "io_setup" },
259[244] = { 1, 0, SEN(io_destroy), "io_destroy" },
260[245] = { 5, 0, SEN(io_getevents), "io_getevents" },
261[246] = { 3, 0, SEN(io_submit), "io_submit" },
262[247] = { 3, 0, SEN(io_cancel), "io_cancel" },
263[248] = { 1, TP|SE, SEN(exit), "exit_group" },
264[249] = { 1, TD, SEN(epoll_create), "epoll_create" },
265[250] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
266[251] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
267[252] = { 1, 0, SEN(set_tid_address), "set_tid_address" },
268[253] = { 4, TD, SEN(fadvise64), "fadvise64" },
269[254] = { 3, 0, SEN(timer_create), "timer_create" },
270[255] = { 4, 0, SEN(timer_settime), "timer_settime" },
271[256] = { 2, 0, SEN(timer_gettime), "timer_gettime" },
272[257] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" },
273[258] = { 1, 0, SEN(timer_delete), "timer_delete" },
274[259] = { 2, 0, SEN(clock_settime), "clock_settime" },
275[260] = { 2, 0, SEN(clock_gettime), "clock_gettime" },
276[261] = { 2, 0, SEN(clock_getres), "clock_getres" },
277[262] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" },
278[263] = { 5, 0, SEN(vserver), "vserver" },
Dmitry V. Levindb613f02015-01-12 17:17:14 +0000279[264] = { },
Elvira Khabirova140ecf82015-07-10 22:24:48 +0300280[265] = { 3, TF, SEN(statfs64), "statfs64" },
281[266] = { 3, TD, SEN(fstatfs64), "fstatfs64" },
282[267] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" },
283[268] = { 6, TM, SEN(mbind), "mbind" },
284[269] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" },
285[270] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" },
286[271] = { 4, 0, SEN(mq_open), "mq_open" },
287[272] = { 1, 0, SEN(mq_unlink), "mq_unlink" },
288[273] = { 5, 0, SEN(mq_timedsend), "mq_timedsend" },
289[274] = { 5, 0, SEN(mq_timedreceive), "mq_timedreceive" },
290[275] = { 2, 0, SEN(mq_notify), "mq_notify" },
291[276] = { 3, 0, SEN(mq_getsetattr), "mq_getsetattr" },
292[277] = { 4, 0, SEN(kexec_load), "kexec_load" },
293[278] = { 5, 0, SEN(add_key), "add_key" },
294[279] = { 4, 0, SEN(request_key), "request_key" },
295[280] = { 5, 0, SEN(keyctl), "keyctl" },
296[281] = { 5, TP, SEN(waitid), "waitid" },
297[282] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
298[283] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
299[284] = { 0, TD, SEN(inotify_init), "inotify_init" },
300[285] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
301[286] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
302[287] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
303[288] = { 4, TD|TF, SEN(openat), "openat" },
304[289] = { 3, TD|TF, SEN(mkdirat), "mkdirat" },
305[290] = { 4, TD|TF, SEN(mknodat), "mknodat" },
306[291] = { 5, TD|TF, SEN(fchownat), "fchownat" },
307[292] = { 3, TD|TF, SEN(futimesat), "futimesat" },
308[293] = { 4, TD|TF, SEN(newfstatat), "newfstatat" },
309[294] = { 3, TD|TF, SEN(unlinkat), "unlinkat" },
310[295] = { 4, TD|TF, SEN(renameat), "renameat" },
311[296] = { 5, TD|TF, SEN(linkat), "linkat" },
312[297] = { 3, TD|TF, SEN(symlinkat), "symlinkat" },
313[298] = { 4, TD|TF, SEN(readlinkat), "readlinkat" },
314[299] = { 3, TD|TF, SEN(fchmodat), "fchmodat" },
315[300] = { 3, TD|TF, SEN(faccessat), "faccessat" },
316[301] = { 6, TD, SEN(pselect6), "pselect6" },
317[302] = { 5, TD, SEN(ppoll), "ppoll" },
318[303] = { 1, TP, SEN(unshare), "unshare" },
319[304] = { 2, 0, SEN(set_robust_list), "set_robust_list" },
320[305] = { 3, 0, SEN(get_robust_list), "get_robust_list" },
321[306] = { 6, TD, SEN(splice), "splice" },
322[307] = { 4, TD, SEN(sync_file_range), "sync_file_range" },
323[308] = { 4, TD, SEN(tee), "tee" },
324[309] = { 4, TD, SEN(vmsplice), "vmsplice" },
325[310] = { 6, TM, SEN(move_pages), "move_pages" },
326[311] = { 3, 0, SEN(getcpu), "getcpu" },
327[312] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" },
328[313] = { 2, TF, SEN(utimes), "utimes" },
329[314] = { 4, TD, SEN(fallocate), "fallocate" },
330[315] = { 4, TD|TF, SEN(utimensat), "utimensat" },
331[316] = { 3, TD|TS, SEN(signalfd), "signalfd" },
332[317] = { 4, TD, SEN(timerfd), "timerfd" },
333[318] = { 1, TD, SEN(eventfd), "eventfd" },
334[319] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
335[320] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" },
336[321] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" },
337[322] = { 4, TD|TS, SEN(signalfd4), "signalfd4" },
338[323] = { 2, TD, SEN(eventfd2), "eventfd2" },
339[324] = { 1, TD, SEN(inotify_init1), "inotify_init1" },
340[325] = { 2, TD, SEN(pipe2), "pipe2" },
341[326] = { 3, TD, SEN(dup3), "dup3" },
342[327] = { 1, TD, SEN(epoll_create1), "epoll_create1" },
343[328] = { 4, TD, SEN(preadv), "preadv" },
344[329] = { 4, TD, SEN(pwritev), "pwritev" },
345[330] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" },
346[331] = { 5, TD, SEN(perf_event_open), "perf_event_open" },
347[332] = { 2, TD, SEN(fanotify_init), "fanotify_init" },
348[333] = { 5, TD|TF, SEN(fanotify_mark), "fanotify_mark" },
349[334] = { 4, 0, SEN(prlimit64), "prlimit64" },
350[335] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
351[336] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" },
352[337] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" },
353[338] = { 1, TD, SEN(syncfs), "syncfs" },
354[339] = { 2, TD, SEN(setns), "setns" },
355[340] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" },
356[341] = { 6, 0, SEN(process_vm_writev), "process_vm_writev" },
357[342] = { 2, 0, SEN(printargs), "s390_runtime_instr" },
358[343] = { 5, 0, SEN(kcmp), "kcmp" },
359[344] = { 3, TD, SEN(finit_module), "finit_module" },
360[345] = { 3, 0, SEN(sched_setattr), "sched_setattr" },
361[346] = { 4, 0, SEN(sched_getattr), "sched_getattr" },
362[347] = { 5, TD|TF, SEN(renameat2), "renameat2" },
363[348] = { 3, 0, SEN(seccomp), "seccomp", },
364[349] = { 3, 0, SEN(getrandom), "getrandom", },
365[350] = { 2, TD, SEN(memfd_create), "memfd_create", },
366[351] = { 3, TD, SEN(bpf), "bpf", },
367[352] = { 3, 0, SEN(printargs), "s390_pci_mmio_write", },
368[353] = { 3, 0, SEN(printargs), "s390_pci_mmio_read", },
369[354] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", },
Dmitry V. Levin401d4bd2015-11-15 02:37:51 +0000370[355] = { 1, TD, SEN(userfaultfd), "userfaultfd", },
371[356] = { 2, 0, SEN(membarrier), "membarrier", },
Heiko Carstens4b499f42015-11-10 12:39:41 +0100372[357] = { 5, TN, SEN(recvmmsg), "recvmmsg" },
373[358] = { 4, TN, SEN(sendmmsg), "sendmmsg" },
374[359] = { 3, TN, SEN(socket), "socket" },
375[360] = { 4, TN, SEN(socketpair), "socketpair" },
376[361] = { 3, TN, SEN(bind), "bind" },
377[362] = { 3, TN, SEN(connect), "connect" },
378[363] = { 2, TN, SEN(listen), "listen" },
379[364] = { 4, TN, SEN(accept4), "accept4" },
380[365] = { 5, TN, SEN(getsockopt), "getsockopt" },
381[366] = { 5, TN, SEN(setsockopt), "setsockopt" },
382[367] = { 3, TN, SEN(getsockname), "getsockname" },
383[368] = { 3, TN, SEN(getpeername), "getpeername" },
384[369] = { 6, TN, SEN(sendto), "sendto" },
385[370] = { 3, TN, SEN(sendmsg), "sendmsg" },
386[371] = { 6, TN, SEN(recvfrom), "recvfrom" },
387[372] = { 3, TN, SEN(recvmsg), "recvmsg" },
388[373] = { 2, TN, SEN(shutdown), "shutdown" },
Dmitry V. Levin401d4bd2015-11-15 02:37:51 +0000389[374] = { 3, TM, SEN(mlock2), "mlock2" },
390[375 ... 399] = { },
Dmitry V. Levine78f02a2015-01-12 18:53:32 +0000391
Dmitry V. Levinde462cf2013-05-07 18:38:01 +0400392#define SYS_socket_subcall 400
393#include "subcall.h"