syscallent.h revision e86f54272c6968a4a0ed2d9c397a6ab3f74d4749
175a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath/*
275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * Copyright (c) 2000 PocketPenguins Inc.  Linux for Hitachi SuperH
575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath *                    port by Greg Banks <gbanks@pocketpenguins.com>
675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * All rights reserved.
775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath *
875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * Redistribution and use in source and binary forms, with or without
975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * modification, are permitted provided that the following conditions
1075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * are met:
1175a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * 1. Redistributions of source code must retain the above copyright
1275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath *    notice, this list of conditions and the following disclaimer.
1375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * 2. Redistributions in binary form must reproduce the above copyright
1475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath *    notice, this list of conditions and the following disclaimer in the
1575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath *    documentation and/or other materials provided with the distribution.
1675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * 3. The name of the author may not be used to endorse or promote products
1775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath *    derived from this software without specific prior written permission.
1875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath *
1975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
2075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
2175a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
2275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
2375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
2875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath *
3075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath *	$Id$
3175a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath */
3275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath
3379dcd7aa9cdb1784a4e799fbb4fc37374d6424f1Roland McGrath	{ 0,	0,	sys_restart_syscall,	"restart_syscall"}, /* 0 */
3475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	TP,	sys_exit,		"_exit"		}, /* 1 */
3575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	TP,	sys_fork,		"fork"		}, /* 2 */
362fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 3,	TD,	sys_read,		"read"		}, /* 3 */
372fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 3,	TD,	sys_write,		"write"		}, /* 4 */
382fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 3,	TD|TF,	sys_open,		"open"		}, /* 5 */
392fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 1,	TD,	sys_close,		"close"		}, /* 6 */
4075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	TP,	sys_waitpid,		"waitpid"	}, /* 7 */
412fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 2,	TD|TF,	sys_creat,		"creat"		}, /* 8 */
4275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_link,		"link"		}, /* 9 */
4375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	TF,	sys_unlink,		"unlink"	}, /* 10 */
4475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	TF|TP,	sys_execve,		"execve"	}, /* 11 */
4575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	TF,	sys_chdir,		"chdir"		}, /* 12 */
4675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_time,		"time"		}, /* 13 */
4775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	TF,	sys_mknod,		"mknod"		}, /* 14 */
4875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_chmod,		"chmod"		}, /* 15 */
4975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	TF,	sys_chown,		"lchown"		}, /* 16 */
5075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_break,		"break"		}, /* 17 */
5175a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_oldstat,		"oldstat"	}, /* 18 */
522fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 3,	TD,	sys_lseek,		"lseek"		}, /* 19 */
5375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_getpid,		"getpid"	}, /* 20 */
5475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 5,	TF,	sys_mount,		"mount"		}, /* 21 */
5575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	TF,	sys_umount,		"oldumount"	}, /* 22 */
5675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_setuid,		"setuid"	}, /* 23 */
5750a218d4ac83e6adf6f44785037dd25bd8037921Dmitry V. Levin	{ 0,	NF,	sys_getuid,		"getuid"	}, /* 24 */
5875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_stime,		"stime"		}, /* 25 */
5975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 4,	0,	sys_ptrace,		"ptrace"	}, /* 26 */
6075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_alarm,		"alarm"		}, /* 27 */
612fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 2,	TD,	sys_oldfstat,		"oldfstat"	}, /* 28 */
6275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	TS,	sys_pause,		"pause"		}, /* 29 */
6375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_utime,		"utime"		}, /* 30 */
6475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_stty,		"stty"		}, /* 31 */
6575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_gtty,		"gtty"		}, /* 32 */
6675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_access,		"access"	}, /* 33 */
6775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_nice,		"nice"		}, /* 34 */
6875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_ftime,		"ftime"		}, /* 35 */
6975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_sync,		"sync"		}, /* 36 */
7075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TS,	sys_kill,		"kill"		}, /* 37 */
7175a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_rename,		"rename"	}, /* 38 */
7275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_mkdir,		"mkdir"		}, /* 39 */
7375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	TF,	sys_rmdir,		"rmdir"		}, /* 40 */
742fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 1,	TD,	sys_dup,		"dup"		}, /* 41 */
752fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 1,	TD,	sys_pipe,		"pipe"		}, /* 42 */
7675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_times,		"times"		}, /* 43 */
7775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_prof,		"prof"		}, /* 44 */
7875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_brk,		"brk"		}, /* 45 */
7975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_setgid,		"setgid"	}, /* 46 */
8050a218d4ac83e6adf6f44785037dd25bd8037921Dmitry V. Levin	{ 0,	NF,	sys_getgid,		"getgid"	}, /* 47 */
8175a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	TS,	sys_signal,		"signal"	}, /* 48 */
8250a218d4ac83e6adf6f44785037dd25bd8037921Dmitry V. Levin	{ 0,	NF,	sys_geteuid,		"geteuid"	}, /* 49 */
8350a218d4ac83e6adf6f44785037dd25bd8037921Dmitry V. Levin	{ 0,	NF,	sys_getegid,		"getegid"	}, /* 50 */
8475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	TF,	sys_acct,		"acct"		}, /* 51 */
8575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_umount2,		"umount"	}, /* 52 */
8675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_lock,		"lock"		}, /* 53 */
872fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 3,	TD,	sys_ioctl,		"ioctl"		}, /* 54 */
882fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 3,	TD,	sys_fcntl,		"fcntl"		}, /* 55 */
8975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_mpx,		"mpx"		}, /* 56 */
9075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_setpgid,		"setpgid"	}, /* 57 */
9175a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_ulimit,		"ulimit"	}, /* 58 */
9275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_oldolduname,	"oldolduname"	}, /* 59 */
9375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_umask,		"umask"		}, /* 60 */
9475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	TF,	sys_chroot,		"chroot"	}, /* 61 */
9575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_ustat,		"ustat"		}, /* 62 */
962fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 2,	TD,	sys_dup2,		"dup2"		}, /* 63 */
9775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_getppid,		"getppid"	}, /* 64 */
9875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_getpgrp,		"getpgrp"	}, /* 65 */
9975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_setsid,		"setsid"	}, /* 66 */
10075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	TS,	sys_sigaction,		"sigaction"	}, /* 67 */
1019538352ee7a360eb5235bbd3d0c93ce049ca1513Dmitry V. Levin	{ 0,	TS,	sys_siggetmask,		"sgetmask"	}, /* 68 */
1029538352ee7a360eb5235bbd3d0c93ce049ca1513Dmitry V. Levin	{ 1,	TS,	sys_sigsetmask,		"ssetmask"	}, /* 69 */
10375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_setreuid,		"setreuid"	}, /* 70 */
10475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_setregid,		"setregid"	}, /* 71 */
10575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	TS,	sys_sigsuspend,		"sigsuspend"	}, /* 72 */
10675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	TS,	sys_sigpending,		"sigpending"	}, /* 73 */
10775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_sethostname,	"sethostname"	}, /* 74 */
10875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_setrlimit,		"setrlimit"	}, /* 75 */
10975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_getrlimit,		"getrlimit"	}, /* 76 */
11075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_getrusage,		"getrusage"	}, /* 77 */
11175a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_gettimeofday,	"gettimeofday"	}, /* 78 */
11275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_settimeofday,	"settimeofday"	}, /* 79 */
11375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_getgroups,		"getgroups"	}, /* 80 */
11475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_setgroups,		"setgroups"	}, /* 81 */
1152fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 1,	TD,	sys_oldselect,		"oldselect"	}, /* 82 */
11675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_symlink,		"symlink"	}, /* 83 */
11775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_oldlstat,		"oldlstat"	}, /* 84 */
11875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	TF,	sys_readlink,		"readlink"	}, /* 85 */
11975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	TF,	sys_uselib,		"uselib"	}, /* 86 */
120c0861c0ac8b8a4055736f6da32d54b278fd49f26Dmitry V. Levin	{ 2,	TF,	sys_swapon,		"swapon"	}, /* 87 */
12130a05158e34639d52aafb3c6fad06efe12986ac2Dmitry V. Levin	{ 4,	0,	sys_reboot,		"reboot"	}, /* 88 */
1222fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 3,	TD,	sys_readdir,		"readdir"	}, /* 89 */
123b63256e69bf3f1a74aadb0e14556490bc8f4ef95Denys Vlasenko	{ 6,	TD,	sys_old_mmap,		"old_mmap"	}, /* 90 */
12475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_munmap,		"munmap"	}, /* 91 */
12575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_truncate,		"truncate"	}, /* 92 */
1262fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 2,	TD,	sys_ftruncate,		"ftruncate"	}, /* 93 */
1272fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 2,	TD,	sys_fchmod,		"fchmod"	}, /* 94 */
1282fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 3,	TD,	sys_fchown,		"fchown"	}, /* 95 */
12975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_getpriority,	"getpriority"	}, /* 96 */
13075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	sys_setpriority,	"setpriority"	}, /* 97 */
13175a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 4,	0,	sys_profil,		"profil"	}, /* 98 */
13275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_statfs,		"statfs"	}, /* 99 */
1332fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 2,	TD,	sys_fstatfs,		"fstatfs"	}, /* 100 */
13475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	sys_ioperm,		"ioperm"	}, /* 101 */
1352fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 2,	TD,	sys_socketcall,		"socketcall"	}, /* 102 */
13675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	sys_syslog,		"syslog"	}, /* 103 */
13775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	sys_setitimer,		"setitimer"	}, /* 104 */
13875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_getitimer,		"getitimer"	}, /* 105 */
13975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_stat,		"stat"		}, /* 106 */
14075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_lstat,		"lstat"		}, /* 107 */
1412fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 2,	TD,	sys_fstat,		"fstat"		}, /* 108 */
14275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_olduname,		"olduname"	}, /* 109 */
14375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_iopl,		"iopl"		}, /* 110 */
14475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_vhangup,		"vhangup"	}, /* 111 */
14575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_idle,		"idle"		}, /* 112 */
14675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_vm86old,		"vm86old"	}, /* 113 */
14775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 4,	TP,	sys_wait4,		"wait4"		}, /* 114 */
148612e0920c5feece7859860a3c8271b82b631788fDmitry V. Levin	{ 1,	TF,	sys_swapoff,		"swapoff"	}, /* 115 */
14975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_sysinfo,		"sysinfo"	}, /* 116 */
150454dcd458aa0f8ebe6838c1835d779739a9cca77Dmitry V. Levin	{ 5,	TI,	sys_ipc,		"ipc"		}, /* 117 */
1512fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 1,	TD,	sys_fsync,		"fsync"		}, /* 118 */
152f07367954c9b41bf87deba08e79e5bb4c3b72c55Denys Vlasenko	{ 0,	TS,	sys_sigreturn,		"sigreturn"	}, /* 119 */
153d8f98bc46cb32289e4bde21778fbbad7e2b93148Roland McGrath	{ 5,	TP,	sys_clone,		"clone"		}, /* 120 */
15475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_setdomainname,	"setdomainname"	}, /* 121 */
15575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_uname,		"uname"		}, /* 122 */
156f8e56504749a4a5a79d40d115ae46718b4c949a4Carmelo AMOROSO	{ 3,	0,	sys_cacheflush,		"cacheflush"	}, /* 123 */
15775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_adjtimex,		"adjtimex"	}, /* 124 */
15875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	sys_mprotect,		"mprotect"	}, /* 125 */
15975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	TS,	sys_sigprocmask,	"sigprocmask"	}, /* 126 */
16075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_create_module,	"create_module"	}, /* 127 */
16164434f847dd6e26573969b196034edbcde72a30dRoland McGrath	{ 3,	0,	sys_init_module,	"init_module"	}, /* 128 */
1626e2612785d30e876d74ba592a008941caf8ba116Roland McGrath	{ 2,	0,	sys_delete_module,	"delete_module"	}, /* 129 */
16375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_get_kernel_syms,	"get_kernel_syms"}, /* 130 */
16475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 4,	0,	sys_quotactl,		"quotactl"	}, /* 131 */
16575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_getpgid,		"getpgid"	}, /* 132 */
1662fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 1,	TD,	sys_fchdir,		"fchdir"	}, /* 133 */
16775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_bdflush,		"bdflush"	}, /* 134 */
16875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	sys_sysfs,		"sysfs"		}, /* 135 */
16975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_personality,	"personality"	}, /* 136 */
17075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 5,	0,	sys_afs_syscall,	"afs_syscall"	}, /* 137 */
17150a218d4ac83e6adf6f44785037dd25bd8037921Dmitry V. Levin	{ 1,	NF,	sys_setfsuid,		"setfsuid"	}, /* 138 */
17250a218d4ac83e6adf6f44785037dd25bd8037921Dmitry V. Levin	{ 1,	NF,	sys_setfsgid,		"setfsgid"	}, /* 139 */
1732fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 5,	TD,	sys_llseek,		"_llseek"	}, /* 140 */
1742fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 3,	TD,	sys_getdents,		"getdents"	}, /* 141 */
1752fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 5,	TD,	sys_select,		"select"	}, /* 142 */
1762fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 2,	TD,	sys_flock,		"flock"		}, /* 143 */
17775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	sys_msync,		"msync"		}, /* 144 */
1782fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 3,	TD,	sys_readv,		"readv"		}, /* 145 */
1792fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 3,	TD,	sys_writev,		"writev"	}, /* 146 */
18075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_getsid,		"getsid"	}, /* 147 */
1812fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 1,	TD,	sys_fdatasync,		"fdatasync"	}, /* 148 */
18275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_sysctl,		"_sysctl"	}, /* 149 */
18375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_mlock,		"mlock"		}, /* 150 */
18475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_munlock,		"munlock"	}, /* 151 */
1856710f4af09651e9549d7626ca7f9d9664de34739Dmitry V. Levin	{ 1,	0,	sys_mlockall,		"mlockall"	}, /* 152 */
18675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_munlockall,		"munlockall"	}, /* 153 */
18775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_sched_setparam,	"sched_setparam"}, /* 154 */
18875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_sched_getparam,	"sched_getparam"}, /* 155 */
18975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	sys_sched_setscheduler,	"sched_setscheduler"}, /* 156 */
19075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_sched_getscheduler,	"sched_getscheduler"}, /* 157 */
19175a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	sys_sched_yield,	"sched_yield"}, /* 158 */
19275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_sched_get_priority_max,"sched_get_priority_max"}, /* 159 */
19375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	sys_sched_get_priority_min,"sched_get_priority_min"}, /* 160 */
19475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_sched_rr_get_interval,"sched_rr_get_interval"}, /* 161 */
19575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_nanosleep,		"nanosleep"	}, /* 162 */
196fdc45590eb96c43cf8f8e8db5f598fd3d7b9a385Dmitry V. Levin	{ 5,	0,	sys_mremap,		"mremap"	}, /* 163 */
19775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	sys_setresuid,		"setresuid"	}, /* 164 */
19875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	sys_getresuid,		"getresuid"	}, /* 165 */
199b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 5,	0,	sys_vm86,		"vm86"		}, /* 166 */
20075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 5,	0,	sys_query_module,	"query_module"	}, /* 167 */
2012fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 3,	TD,	sys_poll,		"poll"		}, /* 168 */
202b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 3,	0,	sys_nfsservctl,		"nfsservctl"	}, /* 169 */
20375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	sys_setresgid,		"setresgid"	}, /* 170 */
20475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	sys_getresgid,		"getresgid"	}, /* 171 */
20586c26be3c88f382273222358fb2f7d537d022712Dmitry V. Levin	{ 5,	0,	sys_prctl,		"prctl"		}, /* 172 */
206b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 1,	TS,	sys_rt_sigreturn,	"rt_sigreturn"	}, /* 173 */
207b63256e69bf3f1a74aadb0e14556490bc8f4ef95Denys Vlasenko	{ 4,	TS,	sys_rt_sigaction,	"rt_sigaction"	}, /* 174 */
20875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 4,	TS,	sys_rt_sigprocmask,	"rt_sigprocmask"}, /* 175 */
20975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TS,	sys_rt_sigpending,	"rt_sigpending"	}, /* 176 */
21075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 4,	TS,	sys_rt_sigtimedwait,	"rt_sigtimedwait"}, /* 177 */
21175a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	TS,	sys_rt_sigqueueinfo,    "rt_sigqueueinfo"}, /* 178 */
21275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TS,	sys_rt_sigsuspend,	"rt_sigsuspend"	}, /* 179 */
21375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath
2142fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 6,	TD,	sys_pread,		"pread"		}, /* 180 */
2152fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 6,	TD,	sys_pwrite,		"pwrite"	}, /* 181 */
21675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	TF,	sys_chown,		"chown"		}, /* 182 */
21775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_getcwd,		"getcwd"	}, /* 183 */
21875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_capget,		"capget"	}, /* 184 */
21975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	sys_capset,		"capset"	}, /* 185 */
22075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TS,	sys_sigaltstack,	"sigaltstack"	}, /* 186 */
22124f0dcea027058050643659851c3fa7ddb1828dcDenys Vlasenko	{ 4,	TD|TN,	sys_sendfile,		"sendfile"	}, /* 187 */
22275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 5,	0,	printargs,		"SYS_188"	}, /* 188 */
22375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 5,	0,	printargs,		"SYS_189"	}, /* 189 */
22475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	TP,	sys_vfork,		"vfork"		}, /* 190 */
22575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 5,	0,	printargs,		"getrlimit"	}, /* 191 */
226bde8033605d0d7c83b4d7c4d4c2461775edcd0ccDmitry V. Levin	{ 6,	TD,	sys_mmap,		"mmap2"		}, /* 192 */
227c0f8bbda62139da801bb761d8c66724e12638087Roland McGrath	{ 5,	0,	sys_truncate64,		"truncate64"	}, /* 193 */
2282fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 5,	TD,	sys_ftruncate64,	"ftruncate64"	}, /* 194 */
22975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_stat64,		"stat64"	}, /* 195 */
23075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_lstat64,		"lstat64"	}, /* 196 */
2312fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 2,	TD,	sys_fstat64,		"fstat64"	}, /* 197 */
23275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath/*TODO*/{ 3,	TF,	printargs,		"lchown32"	}, /* 198 */
23375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath/*TODO*/{ 0,	0,	printargs,		"getuid32"	}, /* 199 */
23475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath
23575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	printargs,		"getgid32"	}, /* 200 */
23675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	printargs,		"geteuid32"	}, /* 201 */
23775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 0,	0,	printargs,		"getegid32"	}, /* 202 */
23875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	printargs,		"setreuid32"	}, /* 203 */
23975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	0,	printargs,		"setregid32"	}, /* 204 */
240ee06762c4178fdd19efd7f5c95f92d05d1f1648bRoland McGrath	{ 2,	0,	sys_getgroups32,	"getgroups32"	}, /* 205 */
241ee06762c4178fdd19efd7f5c95f92d05d1f1648bRoland McGrath	{ 2,	0,	sys_setgroups32,	"setgroups32"	}, /* 206 */
24275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	printargs,		"fchown32"	}, /* 207 */
24375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	printargs,		"setresuid32"	}, /* 208 */
24475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	printargs,		"getresuid32"	}, /* 209 */
24575a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	printargs,		"setresgid32"	}, /* 210 */
24675a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	printargs,		"getsetgid32"	}, /* 211 */
24775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	TF,	printargs,		"chown32"	}, /* 212 */
24875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	printargs,		"setuid32"	}, /* 213 */
24975a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	printargs,		"setgid32"	}, /* 214 */
25075a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	printargs,		"setfsuid32"	}, /* 215 */
25175a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 1,	0,	printargs,		"setfsgid32"	}, /* 216 */
25275a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 2,	TF,	sys_pivotroot,		"pivot_root"	}, /* 217 */
25375a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	printargs,		"mincore"	}, /* 218 */
25475a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 3,	0,	sys_madvise,		"madvise"	}, /* 219 */
255f59eaf4adcb2820ab82a0fd78377d163356b1245Roland McGrath	{ 3,	TD,	sys_getdents64,		"getdents64"	}, /* 220 */
2562fe7b13b2f893f7647408af98576affe2b9b123dRoland McGrath	{ 3,	TD,	sys_fcntl,		"fcntl64"	}, /* 221 */
25775a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 4,	0,	printargs,		"SYS_222"	}, /* 222 */
25875a99b7d558e9c4d44275f4bd8da2cb90f9be9caRoland McGrath	{ 4,	0,	printargs,		"SYS_223"	}, /* 223 */
259b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 4,	0,	sys_gettid,		"gettid"	}, /* 224 */
2606eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 5,	TD,	sys_readahead,		"readahead"	}, /* 225 */
2616eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 5,	TF,	sys_setxattr,		"setxattr"	}, /* 226 */
2626eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 5,	TF,	sys_setxattr,		"lsetxattr"	}, /* 227 */
2636eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 5,	TD,	sys_fsetxattr,		"fsetxattr"	}, /* 228 */
2646eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	TF,	sys_getxattr,		"getxattr"	}, /* 229 */
2656eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	TF,	sys_getxattr,		"lgetxattr"	}, /* 230 */
2661e43961de5c9196aeef0d94cc3f291680879da88Dmitry V. Levin	{ 4,	TD,	sys_fgetxattr,		"fgetxattr"	}, /* 231 */
2676eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	TF,	sys_listxattr,		"listxattr"	}, /* 232 */
2686eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	TF,	sys_listxattr,		"llistxattr"	}, /* 233 */
2691e43961de5c9196aeef0d94cc3f291680879da88Dmitry V. Levin	{ 3,	TD,	sys_flistxattr,		"flistxattr"	}, /* 234 */
2706eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 2,	TF,	sys_removexattr,	"removexattr"	}, /* 235 */
2716eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 2,	TF,	sys_removexattr,	"lremovexattr"	}, /* 236 */
2726eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 2,	TD,	sys_fremovexattr,	"fremovexattr"	}, /* 237 */
2736eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 2,	TD,	sys_kill,		"tkill"		}, /* 238 */
2743432059f66df5ce81c42c6e4be91532538be6ccbDenys Vlasenko	{ 4,	TD|TN,	sys_sendfile64,		"sendfile64"	}, /* 239 */
2756eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 6,	0,	sys_futex,		"futex"		}, /* 240 */
2766eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	0,	sys_sched_setaffinity,	"sched_setaffinity"}, /* 241 */
2776eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	0,	sys_sched_getaffinity,	"sched_getaffinity"}, /* 242 */
2786eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 0,	0,	printargs,		"SYS_243"	}, /* 243 */
2796eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 0,	0,	printargs,		"SYS_244"	}, /* 244 */
2806eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 2,	0,	sys_io_setup,		"io_setup"	}, /* 245 */
2816eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 1,	0,	sys_io_destroy,		"io_destroy"	}, /* 246 */
2826eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 5,	0,	sys_io_getevents,	"io_getevents"	}, /* 247 */
2836eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	0,	sys_io_submit,		"io_submit"	}, /* 248 */
2846eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	0,	sys_io_cancel,		"io_cancel"	}, /* 249 */
285fdbe3c513a521a075a5688df85056200c846776dDmitry V. Levin	{ 5,	TD,	sys_fadvise64,		"fadvise64"	}, /* 250 */
2866eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 0,	0,	printargs,		"SYS_251"	}, /* 251 */
2876eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 1,	TP,	sys_exit,		"exit_group"	}, /* 252 */
288b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 4,	0,	sys_lookup_dcookie,	"lookup_dcookie"}, /* 253 */
289b9839ef1295cd6d2ee56500226f8be080c63804fDmitry V. Levin	{ 1,	TD,	sys_epoll_create,	"epoll_create"	}, /* 254 */
2906eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	TD,	sys_epoll_ctl,		"epoll_ctl"	}, /* 255 */
291609ccb229aac20c15a3b2c6eba0a93a662f19000Dmitry V. Levin	{ 4,	TD,	sys_epoll_wait,		"epoll_wait"	}, /* 256 */
2926eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 5,	0,	sys_remap_file_pages,	"remap_file_pages"}, /* 257 */
293b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 1,	0,	sys_set_tid_address,	"set_tid_address"}, /* 258 */
2946eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	0,	sys_timer_create,	"timer_create"	}, /* 259 */
2956eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	0,	sys_timer_settime,	"timer_settime"	}, /* 260 */
2966eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 2,	0,	sys_timer_gettime,	"timer_gettime"	}, /* 261 */
2976eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 1,	0,	sys_timer_getoverrun,	"timer_getoverrun"}, /* 262 */
2986eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 1,	0,	sys_timer_delete,	"timer_delete"	}, /* 263 */
2996eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 2,	0,	sys_clock_settime,	"clock_settime"	}, /* 264 */
3006eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 2,	0,	sys_clock_gettime,	"clock_gettime"	}, /* 265 */
3016eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 2,	0,	sys_clock_getres,	"clock_getres"	}, /* 266 */
3026eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	0,	sys_clock_nanosleep,	"clock_nanosleep"}, /* 267 */
3036eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	TF,	sys_statfs64,		"statfs64"	}, /* 268 */
3046eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 2,	TD,	sys_fstatfs64,		"fstatfs64"	}, /* 269 */
3056eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	TS,	sys_tgkill,		"tgkill"	}, /* 270 */
3066eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 2,	TF,	sys_utimes,		"utimes"	}, /* 271 */
307fdbe3c513a521a075a5688df85056200c846776dDmitry V. Levin	{ 6,	TD,	sys_fadvise64_64,	"fadvise64_64"	}, /* 272 */
3086eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 0,	0,	printargs,		"SYS_273"	}, /* 273 */
3096eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	0,	sys_mbind,		"mbind"		}, /* 274 */
3106eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 5,	0,	sys_get_mempolicy,	"get_mempolicy"	}, /* 275 */
3116eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	0,	sys_set_mempolicy,	"set_mempolicy"	}, /* 276 */
3126eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	0,	sys_mq_open,		"mq_open"	}, /* 277 */
3136eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 1,	0,	sys_mq_unlink,		"mq_unlink"	}, /* 278 */
3146eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 5,	0,	sys_mq_timedsend,	"mq_timedsend"	}, /* 279 */
3156eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 5,	0,	sys_mq_timedreceive,	"mq_timedreceive"}, /* 280 */
3166eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 2,	0,	sys_mq_notify,		"mq_notify"	}, /* 281 */
3176eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	0,	sys_mq_getsetattr,	"mq_getsetattr"	}, /* 282 */
318b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 4,	0,	sys_kexec_load,		"kexec_load"	}, /* 283 */
3196eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 5,	TP,	sys_waitid,		"waitid"	}, /* 284 */
320b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 5,	0,	sys_add_key,		"add_key"	}, /* 285 */
321b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 4,	0,	sys_request_key,	"request_key"	}, /* 286 */
322b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 5,	0,	sys_keyctl,		"keyctl"	}, /* 287 */
323b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 3,	0,	sys_ioprio_set,		"ioprio_set"	}, /* 288 */
324b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 2,	0,	sys_ioprio_get,		"ioprio_get"	}, /* 289 */
325b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 0,	TD,	sys_inotify_init,	"inotify_init"	}, /* 290 */
3266eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	TD,	sys_inotify_add_watch,	"inotify_add_watch"}, /* 291 */
3276eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 2,	TD,	sys_inotify_rm_watch,	"inotify_rm_watch"}, /* 292 */
3281eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_293"	}, /* 293 */
329b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 4,	0,	sys_migrate_pages,	"migrate_pages"	}, /* 294 */
3306eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	TD|TF,	sys_openat,		"openat"	}, /* 295 */
3316eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	TD|TF,	sys_mkdirat,		"mkdirat"	}, /* 296 */
3326eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	TD|TF,	sys_mknodat,		"mknodat"	}, /* 297 */
3336eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 5,	TD|TF,	sys_fchownat,		"fchownat"	}, /* 298 */
3346eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	TD|TF,	sys_futimesat,		"futimesat"	}, /* 299 */
33562d0428cf599ba0a6f2f73c83e174fada31ff7e7Dmitry V. Levin	{ 4,	TD|TF,	sys_newfstatat,		"newfstatat"	}, /* 300 */
3366eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	TD|TF,	sys_unlinkat,		"unlinkat"	}, /* 301 */
3376eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	TD|TF,	sys_renameat,		"renameat"	}, /* 302 */
3386eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 5,	TD|TF,	sys_linkat,		"linkat"	}, /* 303 */
3396eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	TD|TF,	sys_symlinkat,		"symlinkat"	}, /* 304 */
3406eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	TD|TF,	sys_readlinkat,		"readlinkat"	}, /* 305 */
3416eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	TD|TF,	sys_fchmodat,		"fchmodat"	}, /* 306 */
3426eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 3,	TD|TF,	sys_faccessat,		"faccessat"	}, /* 307 */
3436eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 6,	TD,	sys_pselect6,		"pselect6"	}, /* 308 */
3446eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 5,	TD,	sys_ppoll,		"ppoll"		}, /* 309 */
3456eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 1,	TP,	sys_unshare,		"unshare"	}, /* 310 */
346b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 2,	0,	sys_set_robust_list,	"set_robust_list"}, /* 311 */
347b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 3,	0,	sys_get_robust_list,	"get_robust_list"}, /* 312 */
348d99e48c0f33f5230a743cd91a986edba176db2f8Dmitry V. Levin	{ 6,	TD,	sys_splice,		"splice"	}, /* 313 */
349b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 4,	TD,	sys_sync_file_range,	"sync_file_range"}, /* 314 */
350d99e48c0f33f5230a743cd91a986edba176db2f8Dmitry V. Levin	{ 4,	TD,	sys_tee,		"tee"		}, /* 315 */
351d99e48c0f33f5230a743cd91a986edba176db2f8Dmitry V. Levin	{ 5,	TD,	sys_vmsplice,		"vmsplice"	}, /* 316 */
3520e091a1a3d5f931100ce10390053aed43068a68fRoland McGrath	{ 6,	0,	sys_move_pages,		"move_pages"	}, /* 317 */
353245745cf07fb910e5e4e1e6cebb10fd5e7684adaRoland McGrath	{ 3,	0,	sys_getcpu,		"getcpu"	}, /* 318 */
354a706881b3bf87903156cf552e053cfc6a40911f1Dmitry V. Levin	{ 6,	TD,	sys_epoll_pwait,	"epoll_pwait"	}, /* 319 */
3556eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	TD|TF,	sys_utimensat,		"utimensat"	}, /* 320 */
356a826df6ce6aa1d8e65bdfbe87c429611b5720729Roland McGrath	{ 3,	TD|TS,	sys_signalfd,		"signalfd"	}, /* 321 */
357e6a00aff77144c2331cbb1c94e8547398180ce8cRoland McGrath	{ 4,	TD,	sys_timerfd,		"timerfd"	}, /* 322 */
358e6a00aff77144c2331cbb1c94e8547398180ce8cRoland McGrath	{ 1,	TD,	sys_eventfd,		"eventfd"	}, /* 323 */
3592bc744d7c737f025e970d3e708a81779c45a8b06Dmitry V. Levin	{ 6,	TD,	sys_fallocate,		"fallocate"	}, /* 324 */
360623003918a2d35d71bb7f44917b78c41a9ac169bDmitry V. Levin	{ 4,	TD,	sys_timerfd_settime,	"timerfd_settime"}, /* 325 */
361623003918a2d35d71bb7f44917b78c41a9ac169bDmitry V. Levin	{ 2,	TD,	sys_timerfd_gettime,	"timerfd_gettime"}, /* 326 */
362623003918a2d35d71bb7f44917b78c41a9ac169bDmitry V. Levin	{ 4,	TD|TS,	sys_signalfd4,		"signalfd4"	}, /* 327 */
363623003918a2d35d71bb7f44917b78c41a9ac169bDmitry V. Levin	{ 2,	TD,	sys_eventfd2,		"eventfd2"	}, /* 328 */
364b9839ef1295cd6d2ee56500226f8be080c63804fDmitry V. Levin	{ 1,	TD,	sys_epoll_create1,	"epoll_create1"	}, /* 329 */
365623003918a2d35d71bb7f44917b78c41a9ac169bDmitry V. Levin	{ 3,	TD,	sys_dup3,		"dup3"		}, /* 330 */
366623003918a2d35d71bb7f44917b78c41a9ac169bDmitry V. Levin	{ 2,	TD,	sys_pipe2,		"pipe2"		}, /* 331 */
367623003918a2d35d71bb7f44917b78c41a9ac169bDmitry V. Levin	{ 1,	TD,	sys_inotify_init1,	"inotify_init1"	}, /* 332 */
3683087dd678088754dddc0c801008e22ca2b7b9a37Damir Shayhutdinov	{ 5,	TD,	sys_preadv,		"preadv"	}, /* 333 */
3693087dd678088754dddc0c801008e22ca2b7b9a37Damir Shayhutdinov	{ 5,	TD,	sys_pwritev,		"pwritev"	}, /* 334 */
370b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 4,	TP|TS,	sys_rt_tgsigqueueinfo,	"rt_tgsigqueueinfo"}, /* 335 */
371b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 5,	TD,	sys_perf_event_open,	"perf_event_open"}, /* 336 */
372b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 2,	TD,	sys_fanotify_init,	"fanotify_init"	}, /* 337 */
373b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 5,	TD|TF,	sys_fanotify_mark,	"fanotify_mark"	}, /* 338 */
374b9e897d6aa535651b400d44080e48d88ab708da2Dmitry V. Levin	{ 4,	0,	sys_prlimit64,		"prlimit64"	}, /* 339 */
3759b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 3,	TN,	sys_socket,		"socket"	}, /* 340 */
3769b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 3,	TN,	sys_bind,		"bind"		}, /* 341 */
3779b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 3,	TN,	sys_connect,		"connect"	}, /* 342 */
3789b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 2,	TN,	sys_listen,		"listen"	}, /* 343 */
3799b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 3,	TN,	sys_accept,		"accept"	}, /* 344 */
3809b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 3,	TN,	sys_getsockname,	"getsockname"	}, /* 345 */
3819b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 3,	TN,	sys_getpeername,	"getpeername"	}, /* 346 */
3829b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 4,	TN,	sys_socketpair,		"socketpair"	}, /* 347 */
3839b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 4,	TN,	sys_send,		"send"		}, /* 348 */
3849b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 4,	TN,	sys_recv,		"recv"		}, /* 349 */
3859b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 6,	TN,	sys_sendto,		"sendto"	}, /* 350 */
3869b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 6,	TN,	sys_recvfrom,		"recvfrom"	}, /* 351 */
3879b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 2,	TN,	sys_shutdown,		"shutdown"	}, /* 352 */
3889b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 5,	TN,	sys_setsockopt,		"setsockopt"	}, /* 353 */
3899b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 5,	TN,	sys_getsockopt,		"getsockopt"	}, /* 354 */
390e86f54272c6968a4a0ed2d9c397a6ab3f74d4749Dmitry V. Levin	{ 3,	TN,	sys_sendmsg,		"sendmsg"	}, /* 355 */
3919b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 5,	TN,	sys_recvmsg,		"recvmsg"	}, /* 356 */
3929b977d106707c1d040597b18fb1fad66d8e1d517Carmelo AMOROSO	{ 5,	TN,	sys_recvmmsg,		"recvmmsg"	}, /* 357 */
393d64184f9aa1b42e22e91b0dee902484ccdb08c4fCarmelo AMOROSO	{ 4,	TN,	sys_accept4,		"accept4"	}, /* 358 */
3941eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_359"	}, /* 359 */
3951eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_360"	}, /* 360 */
3961eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_361"	}, /* 361 */
3971eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_362"	}, /* 362 */
3981eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_363"	}, /* 363 */
3991eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_364"	}, /* 364 */
4001eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_365"	}, /* 365 */
4011eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_366"	}, /* 366 */
4021eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_367"	}, /* 367 */
4031eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_368"	}, /* 368 */
4041eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_369"	}, /* 369 */
4051eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_370"	}, /* 370 */
4061eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_371"	}, /* 371 */
4071eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_372"	}, /* 372 */
4081eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_373"	}, /* 373 */
4091eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_374"	}, /* 374 */
4101eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_375"	}, /* 375 */
4111eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_376"	}, /* 376 */
4121eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_377"	}, /* 377 */
4131eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_378"	}, /* 378 */
4141eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_379"	}, /* 379 */
4151eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_380"	}, /* 380 */
4161eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_381"	}, /* 381 */
4171eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_382"	}, /* 382 */
4181eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_383"	}, /* 383 */
4191eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_384"	}, /* 384 */
4201eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_385"	}, /* 385 */
4211eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_386"	}, /* 386 */
4221eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_387"	}, /* 387 */
4231eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_388"	}, /* 388 */
4241eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_389"	}, /* 389 */
4251eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_390"	}, /* 390 */
4261eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_391"	}, /* 391 */
4271eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_392"	}, /* 392 */
4281eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_393"	}, /* 393 */
4291eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_394"	}, /* 394 */
4301eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_395"	}, /* 395 */
4311eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_396"	}, /* 396 */
4321eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_397"	}, /* 397 */
4331eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_398"	}, /* 398 */
4341eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	0,	printargs,		"SYS_399"	}, /* 399 */
4351eecc385606e5468691599d68978285987c2b89dRoland McGrath
4366eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath#if SYS_socket_subcall != 400
4371eecc385606e5468691599d68978285987c2b89dRoland McGrath #error fix me
4381eecc385606e5468691599d68978285987c2b89dRoland McGrath#endif
439d9560c108099394281012eb4bd7c46a46df6d31dDenys Vlasenko	{ 6,	0,	printargs,		"socket_subcall"}, /* 400 */
4401eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 3,	TN,	sys_socket,		"socket"	}, /* 401 */
4411eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 3,	TN,	sys_bind,		"bind"		}, /* 402 */
4421eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 3,	TN,	sys_connect,		"connect"	}, /* 403 */
4431eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 2,	TN,	sys_listen,		"listen"	}, /* 404 */
4441eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 3,	TN,	sys_accept,		"accept"	}, /* 405 */
4451eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 3,	TN,	sys_getsockname,	"getsockname"	}, /* 406 */
4461eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 3,	TN,	sys_getpeername,	"getpeername"	}, /* 407 */
4471eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 4,	TN,	sys_socketpair,		"socketpair"	}, /* 408 */
4481eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 4,	TN,	sys_send,		"send"		}, /* 409 */
4491eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 4,	TN,	sys_recv,		"recv"		}, /* 410 */
4501eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 6,	TN,	sys_sendto,		"sendto"	}, /* 411 */
4511eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 6,	TN,	sys_recvfrom,		"recvfrom"	}, /* 412 */
4521eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 2,	TN,	sys_shutdown,		"shutdown"	}, /* 413 */
4531eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	TN,	sys_setsockopt,		"setsockopt"	}, /* 414 */
4541eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	TN,	sys_getsockopt,		"getsockopt"	}, /* 415 */
455e86f54272c6968a4a0ed2d9c397a6ab3f74d4749Dmitry V. Levin	{ 3,	TN,	sys_sendmsg,		"sendmsg"	}, /* 416 */
4561eecc385606e5468691599d68978285987c2b89dRoland McGrath	{ 5,	TN,	sys_recvmsg,		"recvmsg"	}, /* 417 */
4578a56b8a8e77e095b6152253dc99fc5f4c226d02fPaolo Bonzini	{ 4,	TN,	sys_accept4,		"accept4"	}, /* 418 */
4580873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 5,	TN,	sys_recvmmsg,		"recvmmsg"	}, /* 419 */
4591eecc385606e5468691599d68978285987c2b89dRoland McGrath
4600873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab#if SYS_ipc_subcall != 420
4611eecc385606e5468691599d68978285987c2b89dRoland McGrath #error fix me
4621eecc385606e5468691599d68978285987c2b89dRoland McGrath#endif
4636eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath
4640873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 420 */
4650873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	TI,	sys_semop,		"semop"		}, /* 421 */
4660873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	TI,	sys_semget,		"semget"	}, /* 422 */
4670873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	TI,	sys_semctl,		"semctl"	}, /* 423 */
4680873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 5,	TI,	sys_semtimedop,		"semtimedop"	}, /* 424 */
4696eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 425 */
4706eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 426 */
4716eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 427 */
4726eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 428 */
4738a56b8a8e77e095b6152253dc99fc5f4c226d02fPaolo Bonzini	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 429 */
4740873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 430 */
4750873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	TI,	sys_msgsnd,		"msgsnd"	}, /* 431 */
4760873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	TI,	sys_msgrcv,		"msgrcv"	}, /* 432 */
4770873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	TI,	sys_msgget,		"msgget"	}, /* 433 */
4780873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	TI,	sys_msgctl,		"msgctl"	}, /* 434 */
4796eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 435 */
4806eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 436 */
4816eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 437 */
4826eaa9e8f26b7e0ffb13a5b777563f430527bc808Roland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 438 */
4838a56b8a8e77e095b6152253dc99fc5f4c226d02fPaolo Bonzini	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 439 */
4840873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 440 */
4850873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	TI,	sys_shmat,		"shmat"		}, /* 441 */
4860873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	TI,	sys_shmdt,		"shmdt"		}, /* 442 */
4870873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	TI,	sys_shmget,		"shmget"	}, /* 443 */
4880873f29af4c1b2357e4f13338731665dd1ee2893Andreas Schwab	{ 4,	TI,	sys_shmctl,		"shmctl"	}, /* 444 */
489