aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/cloudabi32/cloudabi32_syscalls.c
blob: dfe24e7cd6eb559bde10045701e016bfa15e3c1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*
 * System call names.
 *
 * DO NOT EDIT-- this file is automatically generated.
 * $FreeBSD$
 */

const char *cloudabi32_syscallnames[] = {
	"cloudabi_sys_clock_res_get",			/* 0 = cloudabi_sys_clock_res_get */
	"cloudabi_sys_clock_time_get",			/* 1 = cloudabi_sys_clock_time_get */
	"cloudabi_sys_condvar_signal",			/* 2 = cloudabi_sys_condvar_signal */
	"cloudabi_sys_fd_close",			/* 3 = cloudabi_sys_fd_close */
	"cloudabi_sys_fd_create1",			/* 4 = cloudabi_sys_fd_create1 */
	"cloudabi_sys_fd_create2",			/* 5 = cloudabi_sys_fd_create2 */
	"cloudabi_sys_fd_datasync",			/* 6 = cloudabi_sys_fd_datasync */
	"cloudabi_sys_fd_dup",			/* 7 = cloudabi_sys_fd_dup */
	"cloudabi32_sys_fd_pread",			/* 8 = cloudabi32_sys_fd_pread */
	"cloudabi32_sys_fd_pwrite",			/* 9 = cloudabi32_sys_fd_pwrite */
	"cloudabi32_sys_fd_read",			/* 10 = cloudabi32_sys_fd_read */
	"cloudabi_sys_fd_replace",			/* 11 = cloudabi_sys_fd_replace */
	"cloudabi_sys_fd_seek",			/* 12 = cloudabi_sys_fd_seek */
	"cloudabi_sys_fd_stat_get",			/* 13 = cloudabi_sys_fd_stat_get */
	"cloudabi_sys_fd_stat_put",			/* 14 = cloudabi_sys_fd_stat_put */
	"cloudabi_sys_fd_sync",			/* 15 = cloudabi_sys_fd_sync */
	"cloudabi32_sys_fd_write",			/* 16 = cloudabi32_sys_fd_write */
	"cloudabi_sys_file_advise",			/* 17 = cloudabi_sys_file_advise */
	"cloudabi_sys_file_allocate",			/* 18 = cloudabi_sys_file_allocate */
	"cloudabi_sys_file_create",			/* 19 = cloudabi_sys_file_create */
	"cloudabi_sys_file_link",			/* 20 = cloudabi_sys_file_link */
	"cloudabi_sys_file_open",			/* 21 = cloudabi_sys_file_open */
	"cloudabi_sys_file_readdir",			/* 22 = cloudabi_sys_file_readdir */
	"cloudabi_sys_file_readlink",			/* 23 = cloudabi_sys_file_readlink */
	"cloudabi_sys_file_rename",			/* 24 = cloudabi_sys_file_rename */
	"cloudabi_sys_file_stat_fget",			/* 25 = cloudabi_sys_file_stat_fget */
	"cloudabi_sys_file_stat_fput",			/* 26 = cloudabi_sys_file_stat_fput */
	"cloudabi_sys_file_stat_get",			/* 27 = cloudabi_sys_file_stat_get */
	"cloudabi_sys_file_stat_put",			/* 28 = cloudabi_sys_file_stat_put */
	"cloudabi_sys_file_symlink",			/* 29 = cloudabi_sys_file_symlink */
	"cloudabi_sys_file_unlink",			/* 30 = cloudabi_sys_file_unlink */
	"cloudabi_sys_lock_unlock",			/* 31 = cloudabi_sys_lock_unlock */
	"cloudabi_sys_mem_advise",			/* 32 = cloudabi_sys_mem_advise */
	"cloudabi_sys_mem_map",			/* 33 = cloudabi_sys_mem_map */
	"cloudabi_sys_mem_protect",			/* 34 = cloudabi_sys_mem_protect */
	"cloudabi_sys_mem_sync",			/* 35 = cloudabi_sys_mem_sync */
	"cloudabi_sys_mem_unmap",			/* 36 = cloudabi_sys_mem_unmap */
	"cloudabi32_sys_poll",			/* 37 = cloudabi32_sys_poll */
	"cloudabi32_sys_poll_fd",			/* 38 = cloudabi32_sys_poll_fd */
	"cloudabi_sys_proc_exec",			/* 39 = cloudabi_sys_proc_exec */
	"cloudabi_sys_proc_exit",			/* 40 = cloudabi_sys_proc_exit */
	"cloudabi_sys_proc_fork",			/* 41 = cloudabi_sys_proc_fork */
	"cloudabi_sys_proc_raise",			/* 42 = cloudabi_sys_proc_raise */
	"cloudabi_sys_random_get",			/* 43 = cloudabi_sys_random_get */
	"cloudabi32_sys_sock_recv",			/* 44 = cloudabi32_sys_sock_recv */
	"cloudabi32_sys_sock_send",			/* 45 = cloudabi32_sys_sock_send */
	"cloudabi_sys_sock_shutdown",			/* 46 = cloudabi_sys_sock_shutdown */
	"cloudabi32_sys_thread_create",			/* 47 = cloudabi32_sys_thread_create */
	"cloudabi_sys_thread_exit",			/* 48 = cloudabi_sys_thread_exit */
	"cloudabi_sys_thread_yield",			/* 49 = cloudabi_sys_thread_yield */
};