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