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