linux_syscalls.c revision 318164
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: stable/10/sys/amd64/linux/linux_syscalls.c 318164 2017-05-10 23:09:17Z jhb $
6 */
7
8const char *linux_syscallnames[] = {
9#define	nosys	linux_nosys
10	"read",			/* 0 = read */
11	"write",			/* 1 = write */
12	"linux_open",			/* 2 = linux_open */
13	"close",			/* 3 = close */
14	"linux_newstat",			/* 4 = linux_newstat */
15	"linux_newfstat",			/* 5 = linux_newfstat */
16	"linux_newlstat",			/* 6 = linux_newlstat */
17	"poll",			/* 7 = poll */
18	"linux_lseek",			/* 8 = linux_lseek */
19	"linux_mmap2",			/* 9 = linux_mmap2 */
20	"linux_mprotect",			/* 10 = linux_mprotect */
21	"munmap",			/* 11 = munmap */
22	"linux_brk",			/* 12 = linux_brk */
23	"linux_rt_sigaction",			/* 13 = linux_rt_sigaction */
24	"linux_rt_sigprocmask",			/* 14 = linux_rt_sigprocmask */
25	"linux_rt_sigreturn",			/* 15 = linux_rt_sigreturn */
26	"linux_ioctl",			/* 16 = linux_ioctl */
27	"linux_pread",			/* 17 = linux_pread */
28	"linux_pwrite",			/* 18 = linux_pwrite */
29	"readv",			/* 19 = readv */
30	"writev",			/* 20 = writev */
31	"linux_access",			/* 21 = linux_access */
32	"linux_pipe",			/* 22 = linux_pipe */
33	"linux_select",			/* 23 = linux_select */
34	"sched_yield",			/* 24 = sched_yield */
35	"linux_mremap",			/* 25 = linux_mremap */
36	"linux_msync",			/* 26 = linux_msync */
37	"linux_mincore",			/* 27 = linux_mincore */
38	"madvise",			/* 28 = madvise */
39	"linux_shmget",			/* 29 = linux_shmget */
40	"linux_shmat",			/* 30 = linux_shmat */
41	"linux_shmctl",			/* 31 = linux_shmctl */
42	"dup",			/* 32 = dup */
43	"dup2",			/* 33 = dup2 */
44	"linux_pause",			/* 34 = linux_pause */
45	"linux_nanosleep",			/* 35 = linux_nanosleep */
46	"linux_getitimer",			/* 36 = linux_getitimer */
47	"linux_alarm",			/* 37 = linux_alarm */
48	"linux_setitimer",			/* 38 = linux_setitimer */
49	"linux_getpid",			/* 39 = linux_getpid */
50	"linux_sendfile",			/* 40 = linux_sendfile */
51	"linux_socket",			/* 41 = linux_socket */
52	"linux_connect",			/* 42 = linux_connect */
53	"linux_accept",			/* 43 = linux_accept */
54	"linux_sendto",			/* 44 = linux_sendto */
55	"linux_recvfrom",			/* 45 = linux_recvfrom */
56	"linux_sendmsg",			/* 46 = linux_sendmsg */
57	"linux_recvmsg",			/* 47 = linux_recvmsg */
58	"linux_shutdown",			/* 48 = linux_shutdown */
59	"linux_bind",			/* 49 = linux_bind */
60	"linux_listen",			/* 50 = linux_listen */
61	"linux_getsockname",			/* 51 = linux_getsockname */
62	"linux_getpeername",			/* 52 = linux_getpeername */
63	"linux_socketpair",			/* 53 = linux_socketpair */
64	"linux_setsockopt",			/* 54 = linux_setsockopt */
65	"linux_getsockopt",			/* 55 = linux_getsockopt */
66	"linux_clone",			/* 56 = linux_clone */
67	"linux_fork",			/* 57 = linux_fork */
68	"linux_vfork",			/* 58 = linux_vfork */
69	"linux_execve",			/* 59 = linux_execve */
70	"linux_exit",			/* 60 = linux_exit */
71	"linux_wait4",			/* 61 = linux_wait4 */
72	"linux_kill",			/* 62 = linux_kill */
73	"linux_newuname",			/* 63 = linux_newuname */
74	"linux_semget",			/* 64 = linux_semget */
75	"linux_semop",			/* 65 = linux_semop */
76	"linux_semctl",			/* 66 = linux_semctl */
77	"linux_shmdt",			/* 67 = linux_shmdt */
78	"linux_msgget",			/* 68 = linux_msgget */
79	"linux_msgsnd",			/* 69 = linux_msgsnd */
80	"linux_msgrcv",			/* 70 = linux_msgrcv */
81	"linux_msgctl",			/* 71 = linux_msgctl */
82	"linux_fcntl",			/* 72 = linux_fcntl */
83	"flock",			/* 73 = flock */
84	"fsync",			/* 74 = fsync */
85	"linux_fdatasync",			/* 75 = linux_fdatasync */
86	"linux_truncate",			/* 76 = linux_truncate */
87	"linux_ftruncate",			/* 77 = linux_ftruncate */
88	"linux_getdents",			/* 78 = linux_getdents */
89	"linux_getcwd",			/* 79 = linux_getcwd */
90	"linux_chdir",			/* 80 = linux_chdir */
91	"fchdir",			/* 81 = fchdir */
92	"linux_rename",			/* 82 = linux_rename */
93	"linux_mkdir",			/* 83 = linux_mkdir */
94	"linux_rmdir",			/* 84 = linux_rmdir */
95	"linux_creat",			/* 85 = linux_creat */
96	"linux_link",			/* 86 = linux_link */
97	"linux_unlink",			/* 87 = linux_unlink */
98	"linux_symlink",			/* 88 = linux_symlink */
99	"linux_readlink",			/* 89 = linux_readlink */
100	"linux_chmod",			/* 90 = linux_chmod */
101	"fchmod",			/* 91 = fchmod */
102	"linux_chown",			/* 92 = linux_chown */
103	"fchown",			/* 93 = fchown */
104	"linux_lchown",			/* 94 = linux_lchown */
105	"umask",			/* 95 = umask */
106	"gettimeofday",			/* 96 = gettimeofday */
107	"linux_getrlimit",			/* 97 = linux_getrlimit */
108	"getrusage",			/* 98 = getrusage */
109	"linux_sysinfo",			/* 99 = linux_sysinfo */
110	"linux_times",			/* 100 = linux_times */
111	"linux_ptrace",			/* 101 = linux_ptrace */
112	"linux_getuid",			/* 102 = linux_getuid */
113	"linux_syslog",			/* 103 = linux_syslog */
114	"linux_getgid",			/* 104 = linux_getgid */
115	"setuid",			/* 105 = setuid */
116	"setgid",			/* 106 = setgid */
117	"geteuid",			/* 107 = geteuid */
118	"getegid",			/* 108 = getegid */
119	"setpgid",			/* 109 = setpgid */
120	"linux_getppid",			/* 110 = linux_getppid */
121	"getpgrp",			/* 111 = getpgrp */
122	"setsid",			/* 112 = setsid */
123	"setreuid",			/* 113 = setreuid */
124	"setregid",			/* 114 = setregid */
125	"linux_getgroups",			/* 115 = linux_getgroups */
126	"linux_setgroups",			/* 116 = linux_setgroups */
127	"setresuid",			/* 117 = setresuid */
128	"getresuid",			/* 118 = getresuid */
129	"setresgid",			/* 119 = setresgid */
130	"getresgid",			/* 120 = getresgid */
131	"getpgid",			/* 121 = getpgid */
132	"linux_setfsuid",			/* 122 = linux_setfsuid */
133	"linux_setfsgid",			/* 123 = linux_setfsgid */
134	"linux_getsid",			/* 124 = linux_getsid */
135	"linux_capget",			/* 125 = linux_capget */
136	"linux_capset",			/* 126 = linux_capset */
137	"linux_rt_sigpending",			/* 127 = linux_rt_sigpending */
138	"linux_rt_sigtimedwait",			/* 128 = linux_rt_sigtimedwait */
139	"linux_rt_sigqueueinfo",			/* 129 = linux_rt_sigqueueinfo */
140	"linux_rt_sigsuspend",			/* 130 = linux_rt_sigsuspend */
141	"linux_sigaltstack",			/* 131 = linux_sigaltstack */
142	"linux_utime",			/* 132 = linux_utime */
143	"linux_mknod",			/* 133 = linux_mknod */
144	"#134",			/* 134 = uselib */
145	"linux_personality",			/* 135 = linux_personality */
146	"linux_ustat",			/* 136 = linux_ustat */
147	"linux_statfs",			/* 137 = linux_statfs */
148	"linux_fstatfs",			/* 138 = linux_fstatfs */
149	"linux_sysfs",			/* 139 = linux_sysfs */
150	"linux_getpriority",			/* 140 = linux_getpriority */
151	"setpriority",			/* 141 = setpriority */
152	"linux_sched_setparam",			/* 142 = linux_sched_setparam */
153	"linux_sched_getparam",			/* 143 = linux_sched_getparam */
154	"linux_sched_setscheduler",			/* 144 = linux_sched_setscheduler */
155	"linux_sched_getscheduler",			/* 145 = linux_sched_getscheduler */
156	"linux_sched_get_priority_max",			/* 146 = linux_sched_get_priority_max */
157	"linux_sched_get_priority_min",			/* 147 = linux_sched_get_priority_min */
158	"linux_sched_rr_get_interval",			/* 148 = linux_sched_rr_get_interval */
159	"mlock",			/* 149 = mlock */
160	"munlock",			/* 150 = munlock */
161	"mlockall",			/* 151 = mlockall */
162	"munlockall",			/* 152 = munlockall */
163	"linux_vhangup",			/* 153 = linux_vhangup */
164	"#154",			/* 154 = modify_ldt */
165	"linux_pivot_root",			/* 155 = linux_pivot_root */
166	"linux_sysctl",			/* 156 = linux_sysctl */
167	"linux_prctl",			/* 157 = linux_prctl */
168	"linux_arch_prctl",			/* 158 = linux_arch_prctl */
169	"linux_adjtimex",			/* 159 = linux_adjtimex */
170	"linux_setrlimit",			/* 160 = linux_setrlimit */
171	"chroot",			/* 161 = chroot */
172	"sync",			/* 162 = sync */
173	"acct",			/* 163 = acct */
174	"settimeofday",			/* 164 = settimeofday */
175	"linux_mount",			/* 165 = linux_mount */
176	"linux_umount",			/* 166 = linux_umount */
177	"swapon",			/* 167 = swapon */
178	"linux_swapoff",			/* 168 = linux_swapoff */
179	"linux_reboot",			/* 169 = linux_reboot */
180	"linux_sethostname",			/* 170 = linux_sethostname */
181	"linux_setdomainname",			/* 171 = linux_setdomainname */
182	"linux_iopl",			/* 172 = linux_iopl */
183	"#173",			/* 173 = ioperm */
184	"linux_create_module",			/* 174 = linux_create_module */
185	"linux_init_module",			/* 175 = linux_init_module */
186	"linux_delete_module",			/* 176 = linux_delete_module */
187	"linux_get_kernel_syms",			/* 177 = linux_get_kernel_syms */
188	"linux_query_module",			/* 178 = linux_query_module */
189	"linux_quotactl",			/* 179 = linux_quotactl */
190	"linux_nfsservctl",			/* 180 = linux_nfsservctl */
191	"linux_getpmsg",			/* 181 = linux_getpmsg */
192	"linux_putpmsg",			/* 182 = linux_putpmsg */
193	"linux_afs_syscall",			/* 183 = linux_afs_syscall */
194	"linux_tuxcall",			/* 184 = linux_tuxcall */
195	"linux_security",			/* 185 = linux_security */
196	"linux_gettid",			/* 186 = linux_gettid */
197	"#187",			/* 187 = linux_readahead */
198	"linux_setxattr",			/* 188 = linux_setxattr */
199	"linux_lsetxattr",			/* 189 = linux_lsetxattr */
200	"linux_fsetxattr",			/* 190 = linux_fsetxattr */
201	"linux_getxattr",			/* 191 = linux_getxattr */
202	"linux_lgetxattr",			/* 192 = linux_lgetxattr */
203	"linux_fgetxattr",			/* 193 = linux_fgetxattr */
204	"linux_listxattr",			/* 194 = linux_listxattr */
205	"linux_llistxattr",			/* 195 = linux_llistxattr */
206	"linux_flistxattr",			/* 196 = linux_flistxattr */
207	"linux_removexattr",			/* 197 = linux_removexattr */
208	"linux_lremovexattr",			/* 198 = linux_lremovexattr */
209	"linux_fremovexattr",			/* 199 = linux_fremovexattr */
210	"linux_tkill",			/* 200 = linux_tkill */
211	"linux_time",			/* 201 = linux_time */
212	"linux_sys_futex",			/* 202 = linux_sys_futex */
213	"linux_sched_setaffinity",			/* 203 = linux_sched_setaffinity */
214	"linux_sched_getaffinity",			/* 204 = linux_sched_getaffinity */
215	"linux_set_thread_area",			/* 205 = linux_set_thread_area */
216	"#206",			/* 206 = linux_io_setup */
217	"#207",			/* 207 = linux_io_destroy */
218	"#208",			/* 208 = linux_io_getevents */
219	"#209",			/* 209 = inux_io_submit */
220	"#210",			/* 210 = linux_io_cancel */
221	"#211",			/* 211 = linux_get_thread_area */
222	"linux_lookup_dcookie",			/* 212 = linux_lookup_dcookie */
223	"linux_epoll_create",			/* 213 = linux_epoll_create */
224	"linux_epoll_ctl_old",			/* 214 = linux_epoll_ctl_old */
225	"linux_epoll_wait_old",			/* 215 = linux_epoll_wait_old */
226	"linux_remap_file_pages",			/* 216 = linux_remap_file_pages */
227	"linux_getdents64",			/* 217 = linux_getdents64 */
228	"linux_set_tid_address",			/* 218 = linux_set_tid_address */
229	"#219",			/* 219 = restart_syscall */
230	"linux_semtimedop",			/* 220 = linux_semtimedop */
231	"linux_fadvise64",			/* 221 = linux_fadvise64 */
232	"linux_timer_create",			/* 222 = linux_timer_create */
233	"linux_timer_settime",			/* 223 = linux_timer_settime */
234	"linux_timer_gettime",			/* 224 = linux_timer_gettime */
235	"linux_timer_getoverrun",			/* 225 = linux_timer_getoverrun */
236	"linux_timer_delete",			/* 226 = linux_timer_delete */
237	"linux_clock_settime",			/* 227 = linux_clock_settime */
238	"linux_clock_gettime",			/* 228 = linux_clock_gettime */
239	"linux_clock_getres",			/* 229 = linux_clock_getres */
240	"linux_clock_nanosleep",			/* 230 = linux_clock_nanosleep */
241	"linux_exit_group",			/* 231 = linux_exit_group */
242	"linux_epoll_wait",			/* 232 = linux_epoll_wait */
243	"linux_epoll_ctl",			/* 233 = linux_epoll_ctl */
244	"linux_tgkill",			/* 234 = linux_tgkill */
245	"linux_utimes",			/* 235 = linux_utimes */
246	"#236",			/* 236 = vserver */
247	"linux_mbind",			/* 237 = linux_mbind */
248	"linux_set_mempolicy",			/* 238 = linux_set_mempolicy */
249	"linux_get_mempolicy",			/* 239 = linux_get_mempolicy */
250	"linux_mq_open",			/* 240 = linux_mq_open */
251	"linux_mq_unlink",			/* 241 = linux_mq_unlink */
252	"linux_mq_timedsend",			/* 242 = linux_mq_timedsend */
253	"linux_mq_timedreceive",			/* 243 = linux_mq_timedreceive */
254	"linux_mq_notify",			/* 244 = linux_mq_notify */
255	"linux_mq_getsetattr",			/* 245 = linux_mq_getsetattr */
256	"linux_kexec_load",			/* 246 = linux_kexec_load */
257	"linux_waitid",			/* 247 = linux_waitid */
258	"linux_add_key",			/* 248 = linux_add_key */
259	"linux_request_key",			/* 249 = linux_request_key */
260	"linux_keyctl",			/* 250 = linux_keyctl */
261	"linux_ioprio_set",			/* 251 = linux_ioprio_set */
262	"linux_ioprio_get",			/* 252 = linux_ioprio_get */
263	"linux_inotify_init",			/* 253 = linux_inotify_init */
264	"linux_inotify_add_watch",			/* 254 = linux_inotify_add_watch */
265	"linux_inotify_rm_watch",			/* 255 = linux_inotify_rm_watch */
266	"linux_migrate_pages",			/* 256 = linux_migrate_pages */
267	"linux_openat",			/* 257 = linux_openat */
268	"linux_mkdirat",			/* 258 = linux_mkdirat */
269	"linux_mknodat",			/* 259 = linux_mknodat */
270	"linux_fchownat",			/* 260 = linux_fchownat */
271	"linux_futimesat",			/* 261 = linux_futimesat */
272	"linux_newfstatat",			/* 262 = linux_newfstatat */
273	"linux_unlinkat",			/* 263 = linux_unlinkat */
274	"linux_renameat",			/* 264 = linux_renameat */
275	"linux_linkat",			/* 265 = linux_linkat */
276	"linux_symlinkat",			/* 266 = linux_symlinkat */
277	"linux_readlinkat",			/* 267 = linux_readlinkat */
278	"linux_fchmodat",			/* 268 = linux_fchmodat */
279	"linux_faccessat",			/* 269 = linux_faccessat */
280	"linux_pselect6",			/* 270 = linux_pselect6 */
281	"linux_ppoll",			/* 271 = linux_ppoll */
282	"linux_unshare",			/* 272 = linux_unshare */
283	"linux_set_robust_list",			/* 273 = linux_set_robust_list */
284	"linux_get_robust_list",			/* 274 = linux_get_robust_list */
285	"linux_splice",			/* 275 = linux_splice */
286	"linux_tee",			/* 276 = linux_tee */
287	"linux_sync_file_range",			/* 277 = linux_sync_file_range */
288	"linux_vmsplice",			/* 278 = linux_vmsplice */
289	"linux_move_pages",			/* 279 = linux_move_pages */
290	"linux_utimensat",			/* 280 = linux_utimensat */
291	"linux_epoll_pwait",			/* 281 = linux_epoll_pwait */
292	"linux_signalfd",			/* 282 = linux_signalfd */
293	"linux_timerfd",			/* 283 = linux_timerfd */
294	"linux_eventfd",			/* 284 = linux_eventfd */
295	"linux_fallocate",			/* 285 = linux_fallocate */
296	"linux_timerfd_settime",			/* 286 = linux_timerfd_settime */
297	"linux_timerfd_gettime",			/* 287 = linux_timerfd_gettime */
298	"linux_accept4",			/* 288 = linux_accept4 */
299	"linux_signalfd4",			/* 289 = linux_signalfd4 */
300	"linux_eventfd2",			/* 290 = linux_eventfd2 */
301	"linux_epoll_create1",			/* 291 = linux_epoll_create1 */
302	"linux_dup3",			/* 292 = linux_dup3 */
303	"linux_pipe2",			/* 293 = linux_pipe2 */
304	"linux_inotify_init1",			/* 294 = linux_inotify_init1 */
305	"linux_preadv",			/* 295 = linux_preadv */
306	"linux_pwritev",			/* 296 = linux_pwritev */
307	"linux_rt_tsigqueueinfo",			/* 297 = linux_rt_tsigqueueinfo */
308	"linux_perf_event_open",			/* 298 = linux_perf_event_open */
309	"linux_recvmmsg",			/* 299 = linux_recvmmsg */
310	"linux_fanotify_init",			/* 300 = linux_fanotify_init */
311	"linux_fanotify_mark",			/* 301 = linux_fanotify_mark */
312	"linux_prlimit64",			/* 302 = linux_prlimit64 */
313	"linux_name_to_handle_at",			/* 303 = linux_name_to_handle_at */
314	"linux_open_by_handle_at",			/* 304 = linux_open_by_handle_at */
315	"linux_clock_adjtime",			/* 305 = linux_clock_adjtime */
316	"linux_syncfs",			/* 306 = linux_syncfs */
317	"linux_sendmmsg",			/* 307 = linux_sendmmsg */
318	"linux_setns",			/* 308 = linux_setns */
319	"linux_process_vm_readv",			/* 309 = linux_process_vm_readv */
320	"linux_process_vm_writev",			/* 310 = linux_process_vm_writev */
321	"linux_kcmp",			/* 311 = linux_kcmp */
322	"linux_finit_module",			/* 312 = linux_finit_module */
323	"#313",			/* 313 = nosys */
324};
325