linux_syscalls.c (ab231b83ea0cb89660a2f7f41def1555eb89d616) | linux_syscalls.c (12bc0fb56ff9065c219f5708217692a6ad5f5691) |
---|---|
1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * $FreeBSD$ | 1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * $FreeBSD$ |
6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 302515 2016-07-10 08:15:50Z dchagin | 6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 313284 2017-02-05 14:17:09Z dchagin |
7 */ 8 9const char *linux_syscallnames[] = { 10#define nosys linux_nosys 11 "read", /* 0 = read */ 12 "write", /* 1 = write */ 13 "linux_open", /* 2 = linux_open */ 14 "close", /* 3 = close */ --- 197 unchanged lines hidden (view full) --- 212 "linux_time", /* 201 = linux_time */ 213 "linux_sys_futex", /* 202 = linux_sys_futex */ 214 "linux_sched_setaffinity", /* 203 = linux_sched_setaffinity */ 215 "linux_sched_getaffinity", /* 204 = linux_sched_getaffinity */ 216 "linux_set_thread_area", /* 205 = linux_set_thread_area */ 217 "#206", /* 206 = linux_io_setup */ 218 "#207", /* 207 = linux_io_destroy */ 219 "#208", /* 208 = linux_io_getevents */ | 7 */ 8 9const char *linux_syscallnames[] = { 10#define nosys linux_nosys 11 "read", /* 0 = read */ 12 "write", /* 1 = write */ 13 "linux_open", /* 2 = linux_open */ 14 "close", /* 3 = close */ --- 197 unchanged lines hidden (view full) --- 212 "linux_time", /* 201 = linux_time */ 213 "linux_sys_futex", /* 202 = linux_sys_futex */ 214 "linux_sched_setaffinity", /* 203 = linux_sched_setaffinity */ 215 "linux_sched_getaffinity", /* 204 = linux_sched_getaffinity */ 216 "linux_set_thread_area", /* 205 = linux_set_thread_area */ 217 "#206", /* 206 = linux_io_setup */ 218 "#207", /* 207 = linux_io_destroy */ 219 "#208", /* 208 = linux_io_getevents */ |
220 "#209", /* 209 = inux_io_submit */ | 220 "#209", /* 209 = linux_io_submit */ |
221 "#210", /* 210 = linux_io_cancel */ 222 "#211", /* 211 = linux_get_thread_area */ 223 "linux_lookup_dcookie", /* 212 = linux_lookup_dcookie */ 224 "linux_epoll_create", /* 213 = linux_epoll_create */ 225 "linux_epoll_ctl_old", /* 214 = linux_epoll_ctl_old */ 226 "linux_epoll_wait_old", /* 215 = linux_epoll_wait_old */ 227 "linux_remap_file_pages", /* 216 = linux_remap_file_pages */ 228 "linux_getdents64", /* 217 = linux_getdents64 */ --- 57 unchanged lines hidden (view full) --- 286 "linux_splice", /* 275 = linux_splice */ 287 "linux_tee", /* 276 = linux_tee */ 288 "linux_sync_file_range", /* 277 = linux_sync_file_range */ 289 "linux_vmsplice", /* 278 = linux_vmsplice */ 290 "linux_move_pages", /* 279 = linux_move_pages */ 291 "linux_utimensat", /* 280 = linux_utimensat */ 292 "linux_epoll_pwait", /* 281 = linux_epoll_pwait */ 293 "linux_signalfd", /* 282 = linux_signalfd */ | 221 "#210", /* 210 = linux_io_cancel */ 222 "#211", /* 211 = linux_get_thread_area */ 223 "linux_lookup_dcookie", /* 212 = linux_lookup_dcookie */ 224 "linux_epoll_create", /* 213 = linux_epoll_create */ 225 "linux_epoll_ctl_old", /* 214 = linux_epoll_ctl_old */ 226 "linux_epoll_wait_old", /* 215 = linux_epoll_wait_old */ 227 "linux_remap_file_pages", /* 216 = linux_remap_file_pages */ 228 "linux_getdents64", /* 217 = linux_getdents64 */ --- 57 unchanged lines hidden (view full) --- 286 "linux_splice", /* 275 = linux_splice */ 287 "linux_tee", /* 276 = linux_tee */ 288 "linux_sync_file_range", /* 277 = linux_sync_file_range */ 289 "linux_vmsplice", /* 278 = linux_vmsplice */ 290 "linux_move_pages", /* 279 = linux_move_pages */ 291 "linux_utimensat", /* 280 = linux_utimensat */ 292 "linux_epoll_pwait", /* 281 = linux_epoll_pwait */ 293 "linux_signalfd", /* 282 = linux_signalfd */ |
294 "linux_timerfd", /* 283 = linux_timerfd */ | 294 "linux_timerfd_create", /* 283 = linux_timerfd_create */ |
295 "linux_eventfd", /* 284 = linux_eventfd */ 296 "linux_fallocate", /* 285 = linux_fallocate */ 297 "linux_timerfd_settime", /* 286 = linux_timerfd_settime */ 298 "linux_timerfd_gettime", /* 287 = linux_timerfd_gettime */ 299 "linux_accept4", /* 288 = linux_accept4 */ 300 "linux_signalfd4", /* 289 = linux_signalfd4 */ 301 "linux_eventfd2", /* 290 = linux_eventfd2 */ 302 "linux_epoll_create1", /* 291 = linux_epoll_create1 */ 303 "linux_dup3", /* 292 = linux_dup3 */ 304 "linux_pipe2", /* 293 = linux_pipe2 */ 305 "linux_inotify_init1", /* 294 = linux_inotify_init1 */ 306 "linux_preadv", /* 295 = linux_preadv */ 307 "linux_pwritev", /* 296 = linux_pwritev */ | 295 "linux_eventfd", /* 284 = linux_eventfd */ 296 "linux_fallocate", /* 285 = linux_fallocate */ 297 "linux_timerfd_settime", /* 286 = linux_timerfd_settime */ 298 "linux_timerfd_gettime", /* 287 = linux_timerfd_gettime */ 299 "linux_accept4", /* 288 = linux_accept4 */ 300 "linux_signalfd4", /* 289 = linux_signalfd4 */ 301 "linux_eventfd2", /* 290 = linux_eventfd2 */ 302 "linux_epoll_create1", /* 291 = linux_epoll_create1 */ 303 "linux_dup3", /* 292 = linux_dup3 */ 304 "linux_pipe2", /* 293 = linux_pipe2 */ 305 "linux_inotify_init1", /* 294 = linux_inotify_init1 */ 306 "linux_preadv", /* 295 = linux_preadv */ 307 "linux_pwritev", /* 296 = linux_pwritev */ |
308 "linux_rt_tsigqueueinfo", /* 297 = linux_rt_tsigqueueinfo */ | 308 "linux_rt_tgsigqueueinfo", /* 297 = linux_rt_tgsigqueueinfo */ |
309 "linux_perf_event_open", /* 298 = linux_perf_event_open */ 310 "linux_recvmmsg", /* 299 = linux_recvmmsg */ 311 "linux_fanotify_init", /* 300 = linux_fanotify_init */ 312 "linux_fanotify_mark", /* 301 = linux_fanotify_mark */ 313 "linux_prlimit64", /* 302 = linux_prlimit64 */ 314 "linux_name_to_handle_at", /* 303 = linux_name_to_handle_at */ 315 "linux_open_by_handle_at", /* 304 = linux_open_by_handle_at */ 316 "linux_clock_adjtime", /* 305 = linux_clock_adjtime */ 317 "linux_syncfs", /* 306 = linux_syncfs */ 318 "linux_sendmmsg", /* 307 = linux_sendmmsg */ 319 "linux_setns", /* 308 = linux_setns */ | 309 "linux_perf_event_open", /* 298 = linux_perf_event_open */ 310 "linux_recvmmsg", /* 299 = linux_recvmmsg */ 311 "linux_fanotify_init", /* 300 = linux_fanotify_init */ 312 "linux_fanotify_mark", /* 301 = linux_fanotify_mark */ 313 "linux_prlimit64", /* 302 = linux_prlimit64 */ 314 "linux_name_to_handle_at", /* 303 = linux_name_to_handle_at */ 315 "linux_open_by_handle_at", /* 304 = linux_open_by_handle_at */ 316 "linux_clock_adjtime", /* 305 = linux_clock_adjtime */ 317 "linux_syncfs", /* 306 = linux_syncfs */ 318 "linux_sendmmsg", /* 307 = linux_sendmmsg */ 319 "linux_setns", /* 308 = linux_setns */ |
320 "linux_process_vm_readv", /* 309 = linux_process_vm_readv */ 321 "linux_process_vm_writev", /* 310 = linux_process_vm_writev */ 322 "linux_kcmp", /* 311 = linux_kcmp */ 323 "linux_finit_module", /* 312 = linux_finit_module */ 324 "#313", /* 313 = nosys */ | 320 "linux_getcpu", /* 309 = linux_getcpu */ 321 "linux_process_vm_readv", /* 310 = linux_process_vm_readv */ 322 "linux_process_vm_writev", /* 311 = linux_process_vm_writev */ 323 "linux_kcmp", /* 312 = linux_kcmp */ 324 "linux_finit_module", /* 313 = linux_finit_module */ 325 "linux_sched_setattr", /* 314 = linux_sched_setattr */ 326 "linux_sched_getattr", /* 315 = linux_sched_getattr */ 327 "linux_renameat2", /* 316 = linux_renameat2 */ 328 "linux_seccomp", /* 317 = linux_seccomp */ 329 "linux_getrandom", /* 318 = linux_getrandom */ 330 "linux_memfd_create", /* 319 = linux_memfd_create */ 331 "linux_kexec_file_load", /* 320 = linux_kexec_file_load */ 332 "linux_bpf", /* 321 = linux_bpf */ 333 "linux_execveat", /* 322 = linux_execveat */ 334 "linux_userfaultfd", /* 323 = linux_userfaultfd */ 335 "linux_membarrier", /* 324 = linux_membarrier */ 336 "linux_mlock2", /* 325 = linux_mlock2 */ 337 "linux_copy_file_range", /* 326 = linux_copy_file_range */ 338 "linux_preadv2", /* 327 = linux_preadv2 */ 339 "linux_pwritev2", /* 328 = linux_pwritev2 */ 340 "linux_pkey_mprotect", /* 329 = linux_pkey_mprotect */ 341 "linux_pkey_alloc", /* 330 = linux_pkey_alloc */ 342 "linux_pkey_free", /* 331 = linux_pkey_free */ 343 "#332", /* 332 = nosys */ |
325}; | 344}; |