Home | History | Annotate | Line # | Download | only in aoutm68k
aoutm68k_syscallargs.h revision 1.26.14.2
      1  1.26.14.2       mjf /* $NetBSD: aoutm68k_syscallargs.h,v 1.26.14.2 2007/12/27 00:43:34 mjf Exp $ */
      2        1.1       scw 
      3        1.1       scw /*
      4        1.1       scw  * System call argument lists.
      5        1.1       scw  *
      6        1.1       scw  * DO NOT EDIT-- this file is automatically generated.
      7  1.26.14.1       mjf  * created from	NetBSD: syscalls.master,v 1.26 2007/11/12 22:23:01 dsl Exp
      8        1.1       scw  */
      9        1.1       scw 
     10       1.25      matt #ifndef _AOUTM68K_SYS_SYSCALLARGS_H_
     11       1.25      matt #define	_AOUTM68K_SYS_SYSCALLARGS_H_
     12        1.1       scw 
     13  1.26.14.1       mjf #define	AOUTM68K_SYS_MAXSYSARGS	8
     14        1.1       scw 
     15  1.26.14.1       mjf #undef	syscallarg
     16        1.1       scw #define	syscallarg(x)							\
     17        1.1       scw 	union {								\
     18        1.1       scw 		register_t pad;						\
     19        1.1       scw 		struct { x datum; } le;					\
     20        1.8     lukem 		struct { /* LINTED zero array dimension */		\
     21        1.8     lukem 			int8_t pad[  /* CONSTCOND */			\
     22        1.8     lukem 				(sizeof (register_t) < sizeof (x))	\
     23        1.1       scw 				? 0					\
     24        1.1       scw 				: sizeof (register_t) - sizeof (x)];	\
     25        1.1       scw 			x datum;					\
     26        1.1       scw 		} be;							\
     27        1.1       scw 	}
     28  1.26.14.1       mjf 
     29  1.26.14.1       mjf #undef check_syscall_args
     30  1.26.14.1       mjf #define check_syscall_args(call) \
     31  1.26.14.1       mjf 	typedef char call##_check_args[sizeof (struct call##_args) \
     32  1.26.14.1       mjf 		<= AOUTM68K_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
     33  1.26.14.2       mjf 
     34  1.26.14.2       mjf struct sys_syscall_args;
     35  1.26.14.2       mjf 
     36  1.26.14.2       mjf struct sys_exit_args;
     37  1.26.14.2       mjf 
     38  1.26.14.2       mjf struct sys_read_args;
     39  1.26.14.2       mjf 
     40  1.26.14.2       mjf struct sys_write_args;
     41  1.26.14.2       mjf 
     42  1.26.14.2       mjf struct sys_open_args;
     43  1.26.14.2       mjf 
     44  1.26.14.2       mjf struct sys_close_args;
     45  1.26.14.2       mjf 
     46  1.26.14.2       mjf struct sys_wait4_args;
     47       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
     48  1.26.14.2       mjf 
     49  1.26.14.2       mjf struct compat_43_sys_creat_args;
     50       1.12        cl #else
     51       1.12        cl #endif
     52  1.26.14.2       mjf 
     53  1.26.14.2       mjf struct sys_link_args;
     54  1.26.14.2       mjf 
     55  1.26.14.2       mjf struct sys_unlink_args;
     56  1.26.14.2       mjf 
     57  1.26.14.2       mjf struct sys_chdir_args;
     58  1.26.14.2       mjf 
     59  1.26.14.2       mjf struct sys_fchdir_args;
     60  1.26.14.2       mjf 
     61  1.26.14.2       mjf struct sys_mknod_args;
     62  1.26.14.2       mjf 
     63  1.26.14.2       mjf struct sys_chmod_args;
     64  1.26.14.2       mjf 
     65  1.26.14.2       mjf struct sys_chown_args;
     66  1.26.14.2       mjf 
     67  1.26.14.2       mjf struct sys_obreak_args;
     68       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
     69  1.26.14.2       mjf 
     70  1.26.14.2       mjf struct compat_20_sys_getfsstat_args;
     71       1.14      matt #else
     72       1.14      matt #endif
     73       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
     74  1.26.14.2       mjf 
     75  1.26.14.2       mjf struct compat_43_sys_lseek_args;
     76       1.12        cl #else
     77       1.12        cl #endif
     78  1.26.14.2       mjf 
     79  1.26.14.2       mjf struct compat_40_sys_mount_args;
     80  1.26.14.2       mjf 
     81  1.26.14.2       mjf struct sys_unmount_args;
     82  1.26.14.2       mjf 
     83  1.26.14.2       mjf struct sys_setuid_args;
     84  1.26.14.2       mjf 
     85  1.26.14.2       mjf struct sys_ptrace_args;
     86  1.26.14.2       mjf 
     87  1.26.14.2       mjf struct sys_recvmsg_args;
     88  1.26.14.2       mjf 
     89  1.26.14.2       mjf struct sys_sendmsg_args;
     90  1.26.14.2       mjf 
     91  1.26.14.2       mjf struct sys_recvfrom_args;
     92  1.26.14.2       mjf 
     93  1.26.14.2       mjf struct sys_accept_args;
     94  1.26.14.2       mjf 
     95  1.26.14.2       mjf struct sys_getpeername_args;
     96  1.26.14.2       mjf 
     97  1.26.14.2       mjf struct sys_getsockname_args;
     98  1.26.14.2       mjf 
     99  1.26.14.2       mjf struct sys_access_args;
    100  1.26.14.2       mjf 
    101  1.26.14.2       mjf struct sys_chflags_args;
    102  1.26.14.2       mjf 
    103  1.26.14.2       mjf struct sys_fchflags_args;
    104  1.26.14.2       mjf 
    105  1.26.14.2       mjf struct sys_kill_args;
    106       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    107        1.1       scw 
    108        1.1       scw struct aoutm68k_compat_43_sys_stat_args {
    109        1.1       scw 	syscallarg(const char *) path;
    110        1.1       scw 	syscallarg(struct aoutm68k_stat43 *) ub;
    111        1.1       scw };
    112  1.26.14.1       mjf check_syscall_args(aoutm68k_compat_43_sys_stat)
    113       1.12        cl #else
    114       1.12        cl #endif
    115       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    116        1.1       scw 
    117        1.1       scw struct aoutm68k_compat_43_sys_lstat_args {
    118        1.1       scw 	syscallarg(const char *) path;
    119        1.1       scw 	syscallarg(struct aoutm68k_stat43 *) ub;
    120        1.1       scw };
    121  1.26.14.1       mjf check_syscall_args(aoutm68k_compat_43_sys_lstat)
    122       1.12        cl #else
    123       1.12        cl #endif
    124  1.26.14.2       mjf 
    125  1.26.14.2       mjf struct sys_dup_args;
    126  1.26.14.2       mjf 
    127  1.26.14.2       mjf struct sys_profil_args;
    128       1.12        cl #if defined(KTRACE) || !defined(_KERNEL)
    129  1.26.14.2       mjf 
    130  1.26.14.2       mjf struct sys_ktrace_args;
    131       1.12        cl #else
    132       1.12        cl #endif
    133       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    134  1.26.14.2       mjf 
    135  1.26.14.2       mjf struct compat_13_sys_sigaction_args;
    136       1.12        cl #else
    137       1.12        cl #endif
    138       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    139  1.26.14.2       mjf 
    140  1.26.14.2       mjf struct compat_13_sys_sigprocmask_args;
    141       1.12        cl #else
    142       1.12        cl #endif
    143  1.26.14.2       mjf 
    144  1.26.14.2       mjf struct sys___getlogin_args;
    145  1.26.14.2       mjf 
    146  1.26.14.2       mjf struct sys___setlogin_args;
    147  1.26.14.2       mjf 
    148  1.26.14.2       mjf struct sys_acct_args;
    149       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    150  1.26.14.2       mjf 
    151  1.26.14.2       mjf struct compat_13_sys_sigaltstack_args;
    152       1.12        cl #else
    153       1.12        cl #endif
    154  1.26.14.2       mjf 
    155  1.26.14.2       mjf struct sys_ioctl_args;
    156       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    157  1.26.14.2       mjf 
    158  1.26.14.2       mjf struct compat_12_sys_reboot_args;
    159       1.12        cl #else
    160       1.12        cl #endif
    161  1.26.14.2       mjf 
    162  1.26.14.2       mjf struct sys_revoke_args;
    163  1.26.14.2       mjf 
    164  1.26.14.2       mjf struct sys_symlink_args;
    165  1.26.14.2       mjf 
    166  1.26.14.2       mjf struct sys_readlink_args;
    167  1.26.14.2       mjf 
    168  1.26.14.2       mjf struct sys_execve_args;
    169  1.26.14.2       mjf 
    170  1.26.14.2       mjf struct sys_umask_args;
    171  1.26.14.2       mjf 
    172  1.26.14.2       mjf struct sys_chroot_args;
    173       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    174        1.1       scw 
    175        1.1       scw struct aoutm68k_compat_43_sys_fstat_args {
    176        1.1       scw 	syscallarg(int) fd;
    177        1.1       scw 	syscallarg(struct aoutm68k_stat43 *) sb;
    178        1.1       scw };
    179  1.26.14.1       mjf check_syscall_args(aoutm68k_compat_43_sys_fstat)
    180  1.26.14.2       mjf 
    181  1.26.14.2       mjf struct compat_43_sys_getkerninfo_args;
    182       1.12        cl #else
    183       1.12        cl #endif
    184       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    185  1.26.14.2       mjf 
    186  1.26.14.2       mjf struct compat_12_sys_msync_args;
    187       1.12        cl #else
    188       1.12        cl #endif
    189  1.26.14.2       mjf 
    190  1.26.14.2       mjf struct sys_sbrk_args;
    191  1.26.14.2       mjf 
    192  1.26.14.2       mjf struct sys_sstk_args;
    193       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    194  1.26.14.2       mjf 
    195  1.26.14.2       mjf struct compat_43_sys_mmap_args;
    196       1.12        cl #else
    197       1.12        cl #endif
    198  1.26.14.2       mjf 
    199  1.26.14.2       mjf struct sys_ovadvise_args;
    200  1.26.14.2       mjf 
    201  1.26.14.2       mjf struct sys_munmap_args;
    202  1.26.14.2       mjf 
    203  1.26.14.2       mjf struct sys_mprotect_args;
    204  1.26.14.2       mjf 
    205  1.26.14.2       mjf struct sys_madvise_args;
    206  1.26.14.2       mjf 
    207  1.26.14.2       mjf struct sys_mincore_args;
    208  1.26.14.2       mjf 
    209  1.26.14.2       mjf struct sys_getgroups_args;
    210  1.26.14.2       mjf 
    211  1.26.14.2       mjf struct sys_setgroups_args;
    212  1.26.14.2       mjf 
    213  1.26.14.2       mjf struct sys_setpgid_args;
    214  1.26.14.2       mjf 
    215  1.26.14.2       mjf struct sys_setitimer_args;
    216       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    217       1.12        cl #else
    218       1.12        cl #endif
    219       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    220  1.26.14.2       mjf 
    221  1.26.14.2       mjf struct compat_12_sys_swapon_args;
    222       1.12        cl #else
    223       1.12        cl #endif
    224  1.26.14.2       mjf 
    225  1.26.14.2       mjf struct sys_getitimer_args;
    226       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    227  1.26.14.2       mjf 
    228  1.26.14.2       mjf struct compat_43_sys_gethostname_args;
    229  1.26.14.2       mjf 
    230  1.26.14.2       mjf struct compat_43_sys_sethostname_args;
    231       1.12        cl #else
    232       1.12        cl #endif
    233  1.26.14.2       mjf 
    234  1.26.14.2       mjf struct sys_dup2_args;
    235  1.26.14.2       mjf 
    236  1.26.14.2       mjf struct sys_fcntl_args;
    237  1.26.14.2       mjf 
    238  1.26.14.2       mjf struct sys_select_args;
    239  1.26.14.2       mjf 
    240  1.26.14.2       mjf struct sys_fsync_args;
    241  1.26.14.2       mjf 
    242  1.26.14.2       mjf struct sys_setpriority_args;
    243  1.26.14.2       mjf 
    244  1.26.14.2       mjf struct compat_30_sys_socket_args;
    245  1.26.14.2       mjf 
    246  1.26.14.2       mjf struct sys_connect_args;
    247       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    248  1.26.14.2       mjf 
    249  1.26.14.2       mjf struct compat_43_sys_accept_args;
    250       1.12        cl #else
    251       1.12        cl #endif
    252  1.26.14.2       mjf 
    253  1.26.14.2       mjf struct sys_getpriority_args;
    254       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    255  1.26.14.2       mjf 
    256  1.26.14.2       mjf struct compat_43_sys_send_args;
    257  1.26.14.2       mjf 
    258  1.26.14.2       mjf struct compat_43_sys_recv_args;
    259       1.12        cl #else
    260       1.12        cl #endif
    261       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    262  1.26.14.2       mjf 
    263  1.26.14.2       mjf struct compat_13_sys_sigreturn_args;
    264       1.12        cl #else
    265       1.12        cl #endif
    266  1.26.14.2       mjf 
    267  1.26.14.2       mjf struct sys_bind_args;
    268  1.26.14.2       mjf 
    269  1.26.14.2       mjf struct sys_setsockopt_args;
    270  1.26.14.2       mjf 
    271  1.26.14.2       mjf struct sys_listen_args;
    272       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    273  1.26.14.2       mjf 
    274  1.26.14.2       mjf struct compat_43_sys_sigvec_args;
    275  1.26.14.2       mjf 
    276  1.26.14.2       mjf struct compat_43_sys_sigblock_args;
    277  1.26.14.2       mjf 
    278  1.26.14.2       mjf struct compat_43_sys_sigsetmask_args;
    279       1.12        cl #else
    280       1.12        cl #endif
    281       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    282  1.26.14.2       mjf 
    283  1.26.14.2       mjf struct compat_13_sys_sigsuspend_args;
    284       1.12        cl #else
    285       1.12        cl #endif
    286       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    287  1.26.14.2       mjf 
    288  1.26.14.2       mjf struct compat_43_sys_sigstack_args;
    289  1.26.14.2       mjf 
    290  1.26.14.2       mjf struct compat_43_sys_recvmsg_args;
    291  1.26.14.2       mjf 
    292  1.26.14.2       mjf struct compat_43_sys_sendmsg_args;
    293       1.12        cl #else
    294       1.12        cl #endif
    295  1.26.14.2       mjf 
    296  1.26.14.2       mjf struct sys_gettimeofday_args;
    297  1.26.14.2       mjf 
    298  1.26.14.2       mjf struct sys_getrusage_args;
    299  1.26.14.2       mjf 
    300  1.26.14.2       mjf struct sys_getsockopt_args;
    301  1.26.14.2       mjf 
    302  1.26.14.2       mjf struct sys_readv_args;
    303  1.26.14.2       mjf 
    304  1.26.14.2       mjf struct sys_writev_args;
    305  1.26.14.2       mjf 
    306  1.26.14.2       mjf struct sys_settimeofday_args;
    307  1.26.14.2       mjf 
    308  1.26.14.2       mjf struct sys_fchown_args;
    309  1.26.14.2       mjf 
    310  1.26.14.2       mjf struct sys_fchmod_args;
    311       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    312  1.26.14.2       mjf 
    313  1.26.14.2       mjf struct compat_43_sys_recvfrom_args;
    314       1.12        cl #else
    315       1.12        cl #endif
    316  1.26.14.2       mjf 
    317  1.26.14.2       mjf struct sys_setreuid_args;
    318  1.26.14.2       mjf 
    319  1.26.14.2       mjf struct sys_setregid_args;
    320  1.26.14.2       mjf 
    321  1.26.14.2       mjf struct sys_rename_args;
    322       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    323  1.26.14.2       mjf 
    324  1.26.14.2       mjf struct compat_43_sys_truncate_args;
    325  1.26.14.2       mjf 
    326  1.26.14.2       mjf struct compat_43_sys_ftruncate_args;
    327       1.12        cl #else
    328       1.12        cl #endif
    329  1.26.14.2       mjf 
    330  1.26.14.2       mjf struct sys_flock_args;
    331  1.26.14.2       mjf 
    332  1.26.14.2       mjf struct sys_mkfifo_args;
    333  1.26.14.2       mjf 
    334  1.26.14.2       mjf struct sys_sendto_args;
    335  1.26.14.2       mjf 
    336  1.26.14.2       mjf struct sys_shutdown_args;
    337  1.26.14.2       mjf 
    338  1.26.14.2       mjf struct sys_socketpair_args;
    339  1.26.14.2       mjf 
    340  1.26.14.2       mjf struct sys_mkdir_args;
    341  1.26.14.2       mjf 
    342  1.26.14.2       mjf struct sys_rmdir_args;
    343  1.26.14.2       mjf 
    344  1.26.14.2       mjf struct sys_utimes_args;
    345  1.26.14.2       mjf 
    346  1.26.14.2       mjf struct sys_adjtime_args;
    347       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    348  1.26.14.2       mjf 
    349  1.26.14.2       mjf struct compat_43_sys_getpeername_args;
    350  1.26.14.2       mjf 
    351  1.26.14.2       mjf struct compat_43_sys_sethostid_args;
    352  1.26.14.2       mjf 
    353  1.26.14.2       mjf struct compat_43_sys_getrlimit_args;
    354  1.26.14.2       mjf 
    355  1.26.14.2       mjf struct compat_43_sys_setrlimit_args;
    356  1.26.14.2       mjf 
    357  1.26.14.2       mjf struct compat_43_sys_killpg_args;
    358       1.12        cl #else
    359       1.12        cl #endif
    360  1.26.14.2       mjf 
    361  1.26.14.2       mjf struct sys_quotactl_args;
    362       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    363  1.26.14.2       mjf 
    364  1.26.14.2       mjf struct compat_43_sys_getsockname_args;
    365       1.12        cl #else
    366       1.12        cl #endif
    367       1.12        cl #if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
    368  1.26.14.2       mjf 
    369  1.26.14.2       mjf struct sys_nfssvc_args;
    370       1.12        cl #else
    371       1.12        cl #endif
    372       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    373  1.26.14.2       mjf 
    374  1.26.14.2       mjf struct compat_43_sys_getdirentries_args;
    375       1.12        cl #else
    376       1.12        cl #endif
    377       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    378  1.26.14.2       mjf 
    379  1.26.14.2       mjf struct compat_20_sys_statfs_args;
    380       1.14      matt #else
    381       1.14      matt #endif
    382       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    383  1.26.14.2       mjf 
    384  1.26.14.2       mjf struct compat_20_sys_fstatfs_args;
    385       1.14      matt #else
    386       1.12        cl #endif
    387  1.26.14.2       mjf 
    388  1.26.14.2       mjf struct compat_30_sys_getfh_args;
    389       1.19   tsutsui #if defined(COMPAT_09) || !defined(_KERNEL)
    390  1.26.14.2       mjf 
    391  1.26.14.2       mjf struct compat_09_sys_getdomainname_args;
    392  1.26.14.2       mjf 
    393  1.26.14.2       mjf struct compat_09_sys_setdomainname_args;
    394  1.26.14.2       mjf 
    395  1.26.14.2       mjf struct compat_09_sys_uname_args;
    396       1.12        cl #else
    397       1.12        cl #endif
    398  1.26.14.2       mjf 
    399  1.26.14.2       mjf struct sys_sysarch_args;
    400       1.12        cl #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
    401  1.26.14.2       mjf 
    402  1.26.14.2       mjf struct compat_10_sys_semsys_args;
    403       1.12        cl #else
    404       1.12        cl #endif
    405       1.12        cl #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
    406  1.26.14.2       mjf 
    407  1.26.14.2       mjf struct compat_10_sys_msgsys_args;
    408       1.12        cl #else
    409       1.12        cl #endif
    410       1.12        cl #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
    411  1.26.14.2       mjf 
    412  1.26.14.2       mjf struct compat_10_sys_shmsys_args;
    413       1.12        cl #else
    414       1.12        cl #endif
    415  1.26.14.2       mjf 
    416  1.26.14.2       mjf struct sys_pread_args;
    417  1.26.14.2       mjf 
    418  1.26.14.2       mjf struct sys_pwrite_args;
    419       1.12        cl #if defined(NTP) || !defined(_KERNEL)
    420  1.26.14.2       mjf 
    421  1.26.14.2       mjf struct sys_ntp_adjtime_args;
    422       1.12        cl #else
    423       1.12        cl #endif
    424  1.26.14.2       mjf 
    425  1.26.14.2       mjf struct sys_setgid_args;
    426  1.26.14.2       mjf 
    427  1.26.14.2       mjf struct sys_setegid_args;
    428  1.26.14.2       mjf 
    429  1.26.14.2       mjf struct sys_seteuid_args;
    430       1.12        cl #if defined(LFS) || !defined(_KERNEL)
    431  1.26.14.2       mjf 
    432  1.26.14.2       mjf struct sys_lfs_bmapv_args;
    433  1.26.14.2       mjf 
    434  1.26.14.2       mjf struct sys_lfs_markv_args;
    435  1.26.14.2       mjf 
    436  1.26.14.2       mjf struct sys_lfs_segclean_args;
    437  1.26.14.2       mjf 
    438  1.26.14.2       mjf struct sys_lfs_segwait_args;
    439       1.12        cl #else
    440       1.12        cl #endif
    441       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    442        1.1       scw 
    443        1.1       scw struct aoutm68k_compat_12_sys_stat_args {
    444        1.1       scw 	syscallarg(const char *) path;
    445        1.1       scw 	syscallarg(struct aoutm68k_stat12 *) ub;
    446        1.1       scw };
    447  1.26.14.1       mjf check_syscall_args(aoutm68k_compat_12_sys_stat)
    448        1.1       scw 
    449        1.1       scw struct aoutm68k_compat_12_sys_fstat_args {
    450        1.1       scw 	syscallarg(int) fd;
    451        1.1       scw 	syscallarg(struct aoutm68k_stat12 *) sb;
    452        1.1       scw };
    453  1.26.14.1       mjf check_syscall_args(aoutm68k_compat_12_sys_fstat)
    454        1.1       scw 
    455        1.1       scw struct aoutm68k_compat_12_sys_lstat_args {
    456        1.1       scw 	syscallarg(const char *) path;
    457        1.1       scw 	syscallarg(struct aoutm68k_stat12 *) ub;
    458        1.1       scw };
    459  1.26.14.1       mjf check_syscall_args(aoutm68k_compat_12_sys_lstat)
    460       1.12        cl #else
    461       1.12        cl #endif
    462  1.26.14.2       mjf 
    463  1.26.14.2       mjf struct sys_pathconf_args;
    464  1.26.14.2       mjf 
    465  1.26.14.2       mjf struct sys_fpathconf_args;
    466  1.26.14.2       mjf 
    467  1.26.14.2       mjf struct sys_getrlimit_args;
    468  1.26.14.2       mjf 
    469  1.26.14.2       mjf struct sys_setrlimit_args;
    470       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    471  1.26.14.2       mjf 
    472  1.26.14.2       mjf struct compat_12_sys_getdirentries_args;
    473       1.12        cl #else
    474       1.12        cl #endif
    475  1.26.14.2       mjf 
    476  1.26.14.2       mjf struct sys_mmap_args;
    477  1.26.14.2       mjf 
    478  1.26.14.2       mjf struct sys___syscall_args;
    479  1.26.14.2       mjf 
    480  1.26.14.2       mjf struct sys_lseek_args;
    481  1.26.14.2       mjf 
    482  1.26.14.2       mjf struct sys_truncate_args;
    483  1.26.14.2       mjf 
    484  1.26.14.2       mjf struct sys_ftruncate_args;
    485  1.26.14.2       mjf 
    486  1.26.14.2       mjf struct sys___sysctl_args;
    487  1.26.14.2       mjf 
    488  1.26.14.2       mjf struct sys_mlock_args;
    489  1.26.14.2       mjf 
    490  1.26.14.2       mjf struct sys_munlock_args;
    491  1.26.14.2       mjf 
    492  1.26.14.2       mjf struct sys_undelete_args;
    493  1.26.14.2       mjf 
    494  1.26.14.2       mjf struct sys_futimes_args;
    495  1.26.14.2       mjf 
    496  1.26.14.2       mjf struct sys_getpgid_args;
    497  1.26.14.2       mjf 
    498  1.26.14.2       mjf struct sys_reboot_args;
    499  1.26.14.2       mjf 
    500  1.26.14.2       mjf struct sys_poll_args;
    501       1.12        cl #if defined(LKM) || !defined(_KERNEL)
    502       1.12        cl #else	/* !LKM */
    503       1.12        cl #endif	/* !LKM */
    504       1.12        cl #if defined(SYSVSEM) || !defined(_KERNEL)
    505       1.19   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
    506  1.26.14.2       mjf 
    507  1.26.14.2       mjf struct compat_14_sys___semctl_args;
    508       1.12        cl #else
    509       1.12        cl #endif
    510  1.26.14.2       mjf 
    511  1.26.14.2       mjf struct sys_semget_args;
    512  1.26.14.2       mjf 
    513  1.26.14.2       mjf struct sys_semop_args;
    514  1.26.14.2       mjf 
    515  1.26.14.2       mjf struct sys_semconfig_args;
    516       1.12        cl #else
    517       1.12        cl #endif
    518       1.12        cl #if defined(SYSVMSG) || !defined(_KERNEL)
    519       1.19   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
    520  1.26.14.2       mjf 
    521  1.26.14.2       mjf struct compat_14_sys_msgctl_args;
    522       1.12        cl #else
    523       1.12        cl #endif
    524  1.26.14.2       mjf 
    525  1.26.14.2       mjf struct sys_msgget_args;
    526  1.26.14.2       mjf 
    527  1.26.14.2       mjf struct sys_msgsnd_args;
    528  1.26.14.2       mjf 
    529  1.26.14.2       mjf struct sys_msgrcv_args;
    530       1.12        cl #else
    531       1.12        cl #endif
    532       1.12        cl #if defined(SYSVSHM) || !defined(_KERNEL)
    533  1.26.14.2       mjf 
    534  1.26.14.2       mjf struct sys_shmat_args;
    535       1.19   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
    536  1.26.14.2       mjf 
    537  1.26.14.2       mjf struct compat_14_sys_shmctl_args;
    538       1.12        cl #else
    539       1.12        cl #endif
    540  1.26.14.2       mjf 
    541  1.26.14.2       mjf struct sys_shmdt_args;
    542  1.26.14.2       mjf 
    543  1.26.14.2       mjf struct sys_shmget_args;
    544       1.12        cl #else
    545       1.12        cl #endif
    546  1.26.14.2       mjf 
    547  1.26.14.2       mjf struct sys_clock_gettime_args;
    548  1.26.14.2       mjf 
    549  1.26.14.2       mjf struct sys_clock_settime_args;
    550  1.26.14.2       mjf 
    551  1.26.14.2       mjf struct sys_clock_getres_args;
    552  1.26.14.2       mjf 
    553  1.26.14.2       mjf struct sys_nanosleep_args;
    554  1.26.14.2       mjf 
    555  1.26.14.2       mjf struct sys_fdatasync_args;
    556  1.26.14.2       mjf 
    557  1.26.14.2       mjf struct sys_mlockall_args;
    558  1.26.14.2       mjf 
    559  1.26.14.2       mjf struct sys___posix_rename_args;
    560  1.26.14.2       mjf 
    561  1.26.14.2       mjf struct sys_swapctl_args;
    562       1.19   tsutsui #if defined(COMPAT_30) || !defined(_KERNEL)
    563  1.26.14.2       mjf 
    564  1.26.14.2       mjf struct compat_30_sys_getdents_args;
    565       1.18  christos #else
    566       1.18  christos #endif
    567        1.1       scw 
    568  1.26.14.2       mjf struct sys_minherit_args;
    569  1.26.14.2       mjf 
    570  1.26.14.2       mjf struct sys_lchmod_args;
    571  1.26.14.2       mjf 
    572  1.26.14.2       mjf struct sys_lchown_args;
    573  1.26.14.2       mjf 
    574  1.26.14.2       mjf struct sys_lutimes_args;
    575  1.26.14.2       mjf 
    576  1.26.14.2       mjf struct sys___msync13_args;
    577  1.26.14.2       mjf 
    578        1.1       scw struct aoutm68k_sys___stat13_args {
    579        1.1       scw 	syscallarg(const char *) path;
    580        1.1       scw 	syscallarg(struct aoutm68k_stat *) ub;
    581        1.1       scw };
    582  1.26.14.1       mjf check_syscall_args(aoutm68k_sys___stat13)
    583        1.1       scw 
    584        1.1       scw struct aoutm68k_sys___fstat13_args {
    585        1.1       scw 	syscallarg(int) fd;
    586        1.1       scw 	syscallarg(struct aoutm68k_stat *) sb;
    587        1.1       scw };
    588  1.26.14.1       mjf check_syscall_args(aoutm68k_sys___fstat13)
    589        1.1       scw 
    590        1.1       scw struct aoutm68k_sys___lstat13_args {
    591        1.1       scw 	syscallarg(const char *) path;
    592        1.1       scw 	syscallarg(struct aoutm68k_stat *) ub;
    593        1.1       scw };
    594  1.26.14.1       mjf check_syscall_args(aoutm68k_sys___lstat13)
    595  1.26.14.2       mjf 
    596  1.26.14.2       mjf struct sys___sigaltstack14_args;
    597  1.26.14.2       mjf 
    598  1.26.14.2       mjf struct sys___posix_chown_args;
    599  1.26.14.2       mjf 
    600  1.26.14.2       mjf struct sys___posix_fchown_args;
    601  1.26.14.2       mjf 
    602  1.26.14.2       mjf struct sys___posix_lchown_args;
    603  1.26.14.2       mjf 
    604  1.26.14.2       mjf struct sys_getsid_args;
    605       1.12        cl #if defined(KTRACE) || !defined(_KERNEL)
    606  1.26.14.2       mjf 
    607  1.26.14.2       mjf struct sys_fktrace_args;
    608       1.12        cl #else
    609       1.12        cl #endif
    610  1.26.14.2       mjf 
    611  1.26.14.2       mjf struct sys_preadv_args;
    612  1.26.14.2       mjf 
    613  1.26.14.2       mjf struct sys_pwritev_args;
    614       1.19   tsutsui #if defined(COMPAT_16) || !defined(_KERNEL)
    615  1.26.14.2       mjf 
    616  1.26.14.2       mjf struct compat_16_sys___sigaction14_args;
    617       1.12        cl #else
    618       1.12        cl #endif
    619  1.26.14.2       mjf 
    620  1.26.14.2       mjf struct sys___sigpending14_args;
    621  1.26.14.2       mjf 
    622  1.26.14.2       mjf struct sys___sigprocmask14_args;
    623  1.26.14.2       mjf 
    624  1.26.14.2       mjf struct sys___sigsuspend14_args;
    625       1.19   tsutsui #if defined(COMPAT_16) || !defined(_KERNEL)
    626  1.26.14.2       mjf 
    627  1.26.14.2       mjf struct compat_16_sys___sigreturn14_args;
    628       1.13        cl #else
    629       1.13        cl #endif
    630        1.1       scw 
    631  1.26.14.2       mjf struct sys___getcwd_args;
    632  1.26.14.2       mjf 
    633  1.26.14.2       mjf struct sys_fchroot_args;
    634  1.26.14.2       mjf 
    635  1.26.14.2       mjf struct compat_30_sys_fhopen_args;
    636  1.26.14.2       mjf 
    637        1.1       scw struct aoutm68k_sys_fhstat_args {
    638       1.23    martin 	syscallarg(const struct compat_30_fhandle *) fhp;
    639        1.1       scw 	syscallarg(struct aoutm68k_stat *) sb;
    640        1.1       scw };
    641  1.26.14.1       mjf check_syscall_args(aoutm68k_sys_fhstat)
    642       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    643  1.26.14.2       mjf 
    644  1.26.14.2       mjf struct compat_20_sys_fhstatfs_args;
    645       1.14      matt #else
    646       1.14      matt #endif
    647       1.12        cl #if defined(SYSVSEM) || !defined(_KERNEL)
    648  1.26.14.2       mjf 
    649  1.26.14.2       mjf struct sys_____semctl13_args;
    650       1.12        cl #else
    651       1.12        cl #endif
    652       1.12        cl #if defined(SYSVMSG) || !defined(_KERNEL)
    653  1.26.14.2       mjf 
    654  1.26.14.2       mjf struct sys___msgctl13_args;
    655       1.12        cl #else
    656       1.12        cl #endif
    657       1.12        cl #if defined(SYSVSHM) || !defined(_KERNEL)
    658  1.26.14.2       mjf 
    659  1.26.14.2       mjf struct sys___shmctl13_args;
    660       1.12        cl #else
    661       1.12        cl #endif
    662        1.1       scw 
    663  1.26.14.2       mjf struct sys_lchflags_args;
    664  1.26.14.2       mjf 
    665  1.26.14.2       mjf struct sys_getcontext_args;
    666  1.26.14.2       mjf 
    667  1.26.14.2       mjf struct sys_setcontext_args;
    668  1.26.14.2       mjf 
    669        1.1       scw /*
    670        1.1       scw  * System call prototypes.
    671        1.1       scw  */
    672        1.1       scw 
    673  1.26.14.2       mjf int	sys_syscall(struct lwp *, const struct sys_syscall_args *, register_t *);
    674  1.26.14.1       mjf 
    675  1.26.14.2       mjf int	sys_exit(struct lwp *, const struct sys_exit_args *, register_t *);
    676       1.14      matt 
    677  1.26.14.2       mjf int	sys_fork(struct lwp *, const void *, register_t *);
    678       1.14      matt 
    679  1.26.14.2       mjf int	sys_read(struct lwp *, const struct sys_read_args *, register_t *);
    680       1.14      matt 
    681  1.26.14.2       mjf int	sys_write(struct lwp *, const struct sys_write_args *, register_t *);
    682       1.14      matt 
    683  1.26.14.2       mjf int	sys_open(struct lwp *, const struct sys_open_args *, register_t *);
    684       1.14      matt 
    685  1.26.14.2       mjf int	sys_close(struct lwp *, const struct sys_close_args *, register_t *);
    686       1.14      matt 
    687  1.26.14.2       mjf int	sys_wait4(struct lwp *, const struct sys_wait4_args *, register_t *);
    688       1.14      matt 
    689       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    690  1.26.14.2       mjf int	compat_43_sys_creat(struct lwp *, const struct compat_43_sys_creat_args *, register_t *);
    691       1.14      matt 
    692        1.1       scw #else
    693        1.1       scw #endif
    694  1.26.14.2       mjf int	sys_link(struct lwp *, const struct sys_link_args *, register_t *);
    695       1.14      matt 
    696  1.26.14.2       mjf int	sys_unlink(struct lwp *, const struct sys_unlink_args *, register_t *);
    697       1.14      matt 
    698  1.26.14.2       mjf int	sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
    699       1.14      matt 
    700  1.26.14.2       mjf int	sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
    701       1.14      matt 
    702  1.26.14.2       mjf int	sys_mknod(struct lwp *, const struct sys_mknod_args *, register_t *);
    703       1.14      matt 
    704  1.26.14.2       mjf int	sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
    705       1.14      matt 
    706  1.26.14.2       mjf int	sys_chown(struct lwp *, const struct sys_chown_args *, register_t *);
    707       1.14      matt 
    708  1.26.14.2       mjf int	sys_obreak(struct lwp *, const struct sys_obreak_args *, register_t *);
    709       1.14      matt 
    710       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    711  1.26.14.2       mjf int	compat_20_sys_getfsstat(struct lwp *, const struct compat_20_sys_getfsstat_args *, register_t *);
    712       1.14      matt 
    713       1.14      matt #else
    714       1.14      matt #endif
    715       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    716  1.26.14.2       mjf int	compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
    717       1.14      matt 
    718        1.1       scw #else
    719        1.1       scw #endif
    720  1.26.14.2       mjf int	sys_getpid(struct lwp *, const void *, register_t *);
    721       1.14      matt 
    722  1.26.14.2       mjf int	compat_40_sys_mount(struct lwp *, const struct compat_40_sys_mount_args *, register_t *);
    723       1.14      matt 
    724  1.26.14.2       mjf int	sys_unmount(struct lwp *, const struct sys_unmount_args *, register_t *);
    725       1.14      matt 
    726  1.26.14.2       mjf int	sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
    727       1.14      matt 
    728  1.26.14.2       mjf int	sys_getuid(struct lwp *, const void *, register_t *);
    729       1.14      matt 
    730  1.26.14.2       mjf int	sys_geteuid(struct lwp *, const void *, register_t *);
    731       1.14      matt 
    732  1.26.14.2       mjf int	sys_ptrace(struct lwp *, const struct sys_ptrace_args *, register_t *);
    733       1.14      matt 
    734  1.26.14.2       mjf int	sys_recvmsg(struct lwp *, const struct sys_recvmsg_args *, register_t *);
    735       1.14      matt 
    736  1.26.14.2       mjf int	sys_sendmsg(struct lwp *, const struct sys_sendmsg_args *, register_t *);
    737       1.14      matt 
    738  1.26.14.2       mjf int	sys_recvfrom(struct lwp *, const struct sys_recvfrom_args *, register_t *);
    739       1.14      matt 
    740  1.26.14.2       mjf int	sys_accept(struct lwp *, const struct sys_accept_args *, register_t *);
    741       1.14      matt 
    742  1.26.14.2       mjf int	sys_getpeername(struct lwp *, const struct sys_getpeername_args *, register_t *);
    743       1.14      matt 
    744  1.26.14.2       mjf int	sys_getsockname(struct lwp *, const struct sys_getsockname_args *, register_t *);
    745       1.14      matt 
    746  1.26.14.2       mjf int	sys_access(struct lwp *, const struct sys_access_args *, register_t *);
    747       1.14      matt 
    748  1.26.14.2       mjf int	sys_chflags(struct lwp *, const struct sys_chflags_args *, register_t *);
    749       1.14      matt 
    750  1.26.14.2       mjf int	sys_fchflags(struct lwp *, const struct sys_fchflags_args *, register_t *);
    751       1.14      matt 
    752  1.26.14.2       mjf int	sys_sync(struct lwp *, const void *, register_t *);
    753       1.14      matt 
    754  1.26.14.2       mjf int	sys_kill(struct lwp *, const struct sys_kill_args *, register_t *);
    755       1.14      matt 
    756       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    757  1.26.14.2       mjf int	aoutm68k_compat_43_sys_stat(struct lwp *, const struct aoutm68k_compat_43_sys_stat_args *, register_t *);
    758       1.14      matt 
    759        1.1       scw #else
    760        1.1       scw #endif
    761  1.26.14.2       mjf int	sys_getppid(struct lwp *, const void *, register_t *);
    762       1.14      matt 
    763       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    764  1.26.14.2       mjf int	aoutm68k_compat_43_sys_lstat(struct lwp *, const struct aoutm68k_compat_43_sys_lstat_args *, register_t *);
    765       1.14      matt 
    766        1.1       scw #else
    767        1.1       scw #endif
    768  1.26.14.2       mjf int	sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
    769       1.14      matt 
    770  1.26.14.2       mjf int	sys_pipe(struct lwp *, const void *, register_t *);
    771       1.14      matt 
    772  1.26.14.2       mjf int	sys_getegid(struct lwp *, const void *, register_t *);
    773       1.14      matt 
    774  1.26.14.2       mjf int	sys_profil(struct lwp *, const struct sys_profil_args *, register_t *);
    775       1.14      matt 
    776        1.1       scw #if defined(KTRACE) || !defined(_KERNEL)
    777  1.26.14.2       mjf int	sys_ktrace(struct lwp *, const struct sys_ktrace_args *, register_t *);
    778       1.14      matt 
    779        1.1       scw #else
    780        1.1       scw #endif
    781       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    782  1.26.14.2       mjf int	compat_13_sys_sigaction(struct lwp *, const struct compat_13_sys_sigaction_args *, register_t *);
    783       1.14      matt 
    784        1.1       scw #else
    785        1.1       scw #endif
    786  1.26.14.2       mjf int	sys_getgid(struct lwp *, const void *, register_t *);
    787       1.14      matt 
    788       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    789  1.26.14.2       mjf int	compat_13_sys_sigprocmask(struct lwp *, const struct compat_13_sys_sigprocmask_args *, register_t *);
    790       1.14      matt 
    791        1.1       scw #else
    792        1.1       scw #endif
    793  1.26.14.2       mjf int	sys___getlogin(struct lwp *, const struct sys___getlogin_args *, register_t *);
    794       1.14      matt 
    795  1.26.14.2       mjf int	sys___setlogin(struct lwp *, const struct sys___setlogin_args *, register_t *);
    796       1.14      matt 
    797  1.26.14.2       mjf int	sys_acct(struct lwp *, const struct sys_acct_args *, register_t *);
    798       1.14      matt 
    799       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    800  1.26.14.2       mjf int	compat_13_sys_sigpending(struct lwp *, const void *, register_t *);
    801       1.14      matt 
    802  1.26.14.2       mjf int	compat_13_sys_sigaltstack(struct lwp *, const struct compat_13_sys_sigaltstack_args *, register_t *);
    803       1.14      matt 
    804        1.1       scw #else
    805        1.1       scw #endif
    806  1.26.14.2       mjf int	sys_ioctl(struct lwp *, const struct sys_ioctl_args *, register_t *);
    807       1.14      matt 
    808       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    809  1.26.14.2       mjf int	compat_12_sys_reboot(struct lwp *, const struct compat_12_sys_reboot_args *, register_t *);
    810       1.14      matt 
    811        1.1       scw #else
    812        1.1       scw #endif
    813  1.26.14.2       mjf int	sys_revoke(struct lwp *, const struct sys_revoke_args *, register_t *);
    814       1.14      matt 
    815  1.26.14.2       mjf int	sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
    816       1.14      matt 
    817  1.26.14.2       mjf int	sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
    818       1.14      matt 
    819  1.26.14.2       mjf int	sys_execve(struct lwp *, const struct sys_execve_args *, register_t *);
    820       1.14      matt 
    821  1.26.14.2       mjf int	sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
    822       1.14      matt 
    823  1.26.14.2       mjf int	sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
    824       1.14      matt 
    825       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    826  1.26.14.2       mjf int	aoutm68k_compat_43_sys_fstat(struct lwp *, const struct aoutm68k_compat_43_sys_fstat_args *, register_t *);
    827       1.14      matt 
    828  1.26.14.2       mjf int	compat_43_sys_getkerninfo(struct lwp *, const struct compat_43_sys_getkerninfo_args *, register_t *);
    829       1.14      matt 
    830  1.26.14.2       mjf int	compat_43_sys_getpagesize(struct lwp *, const void *, register_t *);
    831       1.14      matt 
    832        1.1       scw #else
    833        1.1       scw #endif
    834       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    835  1.26.14.2       mjf int	compat_12_sys_msync(struct lwp *, const struct compat_12_sys_msync_args *, register_t *);
    836       1.14      matt 
    837        1.1       scw #else
    838        1.1       scw #endif
    839  1.26.14.2       mjf int	sys_vfork(struct lwp *, const void *, register_t *);
    840       1.14      matt 
    841  1.26.14.2       mjf int	sys_sbrk(struct lwp *, const struct sys_sbrk_args *, register_t *);
    842       1.14      matt 
    843  1.26.14.2       mjf int	sys_sstk(struct lwp *, const struct sys_sstk_args *, register_t *);
    844       1.14      matt 
    845       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    846  1.26.14.2       mjf int	compat_43_sys_mmap(struct lwp *, const struct compat_43_sys_mmap_args *, register_t *);
    847       1.14      matt 
    848        1.1       scw #else
    849        1.1       scw #endif
    850  1.26.14.2       mjf int	sys_ovadvise(struct lwp *, const struct sys_ovadvise_args *, register_t *);
    851       1.14      matt 
    852  1.26.14.2       mjf int	sys_munmap(struct lwp *, const struct sys_munmap_args *, register_t *);
    853       1.14      matt 
    854  1.26.14.2       mjf int	sys_mprotect(struct lwp *, const struct sys_mprotect_args *, register_t *);
    855       1.14      matt 
    856  1.26.14.2       mjf int	sys_madvise(struct lwp *, const struct sys_madvise_args *, register_t *);
    857       1.14      matt 
    858  1.26.14.2       mjf int	sys_mincore(struct lwp *, const struct sys_mincore_args *, register_t *);
    859       1.14      matt 
    860  1.26.14.2       mjf int	sys_getgroups(struct lwp *, const struct sys_getgroups_args *, register_t *);
    861       1.14      matt 
    862  1.26.14.2       mjf int	sys_setgroups(struct lwp *, const struct sys_setgroups_args *, register_t *);
    863       1.14      matt 
    864  1.26.14.2       mjf int	sys_getpgrp(struct lwp *, const void *, register_t *);
    865       1.14      matt 
    866  1.26.14.2       mjf int	sys_setpgid(struct lwp *, const struct sys_setpgid_args *, register_t *);
    867       1.14      matt 
    868  1.26.14.2       mjf int	sys_setitimer(struct lwp *, const struct sys_setitimer_args *, register_t *);
    869       1.14      matt 
    870       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    871  1.26.14.2       mjf int	compat_43_sys_wait(struct lwp *, const void *, register_t *);
    872       1.14      matt 
    873        1.1       scw #else
    874        1.1       scw #endif
    875       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    876  1.26.14.2       mjf int	compat_12_sys_swapon(struct lwp *, const struct compat_12_sys_swapon_args *, register_t *);
    877       1.14      matt 
    878        1.1       scw #else
    879        1.1       scw #endif
    880  1.26.14.2       mjf int	sys_getitimer(struct lwp *, const struct sys_getitimer_args *, register_t *);
    881       1.14      matt 
    882       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    883  1.26.14.2       mjf int	compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register_t *);
    884       1.14      matt 
    885  1.26.14.2       mjf int	compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
    886       1.14      matt 
    887  1.26.14.2       mjf int	compat_43_sys_getdtablesize(struct lwp *, const void *, register_t *);
    888       1.14      matt 
    889        1.1       scw #else
    890        1.1       scw #endif
    891  1.26.14.2       mjf int	sys_dup2(struct lwp *, const struct sys_dup2_args *, register_t *);
    892       1.14      matt 
    893  1.26.14.2       mjf int	sys_fcntl(struct lwp *, const struct sys_fcntl_args *, register_t *);
    894       1.14      matt 
    895  1.26.14.2       mjf int	sys_select(struct lwp *, const struct sys_select_args *, register_t *);
    896       1.14      matt 
    897  1.26.14.2       mjf int	sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
    898       1.14      matt 
    899  1.26.14.2       mjf int	sys_setpriority(struct lwp *, const struct sys_setpriority_args *, register_t *);
    900       1.14      matt 
    901  1.26.14.2       mjf int	compat_30_sys_socket(struct lwp *, const struct compat_30_sys_socket_args *, register_t *);
    902       1.14      matt 
    903  1.26.14.2       mjf int	sys_connect(struct lwp *, const struct sys_connect_args *, register_t *);
    904       1.14      matt 
    905       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    906  1.26.14.2       mjf int	compat_43_sys_accept(struct lwp *, const struct compat_43_sys_accept_args *, register_t *);
    907       1.14      matt 
    908        1.1       scw #else
    909        1.1       scw #endif
    910  1.26.14.2       mjf int	sys_getpriority(struct lwp *, const struct sys_getpriority_args *, register_t *);
    911       1.14      matt 
    912       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    913  1.26.14.2       mjf int	compat_43_sys_send(struct lwp *, const struct compat_43_sys_send_args *, register_t *);
    914       1.14      matt 
    915  1.26.14.2       mjf int	compat_43_sys_recv(struct lwp *, const struct compat_43_sys_recv_args *, register_t *);
    916       1.14      matt 
    917        1.1       scw #else
    918        1.1       scw #endif
    919       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    920  1.26.14.2       mjf int	compat_13_sys_sigreturn(struct lwp *, const struct compat_13_sys_sigreturn_args *, register_t *);
    921       1.14      matt 
    922        1.1       scw #else
    923        1.1       scw #endif
    924  1.26.14.2       mjf int	sys_bind(struct lwp *, const struct sys_bind_args *, register_t *);
    925       1.14      matt 
    926  1.26.14.2       mjf int	sys_setsockopt(struct lwp *, const struct sys_setsockopt_args *, register_t *);
    927       1.14      matt 
    928  1.26.14.2       mjf int	sys_listen(struct lwp *, const struct sys_listen_args *, register_t *);
    929       1.14      matt 
    930       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    931  1.26.14.2       mjf int	compat_43_sys_sigvec(struct lwp *, const struct compat_43_sys_sigvec_args *, register_t *);
    932       1.14      matt 
    933  1.26.14.2       mjf int	compat_43_sys_sigblock(struct lwp *, const struct compat_43_sys_sigblock_args *, register_t *);
    934       1.14      matt 
    935  1.26.14.2       mjf int	compat_43_sys_sigsetmask(struct lwp *, const struct compat_43_sys_sigsetmask_args *, register_t *);
    936       1.14      matt 
    937        1.1       scw #else
    938        1.1       scw #endif
    939       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    940  1.26.14.2       mjf int	compat_13_sys_sigsuspend(struct lwp *, const struct compat_13_sys_sigsuspend_args *, register_t *);
    941       1.14      matt 
    942        1.1       scw #else
    943        1.1       scw #endif
    944       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    945  1.26.14.2       mjf int	compat_43_sys_sigstack(struct lwp *, const struct compat_43_sys_sigstack_args *, register_t *);
    946       1.14      matt 
    947  1.26.14.2       mjf int	compat_43_sys_recvmsg(struct lwp *, const struct compat_43_sys_recvmsg_args *, register_t *);
    948       1.14      matt 
    949  1.26.14.2       mjf int	compat_43_sys_sendmsg(struct lwp *, const struct compat_43_sys_sendmsg_args *, register_t *);
    950       1.14      matt 
    951        1.1       scw #else
    952        1.1       scw #endif
    953  1.26.14.2       mjf int	sys_gettimeofday(struct lwp *, const struct sys_gettimeofday_args *, register_t *);
    954       1.14      matt 
    955  1.26.14.2       mjf int	sys_getrusage(struct lwp *, const struct sys_getrusage_args *, register_t *);
    956       1.14      matt 
    957  1.26.14.2       mjf int	sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
    958       1.14      matt 
    959  1.26.14.2       mjf int	sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
    960       1.14      matt 
    961  1.26.14.2       mjf int	sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
    962       1.14      matt 
    963  1.26.14.2       mjf int	sys_settimeofday(struct lwp *, const struct sys_settimeofday_args *, register_t *);
    964       1.14      matt 
    965  1.26.14.2       mjf int	sys_fchown(struct lwp *, const struct sys_fchown_args *, register_t *);
    966       1.14      matt 
    967  1.26.14.2       mjf int	sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
    968       1.14      matt 
    969       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    970  1.26.14.2       mjf int	compat_43_sys_recvfrom(struct lwp *, const struct compat_43_sys_recvfrom_args *, register_t *);
    971       1.14      matt 
    972        1.1       scw #else
    973        1.1       scw #endif
    974  1.26.14.2       mjf int	sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
    975       1.14      matt 
    976  1.26.14.2       mjf int	sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
    977       1.14      matt 
    978  1.26.14.2       mjf int	sys_rename(struct lwp *, const struct sys_rename_args *, register_t *);
    979       1.14      matt 
    980       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    981  1.26.14.2       mjf int	compat_43_sys_truncate(struct lwp *, const struct compat_43_sys_truncate_args *, register_t *);
    982       1.14      matt 
    983  1.26.14.2       mjf int	compat_43_sys_ftruncate(struct lwp *, const struct compat_43_sys_ftruncate_args *, register_t *);
    984       1.14      matt 
    985        1.1       scw #else
    986        1.1       scw #endif
    987  1.26.14.2       mjf int	sys_flock(struct lwp *, const struct sys_flock_args *, register_t *);
    988       1.14      matt 
    989  1.26.14.2       mjf int	sys_mkfifo(struct lwp *, const struct sys_mkfifo_args *, register_t *);
    990       1.14      matt 
    991  1.26.14.2       mjf int	sys_sendto(struct lwp *, const struct sys_sendto_args *, register_t *);
    992       1.14      matt 
    993  1.26.14.2       mjf int	sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
    994       1.14      matt 
    995  1.26.14.2       mjf int	sys_socketpair(struct lwp *, const struct sys_socketpair_args *, register_t *);
    996       1.14      matt 
    997  1.26.14.2       mjf int	sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
    998       1.14      matt 
    999  1.26.14.2       mjf int	sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
   1000       1.14      matt 
   1001  1.26.14.2       mjf int	sys_utimes(struct lwp *, const struct sys_utimes_args *, register_t *);
   1002       1.14      matt 
   1003  1.26.14.2       mjf int	sys_adjtime(struct lwp *, const struct sys_adjtime_args *, register_t *);
   1004       1.14      matt 
   1005       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
   1006  1.26.14.2       mjf int	compat_43_sys_getpeername(struct lwp *, const struct compat_43_sys_getpeername_args *, register_t *);
   1007       1.14      matt 
   1008  1.26.14.2       mjf int	compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
   1009       1.14      matt 
   1010  1.26.14.2       mjf int	compat_43_sys_sethostid(struct lwp *, const struct compat_43_sys_sethostid_args *, register_t *);
   1011       1.14      matt 
   1012  1.26.14.2       mjf int	compat_43_sys_getrlimit(struct lwp *, const struct compat_43_sys_getrlimit_args *, register_t *);
   1013       1.14      matt 
   1014  1.26.14.2       mjf int	compat_43_sys_setrlimit(struct lwp *, const struct compat_43_sys_setrlimit_args *, register_t *);
   1015       1.14      matt 
   1016  1.26.14.2       mjf int	compat_43_sys_killpg(struct lwp *, const struct compat_43_sys_killpg_args *, register_t *);
   1017       1.14      matt 
   1018        1.1       scw #else
   1019        1.1       scw #endif
   1020  1.26.14.2       mjf int	sys_setsid(struct lwp *, const void *, register_t *);
   1021       1.14      matt 
   1022  1.26.14.2       mjf int	sys_quotactl(struct lwp *, const struct sys_quotactl_args *, register_t *);
   1023       1.14      matt 
   1024       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
   1025  1.26.14.2       mjf int	compat_43_sys_quota(struct lwp *, const void *, register_t *);
   1026       1.14      matt 
   1027  1.26.14.2       mjf int	compat_43_sys_getsockname(struct lwp *, const struct compat_43_sys_getsockname_args *, register_t *);
   1028       1.14      matt 
   1029        1.1       scw #else
   1030        1.1       scw #endif
   1031        1.1       scw #if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
   1032  1.26.14.2       mjf int	sys_nfssvc(struct lwp *, const struct sys_nfssvc_args *, register_t *);
   1033       1.14      matt 
   1034        1.1       scw #else
   1035        1.1       scw #endif
   1036       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
   1037  1.26.14.2       mjf int	compat_43_sys_getdirentries(struct lwp *, const struct compat_43_sys_getdirentries_args *, register_t *);
   1038       1.14      matt 
   1039        1.1       scw #else
   1040        1.1       scw #endif
   1041       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
   1042  1.26.14.2       mjf int	compat_20_sys_statfs(struct lwp *, const struct compat_20_sys_statfs_args *, register_t *);
   1043       1.14      matt 
   1044       1.14      matt #else
   1045       1.14      matt #endif
   1046       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
   1047  1.26.14.2       mjf int	compat_20_sys_fstatfs(struct lwp *, const struct compat_20_sys_fstatfs_args *, register_t *);
   1048       1.14      matt 
   1049        1.6   tsutsui #else
   1050        1.6   tsutsui #endif
   1051  1.26.14.2       mjf int	compat_30_sys_getfh(struct lwp *, const struct compat_30_sys_getfh_args *, register_t *);
   1052       1.14      matt 
   1053       1.19   tsutsui #if defined(COMPAT_09) || !defined(_KERNEL)
   1054  1.26.14.2       mjf int	compat_09_sys_getdomainname(struct lwp *, const struct compat_09_sys_getdomainname_args *, register_t *);
   1055       1.14      matt 
   1056  1.26.14.2       mjf int	compat_09_sys_setdomainname(struct lwp *, const struct compat_09_sys_setdomainname_args *, register_t *);
   1057       1.14      matt 
   1058  1.26.14.2       mjf int	compat_09_sys_uname(struct lwp *, const struct compat_09_sys_uname_args *, register_t *);
   1059       1.14      matt 
   1060        1.1       scw #else
   1061        1.1       scw #endif
   1062  1.26.14.2       mjf int	sys_sysarch(struct lwp *, const struct sys_sysarch_args *, register_t *);
   1063       1.14      matt 
   1064        1.9       eeh #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
   1065  1.26.14.2       mjf int	compat_10_sys_semsys(struct lwp *, const struct compat_10_sys_semsys_args *, register_t *);
   1066       1.14      matt 
   1067        1.1       scw #else
   1068        1.1       scw #endif
   1069        1.9       eeh #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
   1070  1.26.14.2       mjf int	compat_10_sys_msgsys(struct lwp *, const struct compat_10_sys_msgsys_args *, register_t *);
   1071       1.14      matt 
   1072        1.1       scw #else
   1073        1.1       scw #endif
   1074        1.9       eeh #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
   1075  1.26.14.2       mjf int	compat_10_sys_shmsys(struct lwp *, const struct compat_10_sys_shmsys_args *, register_t *);
   1076       1.14      matt 
   1077        1.1       scw #else
   1078        1.1       scw #endif
   1079  1.26.14.2       mjf int	sys_pread(struct lwp *, const struct sys_pread_args *, register_t *);
   1080       1.14      matt 
   1081  1.26.14.2       mjf int	sys_pwrite(struct lwp *, const struct sys_pwrite_args *, register_t *);
   1082       1.14      matt 
   1083        1.1       scw #if defined(NTP) || !defined(_KERNEL)
   1084  1.26.14.2       mjf int	sys_ntp_adjtime(struct lwp *, const struct sys_ntp_adjtime_args *, register_t *);
   1085       1.14      matt 
   1086        1.1       scw #else
   1087        1.1       scw #endif
   1088  1.26.14.2       mjf int	sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
   1089       1.14      matt 
   1090  1.26.14.2       mjf int	sys_setegid(struct lwp *, const struct sys_setegid_args *, register_t *);
   1091       1.14      matt 
   1092  1.26.14.2       mjf int	sys_seteuid(struct lwp *, const struct sys_seteuid_args *, register_t *);
   1093       1.14      matt 
   1094        1.1       scw #if defined(LFS) || !defined(_KERNEL)
   1095  1.26.14.2       mjf int	sys_lfs_bmapv(struct lwp *, const struct sys_lfs_bmapv_args *, register_t *);
   1096       1.14      matt 
   1097  1.26.14.2       mjf int	sys_lfs_markv(struct lwp *, const struct sys_lfs_markv_args *, register_t *);
   1098       1.14      matt 
   1099  1.26.14.2       mjf int	sys_lfs_segclean(struct lwp *, const struct sys_lfs_segclean_args *, register_t *);
   1100       1.14      matt 
   1101  1.26.14.2       mjf int	sys_lfs_segwait(struct lwp *, const struct sys_lfs_segwait_args *, register_t *);
   1102       1.14      matt 
   1103        1.1       scw #else
   1104        1.1       scw #endif
   1105       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
   1106  1.26.14.2       mjf int	aoutm68k_compat_12_sys_stat(struct lwp *, const struct aoutm68k_compat_12_sys_stat_args *, register_t *);
   1107       1.14      matt 
   1108  1.26.14.2       mjf int	aoutm68k_compat_12_sys_fstat(struct lwp *, const struct aoutm68k_compat_12_sys_fstat_args *, register_t *);
   1109       1.14      matt 
   1110  1.26.14.2       mjf int	aoutm68k_compat_12_sys_lstat(struct lwp *, const struct aoutm68k_compat_12_sys_lstat_args *, register_t *);
   1111       1.14      matt 
   1112        1.1       scw #else
   1113        1.1       scw #endif
   1114  1.26.14.2       mjf int	sys_pathconf(struct lwp *, const struct sys_pathconf_args *, register_t *);
   1115       1.14      matt 
   1116  1.26.14.2       mjf int	sys_fpathconf(struct lwp *, const struct sys_fpathconf_args *, register_t *);
   1117       1.14      matt 
   1118  1.26.14.2       mjf int	sys_getrlimit(struct lwp *, const struct sys_getrlimit_args *, register_t *);
   1119       1.14      matt 
   1120  1.26.14.2       mjf int	sys_setrlimit(struct lwp *, const struct sys_setrlimit_args *, register_t *);
   1121       1.14      matt 
   1122       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
   1123  1.26.14.2       mjf int	compat_12_sys_getdirentries(struct lwp *, const struct compat_12_sys_getdirentries_args *, register_t *);
   1124       1.14      matt 
   1125        1.1       scw #else
   1126        1.1       scw #endif
   1127  1.26.14.2       mjf int	sys_mmap(struct lwp *, const struct sys_mmap_args *, register_t *);
   1128       1.14      matt 
   1129  1.26.14.2       mjf int	sys___syscall(struct lwp *, const struct sys___syscall_args *, register_t *);
   1130  1.26.14.1       mjf 
   1131  1.26.14.2       mjf int	sys_lseek(struct lwp *, const struct sys_lseek_args *, register_t *);
   1132       1.14      matt 
   1133  1.26.14.2       mjf int	sys_truncate(struct lwp *, const struct sys_truncate_args *, register_t *);
   1134       1.14      matt 
   1135  1.26.14.2       mjf int	sys_ftruncate(struct lwp *, const struct sys_ftruncate_args *, register_t *);
   1136       1.14      matt 
   1137  1.26.14.2       mjf int	sys___sysctl(struct lwp *, const struct sys___sysctl_args *, register_t *);
   1138       1.14      matt 
   1139  1.26.14.2       mjf int	sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
   1140       1.14      matt 
   1141  1.26.14.2       mjf int	sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
   1142       1.14      matt 
   1143  1.26.14.2       mjf int	sys_undelete(struct lwp *, const struct sys_undelete_args *, register_t *);
   1144       1.14      matt 
   1145  1.26.14.2       mjf int	sys_futimes(struct lwp *, const struct sys_futimes_args *, register_t *);
   1146       1.14      matt 
   1147  1.26.14.2       mjf int	sys_getpgid(struct lwp *, const struct sys_getpgid_args *, register_t *);
   1148       1.14      matt 
   1149  1.26.14.2       mjf int	sys_reboot(struct lwp *, const struct sys_reboot_args *, register_t *);
   1150       1.14      matt 
   1151  1.26.14.2       mjf int	sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
   1152       1.14      matt 
   1153        1.1       scw #if defined(LKM) || !defined(_KERNEL)
   1154  1.26.14.2       mjf int	sys_lkmnosys(struct lwp *, const void *, register_t *);
   1155       1.14      matt 
   1156        1.1       scw #else	/* !LKM */
   1157        1.1       scw #endif	/* !LKM */
   1158        1.1       scw #if defined(SYSVSEM) || !defined(_KERNEL)
   1159       1.19   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
   1160  1.26.14.2       mjf int	compat_14_sys___semctl(struct lwp *, const struct compat_14_sys___semctl_args *, register_t *);
   1161       1.14      matt 
   1162        1.1       scw #else
   1163        1.1       scw #endif
   1164  1.26.14.2       mjf int	sys_semget(struct lwp *, const struct sys_semget_args *, register_t *);
   1165       1.14      matt 
   1166  1.26.14.2       mjf int	sys_semop(struct lwp *, const struct sys_semop_args *, register_t *);
   1167       1.14      matt 
   1168  1.26.14.2       mjf int	sys_semconfig(struct lwp *, const struct sys_semconfig_args *, register_t *);
   1169       1.14      matt 
   1170        1.1       scw #else
   1171        1.1       scw #endif
   1172        1.1       scw #if defined(SYSVMSG) || !defined(_KERNEL)
   1173       1.19   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
   1174  1.26.14.2       mjf int	compat_14_sys_msgctl(struct lwp *, const struct compat_14_sys_msgctl_args *, register_t *);
   1175       1.14      matt 
   1176        1.1       scw #else
   1177        1.1       scw #endif
   1178  1.26.14.2       mjf int	sys_msgget(struct lwp *, const struct sys_msgget_args *, register_t *);
   1179       1.14      matt 
   1180  1.26.14.2       mjf int	sys_msgsnd(struct lwp *, const struct sys_msgsnd_args *, register_t *);
   1181       1.14      matt 
   1182  1.26.14.2       mjf int	sys_msgrcv(struct lwp *, const struct sys_msgrcv_args *, register_t *);
   1183       1.14      matt 
   1184        1.1       scw #else
   1185        1.1       scw #endif
   1186        1.1       scw #if defined(SYSVSHM) || !defined(_KERNEL)
   1187  1.26.14.2       mjf int	sys_shmat(struct lwp *, const struct sys_shmat_args *, register_t *);
   1188       1.14      matt 
   1189       1.19   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
   1190  1.26.14.2       mjf int	compat_14_sys_shmctl(struct lwp *, const struct compat_14_sys_shmctl_args *, register_t *);
   1191       1.14      matt 
   1192        1.1       scw #else
   1193        1.1       scw #endif
   1194  1.26.14.2       mjf int	sys_shmdt(struct lwp *, const struct sys_shmdt_args *, register_t *);
   1195       1.14      matt 
   1196  1.26.14.2       mjf int	sys_shmget(struct lwp *, const struct sys_shmget_args *, register_t *);
   1197       1.14      matt 
   1198        1.1       scw #else
   1199        1.1       scw #endif
   1200  1.26.14.2       mjf int	sys_clock_gettime(struct lwp *, const struct sys_clock_gettime_args *, register_t *);
   1201       1.14      matt 
   1202  1.26.14.2       mjf int	sys_clock_settime(struct lwp *, const struct sys_clock_settime_args *, register_t *);
   1203       1.14      matt 
   1204  1.26.14.2       mjf int	sys_clock_getres(struct lwp *, const struct sys_clock_getres_args *, register_t *);
   1205       1.14      matt 
   1206  1.26.14.2       mjf int	sys_nanosleep(struct lwp *, const struct sys_nanosleep_args *, register_t *);
   1207       1.14      matt 
   1208  1.26.14.2       mjf int	sys_fdatasync(struct lwp *, const struct sys_fdatasync_args *, register_t *);
   1209       1.14      matt 
   1210  1.26.14.2       mjf int	sys_mlockall(struct lwp *, const struct sys_mlockall_args *, register_t *);
   1211       1.14      matt 
   1212  1.26.14.2       mjf int	sys_munlockall(struct lwp *, const void *, register_t *);
   1213       1.14      matt 
   1214  1.26.14.2       mjf int	sys___posix_rename(struct lwp *, const struct sys___posix_rename_args *, register_t *);
   1215       1.14      matt 
   1216  1.26.14.2       mjf int	sys_swapctl(struct lwp *, const struct sys_swapctl_args *, register_t *);
   1217       1.14      matt 
   1218       1.19   tsutsui #if defined(COMPAT_30) || !defined(_KERNEL)
   1219  1.26.14.2       mjf int	compat_30_sys_getdents(struct lwp *, const struct compat_30_sys_getdents_args *, register_t *);
   1220       1.14      matt 
   1221       1.18  christos #else
   1222       1.18  christos #endif
   1223  1.26.14.2       mjf int	sys_minherit(struct lwp *, const struct sys_minherit_args *, register_t *);
   1224       1.14      matt 
   1225  1.26.14.2       mjf int	sys_lchmod(struct lwp *, const struct sys_lchmod_args *, register_t *);
   1226       1.14      matt 
   1227  1.26.14.2       mjf int	sys_lchown(struct lwp *, const struct sys_lchown_args *, register_t *);
   1228       1.14      matt 
   1229  1.26.14.2       mjf int	sys_lutimes(struct lwp *, const struct sys_lutimes_args *, register_t *);
   1230       1.14      matt 
   1231  1.26.14.2       mjf int	sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
   1232       1.14      matt 
   1233  1.26.14.2       mjf int	aoutm68k_sys___stat13(struct lwp *, const struct aoutm68k_sys___stat13_args *, register_t *);
   1234       1.14      matt 
   1235  1.26.14.2       mjf int	aoutm68k_sys___fstat13(struct lwp *, const struct aoutm68k_sys___fstat13_args *, register_t *);
   1236       1.14      matt 
   1237  1.26.14.2       mjf int	aoutm68k_sys___lstat13(struct lwp *, const struct aoutm68k_sys___lstat13_args *, register_t *);
   1238       1.14      matt 
   1239  1.26.14.2       mjf int	sys___sigaltstack14(struct lwp *, const struct sys___sigaltstack14_args *, register_t *);
   1240       1.14      matt 
   1241  1.26.14.2       mjf int	sys___vfork14(struct lwp *, const void *, register_t *);
   1242       1.14      matt 
   1243  1.26.14.2       mjf int	sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
   1244       1.14      matt 
   1245  1.26.14.2       mjf int	sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
   1246       1.14      matt 
   1247  1.26.14.2       mjf int	sys___posix_lchown(struct lwp *, const struct sys___posix_lchown_args *, register_t *);
   1248       1.14      matt 
   1249  1.26.14.2       mjf int	sys_getsid(struct lwp *, const struct sys_getsid_args *, register_t *);
   1250       1.14      matt 
   1251        1.1       scw #if defined(KTRACE) || !defined(_KERNEL)
   1252  1.26.14.2       mjf int	sys_fktrace(struct lwp *, const struct sys_fktrace_args *, register_t *);
   1253       1.14      matt 
   1254        1.1       scw #else
   1255        1.1       scw #endif
   1256  1.26.14.2       mjf int	sys_preadv(struct lwp *, const struct sys_preadv_args *, register_t *);
   1257       1.14      matt 
   1258  1.26.14.2       mjf int	sys_pwritev(struct lwp *, const struct sys_pwritev_args *, register_t *);
   1259       1.14      matt 
   1260       1.19   tsutsui #if defined(COMPAT_16) || !defined(_KERNEL)
   1261  1.26.14.2       mjf int	compat_16_sys___sigaction14(struct lwp *, const struct compat_16_sys___sigaction14_args *, register_t *);
   1262       1.14      matt 
   1263       1.13        cl #else
   1264       1.13        cl #endif
   1265  1.26.14.2       mjf int	sys___sigpending14(struct lwp *, const struct sys___sigpending14_args *, register_t *);
   1266       1.14      matt 
   1267  1.26.14.2       mjf int	sys___sigprocmask14(struct lwp *, const struct sys___sigprocmask14_args *, register_t *);
   1268       1.14      matt 
   1269  1.26.14.2       mjf int	sys___sigsuspend14(struct lwp *, const struct sys___sigsuspend14_args *, register_t *);
   1270       1.14      matt 
   1271       1.19   tsutsui #if defined(COMPAT_16) || !defined(_KERNEL)
   1272  1.26.14.2       mjf int	compat_16_sys___sigreturn14(struct lwp *, const struct compat_16_sys___sigreturn14_args *, register_t *);
   1273       1.14      matt 
   1274       1.12        cl #else
   1275       1.12        cl #endif
   1276  1.26.14.2       mjf int	sys___getcwd(struct lwp *, const struct sys___getcwd_args *, register_t *);
   1277       1.14      matt 
   1278  1.26.14.2       mjf int	sys_fchroot(struct lwp *, const struct sys_fchroot_args *, register_t *);
   1279       1.14      matt 
   1280  1.26.14.2       mjf int	compat_30_sys_fhopen(struct lwp *, const struct compat_30_sys_fhopen_args *, register_t *);
   1281       1.14      matt 
   1282  1.26.14.2       mjf int	aoutm68k_sys_fhstat(struct lwp *, const struct aoutm68k_sys_fhstat_args *, register_t *);
   1283       1.14      matt 
   1284       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
   1285  1.26.14.2       mjf int	compat_20_sys_fhstatfs(struct lwp *, const struct compat_20_sys_fhstatfs_args *, register_t *);
   1286       1.14      matt 
   1287       1.14      matt #else
   1288       1.14      matt #endif
   1289        1.1       scw #if defined(SYSVSEM) || !defined(_KERNEL)
   1290  1.26.14.2       mjf int	sys_____semctl13(struct lwp *, const struct sys_____semctl13_args *, register_t *);
   1291       1.14      matt 
   1292        1.1       scw #else
   1293        1.1       scw #endif
   1294        1.1       scw #if defined(SYSVMSG) || !defined(_KERNEL)
   1295  1.26.14.2       mjf int	sys___msgctl13(struct lwp *, const struct sys___msgctl13_args *, register_t *);
   1296       1.14      matt 
   1297        1.1       scw #else
   1298        1.1       scw #endif
   1299        1.1       scw #if defined(SYSVSHM) || !defined(_KERNEL)
   1300  1.26.14.2       mjf int	sys___shmctl13(struct lwp *, const struct sys___shmctl13_args *, register_t *);
   1301       1.14      matt 
   1302        1.1       scw #else
   1303        1.1       scw #endif
   1304  1.26.14.2       mjf int	sys_lchflags(struct lwp *, const struct sys_lchflags_args *, register_t *);
   1305       1.14      matt 
   1306  1.26.14.2       mjf int	sys_issetugid(struct lwp *, const void *, register_t *);
   1307       1.14      matt 
   1308  1.26.14.2       mjf int	sys_getcontext(struct lwp *, const struct sys_getcontext_args *, register_t *);
   1309       1.14      matt 
   1310  1.26.14.2       mjf int	sys_setcontext(struct lwp *, const struct sys_setcontext_args *, register_t *);
   1311       1.14      matt 
   1312       1.25      matt #endif /* _AOUTM68K_SYS_SYSCALLARGS_H_ */
   1313