linux32_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/linux32/linux32_syscalls.c 318164 2017-05-10 23:09:17Z jhb $
6 */
7
8const char *linux32_syscallnames[] = {
9#define	nosys	linux_nosys
10	"#0",			/* 0 = setup */
11	"linux_exit",			/* 1 = linux_exit */
12	"linux_fork",			/* 2 = linux_fork */
13	"read",			/* 3 = read */
14	"write",			/* 4 = write */
15	"linux_open",			/* 5 = linux_open */
16	"close",			/* 6 = close */
17	"linux_waitpid",			/* 7 = linux_waitpid */
18	"linux_creat",			/* 8 = linux_creat */
19	"linux_link",			/* 9 = linux_link */
20	"linux_unlink",			/* 10 = linux_unlink */
21	"linux_execve",			/* 11 = linux_execve */
22	"linux_chdir",			/* 12 = linux_chdir */
23	"linux_time",			/* 13 = linux_time */
24	"linux_mknod",			/* 14 = linux_mknod */
25	"linux_chmod",			/* 15 = linux_chmod */
26	"linux_lchown16",			/* 16 = linux_lchown16 */
27	"#17",			/* 17 = break */
28	"linux_stat",			/* 18 = linux_stat */
29	"linux_lseek",			/* 19 = linux_lseek */
30	"linux_getpid",			/* 20 = linux_getpid */
31	"linux_mount",			/* 21 = linux_mount */
32	"linux_oldumount",			/* 22 = linux_oldumount */
33	"linux_setuid16",			/* 23 = linux_setuid16 */
34	"linux_getuid16",			/* 24 = linux_getuid16 */
35	"linux_stime",			/* 25 = linux_stime */
36	"linux_ptrace",			/* 26 = linux_ptrace */
37	"linux_alarm",			/* 27 = linux_alarm */
38	"#28",			/* 28 = fstat */
39	"linux_pause",			/* 29 = linux_pause */
40	"linux_utime",			/* 30 = linux_utime */
41	"#31",			/* 31 = stty */
42	"#32",			/* 32 = gtty */
43	"linux_access",			/* 33 = linux_access */
44	"linux_nice",			/* 34 = linux_nice */
45	"#35",			/* 35 = ftime */
46	"sync",			/* 36 = sync */
47	"linux_kill",			/* 37 = linux_kill */
48	"linux_rename",			/* 38 = linux_rename */
49	"linux_mkdir",			/* 39 = linux_mkdir */
50	"linux_rmdir",			/* 40 = linux_rmdir */
51	"dup",			/* 41 = dup */
52	"linux_pipe",			/* 42 = linux_pipe */
53	"linux_times",			/* 43 = linux_times */
54	"#44",			/* 44 = prof */
55	"linux_brk",			/* 45 = linux_brk */
56	"linux_setgid16",			/* 46 = linux_setgid16 */
57	"linux_getgid16",			/* 47 = linux_getgid16 */
58	"linux_signal",			/* 48 = linux_signal */
59	"linux_geteuid16",			/* 49 = linux_geteuid16 */
60	"linux_getegid16",			/* 50 = linux_getegid16 */
61	"acct",			/* 51 = acct */
62	"linux_umount",			/* 52 = linux_umount */
63	"#53",			/* 53 = lock */
64	"linux_ioctl",			/* 54 = linux_ioctl */
65	"linux_fcntl",			/* 55 = linux_fcntl */
66	"#56",			/* 56 = mpx */
67	"setpgid",			/* 57 = setpgid */
68	"#58",			/* 58 = ulimit */
69	"linux_olduname",			/* 59 = linux_olduname */
70	"umask",			/* 60 = umask */
71	"chroot",			/* 61 = chroot */
72	"linux_ustat",			/* 62 = linux_ustat */
73	"dup2",			/* 63 = dup2 */
74	"linux_getppid",			/* 64 = linux_getppid */
75	"getpgrp",			/* 65 = getpgrp */
76	"setsid",			/* 66 = setsid */
77	"linux_sigaction",			/* 67 = linux_sigaction */
78	"linux_sgetmask",			/* 68 = linux_sgetmask */
79	"linux_ssetmask",			/* 69 = linux_ssetmask */
80	"linux_setreuid16",			/* 70 = linux_setreuid16 */
81	"linux_setregid16",			/* 71 = linux_setregid16 */
82	"linux_sigsuspend",			/* 72 = linux_sigsuspend */
83	"linux_sigpending",			/* 73 = linux_sigpending */
84	"linux_sethostname",			/* 74 = linux_sethostname */
85	"linux_setrlimit",			/* 75 = linux_setrlimit */
86	"linux_old_getrlimit",			/* 76 = linux_old_getrlimit */
87	"linux_getrusage",			/* 77 = linux_getrusage */
88	"linux_gettimeofday",			/* 78 = linux_gettimeofday */
89	"linux_settimeofday",			/* 79 = linux_settimeofday */
90	"linux_getgroups16",			/* 80 = linux_getgroups16 */
91	"linux_setgroups16",			/* 81 = linux_setgroups16 */
92	"linux_old_select",			/* 82 = linux_old_select */
93	"linux_symlink",			/* 83 = linux_symlink */
94	"linux_lstat",			/* 84 = linux_lstat */
95	"linux_readlink",			/* 85 = linux_readlink */
96	"#86",			/* 86 = linux_uselib */
97	"swapon",			/* 87 = swapon */
98	"linux_reboot",			/* 88 = linux_reboot */
99	"linux_readdir",			/* 89 = linux_readdir */
100	"linux_mmap",			/* 90 = linux_mmap */
101	"munmap",			/* 91 = munmap */
102	"linux_truncate",			/* 92 = linux_truncate */
103	"linux_ftruncate",			/* 93 = linux_ftruncate */
104	"fchmod",			/* 94 = fchmod */
105	"fchown",			/* 95 = fchown */
106	"linux_getpriority",			/* 96 = linux_getpriority */
107	"setpriority",			/* 97 = setpriority */
108	"#98",			/* 98 = profil */
109	"linux_statfs",			/* 99 = linux_statfs */
110	"linux_fstatfs",			/* 100 = linux_fstatfs */
111	"#101",			/* 101 = ioperm */
112	"linux_socketcall",			/* 102 = linux_socketcall */
113	"linux_syslog",			/* 103 = linux_syslog */
114	"linux_setitimer",			/* 104 = linux_setitimer */
115	"linux_getitimer",			/* 105 = linux_getitimer */
116	"linux_newstat",			/* 106 = linux_newstat */
117	"linux_newlstat",			/* 107 = linux_newlstat */
118	"linux_newfstat",			/* 108 = linux_newfstat */
119	"linux_uname",			/* 109 = linux_uname */
120	"linux_iopl",			/* 110 = linux_iopl */
121	"linux_vhangup",			/* 111 = linux_vhangup */
122	"#112",			/* 112 = idle */
123	"#113",			/* 113 = vm86old */
124	"linux_wait4",			/* 114 = linux_wait4 */
125	"linux_swapoff",			/* 115 = linux_swapoff */
126	"linux_sysinfo",			/* 116 = linux_sysinfo */
127	"linux_ipc",			/* 117 = linux_ipc */
128	"fsync",			/* 118 = fsync */
129	"linux_sigreturn",			/* 119 = linux_sigreturn */
130	"linux_clone",			/* 120 = linux_clone */
131	"linux_setdomainname",			/* 121 = linux_setdomainname */
132	"linux_newuname",			/* 122 = linux_newuname */
133	"#123",			/* 123 = modify_ldt */
134	"linux_adjtimex",			/* 124 = linux_adjtimex */
135	"linux_mprotect",			/* 125 = linux_mprotect */
136	"linux_sigprocmask",			/* 126 = linux_sigprocmask */
137	"linux_create_module",			/* 127 = linux_create_module */
138	"linux_init_module",			/* 128 = linux_init_module */
139	"linux_delete_module",			/* 129 = linux_delete_module */
140	"linux_get_kernel_syms",			/* 130 = linux_get_kernel_syms */
141	"linux_quotactl",			/* 131 = linux_quotactl */
142	"getpgid",			/* 132 = getpgid */
143	"fchdir",			/* 133 = fchdir */
144	"linux_bdflush",			/* 134 = linux_bdflush */
145	"linux_sysfs",			/* 135 = linux_sysfs */
146	"linux_personality",			/* 136 = linux_personality */
147	"#137",			/* 137 = afs_syscall */
148	"linux_setfsuid16",			/* 138 = linux_setfsuid16 */
149	"linux_setfsgid16",			/* 139 = linux_setfsgid16 */
150	"linux_llseek",			/* 140 = linux_llseek */
151	"linux_getdents",			/* 141 = linux_getdents */
152	"linux_select",			/* 142 = linux_select */
153	"flock",			/* 143 = flock */
154	"linux_msync",			/* 144 = linux_msync */
155	"linux_readv",			/* 145 = linux_readv */
156	"linux_writev",			/* 146 = linux_writev */
157	"linux_getsid",			/* 147 = linux_getsid */
158	"linux_fdatasync",			/* 148 = linux_fdatasync */
159	"linux_sysctl",			/* 149 = linux_sysctl */
160	"mlock",			/* 150 = mlock */
161	"munlock",			/* 151 = munlock */
162	"mlockall",			/* 152 = mlockall */
163	"munlockall",			/* 153 = munlockall */
164	"linux_sched_setparam",			/* 154 = linux_sched_setparam */
165	"linux_sched_getparam",			/* 155 = linux_sched_getparam */
166	"linux_sched_setscheduler",			/* 156 = linux_sched_setscheduler */
167	"linux_sched_getscheduler",			/* 157 = linux_sched_getscheduler */
168	"sched_yield",			/* 158 = sched_yield */
169	"linux_sched_get_priority_max",			/* 159 = linux_sched_get_priority_max */
170	"linux_sched_get_priority_min",			/* 160 = linux_sched_get_priority_min */
171	"linux_sched_rr_get_interval",			/* 161 = linux_sched_rr_get_interval */
172	"linux_nanosleep",			/* 162 = linux_nanosleep */
173	"linux_mremap",			/* 163 = linux_mremap */
174	"linux_setresuid16",			/* 164 = linux_setresuid16 */
175	"linux_getresuid16",			/* 165 = linux_getresuid16 */
176	"#166",			/* 166 = vm86 */
177	"linux_query_module",			/* 167 = linux_query_module */
178	"poll",			/* 168 = poll */
179	"linux_nfsservctl",			/* 169 = linux_nfsservctl */
180	"linux_setresgid16",			/* 170 = linux_setresgid16 */
181	"linux_getresgid16",			/* 171 = linux_getresgid16 */
182	"linux_prctl",			/* 172 = linux_prctl */
183	"linux_rt_sigreturn",			/* 173 = linux_rt_sigreturn */
184	"linux_rt_sigaction",			/* 174 = linux_rt_sigaction */
185	"linux_rt_sigprocmask",			/* 175 = linux_rt_sigprocmask */
186	"linux_rt_sigpending",			/* 176 = linux_rt_sigpending */
187	"linux_rt_sigtimedwait",			/* 177 = linux_rt_sigtimedwait */
188	"linux_rt_sigqueueinfo",			/* 178 = linux_rt_sigqueueinfo */
189	"linux_rt_sigsuspend",			/* 179 = linux_rt_sigsuspend */
190	"linux_pread",			/* 180 = linux_pread */
191	"linux_pwrite",			/* 181 = linux_pwrite */
192	"linux_chown16",			/* 182 = linux_chown16 */
193	"linux_getcwd",			/* 183 = linux_getcwd */
194	"linux_capget",			/* 184 = linux_capget */
195	"linux_capset",			/* 185 = linux_capset */
196	"linux_sigaltstack",			/* 186 = linux_sigaltstack */
197	"linux_sendfile",			/* 187 = linux_sendfile */
198	"#188",			/* 188 = getpmsg */
199	"#189",			/* 189 = putpmsg */
200	"linux_vfork",			/* 190 = linux_vfork */
201	"linux_getrlimit",			/* 191 = linux_getrlimit */
202	"linux_mmap2",			/* 192 = linux_mmap2 */
203	"linux_truncate64",			/* 193 = linux_truncate64 */
204	"linux_ftruncate64",			/* 194 = linux_ftruncate64 */
205	"linux_stat64",			/* 195 = linux_stat64 */
206	"linux_lstat64",			/* 196 = linux_lstat64 */
207	"linux_fstat64",			/* 197 = linux_fstat64 */
208	"linux_lchown",			/* 198 = linux_lchown */
209	"linux_getuid",			/* 199 = linux_getuid */
210	"linux_getgid",			/* 200 = linux_getgid */
211	"geteuid",			/* 201 = geteuid */
212	"getegid",			/* 202 = getegid */
213	"setreuid",			/* 203 = setreuid */
214	"setregid",			/* 204 = setregid */
215	"linux_getgroups",			/* 205 = linux_getgroups */
216	"linux_setgroups",			/* 206 = linux_setgroups */
217	"fchown",			/* 207 = fchown */
218	"setresuid",			/* 208 = setresuid */
219	"getresuid",			/* 209 = getresuid */
220	"setresgid",			/* 210 = setresgid */
221	"getresgid",			/* 211 = getresgid */
222	"linux_chown",			/* 212 = linux_chown */
223	"setuid",			/* 213 = setuid */
224	"setgid",			/* 214 = setgid */
225	"linux_setfsuid",			/* 215 = linux_setfsuid */
226	"linux_setfsgid",			/* 216 = linux_setfsgid */
227	"linux_pivot_root",			/* 217 = linux_pivot_root */
228	"linux_mincore",			/* 218 = linux_mincore */
229	"madvise",			/* 219 = madvise */
230	"linux_getdents64",			/* 220 = linux_getdents64 */
231	"linux_fcntl64",			/* 221 = linux_fcntl64 */
232	"#222",			/* 222 =  */
233	"#223",			/* 223 =  */
234	"linux_gettid",			/* 224 = linux_gettid */
235	"#225",			/* 225 = linux_readahead */
236	"linux_setxattr",			/* 226 = linux_setxattr */
237	"linux_lsetxattr",			/* 227 = linux_lsetxattr */
238	"linux_fsetxattr",			/* 228 = linux_fsetxattr */
239	"linux_getxattr",			/* 229 = linux_getxattr */
240	"linux_lgetxattr",			/* 230 = linux_lgetxattr */
241	"linux_fgetxattr",			/* 231 = linux_fgetxattr */
242	"linux_listxattr",			/* 232 = linux_listxattr */
243	"linux_llistxattr",			/* 233 = linux_llistxattr */
244	"linux_flistxattr",			/* 234 = linux_flistxattr */
245	"linux_removexattr",			/* 235 = linux_removexattr */
246	"linux_lremovexattr",			/* 236 = linux_lremovexattr */
247	"linux_fremovexattr",			/* 237 = linux_fremovexattr */
248	"linux_tkill",			/* 238 = linux_tkill */
249	"#239",			/* 239 = linux_sendfile64 */
250	"linux_sys_futex",			/* 240 = linux_sys_futex */
251	"linux_sched_setaffinity",			/* 241 = linux_sched_setaffinity */
252	"linux_sched_getaffinity",			/* 242 = linux_sched_getaffinity */
253	"linux_set_thread_area",			/* 243 = linux_set_thread_area */
254	"#244",			/* 244 = linux_get_thread_area */
255	"#245",			/* 245 = linux_io_setup */
256	"#246",			/* 246 = linux_io_destroy */
257	"#247",			/* 247 = linux_io_getevents */
258	"#248",			/* 248 = linux_io_submit */
259	"#249",			/* 249 = linux_io_cancel */
260	"linux_fadvise64",			/* 250 = linux_fadvise64 */
261	"#251",			/* 251 =  */
262	"linux_exit_group",			/* 252 = linux_exit_group */
263	"linux_lookup_dcookie",			/* 253 = linux_lookup_dcookie */
264	"linux_epoll_create",			/* 254 = linux_epoll_create */
265	"linux_epoll_ctl",			/* 255 = linux_epoll_ctl */
266	"linux_epoll_wait",			/* 256 = linux_epoll_wait */
267	"linux_remap_file_pages",			/* 257 = linux_remap_file_pages */
268	"linux_set_tid_address",			/* 258 = linux_set_tid_address */
269	"linux_timer_create",			/* 259 = linux_timer_create */
270	"linux_timer_settime",			/* 260 = linux_timer_settime */
271	"linux_timer_gettime",			/* 261 = linux_timer_gettime */
272	"linux_timer_getoverrun",			/* 262 = linux_timer_getoverrun */
273	"linux_timer_delete",			/* 263 = linux_timer_delete */
274	"linux_clock_settime",			/* 264 = linux_clock_settime */
275	"linux_clock_gettime",			/* 265 = linux_clock_gettime */
276	"linux_clock_getres",			/* 266 = linux_clock_getres */
277	"linux_clock_nanosleep",			/* 267 = linux_clock_nanosleep */
278	"linux_statfs64",			/* 268 = linux_statfs64 */
279	"linux_fstatfs64",			/* 269 = linux_fstatfs64 */
280	"linux_tgkill",			/* 270 = linux_tgkill */
281	"linux_utimes",			/* 271 = linux_utimes */
282	"linux_fadvise64_64",			/* 272 = linux_fadvise64_64 */
283	"#273",			/* 273 = vserver */
284	"linux_mbind",			/* 274 = linux_mbind */
285	"linux_get_mempolicy",			/* 275 = linux_get_mempolicy */
286	"linux_set_mempolicy",			/* 276 = linux_set_mempolicy */
287	"linux_mq_open",			/* 277 = linux_mq_open */
288	"linux_mq_unlink",			/* 278 = linux_mq_unlink */
289	"linux_mq_timedsend",			/* 279 = linux_mq_timedsend */
290	"linux_mq_timedreceive",			/* 280 = linux_mq_timedreceive */
291	"linux_mq_notify",			/* 281 = linux_mq_notify */
292	"linux_mq_getsetattr",			/* 282 = linux_mq_getsetattr */
293	"linux_kexec_load",			/* 283 = linux_kexec_load */
294	"linux_waitid",			/* 284 = linux_waitid */
295	"#285",			/* 285 =  */
296	"linux_add_key",			/* 286 = linux_add_key */
297	"linux_request_key",			/* 287 = linux_request_key */
298	"linux_keyctl",			/* 288 = linux_keyctl */
299	"linux_ioprio_set",			/* 289 = linux_ioprio_set */
300	"linux_ioprio_get",			/* 290 = linux_ioprio_get */
301	"linux_inotify_init",			/* 291 = linux_inotify_init */
302	"linux_inotify_add_watch",			/* 292 = linux_inotify_add_watch */
303	"linux_inotify_rm_watch",			/* 293 = linux_inotify_rm_watch */
304	"linux_migrate_pages",			/* 294 = linux_migrate_pages */
305	"linux_openat",			/* 295 = linux_openat */
306	"linux_mkdirat",			/* 296 = linux_mkdirat */
307	"linux_mknodat",			/* 297 = linux_mknodat */
308	"linux_fchownat",			/* 298 = linux_fchownat */
309	"linux_futimesat",			/* 299 = linux_futimesat */
310	"linux_fstatat64",			/* 300 = linux_fstatat64 */
311	"linux_unlinkat",			/* 301 = linux_unlinkat */
312	"linux_renameat",			/* 302 = linux_renameat */
313	"linux_linkat",			/* 303 = linux_linkat */
314	"linux_symlinkat",			/* 304 = linux_symlinkat */
315	"linux_readlinkat",			/* 305 = linux_readlinkat */
316	"linux_fchmodat",			/* 306 = linux_fchmodat */
317	"linux_faccessat",			/* 307 = linux_faccessat */
318	"linux_pselect6",			/* 308 = linux_pselect6 */
319	"linux_ppoll",			/* 309 = linux_ppoll */
320	"linux_unshare",			/* 310 = linux_unshare */
321	"linux_set_robust_list",			/* 311 = linux_set_robust_list */
322	"linux_get_robust_list",			/* 312 = linux_get_robust_list */
323	"linux_splice",			/* 313 = linux_splice */
324	"linux_sync_file_range",			/* 314 = linux_sync_file_range */
325	"linux_tee",			/* 315 = linux_tee */
326	"linux_vmsplice",			/* 316 = linux_vmsplice */
327	"linux_move_pages",			/* 317 = linux_move_pages */
328	"linux_getcpu",			/* 318 = linux_getcpu */
329	"linux_epoll_pwait",			/* 319 = linux_epoll_pwait */
330	"linux_utimensat",			/* 320 = linux_utimensat */
331	"linux_signalfd",			/* 321 = linux_signalfd */
332	"linux_timerfd_create",			/* 322 = linux_timerfd_create */
333	"linux_eventfd",			/* 323 = linux_eventfd */
334	"linux_fallocate",			/* 324 = linux_fallocate */
335	"linux_timerfd_settime",			/* 325 = linux_timerfd_settime */
336	"linux_timerfd_gettime",			/* 326 = linux_timerfd_gettime */
337	"linux_signalfd4",			/* 327 = linux_signalfd4 */
338	"linux_eventfd2",			/* 328 = linux_eventfd2 */
339	"linux_epoll_create1",			/* 329 = linux_epoll_create1 */
340	"linux_dup3",			/* 330 = linux_dup3 */
341	"linux_pipe2",			/* 331 = linux_pipe2 */
342	"linux_inotify_init1",			/* 332 = linux_inotify_init1 */
343	"linux_preadv",			/* 333 = linux_preadv */
344	"linux_pwritev",			/* 334 = linux_pwritev */
345	"linux_rt_tsigqueueinfo",			/* 335 = linux_rt_tsigqueueinfo */
346	"linux_perf_event_open",			/* 336 = linux_perf_event_open */
347	"linux_recvmmsg",			/* 337 = linux_recvmmsg */
348	"linux_fanotify_init",			/* 338 = linux_fanotify_init */
349	"linux_fanotify_mark",			/* 339 = linux_fanotify_mark */
350	"linux_prlimit64",			/* 340 = linux_prlimit64 */
351	"linux_name_to_handle_at",			/* 341 = linux_name_to_handle_at */
352	"linux_open_by_handle_at",			/* 342 = linux_open_by_handle_at */
353	"linux_clock_adjtime",			/* 343 = linux_clock_adjtime */
354	"linux_syncfs",			/* 344 = linux_syncfs */
355	"linux_sendmmsg",			/* 345 = linux_sendmmsg */
356	"linux_setns",			/* 346 = linux_setns */
357	"linux_process_vm_readv",			/* 347 = linux_process_vm_readv */
358	"linux_process_vm_writev",			/* 348 = linux_process_vm_writev */
359	"#349",			/* 349 = nosys */
360};
361