1 /* 2 * System call prototypes. 3 * 4 * DO NOT EDIT-- this file is automatically @generated. 5 */ 6 7 #ifndef _CLOUDABI64_SYSPROTO_H_ 8 #define _CLOUDABI64_SYSPROTO_H_ 9 10 #include <sys/signal.h> 11 #include <sys/acl.h> 12 #include <sys/cpuset.h> 13 #include <sys/domainset.h> 14 #include <sys/_ffcounter.h> 15 #include <sys/_semaphore.h> 16 #include <sys/ucontext.h> 17 #include <sys/wait.h> 18 19 #include <bsm/audit_kevents.h> 20 21 struct proc; 22 23 struct thread; 24 25 #define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \ 26 0 : sizeof(register_t) - sizeof(t)) 27 28 #if BYTE_ORDER == LITTLE_ENDIAN 29 #define PADL_(t) 0 30 #define PADR_(t) PAD_(t) 31 #else 32 #define PADL_(t) PAD_(t) 33 #define PADR_(t) 0 34 #endif 35 36 struct cloudabi_sys_clock_res_get_args { 37 char clock_id_l_[PADL_(cloudabi_clockid_t)]; cloudabi_clockid_t clock_id; char clock_id_r_[PADR_(cloudabi_clockid_t)]; 38 }; 39 struct cloudabi_sys_clock_time_get_args { 40 char clock_id_l_[PADL_(cloudabi_clockid_t)]; cloudabi_clockid_t clock_id; char clock_id_r_[PADR_(cloudabi_clockid_t)]; 41 char precision_l_[PADL_(cloudabi_timestamp_t)]; cloudabi_timestamp_t precision; char precision_r_[PADR_(cloudabi_timestamp_t)]; 42 }; 43 struct cloudabi_sys_condvar_signal_args { 44 char condvar_l_[PADL_(cloudabi_condvar_t *)]; cloudabi_condvar_t * condvar; char condvar_r_[PADR_(cloudabi_condvar_t *)]; 45 char scope_l_[PADL_(cloudabi_scope_t)]; cloudabi_scope_t scope; char scope_r_[PADR_(cloudabi_scope_t)]; 46 char nwaiters_l_[PADL_(cloudabi_nthreads_t)]; cloudabi_nthreads_t nwaiters; char nwaiters_r_[PADR_(cloudabi_nthreads_t)]; 47 }; 48 struct cloudabi_sys_fd_close_args { 49 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 50 }; 51 struct cloudabi_sys_fd_create1_args { 52 char type_l_[PADL_(cloudabi_filetype_t)]; cloudabi_filetype_t type; char type_r_[PADR_(cloudabi_filetype_t)]; 53 }; 54 struct cloudabi_sys_fd_create2_args { 55 char type_l_[PADL_(cloudabi_filetype_t)]; cloudabi_filetype_t type; char type_r_[PADR_(cloudabi_filetype_t)]; 56 }; 57 struct cloudabi_sys_fd_datasync_args { 58 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 59 }; 60 struct cloudabi_sys_fd_dup_args { 61 char from_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t from; char from_r_[PADR_(cloudabi_fd_t)]; 62 }; 63 struct cloudabi64_sys_fd_pread_args { 64 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 65 char iovs_l_[PADL_(const cloudabi64_iovec_t *)]; const cloudabi64_iovec_t * iovs; char iovs_r_[PADR_(const cloudabi64_iovec_t *)]; 66 char iovs_len_l_[PADL_(size_t)]; size_t iovs_len; char iovs_len_r_[PADR_(size_t)]; 67 char offset_l_[PADL_(cloudabi_filesize_t)]; cloudabi_filesize_t offset; char offset_r_[PADR_(cloudabi_filesize_t)]; 68 }; 69 struct cloudabi64_sys_fd_pwrite_args { 70 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 71 char iovs_l_[PADL_(const cloudabi64_ciovec_t *)]; const cloudabi64_ciovec_t * iovs; char iovs_r_[PADR_(const cloudabi64_ciovec_t *)]; 72 char iovs_len_l_[PADL_(size_t)]; size_t iovs_len; char iovs_len_r_[PADR_(size_t)]; 73 char offset_l_[PADL_(cloudabi_filesize_t)]; cloudabi_filesize_t offset; char offset_r_[PADR_(cloudabi_filesize_t)]; 74 }; 75 struct cloudabi64_sys_fd_read_args { 76 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 77 char iovs_l_[PADL_(const cloudabi64_iovec_t *)]; const cloudabi64_iovec_t * iovs; char iovs_r_[PADR_(const cloudabi64_iovec_t *)]; 78 char iovs_len_l_[PADL_(size_t)]; size_t iovs_len; char iovs_len_r_[PADR_(size_t)]; 79 }; 80 struct cloudabi_sys_fd_replace_args { 81 char from_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t from; char from_r_[PADR_(cloudabi_fd_t)]; 82 char to_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t to; char to_r_[PADR_(cloudabi_fd_t)]; 83 }; 84 struct cloudabi_sys_fd_seek_args { 85 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 86 char offset_l_[PADL_(cloudabi_filedelta_t)]; cloudabi_filedelta_t offset; char offset_r_[PADR_(cloudabi_filedelta_t)]; 87 char whence_l_[PADL_(cloudabi_whence_t)]; cloudabi_whence_t whence; char whence_r_[PADR_(cloudabi_whence_t)]; 88 }; 89 struct cloudabi_sys_fd_stat_get_args { 90 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 91 char buf_l_[PADL_(cloudabi_fdstat_t *)]; cloudabi_fdstat_t * buf; char buf_r_[PADR_(cloudabi_fdstat_t *)]; 92 }; 93 struct cloudabi_sys_fd_stat_put_args { 94 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 95 char buf_l_[PADL_(const cloudabi_fdstat_t *)]; const cloudabi_fdstat_t * buf; char buf_r_[PADR_(const cloudabi_fdstat_t *)]; 96 char flags_l_[PADL_(cloudabi_fdsflags_t)]; cloudabi_fdsflags_t flags; char flags_r_[PADR_(cloudabi_fdsflags_t)]; 97 }; 98 struct cloudabi_sys_fd_sync_args { 99 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 100 }; 101 struct cloudabi64_sys_fd_write_args { 102 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 103 char iovs_l_[PADL_(const cloudabi64_ciovec_t *)]; const cloudabi64_ciovec_t * iovs; char iovs_r_[PADR_(const cloudabi64_ciovec_t *)]; 104 char iovs_len_l_[PADL_(size_t)]; size_t iovs_len; char iovs_len_r_[PADR_(size_t)]; 105 }; 106 struct cloudabi_sys_file_advise_args { 107 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 108 char offset_l_[PADL_(cloudabi_filesize_t)]; cloudabi_filesize_t offset; char offset_r_[PADR_(cloudabi_filesize_t)]; 109 char len_l_[PADL_(cloudabi_filesize_t)]; cloudabi_filesize_t len; char len_r_[PADR_(cloudabi_filesize_t)]; 110 char advice_l_[PADL_(cloudabi_advice_t)]; cloudabi_advice_t advice; char advice_r_[PADR_(cloudabi_advice_t)]; 111 }; 112 struct cloudabi_sys_file_allocate_args { 113 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 114 char offset_l_[PADL_(cloudabi_filesize_t)]; cloudabi_filesize_t offset; char offset_r_[PADR_(cloudabi_filesize_t)]; 115 char len_l_[PADL_(cloudabi_filesize_t)]; cloudabi_filesize_t len; char len_r_[PADR_(cloudabi_filesize_t)]; 116 }; 117 struct cloudabi_sys_file_create_args { 118 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 119 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)]; 120 char path_len_l_[PADL_(size_t)]; size_t path_len; char path_len_r_[PADR_(size_t)]; 121 char type_l_[PADL_(cloudabi_filetype_t)]; cloudabi_filetype_t type; char type_r_[PADR_(cloudabi_filetype_t)]; 122 }; 123 struct cloudabi_sys_file_link_args { 124 char fd1_l_[PADL_(cloudabi_lookup_t)]; cloudabi_lookup_t fd1; char fd1_r_[PADR_(cloudabi_lookup_t)]; 125 char path1_l_[PADL_(const char *)]; const char * path1; char path1_r_[PADR_(const char *)]; 126 char path1_len_l_[PADL_(size_t)]; size_t path1_len; char path1_len_r_[PADR_(size_t)]; 127 char fd2_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd2; char fd2_r_[PADR_(cloudabi_fd_t)]; 128 char path2_l_[PADL_(const char *)]; const char * path2; char path2_r_[PADR_(const char *)]; 129 char path2_len_l_[PADL_(size_t)]; size_t path2_len; char path2_len_r_[PADR_(size_t)]; 130 }; 131 struct cloudabi_sys_file_open_args { 132 char dirfd_l_[PADL_(cloudabi_lookup_t)]; cloudabi_lookup_t dirfd; char dirfd_r_[PADR_(cloudabi_lookup_t)]; 133 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)]; 134 char path_len_l_[PADL_(size_t)]; size_t path_len; char path_len_r_[PADR_(size_t)]; 135 char oflags_l_[PADL_(cloudabi_oflags_t)]; cloudabi_oflags_t oflags; char oflags_r_[PADR_(cloudabi_oflags_t)]; 136 char fds_l_[PADL_(const cloudabi_fdstat_t *)]; const cloudabi_fdstat_t * fds; char fds_r_[PADR_(const cloudabi_fdstat_t *)]; 137 }; 138 struct cloudabi_sys_file_readdir_args { 139 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 140 char buf_l_[PADL_(void *)]; void * buf; char buf_r_[PADR_(void *)]; 141 char buf_len_l_[PADL_(size_t)]; size_t buf_len; char buf_len_r_[PADR_(size_t)]; 142 char cookie_l_[PADL_(cloudabi_dircookie_t)]; cloudabi_dircookie_t cookie; char cookie_r_[PADR_(cloudabi_dircookie_t)]; 143 }; 144 struct cloudabi_sys_file_readlink_args { 145 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 146 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)]; 147 char path_len_l_[PADL_(size_t)]; size_t path_len; char path_len_r_[PADR_(size_t)]; 148 char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)]; 149 char buf_len_l_[PADL_(size_t)]; size_t buf_len; char buf_len_r_[PADR_(size_t)]; 150 }; 151 struct cloudabi_sys_file_rename_args { 152 char fd1_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd1; char fd1_r_[PADR_(cloudabi_fd_t)]; 153 char path1_l_[PADL_(const char *)]; const char * path1; char path1_r_[PADR_(const char *)]; 154 char path1_len_l_[PADL_(size_t)]; size_t path1_len; char path1_len_r_[PADR_(size_t)]; 155 char fd2_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd2; char fd2_r_[PADR_(cloudabi_fd_t)]; 156 char path2_l_[PADL_(const char *)]; const char * path2; char path2_r_[PADR_(const char *)]; 157 char path2_len_l_[PADL_(size_t)]; size_t path2_len; char path2_len_r_[PADR_(size_t)]; 158 }; 159 struct cloudabi_sys_file_stat_fget_args { 160 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 161 char buf_l_[PADL_(cloudabi_filestat_t *)]; cloudabi_filestat_t * buf; char buf_r_[PADR_(cloudabi_filestat_t *)]; 162 }; 163 struct cloudabi_sys_file_stat_fput_args { 164 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 165 char buf_l_[PADL_(const cloudabi_filestat_t *)]; const cloudabi_filestat_t * buf; char buf_r_[PADR_(const cloudabi_filestat_t *)]; 166 char flags_l_[PADL_(cloudabi_fsflags_t)]; cloudabi_fsflags_t flags; char flags_r_[PADR_(cloudabi_fsflags_t)]; 167 }; 168 struct cloudabi_sys_file_stat_get_args { 169 char fd_l_[PADL_(cloudabi_lookup_t)]; cloudabi_lookup_t fd; char fd_r_[PADR_(cloudabi_lookup_t)]; 170 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)]; 171 char path_len_l_[PADL_(size_t)]; size_t path_len; char path_len_r_[PADR_(size_t)]; 172 char buf_l_[PADL_(cloudabi_filestat_t *)]; cloudabi_filestat_t * buf; char buf_r_[PADR_(cloudabi_filestat_t *)]; 173 }; 174 struct cloudabi_sys_file_stat_put_args { 175 char fd_l_[PADL_(cloudabi_lookup_t)]; cloudabi_lookup_t fd; char fd_r_[PADR_(cloudabi_lookup_t)]; 176 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)]; 177 char path_len_l_[PADL_(size_t)]; size_t path_len; char path_len_r_[PADR_(size_t)]; 178 char buf_l_[PADL_(const cloudabi_filestat_t *)]; const cloudabi_filestat_t * buf; char buf_r_[PADR_(const cloudabi_filestat_t *)]; 179 char flags_l_[PADL_(cloudabi_fsflags_t)]; cloudabi_fsflags_t flags; char flags_r_[PADR_(cloudabi_fsflags_t)]; 180 }; 181 struct cloudabi_sys_file_symlink_args { 182 char path1_l_[PADL_(const char *)]; const char * path1; char path1_r_[PADR_(const char *)]; 183 char path1_len_l_[PADL_(size_t)]; size_t path1_len; char path1_len_r_[PADR_(size_t)]; 184 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 185 char path2_l_[PADL_(const char *)]; const char * path2; char path2_r_[PADR_(const char *)]; 186 char path2_len_l_[PADL_(size_t)]; size_t path2_len; char path2_len_r_[PADR_(size_t)]; 187 }; 188 struct cloudabi_sys_file_unlink_args { 189 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 190 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)]; 191 char path_len_l_[PADL_(size_t)]; size_t path_len; char path_len_r_[PADR_(size_t)]; 192 char flags_l_[PADL_(cloudabi_ulflags_t)]; cloudabi_ulflags_t flags; char flags_r_[PADR_(cloudabi_ulflags_t)]; 193 }; 194 struct cloudabi_sys_lock_unlock_args { 195 char lock_l_[PADL_(cloudabi_lock_t *)]; cloudabi_lock_t * lock; char lock_r_[PADR_(cloudabi_lock_t *)]; 196 char scope_l_[PADL_(cloudabi_scope_t)]; cloudabi_scope_t scope; char scope_r_[PADR_(cloudabi_scope_t)]; 197 }; 198 struct cloudabi_sys_mem_advise_args { 199 char mapping_l_[PADL_(void *)]; void * mapping; char mapping_r_[PADR_(void *)]; 200 char mapping_len_l_[PADL_(size_t)]; size_t mapping_len; char mapping_len_r_[PADR_(size_t)]; 201 char advice_l_[PADL_(cloudabi_advice_t)]; cloudabi_advice_t advice; char advice_r_[PADR_(cloudabi_advice_t)]; 202 }; 203 struct cloudabi_sys_mem_map_args { 204 char addr_l_[PADL_(void *)]; void * addr; char addr_r_[PADR_(void *)]; 205 char len_l_[PADL_(size_t)]; size_t len; char len_r_[PADR_(size_t)]; 206 char prot_l_[PADL_(cloudabi_mprot_t)]; cloudabi_mprot_t prot; char prot_r_[PADR_(cloudabi_mprot_t)]; 207 char flags_l_[PADL_(cloudabi_mflags_t)]; cloudabi_mflags_t flags; char flags_r_[PADR_(cloudabi_mflags_t)]; 208 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 209 char off_l_[PADL_(cloudabi_filesize_t)]; cloudabi_filesize_t off; char off_r_[PADR_(cloudabi_filesize_t)]; 210 }; 211 struct cloudabi_sys_mem_protect_args { 212 char mapping_l_[PADL_(void *)]; void * mapping; char mapping_r_[PADR_(void *)]; 213 char mapping_len_l_[PADL_(size_t)]; size_t mapping_len; char mapping_len_r_[PADR_(size_t)]; 214 char prot_l_[PADL_(cloudabi_mprot_t)]; cloudabi_mprot_t prot; char prot_r_[PADR_(cloudabi_mprot_t)]; 215 }; 216 struct cloudabi_sys_mem_sync_args { 217 char mapping_l_[PADL_(void *)]; void * mapping; char mapping_r_[PADR_(void *)]; 218 char mapping_len_l_[PADL_(size_t)]; size_t mapping_len; char mapping_len_r_[PADR_(size_t)]; 219 char flags_l_[PADL_(cloudabi_msflags_t)]; cloudabi_msflags_t flags; char flags_r_[PADR_(cloudabi_msflags_t)]; 220 }; 221 struct cloudabi_sys_mem_unmap_args { 222 char mapping_l_[PADL_(void *)]; void * mapping; char mapping_r_[PADR_(void *)]; 223 char mapping_len_l_[PADL_(size_t)]; size_t mapping_len; char mapping_len_r_[PADR_(size_t)]; 224 }; 225 struct cloudabi64_sys_poll_args { 226 char in_l_[PADL_(const cloudabi64_subscription_t *)]; const cloudabi64_subscription_t * in; char in_r_[PADR_(const cloudabi64_subscription_t *)]; 227 char out_l_[PADL_(cloudabi_event_t *)]; cloudabi_event_t * out; char out_r_[PADR_(cloudabi_event_t *)]; 228 char nsubscriptions_l_[PADL_(size_t)]; size_t nsubscriptions; char nsubscriptions_r_[PADR_(size_t)]; 229 }; 230 struct cloudabi_sys_proc_exec_args { 231 char fd_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t fd; char fd_r_[PADR_(cloudabi_fd_t)]; 232 char data_l_[PADL_(const void *)]; const void * data; char data_r_[PADR_(const void *)]; 233 char data_len_l_[PADL_(size_t)]; size_t data_len; char data_len_r_[PADR_(size_t)]; 234 char fds_l_[PADL_(const cloudabi_fd_t *)]; const cloudabi_fd_t * fds; char fds_r_[PADR_(const cloudabi_fd_t *)]; 235 char fds_len_l_[PADL_(size_t)]; size_t fds_len; char fds_len_r_[PADR_(size_t)]; 236 }; 237 struct cloudabi_sys_proc_exit_args { 238 char rval_l_[PADL_(cloudabi_exitcode_t)]; cloudabi_exitcode_t rval; char rval_r_[PADR_(cloudabi_exitcode_t)]; 239 }; 240 struct cloudabi_sys_proc_fork_args { 241 register_t dummy; 242 }; 243 struct cloudabi_sys_proc_raise_args { 244 char sig_l_[PADL_(cloudabi_signal_t)]; cloudabi_signal_t sig; char sig_r_[PADR_(cloudabi_signal_t)]; 245 }; 246 struct cloudabi_sys_random_get_args { 247 char buf_l_[PADL_(void *)]; void * buf; char buf_r_[PADR_(void *)]; 248 char buf_len_l_[PADL_(size_t)]; size_t buf_len; char buf_len_r_[PADR_(size_t)]; 249 }; 250 struct cloudabi64_sys_sock_recv_args { 251 char sock_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t sock; char sock_r_[PADR_(cloudabi_fd_t)]; 252 char in_l_[PADL_(const cloudabi64_recv_in_t *)]; const cloudabi64_recv_in_t * in; char in_r_[PADR_(const cloudabi64_recv_in_t *)]; 253 char out_l_[PADL_(cloudabi64_recv_out_t *)]; cloudabi64_recv_out_t * out; char out_r_[PADR_(cloudabi64_recv_out_t *)]; 254 }; 255 struct cloudabi64_sys_sock_send_args { 256 char sock_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t sock; char sock_r_[PADR_(cloudabi_fd_t)]; 257 char in_l_[PADL_(const cloudabi64_send_in_t *)]; const cloudabi64_send_in_t * in; char in_r_[PADR_(const cloudabi64_send_in_t *)]; 258 char out_l_[PADL_(cloudabi64_send_out_t *)]; cloudabi64_send_out_t * out; char out_r_[PADR_(cloudabi64_send_out_t *)]; 259 }; 260 struct cloudabi_sys_sock_shutdown_args { 261 char sock_l_[PADL_(cloudabi_fd_t)]; cloudabi_fd_t sock; char sock_r_[PADR_(cloudabi_fd_t)]; 262 char how_l_[PADL_(cloudabi_sdflags_t)]; cloudabi_sdflags_t how; char how_r_[PADR_(cloudabi_sdflags_t)]; 263 }; 264 struct cloudabi64_sys_thread_create_args { 265 char attr_l_[PADL_(cloudabi64_threadattr_t *)]; cloudabi64_threadattr_t * attr; char attr_r_[PADR_(cloudabi64_threadattr_t *)]; 266 }; 267 struct cloudabi_sys_thread_exit_args { 268 char lock_l_[PADL_(cloudabi_lock_t *)]; cloudabi_lock_t * lock; char lock_r_[PADR_(cloudabi_lock_t *)]; 269 char scope_l_[PADL_(cloudabi_scope_t)]; cloudabi_scope_t scope; char scope_r_[PADR_(cloudabi_scope_t)]; 270 }; 271 struct cloudabi_sys_thread_yield_args { 272 register_t dummy; 273 }; 274 int cloudabi_sys_clock_res_get(struct thread *, struct cloudabi_sys_clock_res_get_args *); 275 int cloudabi_sys_clock_time_get(struct thread *, struct cloudabi_sys_clock_time_get_args *); 276 int cloudabi_sys_condvar_signal(struct thread *, struct cloudabi_sys_condvar_signal_args *); 277 int cloudabi_sys_fd_close(struct thread *, struct cloudabi_sys_fd_close_args *); 278 int cloudabi_sys_fd_create1(struct thread *, struct cloudabi_sys_fd_create1_args *); 279 int cloudabi_sys_fd_create2(struct thread *, struct cloudabi_sys_fd_create2_args *); 280 int cloudabi_sys_fd_datasync(struct thread *, struct cloudabi_sys_fd_datasync_args *); 281 int cloudabi_sys_fd_dup(struct thread *, struct cloudabi_sys_fd_dup_args *); 282 int cloudabi64_sys_fd_pread(struct thread *, struct cloudabi64_sys_fd_pread_args *); 283 int cloudabi64_sys_fd_pwrite(struct thread *, struct cloudabi64_sys_fd_pwrite_args *); 284 int cloudabi64_sys_fd_read(struct thread *, struct cloudabi64_sys_fd_read_args *); 285 int cloudabi_sys_fd_replace(struct thread *, struct cloudabi_sys_fd_replace_args *); 286 int cloudabi_sys_fd_seek(struct thread *, struct cloudabi_sys_fd_seek_args *); 287 int cloudabi_sys_fd_stat_get(struct thread *, struct cloudabi_sys_fd_stat_get_args *); 288 int cloudabi_sys_fd_stat_put(struct thread *, struct cloudabi_sys_fd_stat_put_args *); 289 int cloudabi_sys_fd_sync(struct thread *, struct cloudabi_sys_fd_sync_args *); 290 int cloudabi64_sys_fd_write(struct thread *, struct cloudabi64_sys_fd_write_args *); 291 int cloudabi_sys_file_advise(struct thread *, struct cloudabi_sys_file_advise_args *); 292 int cloudabi_sys_file_allocate(struct thread *, struct cloudabi_sys_file_allocate_args *); 293 int cloudabi_sys_file_create(struct thread *, struct cloudabi_sys_file_create_args *); 294 int cloudabi_sys_file_link(struct thread *, struct cloudabi_sys_file_link_args *); 295 int cloudabi_sys_file_open(struct thread *, struct cloudabi_sys_file_open_args *); 296 int cloudabi_sys_file_readdir(struct thread *, struct cloudabi_sys_file_readdir_args *); 297 int cloudabi_sys_file_readlink(struct thread *, struct cloudabi_sys_file_readlink_args *); 298 int cloudabi_sys_file_rename(struct thread *, struct cloudabi_sys_file_rename_args *); 299 int cloudabi_sys_file_stat_fget(struct thread *, struct cloudabi_sys_file_stat_fget_args *); 300 int cloudabi_sys_file_stat_fput(struct thread *, struct cloudabi_sys_file_stat_fput_args *); 301 int cloudabi_sys_file_stat_get(struct thread *, struct cloudabi_sys_file_stat_get_args *); 302 int cloudabi_sys_file_stat_put(struct thread *, struct cloudabi_sys_file_stat_put_args *); 303 int cloudabi_sys_file_symlink(struct thread *, struct cloudabi_sys_file_symlink_args *); 304 int cloudabi_sys_file_unlink(struct thread *, struct cloudabi_sys_file_unlink_args *); 305 int cloudabi_sys_lock_unlock(struct thread *, struct cloudabi_sys_lock_unlock_args *); 306 int cloudabi_sys_mem_advise(struct thread *, struct cloudabi_sys_mem_advise_args *); 307 int cloudabi_sys_mem_map(struct thread *, struct cloudabi_sys_mem_map_args *); 308 int cloudabi_sys_mem_protect(struct thread *, struct cloudabi_sys_mem_protect_args *); 309 int cloudabi_sys_mem_sync(struct thread *, struct cloudabi_sys_mem_sync_args *); 310 int cloudabi_sys_mem_unmap(struct thread *, struct cloudabi_sys_mem_unmap_args *); 311 int cloudabi64_sys_poll(struct thread *, struct cloudabi64_sys_poll_args *); 312 int cloudabi_sys_proc_exec(struct thread *, struct cloudabi_sys_proc_exec_args *); 313 int cloudabi_sys_proc_exit(struct thread *, struct cloudabi_sys_proc_exit_args *); 314 int cloudabi_sys_proc_fork(struct thread *, struct cloudabi_sys_proc_fork_args *); 315 int cloudabi_sys_proc_raise(struct thread *, struct cloudabi_sys_proc_raise_args *); 316 int cloudabi_sys_random_get(struct thread *, struct cloudabi_sys_random_get_args *); 317 int cloudabi64_sys_sock_recv(struct thread *, struct cloudabi64_sys_sock_recv_args *); 318 int cloudabi64_sys_sock_send(struct thread *, struct cloudabi64_sys_sock_send_args *); 319 int cloudabi_sys_sock_shutdown(struct thread *, struct cloudabi_sys_sock_shutdown_args *); 320 int cloudabi64_sys_thread_create(struct thread *, struct cloudabi64_sys_thread_create_args *); 321 int cloudabi_sys_thread_exit(struct thread *, struct cloudabi_sys_thread_exit_args *); 322 int cloudabi_sys_thread_yield(struct thread *, struct cloudabi_sys_thread_yield_args *); 323 324 #ifdef COMPAT_43 325 326 327 #endif /* COMPAT_43 */ 328 329 330 #ifdef COMPAT_FREEBSD4 331 332 333 #endif /* COMPAT_FREEBSD4 */ 334 335 336 #ifdef COMPAT_FREEBSD6 337 338 339 #endif /* COMPAT_FREEBSD6 */ 340 341 342 #ifdef COMPAT_FREEBSD7 343 344 345 #endif /* COMPAT_FREEBSD7 */ 346 347 348 #ifdef COMPAT_FREEBSD10 349 350 351 #endif /* COMPAT_FREEBSD10 */ 352 353 354 #ifdef COMPAT_FREEBSD11 355 356 357 #endif /* COMPAT_FREEBSD11 */ 358 359 360 #ifdef COMPAT_FREEBSD12 361 362 363 #endif /* COMPAT_FREEBSD12 */ 364 365 #define CLOUDABI64_SYS_AUE_cloudabi_sys_clock_res_get AUE_NULL 366 #define CLOUDABI64_SYS_AUE_cloudabi_sys_clock_time_get AUE_NULL 367 #define CLOUDABI64_SYS_AUE_cloudabi_sys_condvar_signal AUE_NULL 368 #define CLOUDABI64_SYS_AUE_cloudabi_sys_fd_close AUE_NULL 369 #define CLOUDABI64_SYS_AUE_cloudabi_sys_fd_create1 AUE_NULL 370 #define CLOUDABI64_SYS_AUE_cloudabi_sys_fd_create2 AUE_NULL 371 #define CLOUDABI64_SYS_AUE_cloudabi_sys_fd_datasync AUE_NULL 372 #define CLOUDABI64_SYS_AUE_cloudabi_sys_fd_dup AUE_NULL 373 #define CLOUDABI64_SYS_AUE_cloudabi64_sys_fd_pread AUE_NULL 374 #define CLOUDABI64_SYS_AUE_cloudabi64_sys_fd_pwrite AUE_NULL 375 #define CLOUDABI64_SYS_AUE_cloudabi64_sys_fd_read AUE_NULL 376 #define CLOUDABI64_SYS_AUE_cloudabi_sys_fd_replace AUE_NULL 377 #define CLOUDABI64_SYS_AUE_cloudabi_sys_fd_seek AUE_NULL 378 #define CLOUDABI64_SYS_AUE_cloudabi_sys_fd_stat_get AUE_NULL 379 #define CLOUDABI64_SYS_AUE_cloudabi_sys_fd_stat_put AUE_NULL 380 #define CLOUDABI64_SYS_AUE_cloudabi_sys_fd_sync AUE_NULL 381 #define CLOUDABI64_SYS_AUE_cloudabi64_sys_fd_write AUE_NULL 382 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_advise AUE_NULL 383 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_allocate AUE_NULL 384 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_create AUE_NULL 385 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_link AUE_NULL 386 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_open AUE_NULL 387 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_readdir AUE_NULL 388 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_readlink AUE_NULL 389 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_rename AUE_NULL 390 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_stat_fget AUE_NULL 391 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_stat_fput AUE_NULL 392 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_stat_get AUE_NULL 393 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_stat_put AUE_NULL 394 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_symlink AUE_NULL 395 #define CLOUDABI64_SYS_AUE_cloudabi_sys_file_unlink AUE_NULL 396 #define CLOUDABI64_SYS_AUE_cloudabi_sys_lock_unlock AUE_NULL 397 #define CLOUDABI64_SYS_AUE_cloudabi_sys_mem_advise AUE_NULL 398 #define CLOUDABI64_SYS_AUE_cloudabi_sys_mem_map AUE_NULL 399 #define CLOUDABI64_SYS_AUE_cloudabi_sys_mem_protect AUE_NULL 400 #define CLOUDABI64_SYS_AUE_cloudabi_sys_mem_sync AUE_NULL 401 #define CLOUDABI64_SYS_AUE_cloudabi_sys_mem_unmap AUE_NULL 402 #define CLOUDABI64_SYS_AUE_cloudabi64_sys_poll AUE_NULL 403 #define CLOUDABI64_SYS_AUE_cloudabi_sys_proc_exec AUE_NULL 404 #define CLOUDABI64_SYS_AUE_cloudabi_sys_proc_exit AUE_NULL 405 #define CLOUDABI64_SYS_AUE_cloudabi_sys_proc_fork AUE_NULL 406 #define CLOUDABI64_SYS_AUE_cloudabi_sys_proc_raise AUE_NULL 407 #define CLOUDABI64_SYS_AUE_cloudabi_sys_random_get AUE_NULL 408 #define CLOUDABI64_SYS_AUE_cloudabi64_sys_sock_recv AUE_NULL 409 #define CLOUDABI64_SYS_AUE_cloudabi64_sys_sock_send AUE_NULL 410 #define CLOUDABI64_SYS_AUE_cloudabi_sys_sock_shutdown AUE_NULL 411 #define CLOUDABI64_SYS_AUE_cloudabi64_sys_thread_create AUE_NULL 412 #define CLOUDABI64_SYS_AUE_cloudabi_sys_thread_exit AUE_NULL 413 #define CLOUDABI64_SYS_AUE_cloudabi_sys_thread_yield AUE_NULL 414 415 #undef PAD_ 416 #undef PADL_ 417 #undef PADR_ 418 419 #endif /* !_CLOUDABI64_SYSPROTO_H_ */ 420