The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/compat/cloudabi32/cloudabi32_proto.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*
    2  * System call prototypes.
    3  *
    4  * DO NOT EDIT-- this file is automatically generated.
    5  * $FreeBSD: releng/11.2/sys/compat/cloudabi32/cloudabi32_proto.h 325858 2017-11-15 15:56:08Z ed $
    6  */
    7 
    8 #ifndef _CLOUDABI32_SYSPROTO_H_
    9 #define _CLOUDABI32_SYSPROTO_H_
   10 
   11 #include <sys/signal.h>
   12 #include <sys/acl.h>
   13 #include <sys/cpuset.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 cloudabi32_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 cloudabi32_iovec_t *)]; const cloudabi32_iovec_t * iovs; char iovs_r_[PADR_(const cloudabi32_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 cloudabi32_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 cloudabi32_ciovec_t *)]; const cloudabi32_ciovec_t * iovs; char iovs_r_[PADR_(const cloudabi32_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 cloudabi32_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 cloudabi32_iovec_t *)]; const cloudabi32_iovec_t * iovs; char iovs_r_[PADR_(const cloudabi32_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 cloudabi32_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 cloudabi32_ciovec_t *)]; const cloudabi32_ciovec_t * iovs; char iovs_r_[PADR_(const cloudabi32_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 cloudabi32_sys_poll_args {
  226         char in_l_[PADL_(const cloudabi32_subscription_t *)]; const cloudabi32_subscription_t * in; char in_r_[PADR_(const cloudabi32_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 cloudabi32_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 cloudabi32_recv_in_t *)]; const cloudabi32_recv_in_t * in; char in_r_[PADR_(const cloudabi32_recv_in_t *)];
  253         char out_l_[PADL_(cloudabi32_recv_out_t *)]; cloudabi32_recv_out_t * out; char out_r_[PADR_(cloudabi32_recv_out_t *)];
  254 };
  255 struct cloudabi32_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 cloudabi32_send_in_t *)]; const cloudabi32_send_in_t * in; char in_r_[PADR_(const cloudabi32_send_in_t *)];
  258         char out_l_[PADL_(cloudabi32_send_out_t *)]; cloudabi32_send_out_t * out; char out_r_[PADR_(cloudabi32_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 cloudabi32_sys_thread_create_args {
  265         char attr_l_[PADL_(cloudabi32_threadattr_t *)]; cloudabi32_threadattr_t * attr; char attr_r_[PADR_(cloudabi32_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     cloudabi32_sys_fd_pread(struct thread *, struct cloudabi32_sys_fd_pread_args *);
  283 int     cloudabi32_sys_fd_pwrite(struct thread *, struct cloudabi32_sys_fd_pwrite_args *);
  284 int     cloudabi32_sys_fd_read(struct thread *, struct cloudabi32_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     cloudabi32_sys_fd_write(struct thread *, struct cloudabi32_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     cloudabi32_sys_poll(struct thread *, struct cloudabi32_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     cloudabi32_sys_sock_recv(struct thread *, struct cloudabi32_sys_sock_recv_args *);
  318 int     cloudabi32_sys_sock_send(struct thread *, struct cloudabi32_sys_sock_send_args *);
  319 int     cloudabi_sys_sock_shutdown(struct thread *, struct cloudabi_sys_sock_shutdown_args *);
  320 int     cloudabi32_sys_thread_create(struct thread *, struct cloudabi32_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 #define CLOUDABI32_SYS_AUE_cloudabi_sys_clock_res_get   AUE_NULL
  354 #define CLOUDABI32_SYS_AUE_cloudabi_sys_clock_time_get  AUE_NULL
  355 #define CLOUDABI32_SYS_AUE_cloudabi_sys_condvar_signal  AUE_NULL
  356 #define CLOUDABI32_SYS_AUE_cloudabi_sys_fd_close        AUE_NULL
  357 #define CLOUDABI32_SYS_AUE_cloudabi_sys_fd_create1      AUE_NULL
  358 #define CLOUDABI32_SYS_AUE_cloudabi_sys_fd_create2      AUE_NULL
  359 #define CLOUDABI32_SYS_AUE_cloudabi_sys_fd_datasync     AUE_NULL
  360 #define CLOUDABI32_SYS_AUE_cloudabi_sys_fd_dup  AUE_NULL
  361 #define CLOUDABI32_SYS_AUE_cloudabi32_sys_fd_pread      AUE_NULL
  362 #define CLOUDABI32_SYS_AUE_cloudabi32_sys_fd_pwrite     AUE_NULL
  363 #define CLOUDABI32_SYS_AUE_cloudabi32_sys_fd_read       AUE_NULL
  364 #define CLOUDABI32_SYS_AUE_cloudabi_sys_fd_replace      AUE_NULL
  365 #define CLOUDABI32_SYS_AUE_cloudabi_sys_fd_seek AUE_NULL
  366 #define CLOUDABI32_SYS_AUE_cloudabi_sys_fd_stat_get     AUE_NULL
  367 #define CLOUDABI32_SYS_AUE_cloudabi_sys_fd_stat_put     AUE_NULL
  368 #define CLOUDABI32_SYS_AUE_cloudabi_sys_fd_sync AUE_NULL
  369 #define CLOUDABI32_SYS_AUE_cloudabi32_sys_fd_write      AUE_NULL
  370 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_advise     AUE_NULL
  371 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_allocate   AUE_NULL
  372 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_create     AUE_NULL
  373 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_link       AUE_NULL
  374 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_open       AUE_NULL
  375 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_readdir    AUE_NULL
  376 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_readlink   AUE_NULL
  377 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_rename     AUE_NULL
  378 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_stat_fget  AUE_NULL
  379 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_stat_fput  AUE_NULL
  380 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_stat_get   AUE_NULL
  381 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_stat_put   AUE_NULL
  382 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_symlink    AUE_NULL
  383 #define CLOUDABI32_SYS_AUE_cloudabi_sys_file_unlink     AUE_NULL
  384 #define CLOUDABI32_SYS_AUE_cloudabi_sys_lock_unlock     AUE_NULL
  385 #define CLOUDABI32_SYS_AUE_cloudabi_sys_mem_advise      AUE_NULL
  386 #define CLOUDABI32_SYS_AUE_cloudabi_sys_mem_map AUE_NULL
  387 #define CLOUDABI32_SYS_AUE_cloudabi_sys_mem_protect     AUE_NULL
  388 #define CLOUDABI32_SYS_AUE_cloudabi_sys_mem_sync        AUE_NULL
  389 #define CLOUDABI32_SYS_AUE_cloudabi_sys_mem_unmap       AUE_NULL
  390 #define CLOUDABI32_SYS_AUE_cloudabi32_sys_poll  AUE_NULL
  391 #define CLOUDABI32_SYS_AUE_cloudabi_sys_proc_exec       AUE_NULL
  392 #define CLOUDABI32_SYS_AUE_cloudabi_sys_proc_exit       AUE_NULL
  393 #define CLOUDABI32_SYS_AUE_cloudabi_sys_proc_fork       AUE_NULL
  394 #define CLOUDABI32_SYS_AUE_cloudabi_sys_proc_raise      AUE_NULL
  395 #define CLOUDABI32_SYS_AUE_cloudabi_sys_random_get      AUE_NULL
  396 #define CLOUDABI32_SYS_AUE_cloudabi32_sys_sock_recv     AUE_NULL
  397 #define CLOUDABI32_SYS_AUE_cloudabi32_sys_sock_send     AUE_NULL
  398 #define CLOUDABI32_SYS_AUE_cloudabi_sys_sock_shutdown   AUE_NULL
  399 #define CLOUDABI32_SYS_AUE_cloudabi32_sys_thread_create AUE_NULL
  400 #define CLOUDABI32_SYS_AUE_cloudabi_sys_thread_exit     AUE_NULL
  401 #define CLOUDABI32_SYS_AUE_cloudabi_sys_thread_yield    AUE_NULL
  402 
  403 #undef PAD_
  404 #undef PADL_
  405 #undef PADR_
  406 
  407 #endif /* !_CLOUDABI32_SYSPROTO_H_ */

Cache object: b59d5f29fed5c8280f95a59567b1a46b


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.