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