Home | History | Annotate | Line # | Download | only in aoutm68k
aoutm68k_syscallargs.h revision 1.26.12.1
      1       1.18  christos /* $NetBSD: aoutm68k_syscallargs.h,v 1.26.12.1 2007/11/13 16:00:33 bouyer 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.12.1    bouyer  * 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.12.1    bouyer #define	AOUTM68K_SYS_MAXSYSARGS	8
     14        1.1       scw 
     15  1.26.12.1    bouyer #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.12.1    bouyer 
     29  1.26.12.1    bouyer #undef check_syscall_args
     30  1.26.12.1    bouyer #define check_syscall_args(call) \
     31  1.26.12.1    bouyer 	typedef char call##_check_args[sizeof (struct call##_args) \
     32  1.26.12.1    bouyer 		<= AOUTM68K_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
     33       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
     34       1.12        cl #else
     35       1.12        cl #endif
     36       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
     37       1.14      matt #else
     38       1.14      matt #endif
     39       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
     40       1.12        cl #else
     41       1.12        cl #endif
     42       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
     43        1.1       scw 
     44        1.1       scw struct aoutm68k_compat_43_sys_stat_args {
     45        1.1       scw 	syscallarg(const char *) path;
     46        1.1       scw 	syscallarg(struct aoutm68k_stat43 *) ub;
     47        1.1       scw };
     48  1.26.12.1    bouyer check_syscall_args(aoutm68k_compat_43_sys_stat)
     49       1.12        cl #else
     50       1.12        cl #endif
     51       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
     52        1.1       scw 
     53        1.1       scw struct aoutm68k_compat_43_sys_lstat_args {
     54        1.1       scw 	syscallarg(const char *) path;
     55        1.1       scw 	syscallarg(struct aoutm68k_stat43 *) ub;
     56        1.1       scw };
     57  1.26.12.1    bouyer check_syscall_args(aoutm68k_compat_43_sys_lstat)
     58       1.12        cl #else
     59       1.12        cl #endif
     60       1.12        cl #if defined(KTRACE) || !defined(_KERNEL)
     61       1.12        cl #else
     62       1.12        cl #endif
     63       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
     64       1.12        cl #else
     65       1.12        cl #endif
     66       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
     67       1.12        cl #else
     68       1.12        cl #endif
     69       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
     70       1.12        cl #else
     71       1.12        cl #endif
     72       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
     73       1.12        cl #else
     74       1.12        cl #endif
     75       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
     76        1.1       scw 
     77        1.1       scw struct aoutm68k_compat_43_sys_fstat_args {
     78        1.1       scw 	syscallarg(int) fd;
     79        1.1       scw 	syscallarg(struct aoutm68k_stat43 *) sb;
     80        1.1       scw };
     81  1.26.12.1    bouyer check_syscall_args(aoutm68k_compat_43_sys_fstat)
     82       1.12        cl #else
     83       1.12        cl #endif
     84       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
     85       1.12        cl #else
     86       1.12        cl #endif
     87       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
     88       1.12        cl #else
     89       1.12        cl #endif
     90       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
     91       1.12        cl #else
     92       1.12        cl #endif
     93       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
     94       1.12        cl #else
     95       1.12        cl #endif
     96       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
     97       1.12        cl #else
     98       1.12        cl #endif
     99       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    100       1.12        cl #else
    101       1.12        cl #endif
    102       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    103       1.12        cl #else
    104       1.12        cl #endif
    105       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    106       1.12        cl #else
    107       1.12        cl #endif
    108       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    109       1.12        cl #else
    110       1.12        cl #endif
    111       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    112       1.12        cl #else
    113       1.12        cl #endif
    114       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    115       1.12        cl #else
    116       1.12        cl #endif
    117       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    118       1.12        cl #else
    119       1.12        cl #endif
    120       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    121       1.12        cl #else
    122       1.12        cl #endif
    123       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    124       1.12        cl #else
    125       1.12        cl #endif
    126       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    127       1.12        cl #else
    128       1.12        cl #endif
    129       1.12        cl #if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
    130       1.12        cl #else
    131       1.12        cl #endif
    132       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    133       1.12        cl #else
    134       1.12        cl #endif
    135       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    136       1.14      matt #else
    137       1.14      matt #endif
    138       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    139       1.14      matt #else
    140       1.12        cl #endif
    141       1.19   tsutsui #if defined(COMPAT_09) || !defined(_KERNEL)
    142       1.12        cl #else
    143       1.12        cl #endif
    144       1.12        cl #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
    145       1.12        cl #else
    146       1.12        cl #endif
    147       1.12        cl #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
    148       1.12        cl #else
    149       1.12        cl #endif
    150       1.12        cl #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
    151       1.12        cl #else
    152       1.12        cl #endif
    153       1.12        cl #if defined(NTP) || !defined(_KERNEL)
    154       1.12        cl #else
    155       1.12        cl #endif
    156       1.12        cl #if defined(LFS) || !defined(_KERNEL)
    157       1.12        cl #else
    158       1.12        cl #endif
    159       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    160        1.1       scw 
    161        1.1       scw struct aoutm68k_compat_12_sys_stat_args {
    162        1.1       scw 	syscallarg(const char *) path;
    163        1.1       scw 	syscallarg(struct aoutm68k_stat12 *) ub;
    164        1.1       scw };
    165  1.26.12.1    bouyer check_syscall_args(aoutm68k_compat_12_sys_stat)
    166        1.1       scw 
    167        1.1       scw struct aoutm68k_compat_12_sys_fstat_args {
    168        1.1       scw 	syscallarg(int) fd;
    169        1.1       scw 	syscallarg(struct aoutm68k_stat12 *) sb;
    170        1.1       scw };
    171  1.26.12.1    bouyer check_syscall_args(aoutm68k_compat_12_sys_fstat)
    172        1.1       scw 
    173        1.1       scw struct aoutm68k_compat_12_sys_lstat_args {
    174        1.1       scw 	syscallarg(const char *) path;
    175        1.1       scw 	syscallarg(struct aoutm68k_stat12 *) ub;
    176        1.1       scw };
    177  1.26.12.1    bouyer check_syscall_args(aoutm68k_compat_12_sys_lstat)
    178       1.12        cl #else
    179       1.12        cl #endif
    180       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    181       1.12        cl #else
    182       1.12        cl #endif
    183       1.12        cl #if defined(LKM) || !defined(_KERNEL)
    184       1.12        cl #else	/* !LKM */
    185       1.12        cl #endif	/* !LKM */
    186       1.12        cl #if defined(SYSVSEM) || !defined(_KERNEL)
    187       1.19   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
    188       1.12        cl #else
    189       1.12        cl #endif
    190       1.12        cl #else
    191       1.12        cl #endif
    192       1.12        cl #if defined(SYSVMSG) || !defined(_KERNEL)
    193       1.19   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
    194       1.12        cl #else
    195       1.12        cl #endif
    196       1.12        cl #else
    197       1.12        cl #endif
    198       1.12        cl #if defined(SYSVSHM) || !defined(_KERNEL)
    199       1.19   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
    200       1.12        cl #else
    201       1.12        cl #endif
    202       1.12        cl #else
    203       1.12        cl #endif
    204       1.19   tsutsui #if defined(COMPAT_30) || !defined(_KERNEL)
    205       1.18  christos #else
    206       1.18  christos #endif
    207        1.1       scw 
    208        1.1       scw struct aoutm68k_sys___stat13_args {
    209        1.1       scw 	syscallarg(const char *) path;
    210        1.1       scw 	syscallarg(struct aoutm68k_stat *) ub;
    211        1.1       scw };
    212  1.26.12.1    bouyer check_syscall_args(aoutm68k_sys___stat13)
    213        1.1       scw 
    214        1.1       scw struct aoutm68k_sys___fstat13_args {
    215        1.1       scw 	syscallarg(int) fd;
    216        1.1       scw 	syscallarg(struct aoutm68k_stat *) sb;
    217        1.1       scw };
    218  1.26.12.1    bouyer check_syscall_args(aoutm68k_sys___fstat13)
    219        1.1       scw 
    220        1.1       scw struct aoutm68k_sys___lstat13_args {
    221        1.1       scw 	syscallarg(const char *) path;
    222        1.1       scw 	syscallarg(struct aoutm68k_stat *) ub;
    223        1.1       scw };
    224  1.26.12.1    bouyer check_syscall_args(aoutm68k_sys___lstat13)
    225       1.12        cl #if defined(KTRACE) || !defined(_KERNEL)
    226       1.12        cl #else
    227       1.12        cl #endif
    228       1.19   tsutsui #if defined(COMPAT_16) || !defined(_KERNEL)
    229       1.12        cl #else
    230       1.12        cl #endif
    231       1.19   tsutsui #if defined(COMPAT_16) || !defined(_KERNEL)
    232       1.13        cl #else
    233       1.13        cl #endif
    234        1.1       scw 
    235        1.1       scw struct aoutm68k_sys_fhstat_args {
    236       1.23    martin 	syscallarg(const struct compat_30_fhandle *) fhp;
    237        1.1       scw 	syscallarg(struct aoutm68k_stat *) sb;
    238        1.1       scw };
    239  1.26.12.1    bouyer check_syscall_args(aoutm68k_sys_fhstat)
    240       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    241       1.14      matt #else
    242       1.14      matt #endif
    243       1.12        cl #if defined(SYSVSEM) || !defined(_KERNEL)
    244       1.12        cl #else
    245       1.12        cl #endif
    246       1.12        cl #if defined(SYSVMSG) || !defined(_KERNEL)
    247       1.12        cl #else
    248       1.12        cl #endif
    249       1.12        cl #if defined(SYSVSHM) || !defined(_KERNEL)
    250       1.12        cl #else
    251       1.12        cl #endif
    252        1.1       scw 
    253        1.1       scw /*
    254        1.1       scw  * System call prototypes.
    255        1.1       scw  */
    256        1.1       scw 
    257  1.26.12.1    bouyer int	sys_syscall(struct lwp *, void *, register_t *);
    258  1.26.12.1    bouyer 
    259       1.10   thorpej int	sys_exit(struct lwp *, void *, register_t *);
    260       1.14      matt 
    261       1.10   thorpej int	sys_fork(struct lwp *, void *, register_t *);
    262       1.14      matt 
    263       1.10   thorpej int	sys_read(struct lwp *, void *, register_t *);
    264       1.14      matt 
    265       1.10   thorpej int	sys_write(struct lwp *, void *, register_t *);
    266       1.14      matt 
    267       1.10   thorpej int	sys_open(struct lwp *, void *, register_t *);
    268       1.14      matt 
    269       1.10   thorpej int	sys_close(struct lwp *, void *, register_t *);
    270       1.14      matt 
    271       1.10   thorpej int	sys_wait4(struct lwp *, void *, register_t *);
    272       1.14      matt 
    273       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    274       1.10   thorpej int	compat_43_sys_creat(struct lwp *, void *, register_t *);
    275       1.14      matt 
    276        1.1       scw #else
    277        1.1       scw #endif
    278       1.10   thorpej int	sys_link(struct lwp *, void *, register_t *);
    279       1.14      matt 
    280       1.10   thorpej int	sys_unlink(struct lwp *, void *, register_t *);
    281       1.14      matt 
    282       1.10   thorpej int	sys_chdir(struct lwp *, void *, register_t *);
    283       1.14      matt 
    284       1.10   thorpej int	sys_fchdir(struct lwp *, void *, register_t *);
    285       1.14      matt 
    286       1.10   thorpej int	sys_mknod(struct lwp *, void *, register_t *);
    287       1.14      matt 
    288       1.10   thorpej int	sys_chmod(struct lwp *, void *, register_t *);
    289       1.14      matt 
    290       1.10   thorpej int	sys_chown(struct lwp *, void *, register_t *);
    291       1.14      matt 
    292       1.10   thorpej int	sys_obreak(struct lwp *, void *, register_t *);
    293       1.14      matt 
    294       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    295       1.14      matt int	compat_20_sys_getfsstat(struct lwp *, void *, register_t *);
    296       1.14      matt 
    297       1.14      matt #else
    298       1.14      matt #endif
    299       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    300       1.10   thorpej int	compat_43_sys_lseek(struct lwp *, void *, register_t *);
    301       1.14      matt 
    302        1.1       scw #else
    303        1.1       scw #endif
    304       1.10   thorpej int	sys_getpid(struct lwp *, void *, register_t *);
    305       1.14      matt 
    306       1.26       dsl int	compat_40_sys_mount(struct lwp *, void *, register_t *);
    307       1.14      matt 
    308       1.10   thorpej int	sys_unmount(struct lwp *, void *, register_t *);
    309       1.14      matt 
    310       1.10   thorpej int	sys_setuid(struct lwp *, void *, register_t *);
    311       1.14      matt 
    312       1.10   thorpej int	sys_getuid(struct lwp *, void *, register_t *);
    313       1.14      matt 
    314       1.10   thorpej int	sys_geteuid(struct lwp *, void *, register_t *);
    315       1.14      matt 
    316       1.10   thorpej int	sys_ptrace(struct lwp *, void *, register_t *);
    317       1.14      matt 
    318       1.10   thorpej int	sys_recvmsg(struct lwp *, void *, register_t *);
    319       1.14      matt 
    320       1.10   thorpej int	sys_sendmsg(struct lwp *, void *, register_t *);
    321       1.14      matt 
    322       1.10   thorpej int	sys_recvfrom(struct lwp *, void *, register_t *);
    323       1.14      matt 
    324       1.10   thorpej int	sys_accept(struct lwp *, void *, register_t *);
    325       1.14      matt 
    326       1.10   thorpej int	sys_getpeername(struct lwp *, void *, register_t *);
    327       1.14      matt 
    328       1.10   thorpej int	sys_getsockname(struct lwp *, void *, register_t *);
    329       1.14      matt 
    330       1.10   thorpej int	sys_access(struct lwp *, void *, register_t *);
    331       1.14      matt 
    332       1.10   thorpej int	sys_chflags(struct lwp *, void *, register_t *);
    333       1.14      matt 
    334       1.10   thorpej int	sys_fchflags(struct lwp *, void *, register_t *);
    335       1.14      matt 
    336       1.10   thorpej int	sys_sync(struct lwp *, void *, register_t *);
    337       1.14      matt 
    338       1.10   thorpej int	sys_kill(struct lwp *, void *, register_t *);
    339       1.14      matt 
    340       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    341       1.10   thorpej int	aoutm68k_compat_43_sys_stat(struct lwp *, void *, register_t *);
    342       1.14      matt 
    343        1.1       scw #else
    344        1.1       scw #endif
    345       1.10   thorpej int	sys_getppid(struct lwp *, void *, register_t *);
    346       1.14      matt 
    347       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    348       1.10   thorpej int	aoutm68k_compat_43_sys_lstat(struct lwp *, void *, register_t *);
    349       1.14      matt 
    350        1.1       scw #else
    351        1.1       scw #endif
    352       1.10   thorpej int	sys_dup(struct lwp *, void *, register_t *);
    353       1.14      matt 
    354       1.10   thorpej int	sys_pipe(struct lwp *, void *, register_t *);
    355       1.14      matt 
    356       1.10   thorpej int	sys_getegid(struct lwp *, void *, register_t *);
    357       1.14      matt 
    358       1.10   thorpej int	sys_profil(struct lwp *, void *, register_t *);
    359       1.14      matt 
    360        1.1       scw #if defined(KTRACE) || !defined(_KERNEL)
    361       1.10   thorpej int	sys_ktrace(struct lwp *, void *, register_t *);
    362       1.14      matt 
    363        1.1       scw #else
    364        1.1       scw #endif
    365       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    366       1.10   thorpej int	compat_13_sys_sigaction(struct lwp *, void *, register_t *);
    367       1.14      matt 
    368        1.1       scw #else
    369        1.1       scw #endif
    370       1.10   thorpej int	sys_getgid(struct lwp *, void *, register_t *);
    371       1.14      matt 
    372       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    373       1.10   thorpej int	compat_13_sys_sigprocmask(struct lwp *, void *, register_t *);
    374       1.14      matt 
    375        1.1       scw #else
    376        1.1       scw #endif
    377       1.10   thorpej int	sys___getlogin(struct lwp *, void *, register_t *);
    378       1.14      matt 
    379       1.10   thorpej int	sys___setlogin(struct lwp *, void *, register_t *);
    380       1.14      matt 
    381       1.10   thorpej int	sys_acct(struct lwp *, void *, register_t *);
    382       1.14      matt 
    383       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    384       1.10   thorpej int	compat_13_sys_sigpending(struct lwp *, void *, register_t *);
    385       1.14      matt 
    386       1.10   thorpej int	compat_13_sys_sigaltstack(struct lwp *, void *, register_t *);
    387       1.14      matt 
    388        1.1       scw #else
    389        1.1       scw #endif
    390       1.15  jdolecek int	sys_ioctl(struct lwp *, void *, register_t *);
    391       1.14      matt 
    392       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    393       1.10   thorpej int	compat_12_sys_reboot(struct lwp *, void *, register_t *);
    394       1.14      matt 
    395        1.1       scw #else
    396        1.1       scw #endif
    397       1.10   thorpej int	sys_revoke(struct lwp *, void *, register_t *);
    398       1.14      matt 
    399       1.10   thorpej int	sys_symlink(struct lwp *, void *, register_t *);
    400       1.14      matt 
    401       1.10   thorpej int	sys_readlink(struct lwp *, void *, register_t *);
    402       1.14      matt 
    403       1.10   thorpej int	sys_execve(struct lwp *, void *, register_t *);
    404       1.14      matt 
    405       1.10   thorpej int	sys_umask(struct lwp *, void *, register_t *);
    406       1.14      matt 
    407       1.10   thorpej int	sys_chroot(struct lwp *, void *, register_t *);
    408       1.14      matt 
    409       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    410       1.10   thorpej int	aoutm68k_compat_43_sys_fstat(struct lwp *, void *, register_t *);
    411       1.14      matt 
    412       1.10   thorpej int	compat_43_sys_getkerninfo(struct lwp *, void *, register_t *);
    413       1.14      matt 
    414       1.10   thorpej int	compat_43_sys_getpagesize(struct lwp *, void *, register_t *);
    415       1.14      matt 
    416        1.1       scw #else
    417        1.1       scw #endif
    418       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    419       1.10   thorpej int	compat_12_sys_msync(struct lwp *, void *, register_t *);
    420       1.14      matt 
    421        1.1       scw #else
    422        1.1       scw #endif
    423       1.10   thorpej int	sys_vfork(struct lwp *, void *, register_t *);
    424       1.14      matt 
    425       1.10   thorpej int	sys_sbrk(struct lwp *, void *, register_t *);
    426       1.14      matt 
    427       1.10   thorpej int	sys_sstk(struct lwp *, void *, register_t *);
    428       1.14      matt 
    429       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    430       1.10   thorpej int	compat_43_sys_mmap(struct lwp *, void *, register_t *);
    431       1.14      matt 
    432        1.1       scw #else
    433        1.1       scw #endif
    434       1.10   thorpej int	sys_ovadvise(struct lwp *, void *, register_t *);
    435       1.14      matt 
    436       1.10   thorpej int	sys_munmap(struct lwp *, void *, register_t *);
    437       1.14      matt 
    438       1.10   thorpej int	sys_mprotect(struct lwp *, void *, register_t *);
    439       1.14      matt 
    440       1.10   thorpej int	sys_madvise(struct lwp *, void *, register_t *);
    441       1.14      matt 
    442       1.10   thorpej int	sys_mincore(struct lwp *, void *, register_t *);
    443       1.14      matt 
    444       1.10   thorpej int	sys_getgroups(struct lwp *, void *, register_t *);
    445       1.14      matt 
    446       1.10   thorpej int	sys_setgroups(struct lwp *, void *, register_t *);
    447       1.14      matt 
    448       1.10   thorpej int	sys_getpgrp(struct lwp *, void *, register_t *);
    449       1.14      matt 
    450       1.10   thorpej int	sys_setpgid(struct lwp *, void *, register_t *);
    451       1.14      matt 
    452       1.10   thorpej int	sys_setitimer(struct lwp *, void *, register_t *);
    453       1.14      matt 
    454       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    455       1.10   thorpej int	compat_43_sys_wait(struct lwp *, void *, register_t *);
    456       1.14      matt 
    457        1.1       scw #else
    458        1.1       scw #endif
    459       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    460       1.10   thorpej int	compat_12_sys_swapon(struct lwp *, void *, register_t *);
    461       1.14      matt 
    462        1.1       scw #else
    463        1.1       scw #endif
    464       1.10   thorpej int	sys_getitimer(struct lwp *, void *, register_t *);
    465       1.14      matt 
    466       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    467       1.10   thorpej int	compat_43_sys_gethostname(struct lwp *, void *, register_t *);
    468       1.14      matt 
    469       1.10   thorpej int	compat_43_sys_sethostname(struct lwp *, void *, register_t *);
    470       1.14      matt 
    471       1.10   thorpej int	compat_43_sys_getdtablesize(struct lwp *, void *, register_t *);
    472       1.14      matt 
    473        1.1       scw #else
    474        1.1       scw #endif
    475       1.10   thorpej int	sys_dup2(struct lwp *, void *, register_t *);
    476       1.14      matt 
    477       1.10   thorpej int	sys_fcntl(struct lwp *, void *, register_t *);
    478       1.14      matt 
    479       1.10   thorpej int	sys_select(struct lwp *, void *, register_t *);
    480       1.14      matt 
    481       1.10   thorpej int	sys_fsync(struct lwp *, void *, register_t *);
    482       1.14      matt 
    483       1.10   thorpej int	sys_setpriority(struct lwp *, void *, register_t *);
    484       1.14      matt 
    485       1.21       mrg int	compat_30_sys_socket(struct lwp *, void *, register_t *);
    486       1.14      matt 
    487       1.10   thorpej int	sys_connect(struct lwp *, void *, register_t *);
    488       1.14      matt 
    489       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    490       1.10   thorpej int	compat_43_sys_accept(struct lwp *, void *, register_t *);
    491       1.14      matt 
    492        1.1       scw #else
    493        1.1       scw #endif
    494       1.10   thorpej int	sys_getpriority(struct lwp *, void *, register_t *);
    495       1.14      matt 
    496       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    497       1.10   thorpej int	compat_43_sys_send(struct lwp *, void *, register_t *);
    498       1.14      matt 
    499       1.10   thorpej int	compat_43_sys_recv(struct lwp *, void *, register_t *);
    500       1.14      matt 
    501        1.1       scw #else
    502        1.1       scw #endif
    503       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    504       1.10   thorpej int	compat_13_sys_sigreturn(struct lwp *, void *, register_t *);
    505       1.14      matt 
    506        1.1       scw #else
    507        1.1       scw #endif
    508       1.10   thorpej int	sys_bind(struct lwp *, void *, register_t *);
    509       1.14      matt 
    510       1.10   thorpej int	sys_setsockopt(struct lwp *, void *, register_t *);
    511       1.14      matt 
    512       1.10   thorpej int	sys_listen(struct lwp *, void *, register_t *);
    513       1.14      matt 
    514       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    515       1.10   thorpej int	compat_43_sys_sigvec(struct lwp *, void *, register_t *);
    516       1.14      matt 
    517       1.10   thorpej int	compat_43_sys_sigblock(struct lwp *, void *, register_t *);
    518       1.14      matt 
    519       1.10   thorpej int	compat_43_sys_sigsetmask(struct lwp *, void *, register_t *);
    520       1.14      matt 
    521        1.1       scw #else
    522        1.1       scw #endif
    523       1.19   tsutsui #if defined(COMPAT_13) || !defined(_KERNEL)
    524       1.10   thorpej int	compat_13_sys_sigsuspend(struct lwp *, void *, register_t *);
    525       1.14      matt 
    526        1.1       scw #else
    527        1.1       scw #endif
    528       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    529       1.10   thorpej int	compat_43_sys_sigstack(struct lwp *, void *, register_t *);
    530       1.14      matt 
    531       1.10   thorpej int	compat_43_sys_recvmsg(struct lwp *, void *, register_t *);
    532       1.14      matt 
    533       1.10   thorpej int	compat_43_sys_sendmsg(struct lwp *, void *, register_t *);
    534       1.14      matt 
    535        1.1       scw #else
    536        1.1       scw #endif
    537       1.10   thorpej int	sys_gettimeofday(struct lwp *, void *, register_t *);
    538       1.14      matt 
    539       1.10   thorpej int	sys_getrusage(struct lwp *, void *, register_t *);
    540       1.14      matt 
    541       1.10   thorpej int	sys_getsockopt(struct lwp *, void *, register_t *);
    542       1.14      matt 
    543       1.10   thorpej int	sys_readv(struct lwp *, void *, register_t *);
    544       1.14      matt 
    545       1.10   thorpej int	sys_writev(struct lwp *, void *, register_t *);
    546       1.14      matt 
    547       1.10   thorpej int	sys_settimeofday(struct lwp *, void *, register_t *);
    548       1.14      matt 
    549       1.10   thorpej int	sys_fchown(struct lwp *, void *, register_t *);
    550       1.14      matt 
    551       1.10   thorpej int	sys_fchmod(struct lwp *, void *, register_t *);
    552       1.14      matt 
    553       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    554       1.10   thorpej int	compat_43_sys_recvfrom(struct lwp *, void *, register_t *);
    555       1.14      matt 
    556        1.1       scw #else
    557        1.1       scw #endif
    558       1.10   thorpej int	sys_setreuid(struct lwp *, void *, register_t *);
    559       1.14      matt 
    560       1.10   thorpej int	sys_setregid(struct lwp *, void *, register_t *);
    561       1.14      matt 
    562       1.10   thorpej int	sys_rename(struct lwp *, void *, register_t *);
    563       1.14      matt 
    564       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    565       1.10   thorpej int	compat_43_sys_truncate(struct lwp *, void *, register_t *);
    566       1.14      matt 
    567       1.10   thorpej int	compat_43_sys_ftruncate(struct lwp *, void *, register_t *);
    568       1.14      matt 
    569        1.1       scw #else
    570        1.1       scw #endif
    571       1.10   thorpej int	sys_flock(struct lwp *, void *, register_t *);
    572       1.14      matt 
    573       1.10   thorpej int	sys_mkfifo(struct lwp *, void *, register_t *);
    574       1.14      matt 
    575       1.10   thorpej int	sys_sendto(struct lwp *, void *, register_t *);
    576       1.14      matt 
    577       1.10   thorpej int	sys_shutdown(struct lwp *, void *, register_t *);
    578       1.14      matt 
    579       1.10   thorpej int	sys_socketpair(struct lwp *, void *, register_t *);
    580       1.14      matt 
    581       1.10   thorpej int	sys_mkdir(struct lwp *, void *, register_t *);
    582       1.14      matt 
    583       1.10   thorpej int	sys_rmdir(struct lwp *, void *, register_t *);
    584       1.14      matt 
    585       1.10   thorpej int	sys_utimes(struct lwp *, void *, register_t *);
    586       1.14      matt 
    587       1.10   thorpej int	sys_adjtime(struct lwp *, void *, register_t *);
    588       1.14      matt 
    589       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    590       1.10   thorpej int	compat_43_sys_getpeername(struct lwp *, void *, register_t *);
    591       1.14      matt 
    592       1.10   thorpej int	compat_43_sys_gethostid(struct lwp *, void *, register_t *);
    593       1.14      matt 
    594       1.10   thorpej int	compat_43_sys_sethostid(struct lwp *, void *, register_t *);
    595       1.14      matt 
    596       1.10   thorpej int	compat_43_sys_getrlimit(struct lwp *, void *, register_t *);
    597       1.14      matt 
    598       1.10   thorpej int	compat_43_sys_setrlimit(struct lwp *, void *, register_t *);
    599       1.14      matt 
    600       1.10   thorpej int	compat_43_sys_killpg(struct lwp *, void *, register_t *);
    601       1.14      matt 
    602        1.1       scw #else
    603        1.1       scw #endif
    604       1.10   thorpej int	sys_setsid(struct lwp *, void *, register_t *);
    605       1.14      matt 
    606       1.10   thorpej int	sys_quotactl(struct lwp *, void *, register_t *);
    607       1.14      matt 
    608       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    609       1.10   thorpej int	compat_43_sys_quota(struct lwp *, void *, register_t *);
    610       1.14      matt 
    611       1.10   thorpej int	compat_43_sys_getsockname(struct lwp *, void *, register_t *);
    612       1.14      matt 
    613        1.1       scw #else
    614        1.1       scw #endif
    615        1.1       scw #if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
    616       1.10   thorpej int	sys_nfssvc(struct lwp *, void *, register_t *);
    617       1.14      matt 
    618        1.1       scw #else
    619        1.1       scw #endif
    620       1.19   tsutsui #if defined(COMPAT_43) || !defined(_KERNEL)
    621       1.10   thorpej int	compat_43_sys_getdirentries(struct lwp *, void *, register_t *);
    622       1.14      matt 
    623        1.1       scw #else
    624        1.1       scw #endif
    625       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    626       1.14      matt int	compat_20_sys_statfs(struct lwp *, void *, register_t *);
    627       1.14      matt 
    628       1.14      matt #else
    629       1.14      matt #endif
    630       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    631       1.14      matt int	compat_20_sys_fstatfs(struct lwp *, void *, register_t *);
    632       1.14      matt 
    633        1.6   tsutsui #else
    634        1.6   tsutsui #endif
    635       1.22     pavel int	compat_30_sys_getfh(struct lwp *, void *, register_t *);
    636       1.14      matt 
    637       1.19   tsutsui #if defined(COMPAT_09) || !defined(_KERNEL)
    638       1.10   thorpej int	compat_09_sys_getdomainname(struct lwp *, void *, register_t *);
    639       1.14      matt 
    640       1.10   thorpej int	compat_09_sys_setdomainname(struct lwp *, void *, register_t *);
    641       1.14      matt 
    642       1.10   thorpej int	compat_09_sys_uname(struct lwp *, void *, register_t *);
    643       1.14      matt 
    644        1.1       scw #else
    645        1.1       scw #endif
    646       1.10   thorpej int	sys_sysarch(struct lwp *, void *, register_t *);
    647       1.14      matt 
    648        1.9       eeh #if (defined(SYSVSEM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
    649       1.10   thorpej int	compat_10_sys_semsys(struct lwp *, void *, register_t *);
    650       1.14      matt 
    651        1.1       scw #else
    652        1.1       scw #endif
    653        1.9       eeh #if (defined(SYSVMSG) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
    654       1.10   thorpej int	compat_10_sys_msgsys(struct lwp *, void *, register_t *);
    655       1.14      matt 
    656        1.1       scw #else
    657        1.1       scw #endif
    658        1.9       eeh #if (defined(SYSVSHM) || !defined(_KERNEL)) && !defined(_LP64) && defined(COMPAT_10)
    659       1.10   thorpej int	compat_10_sys_shmsys(struct lwp *, void *, register_t *);
    660       1.14      matt 
    661        1.1       scw #else
    662        1.1       scw #endif
    663       1.10   thorpej int	sys_pread(struct lwp *, void *, register_t *);
    664       1.14      matt 
    665       1.10   thorpej int	sys_pwrite(struct lwp *, void *, register_t *);
    666       1.14      matt 
    667        1.1       scw #if defined(NTP) || !defined(_KERNEL)
    668       1.10   thorpej int	sys_ntp_adjtime(struct lwp *, void *, register_t *);
    669       1.14      matt 
    670        1.1       scw #else
    671        1.1       scw #endif
    672       1.10   thorpej int	sys_setgid(struct lwp *, void *, register_t *);
    673       1.14      matt 
    674       1.10   thorpej int	sys_setegid(struct lwp *, void *, register_t *);
    675       1.14      matt 
    676       1.10   thorpej int	sys_seteuid(struct lwp *, void *, register_t *);
    677       1.14      matt 
    678        1.1       scw #if defined(LFS) || !defined(_KERNEL)
    679       1.10   thorpej int	sys_lfs_bmapv(struct lwp *, void *, register_t *);
    680       1.14      matt 
    681       1.10   thorpej int	sys_lfs_markv(struct lwp *, void *, register_t *);
    682       1.14      matt 
    683       1.10   thorpej int	sys_lfs_segclean(struct lwp *, void *, register_t *);
    684       1.14      matt 
    685       1.10   thorpej int	sys_lfs_segwait(struct lwp *, void *, register_t *);
    686       1.14      matt 
    687        1.1       scw #else
    688        1.1       scw #endif
    689       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    690       1.10   thorpej int	aoutm68k_compat_12_sys_stat(struct lwp *, void *, register_t *);
    691       1.14      matt 
    692       1.10   thorpej int	aoutm68k_compat_12_sys_fstat(struct lwp *, void *, register_t *);
    693       1.14      matt 
    694       1.10   thorpej int	aoutm68k_compat_12_sys_lstat(struct lwp *, void *, register_t *);
    695       1.14      matt 
    696        1.1       scw #else
    697        1.1       scw #endif
    698       1.10   thorpej int	sys_pathconf(struct lwp *, void *, register_t *);
    699       1.14      matt 
    700       1.10   thorpej int	sys_fpathconf(struct lwp *, void *, register_t *);
    701       1.14      matt 
    702       1.10   thorpej int	sys_getrlimit(struct lwp *, void *, register_t *);
    703       1.14      matt 
    704       1.10   thorpej int	sys_setrlimit(struct lwp *, void *, register_t *);
    705       1.14      matt 
    706       1.19   tsutsui #if defined(COMPAT_12) || !defined(_KERNEL)
    707       1.10   thorpej int	compat_12_sys_getdirentries(struct lwp *, void *, register_t *);
    708       1.14      matt 
    709        1.1       scw #else
    710        1.1       scw #endif
    711       1.10   thorpej int	sys_mmap(struct lwp *, void *, register_t *);
    712       1.14      matt 
    713  1.26.12.1    bouyer int	sys___syscall(struct lwp *, void *, register_t *);
    714  1.26.12.1    bouyer 
    715       1.10   thorpej int	sys_lseek(struct lwp *, void *, register_t *);
    716       1.14      matt 
    717       1.10   thorpej int	sys_truncate(struct lwp *, void *, register_t *);
    718       1.14      matt 
    719       1.10   thorpej int	sys_ftruncate(struct lwp *, void *, register_t *);
    720       1.14      matt 
    721       1.10   thorpej int	sys___sysctl(struct lwp *, void *, register_t *);
    722       1.14      matt 
    723       1.10   thorpej int	sys_mlock(struct lwp *, void *, register_t *);
    724       1.14      matt 
    725       1.10   thorpej int	sys_munlock(struct lwp *, void *, register_t *);
    726       1.14      matt 
    727       1.10   thorpej int	sys_undelete(struct lwp *, void *, register_t *);
    728       1.14      matt 
    729       1.10   thorpej int	sys_futimes(struct lwp *, void *, register_t *);
    730       1.14      matt 
    731       1.10   thorpej int	sys_getpgid(struct lwp *, void *, register_t *);
    732       1.14      matt 
    733       1.10   thorpej int	sys_reboot(struct lwp *, void *, register_t *);
    734       1.14      matt 
    735       1.10   thorpej int	sys_poll(struct lwp *, void *, register_t *);
    736       1.14      matt 
    737        1.1       scw #if defined(LKM) || !defined(_KERNEL)
    738       1.10   thorpej int	sys_lkmnosys(struct lwp *, void *, register_t *);
    739       1.14      matt 
    740        1.1       scw #else	/* !LKM */
    741        1.1       scw #endif	/* !LKM */
    742        1.1       scw #if defined(SYSVSEM) || !defined(_KERNEL)
    743       1.19   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
    744       1.10   thorpej int	compat_14_sys___semctl(struct lwp *, void *, register_t *);
    745       1.14      matt 
    746        1.1       scw #else
    747        1.1       scw #endif
    748       1.10   thorpej int	sys_semget(struct lwp *, void *, register_t *);
    749       1.14      matt 
    750       1.10   thorpej int	sys_semop(struct lwp *, void *, register_t *);
    751       1.14      matt 
    752       1.10   thorpej int	sys_semconfig(struct lwp *, void *, register_t *);
    753       1.14      matt 
    754        1.1       scw #else
    755        1.1       scw #endif
    756        1.1       scw #if defined(SYSVMSG) || !defined(_KERNEL)
    757       1.19   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
    758       1.10   thorpej int	compat_14_sys_msgctl(struct lwp *, void *, register_t *);
    759       1.14      matt 
    760        1.1       scw #else
    761        1.1       scw #endif
    762       1.10   thorpej int	sys_msgget(struct lwp *, void *, register_t *);
    763       1.14      matt 
    764       1.10   thorpej int	sys_msgsnd(struct lwp *, void *, register_t *);
    765       1.14      matt 
    766       1.10   thorpej int	sys_msgrcv(struct lwp *, void *, register_t *);
    767       1.14      matt 
    768        1.1       scw #else
    769        1.1       scw #endif
    770        1.1       scw #if defined(SYSVSHM) || !defined(_KERNEL)
    771       1.10   thorpej int	sys_shmat(struct lwp *, void *, register_t *);
    772       1.14      matt 
    773       1.19   tsutsui #if defined(COMPAT_14) || !defined(_KERNEL)
    774       1.10   thorpej int	compat_14_sys_shmctl(struct lwp *, void *, register_t *);
    775       1.14      matt 
    776        1.1       scw #else
    777        1.1       scw #endif
    778       1.10   thorpej int	sys_shmdt(struct lwp *, void *, register_t *);
    779       1.14      matt 
    780       1.10   thorpej int	sys_shmget(struct lwp *, void *, register_t *);
    781       1.14      matt 
    782        1.1       scw #else
    783        1.1       scw #endif
    784       1.10   thorpej int	sys_clock_gettime(struct lwp *, void *, register_t *);
    785       1.14      matt 
    786       1.10   thorpej int	sys_clock_settime(struct lwp *, void *, register_t *);
    787       1.14      matt 
    788       1.10   thorpej int	sys_clock_getres(struct lwp *, void *, register_t *);
    789       1.14      matt 
    790       1.10   thorpej int	sys_nanosleep(struct lwp *, void *, register_t *);
    791       1.14      matt 
    792       1.10   thorpej int	sys_fdatasync(struct lwp *, void *, register_t *);
    793       1.14      matt 
    794       1.10   thorpej int	sys_mlockall(struct lwp *, void *, register_t *);
    795       1.14      matt 
    796       1.10   thorpej int	sys_munlockall(struct lwp *, void *, register_t *);
    797       1.14      matt 
    798       1.10   thorpej int	sys___posix_rename(struct lwp *, void *, register_t *);
    799       1.14      matt 
    800       1.10   thorpej int	sys_swapctl(struct lwp *, void *, register_t *);
    801       1.14      matt 
    802       1.19   tsutsui #if defined(COMPAT_30) || !defined(_KERNEL)
    803       1.18  christos int	compat_30_sys_getdents(struct lwp *, void *, register_t *);
    804       1.14      matt 
    805       1.18  christos #else
    806       1.18  christos #endif
    807       1.10   thorpej int	sys_minherit(struct lwp *, void *, register_t *);
    808       1.14      matt 
    809       1.10   thorpej int	sys_lchmod(struct lwp *, void *, register_t *);
    810       1.14      matt 
    811       1.10   thorpej int	sys_lchown(struct lwp *, void *, register_t *);
    812       1.14      matt 
    813       1.10   thorpej int	sys_lutimes(struct lwp *, void *, register_t *);
    814       1.14      matt 
    815       1.10   thorpej int	sys___msync13(struct lwp *, void *, register_t *);
    816       1.14      matt 
    817       1.10   thorpej int	aoutm68k_sys___stat13(struct lwp *, void *, register_t *);
    818       1.14      matt 
    819       1.10   thorpej int	aoutm68k_sys___fstat13(struct lwp *, void *, register_t *);
    820       1.14      matt 
    821       1.10   thorpej int	aoutm68k_sys___lstat13(struct lwp *, void *, register_t *);
    822       1.14      matt 
    823       1.10   thorpej int	sys___sigaltstack14(struct lwp *, void *, register_t *);
    824       1.14      matt 
    825       1.10   thorpej int	sys___vfork14(struct lwp *, void *, register_t *);
    826       1.14      matt 
    827       1.10   thorpej int	sys___posix_chown(struct lwp *, void *, register_t *);
    828       1.14      matt 
    829       1.10   thorpej int	sys___posix_fchown(struct lwp *, void *, register_t *);
    830       1.14      matt 
    831       1.10   thorpej int	sys___posix_lchown(struct lwp *, void *, register_t *);
    832       1.14      matt 
    833       1.10   thorpej int	sys_getsid(struct lwp *, void *, register_t *);
    834       1.14      matt 
    835        1.1       scw #if defined(KTRACE) || !defined(_KERNEL)
    836       1.10   thorpej int	sys_fktrace(struct lwp *, void *, register_t *);
    837       1.14      matt 
    838        1.1       scw #else
    839        1.1       scw #endif
    840       1.10   thorpej int	sys_preadv(struct lwp *, void *, register_t *);
    841       1.14      matt 
    842       1.10   thorpej int	sys_pwritev(struct lwp *, void *, register_t *);
    843       1.14      matt 
    844       1.19   tsutsui #if defined(COMPAT_16) || !defined(_KERNEL)
    845       1.13        cl int	compat_16_sys___sigaction14(struct lwp *, void *, register_t *);
    846       1.14      matt 
    847       1.13        cl #else
    848       1.13        cl #endif
    849       1.10   thorpej int	sys___sigpending14(struct lwp *, void *, register_t *);
    850       1.14      matt 
    851       1.10   thorpej int	sys___sigprocmask14(struct lwp *, void *, register_t *);
    852       1.14      matt 
    853       1.10   thorpej int	sys___sigsuspend14(struct lwp *, void *, register_t *);
    854       1.14      matt 
    855       1.19   tsutsui #if defined(COMPAT_16) || !defined(_KERNEL)
    856       1.12        cl int	compat_16_sys___sigreturn14(struct lwp *, void *, register_t *);
    857       1.14      matt 
    858       1.12        cl #else
    859       1.12        cl #endif
    860       1.10   thorpej int	sys___getcwd(struct lwp *, void *, register_t *);
    861       1.14      matt 
    862       1.10   thorpej int	sys_fchroot(struct lwp *, void *, register_t *);
    863       1.14      matt 
    864       1.23    martin int	compat_30_sys_fhopen(struct lwp *, void *, register_t *);
    865       1.14      matt 
    866       1.10   thorpej int	aoutm68k_sys_fhstat(struct lwp *, void *, register_t *);
    867       1.14      matt 
    868       1.19   tsutsui #if defined(COMPAT_20) || !defined(_KERNEL)
    869       1.14      matt int	compat_20_sys_fhstatfs(struct lwp *, void *, register_t *);
    870       1.14      matt 
    871       1.14      matt #else
    872       1.14      matt #endif
    873        1.1       scw #if defined(SYSVSEM) || !defined(_KERNEL)
    874       1.10   thorpej int	sys_____semctl13(struct lwp *, void *, register_t *);
    875       1.14      matt 
    876        1.1       scw #else
    877        1.1       scw #endif
    878        1.1       scw #if defined(SYSVMSG) || !defined(_KERNEL)
    879       1.10   thorpej int	sys___msgctl13(struct lwp *, void *, register_t *);
    880       1.14      matt 
    881        1.1       scw #else
    882        1.1       scw #endif
    883        1.1       scw #if defined(SYSVSHM) || !defined(_KERNEL)
    884       1.10   thorpej int	sys___shmctl13(struct lwp *, void *, register_t *);
    885       1.14      matt 
    886        1.1       scw #else
    887        1.1       scw #endif
    888       1.10   thorpej int	sys_lchflags(struct lwp *, void *, register_t *);
    889       1.14      matt 
    890       1.10   thorpej int	sys_issetugid(struct lwp *, void *, register_t *);
    891       1.14      matt 
    892       1.10   thorpej int	sys_getcontext(struct lwp *, void *, register_t *);
    893       1.14      matt 
    894       1.10   thorpej int	sys_setcontext(struct lwp *, void *, register_t *);
    895       1.14      matt 
    896       1.25      matt #endif /* _AOUTM68K_SYS_SYSCALLARGS_H_ */
    897