syscallent.h revision 0e091a1a3d5f931100ce10390053aed43068a68f
19597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath/*
29597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
39597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * Copyright (c) 1993, 1994, 1995 Rick Sladkey <jrs@world.std.com>
49597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * All rights reserved.
59597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath *
69597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * Redistribution and use in source and binary forms, with or without
79597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * modification, are permitted provided that the following conditions
89597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * are met:
99597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * 1. Redistributions of source code must retain the above copyright
109597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath *    notice, this list of conditions and the following disclaimer.
119597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * 2. Redistributions in binary form must reproduce the above copyright
129597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath *    notice, this list of conditions and the following disclaimer in the
139597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath *    documentation and/or other materials provided with the distribution.
149597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * 3. The name of the author may not be used to endorse or promote products
159597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath *    derived from this software without specific prior written permission.
169597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath *
179597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
189597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
199597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
209597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
219597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
229597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
239597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
249597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
259597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
269597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
279597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath *
289597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath *	$Id$
299597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath */
309597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath
3179dcd7aa9cdb1784a4e799fbb4fc37374d6424f1Roland McGrath	{ 0,	0,	sys_restart_syscall,	"restart_syscall"}, /* 0 */
324582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 1,	TP,	sys_exit,		"exit"		}, /* 1 */
339597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	TP,	sys_fork,		"fork"		}, /* 2 */
349597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_read,		"read"		}, /* 3 */
359597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_write,		"write"		}, /* 4 */
369597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TF,	sys_open,		"open"		}, /* 5 */
379597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_close,		"close"		}, /* 6 */
389597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TP,	sys_waitpid,		"waitpid"	}, /* 7 */
399597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_creat,		"creat"		}, /* 8 */
409597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_link,		"link"		}, /* 9 */
419597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	TF,	sys_unlink,		"unlink"	}, /* 10 */
429597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TF|TP,	sys_execve,		"execve"	}, /* 11 */
439597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	TF,	sys_chdir,		"chdir"		}, /* 12 */
449597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_time,		"time"		}, /* 13 */
459597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TF,	sys_mknod,		"mknod"		}, /* 14 */
469597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_chmod,		"chmod"		}, /* 15 */
479597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TF,	sys_chown,		"lchown"	}, /* 16 */
489597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_break,		"break"		}, /* 17 */
499597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_oldstat,		"oldstat"	}, /* 18 */
509597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_lseek,		"lseek"		}, /* 19 */
519597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_getpid,		"getpid"	}, /* 20 */
529597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	TF,	sys_mount,		"mount"		}, /* 21 */
539597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	TF,	sys_umount,		"oldumount"	}, /* 22 */
549597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_setuid,		"setuid"	}, /* 23 */
559597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_getuid,		"getuid"	}, /* 24 */
569597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_stime,		"stime"		}, /* 25 */
579597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	0,	sys_ptrace,		"ptrace"	}, /* 26 */
589597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_alarm,		"alarm"		}, /* 27 */
599597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_oldfstat,		"oldfstat"	}, /* 28 */
609597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	TS,	sys_pause,		"pause"		}, /* 29 */
619597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_utime,		"utime"		}, /* 30 */
629597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_stty,		"stty"		}, /* 31 */
639597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_gtty,		"gtty"		}, /* 32 */
649597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_access,		"access"	}, /* 33 */
659597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_nice,		"nice"		}, /* 34 */
669597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_ftime,		"ftime"		}, /* 35 */
679597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_sync,		"sync"		}, /* 36 */
689597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TS,	sys_kill,		"kill"		}, /* 37 */
699597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_rename,		"rename"	}, /* 38 */
709597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_mkdir,		"mkdir"		}, /* 39 */
719597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	TF,	sys_rmdir,		"rmdir"		}, /* 40 */
729597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_dup,		"dup"		}, /* 41 */
739597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_pipe,		"pipe"		}, /* 42 */
749597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_times,		"times"		}, /* 43 */
759597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_prof,		"prof"		}, /* 44 */
769597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_brk,		"brk"		}, /* 45 */
779597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_setgid,		"setgid"	}, /* 46 */
789597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_getgid,		"getgid"	}, /* 47 */
799597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TS,	sys_signal,		"signal"	}, /* 48 */
809597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_geteuid,		"geteuid"	}, /* 49 */
819597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_getegid,		"getegid"	}, /* 50 */
829597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	TF,	sys_acct,		"acct"		}, /* 51 */
839597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_umount2,		"umount"	}, /* 52 */
849597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_lock,		"lock"		}, /* 53 */
859597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_ioctl,		"ioctl"		}, /* 54 */
869597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_fcntl,		"fcntl"		}, /* 55 */
879597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_mpx,		"mpx"		}, /* 56 */
889597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_setpgid,		"setpgid"	}, /* 57 */
899597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_ulimit,		"ulimit"	}, /* 58 */
909597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_oldolduname,	"oldolduname"	}, /* 59 */
919597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_umask,		"umask"		}, /* 60 */
929597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	TF,	sys_chroot,		"chroot"	}, /* 61 */
939597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_ustat,		"ustat"		}, /* 62 */
949597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_dup2,		"dup2"		}, /* 63 */
959597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_getppid,		"getppid"	}, /* 64 */
969597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_getpgrp,		"getpgrp"	}, /* 65 */
979597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_setsid,		"setsid"	}, /* 66 */
989597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TS,	sys_sigaction,		"sigaction"	}, /* 67 */
999597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	TS,	sys_siggetmask,		"siggetmask"	}, /* 68 */
1009597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	TS,	sys_sigsetmask,		"sigsetmask"	}, /* 69 */
1019597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_setreuid,		"setreuid"	}, /* 70 */
1029597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_setregid,		"setregid"	}, /* 71 */
1039597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TS,	sys_sigsuspend,		"sigsuspend"	}, /* 72 */
1049597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	TS,	sys_sigpending,		"sigpending"	}, /* 73 */
1059597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_sethostname,	"sethostname"	}, /* 74 */
1069597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_setrlimit,		"setrlimit"	}, /* 75 */
1079597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_getrlimit,		"old_getrlimit"	}, /* 76 */
1089597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_getrusage,		"getrusage"	}, /* 77 */
1099597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_gettimeofday,	"gettimeofday"	}, /* 78 */
1109597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_settimeofday,	"settimeofday"	}, /* 79 */
1119597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_getgroups,		"getgroups"	}, /* 80 */
1129597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_setgroups,		"setgroups"	}, /* 81 */
1139597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_oldselect,		"oldselect"	}, /* 82 */
1149597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_symlink,		"symlink"	}, /* 83 */
1159597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_oldlstat,		"oldlstat"	}, /* 84 */
1169597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TF,	sys_readlink,		"readlink"	}, /* 85 */
1179597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	TF,	sys_uselib,		"uselib"	}, /* 86 */
1189597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	TF,	sys_swapon,		"swapon"	}, /* 87 */
1199597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_reboot,		"reboot"	}, /* 88 */
1209597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_readdir,		"readdir"	}, /* 89 */
1219597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 6,	0,	sys_old_mmap,		"old_mmap"	}, /* 90 */
1229597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_munmap,		"munmap"	}, /* 91 */
1239597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_truncate,		"truncate"	}, /* 92 */
1249597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_ftruncate,		"ftruncate"	}, /* 93 */
1259597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_fchmod,		"fchmod"	}, /* 94 */
1269597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_fchown,		"fchown"	}, /* 95 */
1279597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_getpriority,	"getpriority"	}, /* 96 */
1289597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_setpriority,	"setpriority"	}, /* 97 */
1299597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	0,	sys_profil,		"profil"	}, /* 98 */
1309597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_statfs,		"statfs"	}, /* 99 */
1319597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_fstatfs,		"fstatfs"	}, /* 100 */
1329597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_ioperm,		"ioperm"	}, /* 101 */
1339597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_socketcall,		"socketcall"	}, /* 102 */
1349597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_syslog,		"syslog"	}, /* 103 */
1359597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_setitimer,		"setitimer"	}, /* 104 */
1369597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_getitimer,		"getitimer"	}, /* 105 */
1379597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_stat,		"stat"		}, /* 106 */
1389597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_lstat,		"lstat"		}, /* 107 */
1399597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_fstat,		"fstat"		}, /* 108 */
1409597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_olduname,		"olduname"	}, /* 109 */
1419597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_iopl,		"iopl"		}, /* 110 */
1429597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_vhangup,		"vhangup"	}, /* 111 */
1439597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_idle,		"idle"		}, /* 112 */
144985e8fd9bda8c6a786ae37155303c673d4f1bd42Roland McGrath	{ 5,	0,	printargs,		"syscall"	}, /* 113 */
1459597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	TP,	sys_wait4,		"wait4"		}, /* 114 */
1469597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_swapoff,		"swapoff"	}, /* 115 */
1479597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_sysinfo,		"sysinfo"	}, /* 116 */
1489597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 6,	0,	sys_ipc,		"ipc"		}, /* 117 */
1499597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_fsync,		"fsync"		}, /* 118 */
1509597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	TS,	sys_sigreturn,		"sigreturn"	}, /* 119 */
1519597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	TP,	sys_clone,		"clone"		}, /* 120 */
1529597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_setdomainname,	"setdomainname"	}, /* 121 */
1539597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_uname,		"uname"		}, /* 122 */
1549597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_modify_ldt,		"modify_ldt"	}, /* 123 */
1559597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_adjtimex,		"adjtimex"	}, /* 124 */
1569597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_mprotect,		"mprotect"	}, /* 125 */
1579597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TS,	sys_sigprocmask,	"sigprocmask"	}, /* 126 */
1589597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_create_module,	"create_module"	}, /* 127 */
15964434f847dd6e26573969b196034edbcde72a30dRoland McGrath	{ 3,	0,	sys_init_module,	"init_module"	}, /* 128 */
1606e2612785d30e876d74ba592a008941caf8ba116Roland McGrath	{ 2,	0,	sys_delete_module,	"delete_module"	}, /* 129 */
1619597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_get_kernel_syms,	"get_kernel_syms"}, /* 130 */
1629597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	0,	sys_quotactl,		"quotactl"	}, /* 131 */
1639597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_getpgid,		"getpgid"	}, /* 132 */
1649597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_fchdir,		"fchdir"	}, /* 133 */
1659597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_bdflush,		"bdflush"	}, /* 134 */
1669597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_sysfs,		"sysfs"		}, /* 135 */
1679597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_personality,	"personality"	}, /* 136 */
1689597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	sys_afs_syscall,	"afs_syscall"	}, /* 137 */
1699597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_setfsuid,		"setfsuid"	}, /* 138 */
1709597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_setfsgid,		"setfsgid"	}, /* 139 */
1719597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	sys_llseek,		"_llseek"	}, /* 140 */
1729597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_getdents,		"getdents"	}, /* 141 */
1739597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	sys_select,		"select"	}, /* 142 */
1749597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_flock,		"flock"		}, /* 143 */
1759597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_msync,		"msync"		}, /* 144 */
1769597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_readv,		"readv"		}, /* 145 */
1779597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_writev,		"writev"	}, /* 146 */
1789597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_getsid,		"getsid"	}, /* 147 */
1799597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_fdatasync,		"fdatasync"	}, /* 148 */
1809597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_sysctl,		"_sysctl"	}, /* 149 */
1819597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_mlock,		"mlock"		}, /* 150 */
1829597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_munlock,		"munlock"	}, /* 151 */
1839597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_mlockall,		"mlockall"	}, /* 152 */
1849597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_munlockall,		"munlockall"	}, /* 153 */
1859597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_sched_setparam,	"sched_setparam"}, /* 154 */
1869597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_sched_getparam,	"sched_getparam"}, /* 155 */
1879597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_sched_setscheduler,	"sched_setscheduler"}, /* 156 */
1889597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_sched_getscheduler,	"sched_getscheduler"}, /* 157 */
1899597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_sched_yield,	"sched_yield"}, /* 158 */
1909597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_sched_get_priority_max,"sched_get_priority_max"}, /* 159 */
1919597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_sched_get_priority_min,"sched_get_priority_min"}, /* 160 */
1929597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_sched_rr_get_interval,"sched_rr_get_interval"}, /* 161 */
1939597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_nanosleep,		"nanosleep"	}, /* 162 */
1949597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	0,	sys_mremap,		"mremap"	}, /* 163 */
1959597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_setresuid,		"setresuid"	}, /* 164 */
1969597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_getresuid,		"getresuid"	}, /* 165 */
1979597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"vm86"		}, /* 166 */
1989597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	sys_query_module,	"query_module"	}, /* 167 */
1999597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_poll,		"poll"		}, /* 168 */
2009597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	printargs,		"nfsservctl"	}, /* 169 */
2019597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_setresgid,		"setresgid"	}, /* 170 */
2029597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_getresgid,		"getresgid"	}, /* 171 */
2039597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"prctl"		}, /* 172 */
2049597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	TS,	printargs,		"rt_sigreturn"	}, /* 173 */
2059597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	TS,	sys_rt_sigaction,	"rt_sigaction"  }, /* 174 */
2069597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	TS,	sys_rt_sigprocmask,	"rt_sigprocmask"}, /* 175 */
2079597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TS,	sys_rt_sigpending,	"rt_sigpending"	}, /* 176 */
2089597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	TS,	sys_rt_sigtimedwait,	"rt_sigtimedwait"}, /* 177 */
2099597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TS,	sys_rt_sigqueueinfo,    "rt_sigqueueinfo"}, /* 178 */
2109597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TS,	sys_rt_sigsuspend,	"rt_sigsuspend"	}, /* 179 */
2119597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath
2129597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	TF,	sys_pread,		"pread"		}, /* 180 */
2139597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	TF,	sys_pwrite,		"pwrite"	}, /* 181 */
2149597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TF,	sys_chown,		"chown"		}, /* 182 */
2159597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_getcwd,		"getcwd"	}, /* 183 */
2169597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_capget,		"capget"	}, /* 184 */
2179597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_capset,		"capset"	}, /* 185 */
2189597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TS,	sys_sigaltstack,	"sigaltstack"	}, /* 186 */
2199597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	TF,	sys_sendfile,		"sendfile"	}, /* 187 */
2209597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	sys_getpmsg,		"getpmsg"	}, /* 188 */
2219597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	sys_putpmsg,		"putpmsg"	}, /* 189 */
2229597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	TP,	sys_vfork,		"vfork"		}, /* 190 */
2239597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_getrlimit,		"getrlimit"	}, /* 191 */
2249597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 6,	0,	sys_mmap,		"mmap2"		}, /* 192 */
2259597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TF,	sys_truncate64,		"truncate64"	}, /* 193 */
2269597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TF,	sys_ftruncate64,	"ftruncate64"	}, /* 194 */
2279597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_stat64,		"stat64"	}, /* 195 */
2289597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_lstat64,		"lstat64"	}, /* 196 */
2299597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_fstat64,		"fstat64"	}, /* 197 */
2309597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TF,	sys_chown,		"lchown32"	}, /* 198 */
2319597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_getuid,		"getuid32"	}, /* 199 */
2329597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath
2339597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_getgid,		"getgid32"	}, /* 200 */
2349597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_geteuid,		"geteuid32"	}, /* 201 */
2359597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	sys_geteuid,		"getegid32"	}, /* 202 */
2369597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_setreuid,		"setreuid32"	}, /* 203 */
2379597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_setregid,		"setregid32"	}, /* 204 */
2389597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_getgroups32,	"getgroups32"	}, /* 205 */
2399597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_setgroups32,	"setgroups32"	}, /* 206 */
2409597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_fchown,		"fchown32"	}, /* 207 */
2419597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_setresuid,		"setresuid32"	}, /* 208 */
2429597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_getresuid,		"getresuid32"	}, /* 209 */
2439597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_setresgid,		"setresgid32"	}, /* 210 */
2449597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_getresgid,		"getresgid32"	}, /* 211 */
2459597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TF,	sys_chown,		"chown32"	}, /* 212 */
2469597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_setuid,		"setuid32"	}, /* 213 */
2479597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_setgid,		"setgid32"	}, /* 214 */
2489597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_setfsuid,		"setfsuid32"	}, /* 215 */
2499597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 1,	0,	sys_setfsgid,		"setfsgid32"	}, /* 216 */
2509597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,    0,      sys_getdents64,         "getdents64"    }, /* 217 */
2519597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_pivotroot,		"pivot_root"	}, /* 218 */
2529597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	printargs,		"mincore"	}, /* 219 */
2539597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_madvise,		"madvise"	}, /* 220 */
2549597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_fcntl,		"fcntl64"	}, /* 221 */
2554582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	0,	printargs,		"SYS_222"	}, /* 222 */
2564582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	0,	printargs,		"SYS_223"	}, /* 223 */
2579597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 0,	0,	printargs,		"gettid"	}, /* 224 */
2589597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	0,	sys_readahead,		"readahead"	}, /* 225 */
2599597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	TF,	sys_setxattr,		"setxattr"	}, /* 226 */
2609597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	TF,	sys_setxattr,		"lsetxattr"	}, /* 227 */
2619597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	sys_fsetxattr,		"fsetxattr"	}, /* 228 */
2629597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	TF,	sys_getxattr,		"getxattr"	}, /* 229 */
2639597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	TF,	sys_getxattr,		"lgetxattr"	}, /* 230 */
2649597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	0,	sys_fgetxattr,		"fgetxattr"	}, /* 231 */
2659597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TF,	sys_listxattr,		"listxattr"	}, /* 232 */
2669597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	TF,	sys_listxattr,		"llistxattr"	}, /* 233 */
2679597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_flistxattr,		"flistxattr"	}, /* 234 */
2689597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_removexattr,	"removexattr"	}, /* 235 */
2699597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TF,	sys_removexattr,	"lremovexattr"	}, /* 236 */
2709597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	0,	sys_fremovexattr,	"fremovexattr"	}, /* 237 */
2719597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 2,	TS,	sys_kill,		"tkill"		}, /* 238 */
2729597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 4,	TF,	sys_sendfile64,		"sendfile64"	}, /* 239 */
2739597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	sys_futex,		"futex"		}, /* 240 */
2749597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_sched_setaffinity,	"sched_setaffinity" },/* 241 */
2759597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 3,	0,	sys_sched_getaffinity,	"sched_getaffinity" },/* 242 */
2764582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 2,	0,	printargs,		"io_setup"	}, /* 243 */
2774582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 1,	0,	printargs,		"io_destroy"	}, /* 244 */
2784582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	0,	printargs,		"io_getevents"	}, /* 245 */
2794582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 3,	0,	printargs,		"io_submit"	}, /* 246 */
2804582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 3,	0,	printargs,		"io_cancel"	}, /* 247 */
2814582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 1,	TP,	sys_exit,		"exit_group"	}, /* 248 */
2824582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 4,	0,	printargs,		"lookup_dcookie"}, /* 249 */
2834582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 1,	0,	printargs,		"epoll_create"	}, /* 250 */
2844582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 4,	0,	printargs,		"epoll_ctl"	}, /* 251 */
2854582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 4,	0,	printargs,		"epoll_wait"	}, /* 252 */
2864582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	0,	sys_remap_file_pages,	"remap_file_pages"}, /* 253 */
2874582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	0,	printargs,		"SYS_254"	}, /* 254 */
2884582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	0,	printargs,		"SYS_255"	}, /* 255 */
2894582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 1,	0,	printargs,		"set_tid_address"}, /* 256 */
2904582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 3,	0,	sys_timer_create,	"timer_create"	}, /* 257 */
2914582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 4,	0,	sys_timer_settime,	"timer_settime"	}, /* 258 */
2924582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 2,	0,	sys_timer_gettime,	"timer_gettime"	}, /* 259 */
2934582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 1,	0,	sys_timer_getoverrun,	"timer_getoverrun"}, /* 260 */
2944582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 1,	0,	sys_timer_delete,	"timer_delete"	}, /* 261 */
2954582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 2,	0,	sys_clock_settime,	"clock_settime"	}, /* 262 */
2964582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 2,	0,	sys_clock_gettime,	"clock_gettime"	}, /* 263 */
2974582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 2,	0,	sys_clock_getres,	"clock_getres"	}, /* 264 */
2984582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 4,	0,	sys_clock_nanosleep,	"clock_nanosleep"}, /* 265 */
2994582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 3,	TF,	sys_statfs64,		"statfs64"	}, /* 266 */
3004582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 3,	0,	sys_fstatfs64,		"fstatfs64"	}, /* 267 */
3014582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 3,	TS,	sys_tgkill,		"tgkill"	}, /* 268 */
3024582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 2,	TF,	sys_utimes,		"utimes"	}, /* 269 */
3034582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 6,	0,	sys_fadvise64_64,	"fadvise64_64"	}, /* 270 */
3044582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	0,	printargs,		"pciconfig_iobase"	}, /* 271 */
3054582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	0,	printargs,		"pciconfig_read"	}, /* 272 */
3064582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	0,	printargs,		"pciconfig_write"	}, /* 273 */
3074582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 4,	0,	sys_mq_open,		"mq_open"	}, /* 274 */
3084582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 1,	0,	sys_mq_unlink,		"mq_unlink"	}, /* 275 */
3094582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	0,	sys_mq_timedsend,	"mq_timedsend"	}, /* 276 */
3104582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	0,	sys_mq_timedreceive,	"mq_timedreceive" }, /* 277 */
3114582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 2,	0,	sys_mq_notify,		"mq_notify"	}, /* 278 */
3124582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 3,	0,	sys_mq_getsetattr,	"mq_getsetattr"	}, /* 279 */
3134582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	TP,	sys_waitid,		"waitid"	}, /* 280 */
3144582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	0,	printargs,		"SYS_281"	}, /* 281 */
3154582127fea84ea0a9bcf72367e5bea30deb07715Roland McGrath	{ 5,	0,	printargs,		"SYS_282"	}, /* 282 */
3169597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_283"	}, /* 283 */
3179597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_284"	}, /* 284 */
3189597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_285"	}, /* 285 */
3199597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_286"	}, /* 286 */
3209597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_287"	}, /* 287 */
3219597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_288"	}, /* 288 */
3229597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_289"	}, /* 289 */
3239597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_290"	}, /* 290 */
3249597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_291"	}, /* 291 */
3259597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_292"	}, /* 292 */
3269597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_293"	}, /* 293 */
3279597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_294"	}, /* 294 */
3289597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_295"	}, /* 295 */
3299597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_296"	}, /* 296 */
3309597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_297"	}, /* 297 */
3319597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_298"	}, /* 298 */
3329597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath	{ 5,	0,	printargs,		"SYS_299"	}, /* 299 */
333feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_300"	}, /* 300 */
334feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_301"	}, /* 301 */
335feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_302"	}, /* 302 */
336feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_303"	}, /* 303 */
337feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_304"	}, /* 304 */
338feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_305"	}, /* 305 */
339feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_306"	}, /* 306 */
340feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_307"	}, /* 307 */
341feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_308"	}, /* 308 */
342feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_309"	}, /* 309 */
343feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_310"	}, /* 310 */
344feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_311"	}, /* 311 */
345feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_312"	}, /* 312 */
346feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_313"	}, /* 313 */
347feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_314"	}, /* 314 */
348feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_315"	}, /* 315 */
349feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_316"	}, /* 316 */
350feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_317"	}, /* 317 */
351feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_318"	}, /* 318 */
352feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_319"	}, /* 319 */
353feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_320"	}, /* 320 */
354feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_321"	}, /* 321 */
355feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_322"	}, /* 322 */
356feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_323"	}, /* 323 */
357feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_324"	}, /* 324 */
358feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_325"	}, /* 325 */
359feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_326"	}, /* 326 */
360feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_327"	}, /* 327 */
361feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_328"	}, /* 328 */
362feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_329"	}, /* 329 */
363feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_330"	}, /* 330 */
364feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_331"	}, /* 331 */
365feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_332"	}, /* 332 */
366feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_333"	}, /* 333 */
367feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_334"	}, /* 334 */
368feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_335"	}, /* 335 */
369feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_336"	}, /* 336 */
370feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_337"	}, /* 337 */
371feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_338"	}, /* 338 */
372feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_339"	}, /* 339 */
373feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_340"	}, /* 340 */
374feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_341"	}, /* 341 */
375feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_342"	}, /* 342 */
376feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_343"	}, /* 343 */
3770e091a1a3d5f931100ce10390053aed43068a68fRoland McGrath	{ 6,	0,	sys_move_pages,		"move_pages"	}, /* 344 */
378feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_345"	}, /* 345 */
379feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_346"	}, /* 346 */
380feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_347"	}, /* 347 */
381feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_348"	}, /* 348 */
382feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_349"	}, /* 349 */
383feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_350"	}, /* 350 */
384feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_351"	}, /* 351 */
385feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_352"	}, /* 352 */
386feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_353"	}, /* 353 */
387feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_354"	}, /* 354 */
388feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_355"	}, /* 355 */
389feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_356"	}, /* 356 */
390feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_357"	}, /* 357 */
391feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_358"	}, /* 358 */
392feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_359"	}, /* 359 */
393feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_360"	}, /* 360 */
394feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_361"	}, /* 361 */
395feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_362"	}, /* 362 */
396feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_363"	}, /* 363 */
397feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_364"	}, /* 364 */
398feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_365"	}, /* 365 */
399feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_366"	}, /* 366 */
400feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_367"	}, /* 367 */
401feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_368"	}, /* 368 */
402feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_369"	}, /* 369 */
403feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_370"	}, /* 370 */
404feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_371"	}, /* 371 */
405feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_372"	}, /* 372 */
406feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_373"	}, /* 373 */
407feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_374"	}, /* 374 */
408feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_375"	}, /* 375 */
409feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_376"	}, /* 376 */
410feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_377"	}, /* 377 */
411feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_378"	}, /* 378 */
412feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_379"	}, /* 379 */
413feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_380"	}, /* 380 */
414feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_381"	}, /* 381 */
415feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_382"	}, /* 382 */
416feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_383"	}, /* 383 */
417feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_384"	}, /* 384 */
418feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_385"	}, /* 385 */
419feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_386"	}, /* 386 */
420feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_387"	}, /* 387 */
421feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_388"	}, /* 388 */
422feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_389"	}, /* 389 */
423feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_390"	}, /* 390 */
424feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_391"	}, /* 391 */
425feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_392"	}, /* 392 */
426feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_393"	}, /* 393 */
427feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_394"	}, /* 394 */
428feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_395"	}, /* 395 */
429feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_396"	}, /* 396 */
430feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_397"	}, /* 397 */
431feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_398"	}, /* 398 */
432feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	0,	printargs,		"SYS_399"	}, /* 399 */
4339597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath
434feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath#if SYS_socket_subcall != 400
4359597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath #error fix me
4369597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath#endif
437feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 8,	0,	printargs,		"socket_subcall"}, /* 400 */
438feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 3,	TN,	sys_socket,		"socket"	}, /* 401 */
439feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 3,	TN,	sys_bind,		"bind"		}, /* 402 */
440feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 3,	TN,	sys_connect,		"connect"	}, /* 403 */
441feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 2,	TN,	sys_listen,		"listen"	}, /* 404 */
442feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 3,	TN,	sys_accept,		"accept"	}, /* 405 */
443feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 3,	TN,	sys_getsockname,	"getsockname"	}, /* 406 */
444feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 3,	TN,	sys_getpeername,	"getpeername"	}, /* 407 */
445feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TN,	sys_socketpair,		"socketpair"	}, /* 408 */
446feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TN,	sys_send,		"send"		}, /* 409 */
447feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TN,	sys_recv,		"recv"		}, /* 410 */
448feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 6,	TN,	sys_sendto,		"sendto"	}, /* 411 */
449feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 6,	TN,	sys_recvfrom,		"recvfrom"	}, /* 412 */
450feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 2,	TN,	sys_shutdown,		"shutdown"	}, /* 413 */
451feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	TN,	sys_setsockopt,		"setsockopt"	}, /* 414 */
452feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	TN,	sys_getsockopt,		"getsockopt"	}, /* 415 */
453feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	TN,	sys_sendmsg,		"sendmsg"	}, /* 416 */
454feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	TN,	sys_recvmsg,		"recvmsg"	}, /* 417 */
4559597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath
456feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath#if SYS_ipc_subcall != 418
4579597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath #error fix me
4589597e6dc2cd220e8a6acbaa96ab4fcdb37c0def9Roland McGrath#endif
459feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 418 */
460feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TI,	sys_semop,		"semop"		}, /* 419 */
461feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TI,	sys_semget,		"semget"	}, /* 420 */
462feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TI,	sys_semctl,		"semctl"	}, /* 421 */
463feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 5,	TI,	sys_semtimedop,		"semtimedop"	}, /* 422 */
464feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 423 */
465feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 424 */
466feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 425 */
467feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 426 */
468feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 427 */
469feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 428 */
470feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TI,	sys_msgsnd,		"msgsnd"	}, /* 429 */
471feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TI,	sys_msgrcv,		"msgrcv"	}, /* 430 */
472feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TI,	sys_msgget,		"msgget"	}, /* 431 */
473feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TI,	sys_msgctl,		"msgctl"	}, /* 432 */
474feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 433 */
475feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 434 */
476feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 435 */
477feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 436 */
478feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 437 */
479feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	0,	printargs,		"ipc_subcall"	}, /* 438 */
480feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TI,	sys_shmat,		"shmat"		}, /* 439 */
481feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TI,	sys_shmdt,		"shmdt"		}, /* 440 */
482feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TI,	sys_shmget,		"shmget"	}, /* 441 */
483feb838139028d6e063d10a6033269870a5c25b5cRoland McGrath	{ 4,	TI,	sys_shmctl,		"shmctl"	}, /* 442 */
484